<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Mulish:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&amp;display=swap");

/* 01. Common css   */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
/*  font-family: "Varela Round", sans-serif;*/
  font-family:Mulish, sans-serif;
    color: #0e0e0e;
  background-color: #fff;
  font-size: 16px;
  font-size: calc-rem-value(16);
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 18px;
  color: #000;
  line-height: 32px;
  margin-bottom: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #16171A;
  font-family: Mulish, sans-serif;
  font-weight: 400;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.ptb-120 {
    padding: 70px 0px;
}
@media (max-width: 991px) {
  .ptb-120 {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .ptb-120 {
    padding: 70px 0px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }
}

.hidden {
  display: none;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

#smooth-page-content {
  position: relative;
  z-index: 1;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.page-wrap {
  position: relative;
  overflow: hidden;
}

/* =============================================
Navbar
================================================ */
.navik-header,
.navik-header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navik-header:before,
.navik-header:after,
.navik-header *:before,
.navik-header *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navik-header {
	position: relative;
	font-size: 16px;
	line-height: 1.42857143;
	background-color: #ffffff;
	z-index: 99999;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
    padding-bottom: 20px;
}

.navik-header ul {
	margin-bottom: inherit;
}

.navik-header img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.navik-header a:hover,
.navik-header a:focus,
.navik-header a:active {
	text-decoration: none;
}

.navik-header a:focus,
.navik-header a:active {
	outline: none;
}

.navik-header-container {
	position: relative;
}

.navik-header-overlay .navik-header-container {
	position: inherit;
}

.navik-header .logo {
	text-align: center;
	padding: 30px 40px;
}

.navik-header .logo img {
	max-width: 100%;
	height: auto;
}

.burger-menu {
	position: absolute;
	top: 35px;
	right: 14px;
	width: 20px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
	transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.line-menu {
    background-color: #000000;
	border-radius: 2px;
	width: 100%;
	height: 3px;
}

.line-menu.line-half {
	width: 50%;
}

.line-menu.first-line {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
}

.menu-open .line-menu.first-line {
	-webkit-transform: rotate(-90deg) translateX(3px);
	-moz-transform: rotate(-90deg) translateX(3px);
	-o-transform: rotate(-90deg) translateX(3px);
	transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
}

.menu-open .line-menu.last-line {
	-webkit-transform: rotate(-90deg) translateX(-3px);
	-moz-transform: rotate(-90deg) translateX(-3px);
	-o-transform: rotate(-90deg) translateX(-3px);
	transform: rotate(-90deg) translateX(-3px);
}

.navik-menu &gt; ul {
	display: none;
	padding: 0 0 20px;
}

.navik-menu ul li {
	position: relative;
}

.navik-menu ul li &gt; a {
  display: block;
  font-size: 18px;
  color: #000000;
  padding: 14px 15px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navik-menu ul li.current-menu &gt; a,
.navik-menu ul li:hover &gt; a {
    color: #64b626;

	background-color: #f6f6f6;
}

.navik-menu ul ul li &gt; a {
    font-size: 16px;
	text-transform: inherit;
	background-color: #efefef;
	padding: 14px 15px 14px 30px;
/*	font-weight: 800 !important;*/
}

.navik-menu ul ul ul li &gt; a {
	padding: 14px 15px 14px 45px;
}

.navik-menu ul ul li:hover &gt; a {
	background-color: #efefef;
}

.dropdown-plus {
	width: 49px;
	height: 49px;
	line-height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.dropdown-plus:before,
.dropdown-plus:after {
	position: absolute;
	content: '';
	top: 24px;
	right: 18px;
	width: 13px;
	height: 1px;
	background-color: #111111;
}

.dropdown-plus:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navik-menu li &gt; ul,
.dropdown-plus.dropdown-open:after {
	display: none;
}

.header-shadow-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	z-index: -1;
}

.header-shadow-wrapper:after {
	display: block;
	position: relative;
	content: "";
	width: 100%;
	height: 60px;
	top: -60px;
	border-radius: 50%;

	-webkit-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
}


/* =============================================
Center menu
================================================ */
.logoCenter {
	display: none;
}

.center-menu-1 .navik-menu &gt; ul:first-child {
	padding: 0;
}


/* =============================================
Dark version navigation menu
================================================ */
.navik-header.header-dark {
	background-color: #111111;
}

.navik-header.header-dark .line-menu,
.navik-header.header-dark .dropdown-plus:before,
.navik-header.header-dark .dropdown-plus:after {
	background-color: #fff;
}

.header-dark .navik-menu ul li &gt; a {
	color: #fff;
}

.header-dark .navik-menu ul li.current-menu &gt; a,
.header-dark .navik-menu ul li:hover &gt; a {
	color: #26c6da;
	background-color: #313131;
}

.header-dark .navik-menu ul ul li &gt; a {
	color: #c1c1c1;
	background-color: #212121;
}


/* =============================================
Menu overlay
================================================ */
.navik-header-overlay {
	position: absolute;
	font-size: 16px;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.navik-header-overlay img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.navik-header-overlay a:hover,
.navik-header-overlay a:focus,
.navik-header-overlay a:active {
	text-decoration: none;
}

.navik-header-overlay a:focus,
.navik-header-overlay a:active {
	outline: none;
}

.navik-header-overlay .logo {
	position: absolute;
	top: 30px;
	left: 15px;
	z-index: 2;
}

.navik-header-overlay .burger-menu,
.navik-fixed-sidebar + .burger-menu {
	display: block;
	position: fixed;
	flex-direction: inherit;
	justify-content: inherit;
	width: 50px;
	height: 47px;
	top: 30px;
	right: 15px;
	background: #111111;
	padding: 15px;
	z-index: 99999;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navik-header-overlay .burger-menu:hover {
	-webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
}

.navik-header-overlay .burger-menu &gt; span,
.navik-fixed-sidebar + .burger-menu &gt; span {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 17px;

	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
	transition: transform 330ms ease-out;
}

.navik-header-overlay .line-menu,
.navik-fixed-sidebar + .burger-menu .line-menu {
	background-color: #fff;
}

.navik-header-overlay .burger-menu.menu-open,
.navik-fixed-sidebar + .burger-menu.menu-open {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.navik-header-overlay .menu-open &gt; span,
.navik-fixed-sidebar + .menu-open &gt; span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-menu-wrapper.overlay-menu-open {
	visibility: visible;
	opacity: 1;
}
.navik-menu-overlay {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.navik-menu-overlay &gt; ul {
	padding: 80px 0 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.navik-menu-overlay ul li a {
	font-family: 'Fira Sans', sans-serif;
	text-decoration: none;
}

.navik-menu-overlay &gt; ul &gt; li {
	position: relative;
	padding: 0 65px 0 15px;
	margin-bottom: 12px;
}

.navik-menu-overlay &gt; ul &gt; li:last-child {
	margin-bottom: 0;
}

.navik-menu-overlay &gt; ul &gt; li &gt; .menu-overlay-link a {
	display: inline-block;
	color: #212121;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.navik-menu-overlay &gt; ul &gt; li.current-menu &gt; .menu-overlay-link a,
.navik-menu-overlay &gt; ul &gt; li &gt; .menu-overlay-link a:hover,
.overlay-menu-hover &gt; .menu-overlay-link a,
.overlay-dropdown-plus:hover + a {
	color: #26c6da !important;
}

.overlay-dropdown-plus {
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 6px;
	right: 30px;
	opacity: 0;
	cursor: pointer;
}

.overlay-dropdown-plus:before,
.overlay-dropdown-plus:after {
	position: absolute;
	content: '';
	top: 9px;
	right: 5px;
	width: 10px;
	height: 2px;
	background-color: #616161;
}

.overlay-dropdown-plus:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navik-menu-overlay &gt; ul &gt; li &gt; ul {
	display: none;
	padding: 10px 0 20px;
}

.overlay-dropdown-plus.overlay-dropdown-open:after {
	display: none;
}

.navik-menu-overlay &gt; ul &gt; li.menuFade &gt; .menu-overlay-link a,
.navik-menu-overlay &gt; ul &gt; li.menuFade &gt; ul,
.navik-menu-overlay &gt; ul &gt; li.menuFade &gt; .menu-overlay-link .overlay-dropdown-plus {
	opacity: 0;
}

/* ===== IE Only ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; ul {
		opacity: 1;
	}
}
@supports (-ms-accelerator:true) {
	.navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; ul {
		opacity: 1;
	}
}
/* ===== End ===== */

.navik-menu-overlay &gt; ul &gt; li li,
.navik-menu-overlay &gt; ul ul {
	display: inline;
}

.navik-menu-overlay &gt; ul ul li {
	margin-left: 32px;
}

.navik-menu-overlay &gt; ul ul li a {
	font-size: 14px;
	font-style: italic;
	color: #818181;
	white-space: nowrap;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.navik-menu-overlay &gt; ul ul li a:hover {
	color: #26c6da !important;
}

.navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li,
.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul li {
	position: relative;
}

.navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li:after,
.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul li a::before {
	position: absolute;
	content: "";
	top: 3px;
	left: -18px;
	width: 1px;
	height: 13px;
	background: #d1d1d1;

	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li:first-child {
	margin-left: 0;
}

.navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li:first-child:after {
	display: none;
}

.navik-menu-overlay.submenu-no-separate &gt; ul &gt; li &gt; ul li:after,
.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate &gt; ul ul li a::before {
	display: none !important;
}

.navik-menu-overlay.submenu-no-separate &gt; ul ul li {
	margin-left: 20px;
}

@-webkit-keyframes menuFadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-80px, 0, 0);
	  transform: translate3d(-80px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

@keyframes menuFadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-80px, 0, 0);
	  transform: translate3d(-80px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

.navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; .menu-overlay-link a,
.navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; ul {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeInLeft;
	animation-name: menuFadeInLeft;
}

/* ===== IE Only ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; ul {
		animation-name: menuFadeIn;
	}
}
@supports (-ms-accelerator:true) {
	.navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; ul {
		animation-name: menuFadeIn;
	}
}
/* ===== End ===== */

@-webkit-keyframes menuFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}

@keyframes menuFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}

.navik-menu-overlay &gt; ul &gt; li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
}

.navik-menu-overlay &gt; ul &gt; li.menuSlideOut .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
}

.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; .menu-overlay-link a,
.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; ul {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
}

@-webkit-keyframes subMenuFadeOut {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}

@keyframes subMenuFadeOut {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}

.overlay-submenu-close &gt; li {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
}

/* ========== Submenu vertical ========== */
.submenu-vertical &gt; ul ul li {
	margin-left: 0 !important;
}
.submenu-vertical &gt; ul &gt; li &gt; ul li,
.submenu-vertical &gt; ul &gt; li &gt; ul ul {
	display: block;
}

.submenu-vertical &gt; ul &gt; li &gt; ul &gt; li:after {
	display: none;
}

.submenu-vertical &gt; ul &gt; li &gt; ul li {
	position: relative;
	margin-bottom: 5px;
}

.submenu-vertical &gt; ul &gt; li &gt; ul li:last-child {
	margin-bottom: 0 !important;
}

.submenu-vertical &gt; ul &gt; li ul {
	position: relative;
	right: -30px;
	padding-right: 30px !important;
}

.submenu-vertical &gt; ul &gt; li &gt; ul ul {
	display: none;
	padding-top: 5px;
}

.submenu-vertical &gt; ul &gt; li.menuFade &gt; ul {
	opacity: 1;
}

.submenu-vertical &gt; ul &gt; li.menuSlideIn &gt; ul {
	-webkit-animation-name: none;
	animation-name: none;
}

.submenu-vertical &gt; ul &gt; li.menuSlideIn ul:not(.overlay-submenu-close) a {
	display: inline-block;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeInLeft;
	animation-name: menuFadeInLeft;
}

.submenu-vertical &gt; ul &gt; li ul:not(.overlay-submenu-close) a {
	opacity: 0;
}

.submenu-vertical &gt; ul &gt; li &gt; ul li .overlay-dropdown-plus {
	top: 1px;
	right: -35px;
}

.submenu-vertical &gt; ul &gt; li.menuSlideOut li a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
}

.overlay-center-menu .submenu-vertical &gt; ul &gt; li &gt; ul li .overlay-dropdown-plus {
	right: -30px;
}

.overlay-center-menu .submenu-vertical &gt; ul &gt; li ul {
	right: 0 !important;
	padding-right: 0px !important;
}

.overlay-center-menu .submenu-vertical &gt; ul &gt; li.menuSlideIn ul:not(.overlay-submenu-close) a {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
}
/* ========== END ========== */

.menu-social-media {
	position: absolute;
	right: 0;
	bottom: 24px;
	font-size: 0;
	width: 100%;
	text-align: right;
	padding: 0 65px;
}

.menu-social-media a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 0 6px 6px;
	border: 3px solid #212121;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.menu-social-media a:hover {
	opacity: 0.8;
}

.menu-social-media a img {
	position: absolute;
	height: 14px;
	width: auto;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-dark .nav-menu-wrapper {
	background-color: #111111;
}

.navik-header-overlay.header-dark .burger-menu.menu-open {
	background-color: #000;
}

.overlay-center-menu .menu-social-media {
	text-align: center;
	padding: 0 15px;
}

.overlay-center-menu .menu-social-media a {
	margin: 0 3px 6px;
}

.overlay-center-menu .navik-menu-overlay &gt; ul {
	text-align: center;
}

.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li {
	padding: 0 15px;
}

.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li &gt; ul {
	padding: 15px 0 21px;
}

.overlay-center-menu .menu-overlay-link {
	position: relative;
	display: inline-block;
}

.overlay-center-menu .overlay-dropdown-plus {
	right: -30px;
}

.header-dark .navik-menu-overlay &gt; ul &gt; li &gt; .menu-overlay-link a {
	color: #fff;
}

.header-dark .overlay-dropdown-plus:before,
.header-dark .overlay-dropdown-plus:after {
	background-color: #717171;
}

.header-dark .navik-menu-overlay &gt; ul ul li a {
	color: #a1a1a1;
}

.header-dark .navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li:after,
.menu-slide.header-dark .navik-menu-overlay &gt; ul ul li a::before {
	background-color: #515151 !important;
}

.header-dark .menu-social-media a {
	border-color: #fff;
	opacity: 0.2;
}

.header-dark .menu-social-media a:hover {
	opacity: 1;
}

.header-color-bg .nav-menu-wrapper {
	background-color: #006aa1;
}

.header-color-bg .navik-menu-overlay &gt; ul &gt; li &gt; .menu-overlay-link a {
	color: #fff;
}

.header-color-bg .overlay-dropdown-plus:before,
.header-color-bg .overlay-dropdown-plus:after,
.header-color-bg .navik-menu-overlay &gt; ul &gt; li &gt; ul li:after,
.menu-slide.header-color-bg .navik-menu-overlay &gt; ul ul li a::before {
	background-color: #fff !important;
}

.header-color-bg .navik-menu-overlay &gt; ul ul li a {
	color: #fff;
}

.header-color-bg .menu-social-media a {
	border-color: #fff;
}

.header-color-bg .navik-menu-overlay &gt; ul &gt; li.current-menu &gt; .menu-overlay-link a,
.header-color-bg .overlay-menu-hover &gt; .menu-overlay-link a,
.header-color-bg .overlay-dropdown-plus:hover + a {
	color: #fff !important;
}

.header-color-bg .navik-menu-overlay &gt; ul &gt; li &gt; .menu-overlay-link a:hover,
.header-color-bg .navik-menu-overlay &gt; ul ul li a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

.header-bg-image .nav-menu-wrapper {
	background-color: inherit;
	background-image: url('../examples/demo/images/overlay-menu-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.header-bg-image .navik-menu-overlay &gt; ul &gt; li &gt; .menu-overlay-link a {
	color: #fff;
}

.header-bg-image .overlay-dropdown-plus:before,
.header-bg-image .overlay-dropdown-plus:after {
	background-color: #fff;
}

.header-bg-image .navik-menu-overlay &gt; ul ul li a {
	color: rgba(255, 255, 255, 0.6);
}

.header-bg-image .navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li:after {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.header-bg-image .menu-social-media a {
	border-color: #fff;
}

.header-bg-image .menu-social-media a:hover {
	opacity: 0.6;
}


/* =============================================
Menu slide
================================================ */
.navik-header-overlay.menu-slide .nav-menu-wrapper {
	width: 320px;
	left: inherit;
	right: 0;
	visibility: visible;
	opacity: 1;

	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);

	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.navik-header-overlay.menu-slide .nav-menu-wrapper.overlay-menu-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

	-webkit-box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
	box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
}

.slidemenu-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.overlay-menu-open + .slidemenu-bg-overlay {
	visibility: visible;
	opacity: 1;

	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul li a {
	position: relative;
	display: block;
	padding-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate &gt; ul ul li a {
	padding-left: 15px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul {
	display: block;
	text-align: left;
	padding: 120px 0 100px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li {
	padding: 0 35px 0 30px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li ul .overlay-dropdown-plus {
	top: -1px;
	right: -5px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay .menu-overlay-link {
	padding-right: 30px;
}

.navik-header-overlay.menu-slide .menu-social-media {
	right: inherit;
	left: 0;
	text-align: left;
	padding: 0 30px;
}

.navik-header-overlay.menu-slide .menu-social-media a {
	margin: 0 6px 6px 0;
}

@-webkit-keyframes menuFadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(40px, 0, 0);
	  transform: translate3d(40px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

@keyframes menuFadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(40px, 0, 0);
	  transform: translate3d(40px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; ul {
	opacity: 1;
	-webkit-animation-name: none;
	animation-name: none;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li.menuSlideIn &gt; .menu-overlay-link a,
.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li.menuSlideIn ul:not(.overlay-submenu-close) a {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeInRight;
	animation-name: menuFadeInRight;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul:not(.overlay-submenu-close) a {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li li {
	display: block;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul {
	padding-top: 25px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul ul {
	display: none;
	padding-top: 5px;
	padding-left: 20px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul li {
	margin-left: 0 !important;
	margin-bottom: 5px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li:after {
	display: none;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul li a:hover {
	padding-left: 30px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate &gt; ul ul li a:hover {
	padding-left: 25px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul li a::before {
	top: 2px;
	left: 5px;
}


/* =============================================
Mega menu
================================================ */
.navik-menu .mega-menu-container ul li {
	position: relative;
}

.navik-menu .mega-menu-container ul li a {
	font-style: inherit;
	color: inherit;
	background-color: inherit;
	padding: inherit;
}

.header-dark .navik-menu .mega-menu-container ul li a,
.navik-menu .mega-menu-container ul li:hover a {
	background-color: inherit;
}

.navik-menu .mega-menu-container {
	padding: 15px 30px 0;
}

.navik-menu .mega-menu &gt; ul .dropdown-plus {
	display: none;
}

.navik-menu .mega-menu-box {
	margin-bottom: 30px;
}

.navik-menu .mega-menu-heading {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #212121;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.navik-menu .mega-menu-heading a {
	color: #212121;
	text-decoration: none;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.header-dark .navik-menu .mega-menu-heading a {
	color: #fff;
}

.navik-menu .mega-menu-desc {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.42857143;
	color: #818181;
}

.navik-menu .mega-menu-container li &gt; ul {
	display: block;
}

.navik-menu ul.mega-menu-list li a {
	font-size: 14px;
	font-style: italic;
	color: #818181;
	padding: 5px 0;
}

.navik-menu .mega-menu-heading a:hover,
.navik-menu ul.mega-menu-list li a:hover {
	color: #26c6da;
}

.navik-menu ul.mega-menu-list ul {
	padding-left: 15px !important;
}

.navik-menu .mega-menu-thumbnail {
	margin-bottom: 20px;
}

.navik-menu .mega-menu-thumbnail img {
	width: 100%;
	height: auto;
}

.navik-menu .mega-menu-thumbnail &gt; a {
	display: block;
	position: relative;
}

.navik-menu .mega-menu-thumbnail &gt; a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);

	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.navik-menu .mega-menu-thumbnail:hover &gt; a:before {
	background-color: rgba(0,0,0,0.2);
}


/* =============================================
Fixed sidebar menu
================================================ */
.body-fixed-sidebar {
	overflow-x: hidden;
}

.navik-fixed-sidebar {
	position: fixed;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 9999999;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navik-sidebar-left {
	left: 0;

	-webkit-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
	-o-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
	box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);

	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navik-sidebar-right {
	right: 0;

	-webkit-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
	-o-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
	box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);

	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.navik-sidebar-left.fixed-sidebar-open {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.navik-sidebar-right.fixed-sidebar-open {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.navik-fixed-sidebar .navik-header-container {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding: 0 28px;
}

.navik-fixed-sidebar .menu-social-media {
	position: inherit;
	bottom: inherit;
	align-self: flex-end;
	padding: 0 0 30px !important;
	text-align: left;
}

.navik-fixed-sidebar .menu-social-media a {
	margin: 0 6px 6px 0;
}

.navik-fixed-sidebar .menu-social-media a:last-child {
	margin-right: 0;
}

.navik-fixed-sidebar + .burger-menu {
	z-index: 9999999;
}

.navik-sidebar-left + .burger-menu {
	top: 0;
	right: inherit;
	left: 0;
}

.navik-sidebar-right + .burger-menu {
	top: 0;
	right: 0;
}

.fixedsidebar-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.6);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navik-side-content {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navik-sidebar-left.fixed-sidebar-open ~ .navik-side-content {
	-webkit-transform: translateX(125px);
	-moz-transform: translateX(125px);
	-o-transform: translateX(125px);
	transform: translateX(125px);
}

.navik-sidebar-right.fixed-sidebar-open ~ .navik-side-content {
	-webkit-transform: translateX(-125px);
	-moz-transform: translateX(-125px);
	-o-transform: translateX(-125px);
	transform: translateX(-125px);
}

.navik-fixed-sidebar .logo {
	display: none;
	padding: 70px 0;
}

.navik-side-content &gt; .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
	padding: 0 50px;
	z-index: 99999;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
}

.navik-side-content &gt; .logo img {
	max-width: inherit;
	max-height: 47px;
	width: auto;
}

.fixed-sidebar-open ~ .fixedsidebar-bg-overlay {
	visibility: visible;
	opacity: 1;
}

.fixed-menu-wrap {
	width: 100%;
}

/* ========== Navigation menu ========== */
.navik-menu-fixed {
	padding-top: 90px;
}

.navik-menu-fixed ul li {
	position: relative;
}

.navik-menu-fixed ul li a {
	font-family: 'Fira Sans', sans-serif;
	display: block;
	padding-right: 17px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navik-menu-fixed &gt; ul &gt; li.current-menu &gt; a,
.navik-menu-fixed ul li:hover &gt; a {
	color: #26c6da !important;
}

.navik-menu-fixed &gt; ul {
	margin-bottom: 40px;
}

.navik-menu-fixed &gt; ul &gt; li {
	margin-bottom: 14px;
}

.navik-menu-fixed &gt; ul &gt; li:last-child {
	margin-bottom: 0;
}

.navik-menu-fixed &gt; ul &gt; li &gt; a {
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	text-transform: uppercase;
}

.navik-menu-fixed &gt; ul ul {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.navik-menu-fixed &gt; ul ul.submenu-collapse {
	opacity: 1;
}

.navik-menu-fixed &gt; ul ul li {
	margin-bottom: 6px;
}

.navik-menu-fixed &gt; ul ul li:last-child {
	margin-bottom: 0;
}

.navik-menu-fixed &gt; ul ul a {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-style: italic;
	color: #818181;
}

.navik-menu-fixed &gt; ul ul a::before {
	position: absolute;
	content: "";
	top: 3px;
	left: 4px;
	width: 1px;
	height: 12px;
	background-color: #d1d1d1;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.navik-menu-fixed &gt; ul ul a:hover {
	padding-left: 24px;
}

.navik-menu-fixed &gt; ul &gt; li &gt; ul {
	padding: 27px 0 15px;
}

.navik-menu-fixed &gt; ul &gt; li &gt; ul ul {
	padding-top: 6px;
}

.navik-menu-fixed &gt; ul &gt; li &gt; ul &gt; li ul {
	padding-left: 18px;
}

.navik-menu-fixed .overlay-dropdown-plus {
	top: -1px;
	right: -7px;
	opacity: 1;
}

.navik-menu-fixed &gt; ul ul .overlay-dropdown-plus {
	top: -3px;
}

.navik-menu-fixed.submenu-no-separate &gt; ul ul a::before {
	display: none !important;
}

.navik-menu-fixed.submenu-no-separate &gt; ul ul a,
.navik-menu-fixed.submenu-no-separate &gt; ul &gt; li &gt; ul &gt; li ul {
	padding-left: 12px;
}

.navik-menu-fixed.submenu-no-separate &gt; ul ul a:hover {
	padding-left: 18px;
}
/* ========== END ========== */

/* ========== Color scheme ========== */
.navik-fixed-sidebar.sidebar-dark,
.sidebar-dark ~ .navik-side-content &gt; .logo {
	background-color: #111111;
}

.navik-fixed-sidebar.sidebar-dark .menu-social-media a {
	border-color: #fff;
	opacity: 0.2;
}

.navik-fixed-sidebar.sidebar-dark .menu-social-media a:hover {
	opacity: 1;
}

.sidebar-dark .navik-menu-fixed &gt; ul &gt; li &gt; a {
	color: #fff;
}

.sidebar-dark .navik-menu-fixed &gt; ul ul a {
	color: #a1a1a1;
}

.sidebar-dark .navik-menu-fixed &gt; ul ul a::before {
	background-color: #515151;
}

.sidebar-dark .overlay-dropdown-plus:before,
.sidebar-dark .overlay-dropdown-plus:after {
	background-color: #717171;
}

.navik-fixed-sidebar.sidebar-color-bg,
.sidebar-color-bg ~ .navik-side-content &gt; .logo {
	background-color: #37ad00;
}

.navik-fixed-sidebar.sidebar-color-bg .menu-social-media a {
	border-color: #fff;
}

.sidebar-color-bg .navik-menu-fixed &gt; ul &gt; li &gt; a,
.sidebar-color-bg .navik-menu-fixed &gt; ul ul a {
	color: #fff !important;
}

.sidebar-color-bg .navik-menu-fixed &gt; ul ul a::before,
.sidebar-color-bg .overlay-dropdown-plus:before,
.sidebar-color-bg .overlay-dropdown-plus:after {
	background-color: #fff;
}

.sidebar-color-bg .navik-menu-fixed ul li a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}
/* ========== END ========== */


/* =============================================
Menu icons
================================================ */
.navik-menu .navik-menu-icon {
	margin-right: 5px;
	color: #a1a1a1;
}

.navik-menu ul li &gt; a .navik-menu-icon,
.navik-menu .mega-menu-heading a .navik-menu-icon {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.navik-menu ul li.current-menu &gt; a .navik-menu-icon,
.navik-menu ul li:hover &gt; a .navik-menu-icon,
.navik-menu .mega-menu-heading a:hover .navik-menu-icon {
	color: #00660e !important;
}

.header-dark .navik-menu .navik-menu-icon {
	color: #717171;
}

.navik-menu-overlay .navik-menu-icon {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.navik-menu-overlay &gt; ul ul li a .navik-menu-icon {
	top: -1px;
	margin-right: 7px;
}

.menu-slide .navik-menu-overlay &gt; ul ul li a .navik-menu-icon {
	margin-right: 5px;
}

.navik-menu-fixed .navik-menu-icon {
	margin-right: 5px;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (max-width: 767px) {
    .navik-header .logo {
        padding: 0px!important;
        width: 186px!important;
    }
    .top-bar {
        display: none;
    }
}
@media (min-width: 768px) {
	.navik-header .logo {
		float: left;
        width: 181px;
		padding: 30px 40px 30px 0;
	}
    
	.navik-menu {
		clear: both;
	}
	.header-shadow-wrapper:after {
		-webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
		-o-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
		box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
	}
	.navik-header-overlay .logo {
		left: 30px;
	}
	.navik-header-overlay .burger-menu {
		right: 30px;
	}
	.navik-menu-overlay &gt; ul &gt; li {
		padding: 0 110px 0 30px;
		margin-bottom: 16px;
	}
	.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li {
		padding: 0 30px;
	}
	.overlay-dropdown-plus {
		width: 24px;
		height: 24px;
		line-height: 24px;
		top: 7px;
		right: 43px;
	}
	.overlay-dropdown-plus:before,
	.overlay-dropdown-plus:after {
		top: 11px;
		right: 7px;
	}
	.navik-menu-overlay &gt; ul &gt; li &gt; .menu-overlay-link a {
		font-size: 34px;
	}
	.navik-menu-overlay &gt; ul ul li a {
		font-size: 16px;
	}
	.navik-menu-overlay &gt; ul ul li {
		margin-left: 42px;
	}
	.navik-menu-overlay &gt; ul &gt; li &gt; ul &gt; li:after {
		top: 1px;
		left: -23px;
		height: 16px;
	}
	.navik-menu-overlay &gt; ul &gt; li &gt; ul {
		padding: 13px 0 16px;
	}
	.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li &gt; ul {
		padding: 18px 0 21px;
	}
	.overlay-center-menu .overlay-dropdown-plus {
		right: -42px;
	}
	.submenu-vertical &gt; ul &gt; li ul {
		right: -60px;
		padding-right: 60px !important;
	}
	.submenu-vertical &gt; ul &gt; li &gt; ul li {
		margin-bottom: 7px;
	}
	.submenu-vertical &gt; ul &gt; li &gt; ul ul {
		padding-top: 7px;
	}
	.submenu-vertical &gt; ul &gt; li &gt; ul li .overlay-dropdown-plus {
		top: -2px;
		right: -67px;
	}
	.overlay-center-menu .submenu-vertical &gt; ul &gt; li &gt; ul li .overlay-dropdown-plus {
		right: -42px;
	}
	.menu-social-media {
		bottom: 34px;
		padding: 0 110px;
	}
	.overlay-center-menu .menu-social-media {
		padding: 0 40px;
	}
	.navik-header-overlay.menu-slide .nav-menu-wrapper {
		width: 400px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul {
		padding: 140px 0 100px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li {
		margin-bottom: 14px;
		padding: 0 60px 0 45px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul li a {
		padding-left: 23px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate &gt; ul ul li a {
		padding-left: 15px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul li a:hover {
		padding-left: 33px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate &gt; ul ul li a:hover {
		padding-left: 25px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul ul li a::before {
		left: 5px;
		height: 15px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul li {
		margin-bottom: 7px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul {
		padding: 28px 0 16px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li &gt; ul ul {
		padding-top: 7px;
		padding-left: 23px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li ul .overlay-dropdown-plus {
		top: -2px;
		right: -17px;
	}
	.navik-header-overlay.menu-slide .menu-social-media {
		padding: 0 45px;
	}
	.navik-menu .mega-menu-media {
		display: table;
		width: 100%;
	}
	.navik-menu .mega-menu-media-img,
	.navik-menu .mega-menu-media-info {
		display: table-cell;
		vertical-align: top;
	}
	.navik-menu .mega-menu-media-img {
		width: 120px;
	}
	.navik-menu .mega-menu-media-img .mega-menu-thumbnail {
		margin-bottom: 0;
	}
	.navik-menu .mega-menu-media-img img {
		width: 100%;
		height: auto;
	}
	.navik-menu .mega-menu-media-info {
		padding-left: 20px;
	}
	.navik-menu-overlay .navik-menu-icon {
		margin-right: 12px;
	}
	.menu-slide .navik-menu-overlay .navik-menu-icon {
		margin-right: 10px;
	}
	.navik-menu-overlay &gt; ul ul li a .navik-menu-icon {
		margin-right: 8px;
	}
	.navik-menu-overlay.submenu-no-separate &gt; ul ul li {
		margin-left: 25px;
	}

}

@media (min-width: 1200px) {

	/* =============================================
	Viewport Breakpoint
	================================================ */
	.navik-header-container {
		height: 90px;
	}
	.navik-header-overlay .navik-header-container {
		height: auto;
	}
	.navik-header .logo {
		position: relative;
		padding: 0;
        top: 60%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.navik-header .logo img {
		max-width: 195px;
		/* max-height: 96px; */
		width: auto;
		/* padding: 8px; */
	}
	.burger-menu {
		display: none;
	}
	.navik-menu {
		float: right;
		clear: inherit;
        padding-top: 16px;

	}
	.navik-menu &gt; ul {
		display: block !important;
		padding: 0;
		font-size: 0;
	}
	.navik-menu &gt; ul &gt; li {
		display: inline-block;
	}
	.navik-menu ul li {
		position: relative;
	}
	.navik-menu &gt; ul &gt; li &gt; a {
	position: relative;
        line-height: 90px;
        box-sizing: border-box;
        white-space: nowrap;
        padding: 0 15px;
        font-family: Mulish, sans-serif;
        text-transform: capitalize;

	}
	a.btn.shadow-primary.btn-primary.btn-quote.btn-sm.d-sm-block.d-none {
		background-color: #334c32;
		background-color: #334c32;
		outline: none;
		border: none;
		border-radius:5px;
		padding: 10px 10px 10px 10px;
		width: 132px;
	}
	.navik-menu &gt; ul &gt; li:last-child &gt; a {
		padding: 0 0 0 20px;
	}
	.navik-menu.menu-hover-2 &gt; ul &gt; li:last-child &gt; a,
	.navik-menu.menu-hover-3 &gt; ul &gt; li:last-child &gt; a,
	.navik-menu.menu-hover-4 &gt; ul &gt; li:last-child &gt; a,
	.center-menu-1 .navik-menu &gt; ul &gt; li:last-child &gt; a,
	.center-menu-2 .navik-menu &gt; ul &gt; li:last-child &gt; a {
		padding: 0 20px;
	}
	.navik-menu.separate-line.menu-hover-2 &gt; ul &gt; li:last-child &gt; a,
	.navik-menu.separate-line.menu-hover-3 &gt; ul &gt; li:last-child &gt; a,
	.navik-menu.separate-line.menu-hover-4 &gt; ul &gt; li:last-child &gt; a,
	.center-menu-1 .navik-menu.separate-line &gt; ul &gt; li:last-child &gt; a,
	.center-menu-2 .navik-menu.separate-line &gt; ul &gt; li:last-child &gt; a {
		padding: 0 28px;
	}
	.navik-menu ul li.current-menu &gt; a,
	.navik-menu ul li:hover &gt; a,
	.header-dark .navik-menu ul li.current-menu &gt; a,
	.header-dark .navik-menu ul li:hover &gt; a {
		background-color: inherit;
	}
	.dropdown-plus {
		display: none;
	}
	.navik-menu ul li.dropdown_menu &gt; a &gt; span:before {
	        border-style: solid;
        border-width: 3px 3px 0 0;
        border-color: #334c32;
        position: relative;
        content: '';
        display: inline-block;
        height: 6px;
        width: 6px;
        top: -3px;
        margin-left: 8px;
        box-sizing: content-box;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
	}
	.header-dark .navik-menu ul li.dropdown_menu &gt; a &gt; span:before {
		border-color: #a1a1a1;
	}

		.navik-menu li.submenu-right &gt; ul {
	        left: inherit !important;
		}
		ul.widinn3.list-unstyled {
			width: 250px;
			left: inherit!important;
		}
		ul.w-inn2.list-unstyled {
			width: 750px;
		}
		li.lef-main.submenu-right.dropdown_menu ul {
			left: 0px!important;
		}
	.navik-menu li &gt; ul {
		display: block !important;
		position: absolute;
        width: 250px;
		top: 100%;
		left: 0;
		background-color: #fff;
		padding: 7px 0;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		
	}
	.header-dark .navik-menu li &gt; ul {
		background-color: #111111;
	}
	.navik-menu li:hover &gt; ul {
		visibility: visible;
		opacity: 1;
	}
	.navik-menu li.submenu-right &gt; ul {
		left: inherit;
		right: 0;
	}
	.navik-menu li &gt; ul ul {
		top: -27px;
		left: 100%;
	}
	.navik-menu li.submenu-right &gt; ul ul {
		left: -100% !important;
	}
	.navik-menu ul ul li.dropdown_menu &gt; a &gt; span:before {
		float: right;
		top: 7px;
		right: -10px;
		margin: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navik-menu ul ul li &gt; a {
		position: relative;
        color: #363636;
        padding: 5px 9px 5px !important;
        color: #363636;
        background-color: transparent;
        margin-bottom: 5px;
        border-bottom: 1px solid #e28c1f57;
	}
	.navik-menu ul ul li:last-child &gt; a{
		border-bottom: 0px solid #e28c1f57;
		margin-bottom: 0;
	}
	.navik-menu ul ul li &gt; a,
	.navik-menu ul ul li:hover &gt; a {
	    color: #000;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li &gt; a {
        color: #363636;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li:hover &gt; a {
		color: #fff;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li:hover &gt; a .navik-menu-icon {
		color: #fff !important;
	}
	/* .navik-menu ul ul li:hover &gt; a {
		padding-left: 55px !important;
	} */
	/* .navik-menu ul ul li &gt; a:before {
		position: absolute;
		content: "";
		top: 17px;
		left: 35px;
		width: 0;
		height: 1px;
		background: #a1a1a1;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	} */
	.navik-menu ul ul li:hover &gt; a:before {
		width: 10px;
	}
	.navik-menu ul li.dropdown_menu &gt; a &gt; span {
		display: none;
	}
	.navik-menu.menu-caret ul li.dropdown_menu &gt; a &gt; span {
		display: inline-block;
	}
	.navik-menu.menu-caret ul ul li.dropdown_menu &gt; a &gt; span {
		display: inline;
	}
	.navik-menu.separate-line &gt; ul &gt; li &gt; a {
		position: relative;
	}
	.navik-menu.separate-line &gt; ul &gt; li &gt; a:before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		width: 1px;
		height: 20px;
		background: #eeeeee;

		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-dark .navik-menu.separate-line &gt; ul &gt; li &gt; a:before {
		background: #333333;
	}
	.navik-menu.separate-line &gt; ul &gt; li:last-child &gt; a:before {
		display: none;
	}
	.navik-menu.separate-line &gt; ul &gt; li &gt; a {
		padding: 0 28px;
	}
	.navik-menu.separate-line &gt; ul &gt; li:last-child &gt; a {
		padding: 0 0 0 28px;
	}

	/* =============================================
	Header sticky
	================================================ */
	.navik-header.sticky {
		width: 100%;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: stickyTransition;
		animation-name: stickyTransition;
		margin-top: 0px;
		position: sticky;
		top: 0;
		left: 0;
		box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
		transition: all 0.5s;
	}
	.navik-header.sticky .navik-header-container {
		height: 70px;
	}
	.navik-header.sticky .navik-menu &gt; ul &gt; li &gt; a {
		height: 70px;
		line-height: 70px;
	}
	.navik-header.sticky .logo {
		padding: 0 40px 0 0;
	}
	.navik-header.center-menu-1.sticky .logo {
		padding: 0;
	}
	.navik-header.sticky .logo img {
		max-height: 70px;
	}
	@-webkit-keyframes stickyTransition {
		from {
		  opacity: 0;
		  -webkit-transform: translate3d(0, -100%, 0);
		  transform: translate3d(0, -100%, 0);
		}
		to {
		  opacity: 1;
		  -webkit-transform: none;
		  transform: none;
		}
	}
	@keyframes stickyTransition {
		from {
		  opacity: 0;
		  -webkit-transform: translate3d(0, -100%, 0);
		  transform: translate3d(0, -100%, 0);
		}
	  
		to {
		  opacity: 1;
		  -webkit-transform: none;
		  transform: none;
		}
	}

	/* =============================================
	Center menu
	================================================ */
	.navik-header.center-menu-1 {
		position: relative;
	}
	.navik-header.center-menu-1.sticky {
		position: fixed;
	}
	.navik-header.center-menu-1 .navik-header-container &gt; .logo {
		display: none;
	}
	.logoCenter {
		text-align: center;
		display: table-cell !important;
		vertical-align: middle;
	}
	.navik-header.center-menu-1 .logoCenter .logo {
		float: none;
		top: 0;
		width: inherit;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.center-menu-1 .navik-menu {
		display: table !important;
		float: none;
		width: 100%;
	}
	.center-menu-1 .navik-menu &gt; ul {
		display: table-cell !important;
		vertical-align: top;
	}
	.center-menu-1 .navik-menu &gt; ul:first-child {
		text-align: right;
		padding: 0 40px;
	}
	.center-menu-1 .navik-menu &gt; ul:first-child ul {
		text-align: left;
	}
	.center-menu-1 .navik-menu &gt; ul:last-child {
		text-align: left;
		padding: 0 40px;
	}
	.navik-header.center-menu-2 .navik-header-container {
		height: auto;
	}
	.navik-header.center-menu-2 .logo {
		float: none;
		top: 0;
		padding: 36px 30px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.navik-header.center-menu-2 .logo img {
		max-width: 100%;
		max-height: inherit;
		height: auto;
	}
	.center-menu-2 .navik-menu {
		float: none;
		text-align: center;
		border-top: 1px solid #e9e9e9;
	}
	.center-menu-2.header-dark .navik-menu {
		border-color: #333333;
	}
	.center-menu-2 .navik-menu li &gt; ul {
		text-align: left;
	}
	.center-menu-2 .navik-menu &gt; ul &gt; li &gt; a {
		height: 62px;
		line-height: 62px;
	}
	.navik-header.center-menu-2.sticky .logo {
		display: none;
	}
	.navik-header.center-menu-2.sticky .navik-menu {
		border: none;
	}

	/* =============================================
	Header transparent
	================================================ */
	.header-transparent-on .header-shadow-wrapper,
	.header-opacity-on .header-shadow-wrapper {
		display: none;
	}
	.navik-header.header-transparent-on,
	.navik-header.header-opacity-on {
		position: absolute;
		width: 100%;
		background-color: transparent;
	}
	.navik-header.header-opacity-on {
		background-color: rgba(0,0,0,0.3);
	}
	.header-transparent-on .navik-menu &gt; ul &gt; li &gt; a,
	.header-opacity-on .navik-menu &gt; ul &gt; li &gt; a {
		color: #f7f7f7;
	}
	.header-transparent-on .navik-menu &gt; ul &gt; li:hover &gt; a,
	.header-transparent-on .navik-menu &gt; ul &gt; li.current-menu &gt; a,
	.header-opacity-on .navik-menu &gt; ul &gt; li:hover &gt; a,
	.header-opacity-on .navik-menu &gt; ul &gt; li.current-menu &gt; a {
		color: #26c6da;
	}
	.header-transparent-on .navik-menu &gt; ul &gt; li.dropdown_menu &gt; a &gt; span:before,
	.header-opacity-on .navik-menu &gt; ul &gt; li.dropdown_menu &gt; a &gt; span:before {
		border-color: #f7f7f7;
	}
	.header-transparent-on.center-menu-2 .navik-menu {
		border-color: rgba(255,255,255,0.25);
	}
	.header-opacity-on.center-menu-2 .navik-menu {
		border-color: rgba(255,255,255,0.2);
	}
	.header-transparent-on .navik-menu.separate-line &gt; ul &gt; li &gt; a:before {
		background: rgba(255,255,255,0.25);
	}
	.header-opacity-on .navik-menu.separate-line &gt; ul &gt; li &gt; a:before {
		background: rgba(255,255,255,0.2);
	}
	.header-transparent-on .navik-menu &gt; ul &gt; li &gt; a .navik-menu-icon,
	.header-opacity-on .navik-menu &gt; ul &gt; li &gt; a .navik-menu-icon {
		color: rgba(255, 255, 255, 0.85);
	}

	/* =============================================
	Hover transitions
	================================================ */
	.navik-menu.menu-hover-2 &gt; ul &gt; li.current-menu &gt; a,
	.navik-menu.menu-hover-2 &gt; ul &gt; li:hover &gt; a {
		background-color: #f8f8f8;
		color: #212121;
	}
	.navik-menu.menu-hover-2 &gt; ul &gt; li &gt; a:after,
	.navik-menu.menu-hover-3 &gt; ul &gt; li &gt; a:after {
		position: absolute;
		content: '';
		left: 0;
		bottom: -3px;
		width: 100%;
		height: 3px;
		background: #26c6da;
		opacity: 0;
		z-index: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navik-menu.menu-hover-2 &gt; ul &gt; li.current-menu &gt; a:after,
	.navik-menu.menu-hover-2 &gt; ul &gt; li:hover &gt; a:after {
		opacity: 1;
	}
	.navik-menu.menu-hover-3 &gt; ul &gt; li.current-menu &gt; a,
	.navik-menu.menu-hover-3 &gt; ul &gt; li:hover &gt; a {
		color: #212121;
	}
	.navik-menu.menu-hover-3 &gt; ul &gt; li &gt; a:after {
		width: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.navik-menu.menu-hover-3 &gt; ul &gt; li.current-menu &gt; a:after,
	.navik-menu.menu-hover-3 &gt; ul &gt; li:hover &gt; a:after {
		width: 100%;
		opacity: 1;
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li &gt; a &gt; .hover-transition {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: -1;
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li &gt; a &gt; .hover-transition:after {
		display: block;
		position: relative;
		content: "";
		width: calc(100% + 2px);
		height: 0;
		top: 50%;
		left: 50%;
		background: #26c6da;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li.current-menu &gt; a &gt; .hover-transition:after,
	.navik-menu.menu-hover-4 &gt; ul &gt; li:hover &gt; a &gt; .hover-transition:after {
		opacity: 1;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li &gt; ul {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li:hover &gt; ul {
		-webkit-transition-delay: 0.13s;
		-moz-transition-delay: 0.13s;
		-o-transition-delay: 0.13s;
		transition-delay: 0.13s;
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li.current-menu &gt; a,
	.navik-menu.menu-hover-4 &gt; ul &gt; li:hover &gt; a {
		color: #fff;
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li.current-menu.dropdown_menu &gt; a &gt; span:before,
	.navik-menu.menu-hover-4 &gt; ul &gt; li.dropdown_menu:hover &gt; a &gt; span:before {
		border-color: #fff;
	}
	.header-dark .navik-menu.menu-hover-2 &gt; ul &gt; li.current-menu &gt; a,
	.header-dark .navik-menu.menu-hover-2 &gt; ul &gt; li:hover &gt; a {
		background-color: #222222;
		color: #fff;
	}
	.header-dark .navik-menu.menu-hover-3 &gt; ul &gt; li.current-menu &gt; a,
	.header-dark .navik-menu.menu-hover-3 &gt; ul &gt; li:hover &gt; a {
		color: #fff;
	}
	.header-transparent-on .navik-menu.menu-hover-2 &gt; ul &gt; li.current-menu &gt; a,
	.header-transparent-on .navik-menu.menu-hover-2 &gt; ul &gt; li:hover &gt; a {
		background-color: rgba(255, 255, 255, 0.25);
		color: #f7f7f7;
	}
	.header-opacity-on .navik-menu.menu-hover-2 &gt; ul &gt; li.current-menu &gt; a,
	.header-opacity-on .navik-menu.menu-hover-2 &gt; ul &gt; li:hover &gt; a {
		background-color: rgba(255, 255, 255, 0.2);
		color: #f7f7f7;
	}
	.header-transparent-on .navik-menu.menu-hover-3 &gt; ul &gt; li.current-menu &gt; a,
	.header-transparent-on .navik-menu.menu-hover-3 &gt; ul &gt; li:hover &gt; a,
	.header-opacity-on .navik-menu.menu-hover-3 &gt; ul &gt; li.current-menu &gt; a,
	.header-opacity-on .navik-menu.menu-hover-3 &gt; ul &gt; li:hover &gt; a {
		color: #f7f7f7;
	}
	.navik-menu.menu-hover-4 &gt; ul &gt; li.current-menu &gt; a .navik-menu-icon,
	.navik-menu.menu-hover-4 &gt; ul &gt; li:hover &gt; a .navik-menu-icon {
		color: #fff !important;
	}
	.header-transparent-on .navik-menu.menu-hover-2 &gt; ul &gt; li.current-menu &gt; a .navik-menu-icon,
	.header-transparent-on .navik-menu.menu-hover-2 &gt; ul &gt; li:hover &gt; a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-2 &gt; ul &gt; li.current-menu &gt; a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-2 &gt; ul &gt; li:hover &gt; a .navik-menu-icon,
	.header-transparent-on .navik-menu.menu-hover-3 &gt; ul &gt; li.current-menu &gt; a .navik-menu-icon,
	.header-transparent-on .navik-menu.menu-hover-3 &gt; ul &gt; li:hover &gt; a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-3 &gt; ul &gt; li.current-menu &gt; a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-3 &gt; ul &gt; li:hover &gt; a .navik-menu-icon {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	/* =============================================
	Submenu
	================================================ */
	.navik-menu.submenu-top-border li &gt; ul {
		border-top: 5px solid 334c32;
	}
	.navik-menu.submenu-top-border li &gt; ul ul {
		top: -30px;
	}
	.navik-menu.submenu-list-border li &gt; ul ul {
		top: -20px;
	}
	.navik-menu.submenu-top-border.submenu-list-border li &gt; ul ul {
		top: -23px;
	}
	.navik-menu.submenu-list-border ul ul li &gt; a {
		padding: 15px 35px 14px !important;
	}
	.navik-menu.submenu-list-border ul ul li:first-child &gt; a {
		padding: 8px 35px 14px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:last-child &gt; a {
		padding: 15px 35px 8px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 35px;
		right: 35px;
		height: 1px;
		background: #eeeeee;
	}
	.navik-menu.submenu-list-border ul ul li:last-child:after {
		display: none;
	}
	.navik-menu.submenu-list-border ul ul li:hover &gt; a {
		padding-left: 55px !important;
	}
	.navik-menu.submenu-list-border ul ul li:nth-child(n+2) &gt; a:before {
		top: 24px;
	}
	.header-dark .navik-menu.submenu-list-border ul ul li:after {
		background: #333333;
	}

	/* =============================================
	Submenu transitions
	================================================ */
	.navik-menu.submenu-flip li &gt; ul {
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.navik-menu.submenu-flip li:hover &gt; ul {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	.navik-menu.submenu-flip ul {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 200px;
		-ms-perspective: 200px;
		perspective: 200px;
	}
	.navik-menu.submenu-flip ul li {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 200px;
		-ms-perspective: 200px;
		perspective: 200px;
	}
	.navik-menu.submenu-scale li &gt; ul {

	}
	.navik-menu.submenu-scale li.submenu-right ul {
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
	.navik-menu.submenu-scale li:hover &gt; ul {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	/* =============================================
	Menu overlay
	================================================ */
	.navik-header-overlay .logo {
		top: 50px;
		left: 40px;
	}
	.navik-header-overlay .burger-menu {
		top: 40px;
		right: 40px;
	}
	.navik-menu-overlay &gt; ul &gt; li {
		padding: 0 130px 0 40px;
	}
	.overlay-center-menu .navik-menu-overlay &gt; ul &gt; li {
		padding: 0 40px;
	}
	.overlay-dropdown-plus {
		right: 53px;
	}
	.submenu-vertical &gt; ul &gt; li ul {
		right: -70px;
		padding-right: 70px !important;
	}
	.submenu-vertical &gt; ul &gt; li &gt; ul li .overlay-dropdown-plus {
		right: -77px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay &gt; ul &gt; li ul .overlay-dropdown-plus {
		right: -7px;
	}
	.menu-social-media {
		padding: 0 130px;
	}

	/* =============================================
	Mega menu
	================================================ */
	.navik-mega-menu.mega-menu-fullwidth .navik-header-container {
		position: inherit;
	}
	.navik-mega-menu .navik-header-container,
	.navik-mega-menu.mega-menu-fullwidth {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 200px;
		-ms-perspective: 200px;
		perspective: 200px;
	}
	.navik-menu .mega-menu-container {
		padding: 15px 15px 0;
	}
	.navik-mega-menu .navik-menu.submenu-flip &gt; ul,
	.navik-mega-menu .navik-menu.submenu-flip ul li.mega-menu,
	.navik-mega-menu.mega-menu-fullwidth .navik-header-container {
		-webkit-transform-style: unset;
		transform-style: unset;
		-webkit-perspective: none;
		-ms-perspective: none;
		perspective: none;
	}
	.navik-menu.submenu-flip .mega-menu &gt; ul {
		-webkit-perspective: inherit;
		-ms-perspective: inherit;
		perspective: inherit;
	}
	.navik-menu.submenu-scale li.mega-menu ul,
	.navik-menu.submenu-scale li.mega-menu.submenu-right ul {
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	.navik-menu.submenu-scale .mega-menu-container li &gt; ul {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.navik-menu.submenu-flip .mega-menu-container li &gt; ul {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	.navik-menu ul li.mega-menu {
		position: inherit;
		font-size: initial;
	}
	.navik-menu li.mega-menu &gt; ul {
		width: 100%;
		padding: 25px 20px 15px;
	}
	.navik-menu li.mega-menu:hover .mega-menu-container li &gt; ul {
		visibility: visible;
		opacity: 1;
	}
	.navik-menu .mega-menu-container li ul,
	.navik-menu.submenu-top-border .mega-menu-container li ul,
	.navik-menu.submenu-list-border .mega-menu-container li ul {
		position: relative;
		top: 0 !important;
		left: inherit;
		width: 100%;
		border-top: none;
		padding: 0;

		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		-o-box-shadow: inherit;
		box-shadow: inherit;
	}
	.navik-menu.menu-caret .mega-menu-container li.dropdown_menu &gt; a &gt; span,
	.navik-menu .mega-menu-container ul li &gt; a:before,
	.navik-menu.submenu-list-border .mega-menu-container ul li:after {
		display: none;
	}
	.navik-menu li.mega-menu.submenu-right &gt; ul ul {
		left: inherit !important;
	}
	.navik-menu .mega-menu-container ul li a,
	.navik-menu .mega-menu-container ul li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:first-child a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:first-child:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:last-child a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:last-child:hover a {
		padding: inherit !important;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li a,
	.navik-menu .mega-menu-container ul.mega-menu-list li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li:hover a {
		padding: 5px 0 !important;
		color: #818181;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li a:hover,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover {
		padding-left: 20px !important;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li &gt; a:before {
		display: block;
		left: 0;
		top: 13px !important;
	}
	.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a {
		color: #a1a1a1;
	}
	.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a:hover {
		color: #fff;
	}

	/* =============================================
	Fixed sidebar menu
	================================================ */
	.navik-fixed-sidebar {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}
	.navik-side-content &gt; .logo,
	.navik-fixed-sidebar + .burger-menu,
	.fixedsidebar-bg-overlay {
		display: none;
	}
	.navik-fixed-sidebar .logo {
		display: block;
	}
	.navik-side-content {
		width: calc(100% - 250px);

		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;

		-webkit-transform: translateX(0%) !important;
		-moz-transform: translateX(0%) !important;
		-o-transform: translateX(0%) !important;
		transform: translateX(0%) !important;
	}
	.navik-sidebar-left ~ .fixedsidebar-bg-overlay + .navik-side-content {
		margin-left: auto;
	}
	.navik-sidebar-right ~ .fixedsidebar-bg-overlay + .navik-side-content {
		margin-right: auto;
	}
	.navik-sidebar-left,
	.navik-sidebar-right {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.navik-menu-fixed {
		padding-top: 0;
	}

}
.top-bar .dz-topbar-right ul i {
    margin-right: 5px;
}
.top-bar .dz-topbar-left ul i, .top-bar .dz-topbar-right ul i {
    margin-right: 0px;
}
.top-bar {
    background: #334c32;
    position: relative;
    z-index: 1;
    border: 0;
    color: #fff;
    padding: 0; }
     .top-bar:after {
	    background: #334c32;
      content: "";
      position: absolute;
      z-index: -1;
      width: 70%;
      height: 100%;
      top: 0;
}
      @media only screen and (max-width: 1199px) {
         .top-bar:after {
          right: calc(50% + 250px); } }

         .dz-topbar-right ul li,
 .dz-topbar-left ul li {
  padding: 0;
  display: inline-block;
  font-size: 15px; }
 .dz-topbar-right ul li a,
 .dz-topbar-left ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
/*    border-left: 1px solid rgba(255, 255, 255, 0.2);*/
    font-size: 15px; }
 .dz-topbar-right ul li:last-child a,
 .dz-topbar-left ul li:last-child a {
/*    border-right: 1px solid rgba(255, 255, 255, 0.2);*/
     }

 .extra-nav {
  margin-left: 30px; }

  .construct-header .top-bar {
    background: #25282c;
    position: relative;
    z-index: 1;
    border: 0;
    color: #fff;
    padding: 0;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.top-bar .dz-topbar-center, .top-bar .dz-topbar-left, .top-bar .dz-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar .dz-topbar-left {
    float: left;
}
.top-bar .dz-topbar-center, .top-bar .dz-topbar-left, .top-bar .dz-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar .dz-topbar-right {
    float: right;
}

.top-bar .dz-topbar-center ul, .top-bar .dz-topbar-left ul, .top-bar .dz-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.extra-nav {
}
@media only screen and (max-width: 1680px){
.extra-nav {
        margin-left: 10px;
    }
}
.extra-nav .extra-cell {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 991px) {
     .extra-nav {
          height: 80px; }
		  .top-bar {
			display: none;
		}
		 }
      @media only screen and (max-width: 1680px) {
     .extra-nav {
          margin-left: 10px; } }
          .extra-nav #quik-search-btn {
            color: #212529;
            cursor: pointer;
            margin-right: 0px;
            border: 0;
            width: 45px;
            height: 45px;
            background: #ebebeb;
            line-height: 45px;
            text-align: center;
            font-size: 18px;
            border-radius: 45px; }
.btn.btn-primary, .wp-block-button__link {
                color: #fff;
            }
            .btn.btn-sm, .btn-group-sm &gt; .btn, .btn-group-sm &gt; .wp-block-button__link, .btn-sm.wp-block-button__link {
                font-size: 17px;
				padding: 7px 13px;
            }
            .btn-primary, .wp-block-button__link {
				border-color: 334c32;
			    background-color: #334c32;
            }
            .btn, .wp-block-button__link {
                padding: 18px 30px;
                display: inline-flex;
                border-radius: 20px;
                font-size: 15px;
                font-weight: 400;
                position: relative;
                line-height: 1.5;
                align-items: center;
                overflow: hidden;
            }
            /************************************************
 dc-hero-area-style-1
**************************************************/
.dc-hero-area-style-1,
.dc-hero-area-style-2 {
  /* height: 900px; */
  position: relative;
  overflow: hidden;
}

.dc-hero-area-style-1 .slide:before,
.dc-hero-area-style-2 .slide:before {
  content: "";
  background: linear-gradient(92deg, #001f146e 10.22%, rgba(11, 61, 44, 0.42) 106.96%);
  /* background: linear-gradient(92deg, #001F14 10.22%, rgba(11, 61, 44, 0.42) 106.96%); */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.slide-top-title-inner {
  display: flex;
  gap: 10px;
  background: #219d26;
  width: max-content;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.dc-hero-area-style-1 .slide .round-shape-1 {
    width: 806.187px;
    height: 681.309px;
    position: absolute;
    left: 223px;
    top: 98%;
    transform: translateY(-90%);
    border-radius: 39%;
    overflow: hidden;
    z-index: 11;
    mix-blend-mode: soft-light;
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .round-shape-1 {
    display: none;
  }
}
.dc-hero-area-style-1 .slide .round-shape-1 svg {
  width: 728px;
  height: 775px;
}
@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .round-shape-1 svg {
    width: 630px;
    height: 740px;
  }
}
@media (max-width: 1890px) {
  .dc-hero-area-style-1 .slide .round-shape-1 {
    left: 150px;
  }
}
@media (max-width: 1700px) {
  .dc-hero-area-style-1 .slide .round-shape-1 {
    left: 73px;
  }
}
.dc-hero-area-style-1 .slide .right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: color-burn;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-1 .slide .right-shape {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .right-shape {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .right-shape {
    max-width: 100px;
  }
}
.dc-hero-area-style-1 .slide .right-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 1399px) {
  .dc-hero-area-style-1 .slide .right-shape-2 {
    max-width: 80px;
  }
}
@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .right-shape-2 {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .right-shape-2 {
    max-width: 30px;
  }
}
.dc-hero-area-style-1 .slide .slide-content {
  z-index: 99;
  position: relative;
}
@media (max-width: 1800px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 60px;
  }
}

.dc-hero-area-style-1 .slide .slide-content {
  padding-top: 70px;
  padding-bottom: 90px;
}

@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 100px;
  }
}
@media (max-width: 1100px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 150px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide .slide-content {
    padding-left: 37px;
            padding: 65px;

  }
}

.dc-hero-area-style-1 .slide .slide-content h2 span {
  color: #f7c33f;
}

@media (max-width: 1199px) {
  .dc-hero-area-style-1,
  .dc-hero-area-style-2 {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1,
  .dc-hero-area-style-2 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1,
  .dc-hero-area-style-2 {
    height: 450px;
  }
}
/* .dc-hero-area-style-1 .slide,
.dc-hero-area-style-2 .slide {
    height: 899px;
} */

@media (max-width: 1199px) {
  .dc-hero-area-style-1 .slide,
  .dc-hero-area-style-2 .slide {
    height: 750px;
  }
  .dc-hero-area-style-2 .slide {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide,
  .dc-hero-area-style-2 .slide {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1 .slide,
  .dc-hero-area-style-2 .slide {
    height: 450px;
  }
  .dc-hero-area .slide .container {
    margin-left: 20px;
  }
  .dc-hero-area-style-1 .slide-content,
  .dc-hero-area-style-2 .slide-content {
    padding-top: 190px;
  }
  .dc-hero-area-style-2 .slide {
    height: 450px;
  }
}
.dc-hero-area-style-1 .slide .row,
.dc-hero-area-style-2 .slide .row {
  position: relative;
}

.dc-hero-area-style-1 .slide-content h2, .dc-hero-area-style-2 .slide-content h2, .dc-hero-area-style-3 .hero-content h2, .dc-hero-area-style-4 .hero-content h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
  /* text-transform: uppercase; */
  margin: 0 0 10px;
}

@media (max-width: 1200px) {
  .dc-hero-area-style-1 .slide-content h2,
  .dc-hero-area-style-2 .slide-content h2,
  .dc-hero-area-style-3 .hero-content h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 85px;
  }
}
@media (max-width: 991px) {
  .dc-hero-area-style-1 .slide-content h2,
  .dc-hero-area-style-2 .slide-content h2,
  .dc-hero-area-style-3 .hero-content h2 {
    font-size: 40px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1 .slide-content h2,
  .dc-hero-area-style-2 .slide-content h2,
  .dc-hero-area-style-3 .hero-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 45px;
  }
}
.dc-hero-area-style-1 .slide-content p,
.dc-hero-area-style-3 .slide-content p,
.dc-hero-area-style-2 .slide-content p {
  color: #fff;
  margin: 0 0 2.8em;
}

.dc-hero-area-style-1 .slider-pic,
.dc-hero-area-style-2 .slider-pic {
  position: absolute;
  bottom: -33%;
  right: -113%;
  z-index: -1;
  max-width: 680px;
}

@media (max-width: 991px) {
  .dc-hero-area-style-1 .slider-pic,
  .dc-hero-area-style-2 .slider-pic {
    max-width: 350px;
    right: -60%;
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  .dc-hero-area-style-1 .slider-pic,
  .dc-hero-area-style-2 .slider-pic {
    display: none;
  }
}
.slide-content .slide-subtitle p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .dc-hero-area-style-1 .slide-content,
  .dc-hero-area-style-2 .slide-content {
    padding-top: 0px;
  }
}
@media (max-width: 590px) {
  .dc-hero-area .slide .container {
    margin-left: 0px;
  }
  .theme-btn {
    padding: 10px 18px;
  }
  .slide-content .btns .theme-btn {
    margin-right: 5px;
  }
  .wpo-site-header .cart-search-contact {
    right: 74px;
  }
}
.slide-top-title-inner img {
    width: auto!important;
}
.dc-hero-area .slide .slider-bg {
    display: none;
}
.ban-1{
    background-image: url(../img/ban1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.ban-2{
    background-image: url(../img/ban2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* button styles starts here */
.ch-btn-style-1,
.ch-btn-style-2,
.ch-btn-style-3,
.ch-btn-style-4 {
  background: #1A9120;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 16px 35px 16px;
  border: 0;
  z-index: 11;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.ch-btn-style-1::before,
.ch-btn-style-2::before,
.ch-btn-style-3::before,
.ch-btn-style-4::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1A9120;
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
  z-index: -1;
}
.ch-btn-style-1:hover, .ch-btn-style-1:focus, .ch-btn-style-1:active,
.ch-btn-style-2:hover,
.ch-btn-style-2:focus,
.ch-btn-style-2:active,
.ch-btn-style-3:hover,
.ch-btn-style-3:focus,
.ch-btn-style-3:active,
.ch-btn-style-4:hover,
.ch-btn-style-4:focus,
.ch-btn-style-4:active {
  background-color: #033e07;
  color: #fff;
}
.ch-btn-style-1:hover:before, .ch-btn-style-1:focus:before, .ch-btn-style-1:active:before,
.ch-btn-style-2:hover:before,
.ch-btn-style-2:focus:before,
.ch-btn-style-2:active:before,
.ch-btn-style-3:hover:before,
.ch-btn-style-3:focus:before,
.ch-btn-style-3:active:before,
.ch-btn-style-4:hover:before,
.ch-btn-style-4:focus:before,
.ch-btn-style-4:active:before {
  transform: scaleX(0);
}
.ch-btn-style-1:hover:after, .ch-btn-style-1:focus:after, .ch-btn-style-1:active:after,
.ch-btn-style-2:hover:after,
.ch-btn-style-2:focus:after,
.ch-btn-style-2:active:after,
.ch-btn-style-3:hover:after,
.ch-btn-style-3:focus:after,
.ch-btn-style-3:active:after,
.ch-btn-style-4:hover:after,
.ch-btn-style-4:focus:after,
.ch-btn-style-4:active:after {
  right: 30px;
}
@media (max-width: 991px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3,
  .ch-btn-style-4 {
    font-size: 18px;
    font-size: calc-rem-value(18);
  }
}
@media (max-width: 767px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3,
  .ch-btn-style-4 {
    padding: 15px 22px;
    font-size: 14px;
  }
}

.ch-btn-style-1 {
  padding: 16px 55px 16px 35px;
}
@media (max-width: 767px) {
  .ch-btn-style-1 {
    padding: 15px 22px;
    font-size: 14px;
  }
}
.ch-btn-style-1:after {
  position: absolute;
  right: 35px;
  top: 50%;
  content: "\f061";
 font-family: FontAwesome;
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ch-btn-style-1:after {
    display: none;
  }
}

.ch-btn-style-2 {
  color: #fff;
  background-color: #1A9120;
}
.ch-btn-style-2::before {
  background: #4AAB3D;
}
.ch-btn-style-2:hover, .ch-btn-style-2:focus, .ch-btn-style-2:active {
  color: #fff;
}
.ch-btn-style-2:hover:before, .ch-btn-style-2:focus:before, .ch-btn-style-2:active:before {
  transform: scaleX(0);
  background: #4AAB3D;
}

.ch-btn-style-3 {
  background: #1A9120;
  color: #1A9120;
  border: 1px solid #1A9120;
}
.ch-btn-style-3::before {
  background: #fff;
}
.ch-btn-style-3:hover {
  border-color: #1A9120;
  background: #1A9120;
}
.ch-btn-style-3:hover:before {
  transform: scaleX(0);
  background: #1A9120;
}

.ch-btn-style-4 {
  background: #4AAB3D;
}
.ch-btn-style-4::before {
  background: #1A9120;
}
.ch-btn-style-4:hover, .ch-btn-style-4:focus, .ch-btn-style-4:active {
  background-color: #4AAB3D;
  color: #fff;
}
.ch-btn-style-4:hover:before, .ch-btn-style-4:focus:before, .ch-btn-style-4:active:before {
  transform: scaleX(0);
}

.ch-btn-animated span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #1A9120;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ch-btn-animated:hover span {
  width: 650px;
  height: 650px;
}
/*===================================
 06. about-area 
 ====================================*/
 .about-area {
    position: relative;
    z-index: 1;
  }
  .about-area .left-shape {
    position: absolute;
    left: -70px;
    bottom: 30px;
    z-index: -1;
  }
  @media (max-width: 991px) {
    .about-area .left-shape {
      display: none;
    }
  }
  .about-area .left-shape img {
    animation: bounceLeftToRight 8s infinite;
  }
  .about-area .about-left-item {
    padding-right: 40px;

    background: #ececec;
    border-radius: 50%;
  }
  @media (max-width: 575px) {
    .about-area .about-left-item {
      padding-right: 0;
    }
  }
  .about-area .about-left-item .left-img {
    position: relative;
  }
  @media (max-width: 1199px) {
    .about-area .about-left-item .left-img {
      margin-bottom: 50px;
    }
  }
  .about-area .about-left-item .left-img .man-img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  @media (max-width: 1199px) {
    .about-area .about-left-item .left-img .man-img {
      max-width: 80%;
    }
  }
  .about-area .about-right-text span {
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #1A9120;
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
}
 .about-area .about-right-text span::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    width: 26.667px;
    height: 26.667px;
    background: url(../img/tea-leaf2.png);
    animation: bounceLeftToRight 4s infinite;
  }
  .about-area .about-right-text h2 {
       font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    margin-bottom: 10px;
}
  @media (max-width: 1199px) {
    .about-area .about-right-text h2 {
      font-size: 35px;
      line-height: 45px;
    }
  }
  .about-area .about-right-text p {
    margin-bottom: 50px;
  }
  @media (max-width: 1199px) {
    .about-area .about-right-text p {
      margin-bottom: 40px;
    }
  }
  .about-area .about-features-wrap ul li {
    color: #16171A;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 50px;
  }
  @media (max-width: 1199px) {
    .about-area .about-features-wrap ul li {
      font-size: 18px;
    }
  }
  .about-area .about-features-wrap ul li + li {
    margin-top: 25px;
  }
  .about-area .about-features-wrap ul li:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1A9120;
    text-align: center;
    border-radius: 50%;
    color: #fff;
  }
  .about-area .about-features-wrap .about-features-right {
    position: relative;
    text-align: center;
}
  @media (max-width: 575px) {
    .about-area .about-features-wrap .about-features-right {
      max-width: 300px;
      margin-top: 50px;
    }
  }
  .about-area .about-features-wrap .about-features-right .shape-1 {
    position: absolute;
    right: -80px;
    bottom: 0;
    z-index: -1;
    display: none;
  }
  .about-area .about-features-wrap .about-features-right .shape-1 img {
    animation: leafAniamtion 8s ease-in infinite;
  }
  .about-area .about-features-wrap .about-features-inner {
    padding: 30px 20px;
    border-radius: 0px 20px 20px 20px;
    border-top: 5px solid #1A9120;
    background: #F5F5F5;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 1199px) {
    .about-area .about-features-wrap .about-features-inner {
      padding: 35px 15px;
    }
  }
  .about-area .about-features-wrap .about-features-inner small {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    color: #16171A;
  }
  .about-area .about-features-wrap .about-features-inner h3 {
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    color: #1A9120;
    margin-bottom: 0;
  }
  .about-area .about-features-wrap .about-features-inner p {
    margin-bottom: 0;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    color: #16171A;
  }
  .about-area .about-features-wrap .about-bottom {
    margin-top: 15px;
    display: flex;
  }
  @media (max-width: 450px) {
    .about-area .about-features-wrap .about-bottom {
      display: block;
    }
  }
  .about-area .about-features-wrap .about-bottom .author-wrap {
    display: flex;
    margin-left: 50px;
    align-items: center;
  }
  @media (max-width: 450px) {
    .about-area .about-features-wrap .about-bottom .author-wrap {
      margin-left: 0;
      margin-top: 20px;
    }
  }
  .about-area .about-features-wrap .about-bottom .author-wrap .author-img img {
    border-radius: 50%;
  }
  .about-area .about-features-wrap .about-bottom .author-wrap .author-text {
    margin-left: 15px;
  }
  .about-area .about-features-wrap .about-bottom .author-wrap .author-text h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .about-area .about-features-wrap .about-bottom .author-wrap .author-text small {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  
  /*===================================
   07. service-area
   ====================================*/
  .service-area {
    /* padding-bottom: 90px; */
    position: relative;
    overflow: hidden;
    /* z-index: -1; */
    background: linear-gradient(0deg, rgba(248, 245, 240, 0.9) 0%, rgba(248, 245, 240, 0.9) 100%), url(../img/bg.png) lightgray 50%/cover no-repeat;
  }
  @media (max-width: 991px) {
    .service-area {
      padding-bottom: 60px;
    }
  }
  @media (max-width: 767px) {
    .service-area {
      padding-bottom: 50px;
    }
  }
  .service-area .bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
  }
  .service-area .service-item {
    /* transition: all 0.6s; */
    margin-bottom: 30px;
    border-bottom: 2px solid #1A9120;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .service-area .service-item .service-img {
    overflow: hidden;
  }
  .service-area .service-item .service-img img {
    transform: scale(1);
    transition: all 0.3s;
    width: 100%;
  }
  .service-area .service-item .service-text {
    background: #fff;
    position: relative;
    padding: 18px;
  }
  @media (max-width: 1199px) {
    .service-area .service-item .service-text {
      padding-top: 50px;
    }
  }
  .service-area .service-item .service-text .icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background: #FFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    width: 90px;
    height: 90px;
    line-height: 86px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 20px;
    top: -59px;
    transition: all 0.3s;
  }
  .service-area .service-item .service-text .icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    content: "";
    background: rgba(26, 145, 32, 0.1);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s;
  }
  .service-area .service-item .service-text .icon i {
    font-size: 40px;
    color: #1A9120;
    transition: all 0.3s;
    transition: all 0.3s;
  }
  .service-area .service-item .service-text h3 {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 9px;
    margin-top: 16px;
  }
  .service-area .service-item .service-text h3 a {
    color: #16171A;
  }
  .service-area .service-item .service-text h3 a:hover {
    color: #1A9120;
  }
  .service-area .service-item .service-text p {
    margin-bottom: 0;
  }
  .service-area .service-item:hover .service-img img {
    transform: scale(1.2);
  }
  .service-area .service-item:hover .service-text {
    background: #fff;
    position: relative;
    padding: 30px;
  }
  .service-area .service-item:hover .service-text .icon {
    background: #1A9120;
  }
  .service-area .service-item:hover .service-text .icon:before {
    background: #0f7214;
  }
  .service-area .service-item:hover .service-text .icon i img {
    filter: brightness(0) invert(1);
  }
  .service-area .bg-service .service-item {
    background: #4AAB3D;
    padding: 70px 40px;
    position: relative;
    border: 0;
    z-index: 1;
  }
  @media (max-width: 1199px) {
    .service-area .bg-service .service-item {
      padding: 40px 40px;
    }
  }
  @media (max-width: 575px) {
    .service-area .bg-service .service-item {
      padding: 30px 20px;
    }
  }
  .service-area .bg-service .service-item .shape {
    position: absolute;
    right: 66px;
    bottom: 0;
    z-index: -1;
  }
  .service-area .bg-service .service-item .shape img {
    animation: leafAniamtion 8s ease-in infinite;
  }
  .service-area .bg-service .service-item .service-text {
    padding: 0;
    background: none;
    max-width: 443px;
    z-index: -1;
  }
  .service-area .bg-service .service-item .service-text small {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .service-area .bg-service .service-item .service-text small::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    width: 26.667px;
    height: 26.667px;
    background: url(../img/tea-leaf-1.png);
    animation: bounceLeftToRight 4s infinite;
  }
  .service-area .bg-service .service-item .service-text h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
    margin-bottom: 35px;
  }
  .service-area .bg-service .service-item .service-text .author-wrap {
    display: flex;
    align-items: center;
  }
  .service-area .bg-service .service-item .service-text .author-wrap .author-left ul {
    display: flex;
  }
  .service-area .bg-service .service-item .service-text .author-wrap .author-left ul li + li {
    margin-left: -10px;
  }
  .service-area .bg-service .service-item .service-text .author-wrap .author-right {
    padding-left: 10px;
  }
  .service-area .bg-service .service-item .service-text .author-wrap .author-right ul {
    display: flex;
    margin-bottom: 5px;
  }
  .service-area .bg-service .service-item .service-text .author-wrap .author-right ul li {
    color: #FFC107;
  }
  .service-area .bg-service .service-item .service-text .author-wrap .author-right ul li + li {
    margin-left: 10px;
  }
  .service-area .bg-service .service-item .service-text .author-wrap .author-right span {
    color: #fff;
  }
  
  /*===================================
   08. work-area
   ====================================*/
  .work-area {
    position: relative;
    z-index: 1;
  }
  .work-area .shape-1 {
    position: absolute;
    left: 120px;
    top: 70px;
  }
  @media (max-width: 991px) {
    .work-area .shape-1 {
      left: 50px;
      top: 30px;
    }
  }
  @media (max-width: 767px) {
    .work-area .shape-1 {
      max-width: 30px;
      left: 20px;
      top: 20px;
    }
  }
  .work-area .shape-1 img {
    animation: bounceTopToBottom 6s infinite;
  }
  .work-area .shape-2 {
    position: absolute;
    right: 80px;
    bottom: 70px;
  }
  @media (max-width: 991px) {
    .work-area .shape-2 {
      right: 50px;
      bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .work-area .shape-2 {
      max-width: 30px;
      right: 20px;
      bottom: 20px;
    }
  }
  .work-area .shape-2 img {
    animation: bounceTopToBottom 6s infinite;
  }
  .work-area .work-wrap {
    position: relative;
    z-index: 1;
  }
  .work-area .work-wrap .icon {
    position: relative;
    z-index: 1;
        border: 20px inset #1A9120;
    width: 150px;
    height: 150px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 0.3s;
  }


@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
}
  .work-area .work-wrap .icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    content: "";
    background:#fff;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.3s;
  }
  .work-area .work-wrap .icon i {
    font-size: 50px;
    color: #1A9120;
    transition: all 0.3s;
  }
  .work-area .work-wrap .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #1A9120;
    transition: all 0.3s;
  }
  .work-area .work-wrap .icon .count span {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s;
  }
  .work-area .work-wrap .work-text {
    background: none;
    position: relative;
/*    padding: 40px 30px;*/
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
  @media (max-width: 1199px) {
    .work-area .work-wrap .work-text {
      padding-top: 50px;
    }
  }
  .work-area .work-wrap .work-text h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    z-index: 11;
  }
  .work-area .work-wrap .work-text h3 a {
    color: #16171A;
  }
  .work-area .work-wrap .work-text h3 a:hover {
    color: #1A9120;
  }
  .work-area .work-wrap .work-text p {
    margin-bottom: 0;
    position: relative;
    z-index: 11;
  }
  .work-area .work-wrap .work-text .shape {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
  }
  @media (max-width: 991px) {
    .work-area .work-wrap .work-text .shape {
      display: none;
    }
  }
  .work-area .work-wrap .work-item {
    padding: 40px 0;
    /* box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1); */
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
    /* height: 400px; */
}
  .work-area .work-wrap .work-item:hover .work-text .shape, .work-area .work-wrap .work-item.active .work-text .shape {
   /* opacity: 1;
    visibility: visible;*/
  }
  .work-area .work-wrap .work-item:hover .icon, .work-area .work-wrap .work-item.active .icon {
    /* background: #1A9120; */
  }
  .work-area .work-wrap .work-item:hover .icon i, .work-area .work-wrap .work-item.active .icon i {
    color: #fff;
  }
  .work-area .work-wrap .work-item:hover .icon .count, .work-area .work-wrap .work-item.active .icon .count {
    /*background-color: #FFF;*/
    /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);*/
  }
  .work-area .work-wrap .work-item:hover .icon .count span, .work-area .work-wrap .work-item.active .icon .count span {
    color: #1A9120;
  }
  @media (max-width: 991px) {
    .work-area .work-wrap .row {
      justify-content: center;
    }
  }
  @media (max-width: 767px) {
    .work-area .work-wrap .icon-main-wrap {
     /* max-width: 300px;
      margin: 0 auto;*/
    }
  }
  /*.work-area .work-wrap .col:nth-child(odd) {
    margin-top: 100px;
  }*/
  @media (max-width: 991px) {
    .work-area .work-wrap .col:nth-child(odd) {
      margin-top: 0;
    }
  }
  .work-area .work-wrap .col:nth-child(odd) .work-text {
     /*  padding-top: 10px;
           margin-top: -10px;*/
    /*margin-top: 40px;*/
  }
  .work-area .work-wrap .col:nth-child(odd) .work-text .shape {
    /*top: 43%;*/
    z-index: 1;
  }
  .work-area .work-wrap .col:nth-child(even) {
    position: relative;
  }
  .work-area .work-wrap .col:nth-child(even) .work-text {
    /*margin-top: 50px;*/
/*        margin-top: -50px;*/
        /*margin-top: -10px;*/
    z-index: 1;
  }
  @media (max-width: 991px) {
    .work-area .work-wrap .col:nth-child(even) .work-text {
         margin-top: -15px;
      padding-top: 20px;
    }
  }
  .work-area .work-wrap .col:nth-child(even):before {
    position: absolute;
    left: -30px;
    top: 62%;
    content: "";
    background: url(../images/icon/right-arrow.png);
    width: 34px;
    height: 34px;
    animation: bounceLeftToRight 3s infinite;
  }
  @media (max-width: 1199px) {
    .work-area .work-wrap .col:nth-child(even):before {
      display: none;
    }
  }
  .work-area .work-wrap .col:nth-child(even):after {
    position: absolute;
    right: -30px;
    top: 62%;
    content: "";
    /*background: url(../images/icon/right-arrow.png);*/
    width: 34px;
    height: 34px;
    animation: bounceLeftToRight 3s infinite;
  }
  @media (max-width: 1199px) {
    .work-area .work-wrap .col:nth-child(even):after {
      display: none;
    }
  }
  .work-area .work-wrap .col:nth-child(1) .icon-main-wrap {
    position: relative;
  }
  .work-area .work-wrap .col:nth-child(1) .icon-main-wrap .shape {
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .work-area .work-wrap .col:nth-child(1) .icon-main-wrap .shape {
      top: -30px;
      left: 0px;
    }
  }
  .work-area .work-wrap .col:nth-child(2) .icon-main-wrap {
    position: relative;
  }
  .work-area .work-wrap .col:nth-child(2) .icon-main-wrap .shape {
    position: absolute;
    top: -30px;
    left: 30px;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .work-area .work-wrap .col:nth-child(2) .icon-main-wrap .shape {
      top: -30px;
      left: 0px;
    }
  }
  .work-area .work-wrap .col:nth-child(3) .icon-main-wrap {
    position: relative;
  }
  .work-area .work-wrap .col:nth-child(3) .icon-main-wrap .shape {
    position: absolute;
    top: -95px;
    left: 40px;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .work-area .work-wrap .col:nth-child(3) .icon-main-wrap .shape {
      top: -95px;
      left: 0px;
    }
  }
  .work-area .work-wrap .line-1 {
    position: absolute;
    left: 11%;
    top: 150px;
    width: 45%;
    height: 100%;
    /*border-top: 2px dashed #1A9120;*/
    transform: rotate(340deg);
    z-index: -1;
  }
  @media (max-width: 991px) {
    .work-area .work-wrap .line-1 {
      display: none;
    }
  }
  .work-area .work-wrap .line-2 {
    position: absolute;
    right: 11%;
    top: 150px;
    width: 45%;
    height: 100%;
    /*border-top: 2px dashed #1A9120;*/
    transform: rotate(-340deg);
    z-index: -1;
  }
  @media (max-width: 991px) {
    .work-area .work-wrap .line-2 {
      display: none;
    }
  }
  .work-area .work-wrap .line-2::before {
    position: absolute;
    right: -10px;
    top: -14px;
    content: "\f061";
   font-family: FontAwesome;
    color: #1A9120;
  }
  
  /*===================================
   09. text-moving-sec 
   ====================================*/
  .text-moving-sec {
    position: relative;
    z-index: 11;
    /* padding: 0 0 60px; */
  }
  .text-moving-sec .text-moving {
    position: relative;
    left: -10%;
    width: 120%;
    z-index: -1;
  }
  .text-moving-sec .text-moving .track {
    animation: marquee 200s linear infinite;
  }
  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .text-moving-sec .text-moving h1 {
    white-space: nowrap;
    will-change: transform;
    animation: marquee 20s linear infinite;
    margin-bottom: 0;
  }
  .text-moving-sec .text-moving h1 span {
    font-size: 88px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    margin: 0 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #16171A;
    line-height: 96px;
}
  @media (max-width: 991px) {
    .text-moving-sec .text-moving h1 span {
      font-size: 70px;
      margin: 0 20px;
    }
  }
  @media (max-width: 991px) {
    .text-moving-sec .text-moving h1 span {
      font-size: 50px;
    }
  }
  .text-moving-sec .text-moving h1 span:nth-child(even) {
    background: -webkit-linear-gradient(transparent, transparent), url("../img/title-bg.jpg") no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
  }
  
  /*==============================
   10. ch-choose-area
   ===============================*/
  .ch-choose-area {
    background: #104b13;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .ch-choose-area .pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .ch-choose-area .ch-choose-img {
    margin-left: -70px;
  }
  @media (max-width: 991px) {
    .ch-choose-area .ch-choose-img {
      margin-left: 0;
      text-align: center;
    }
  }
  @media (max-width: 1399px) {
    .ch-choose-area .ch-choose-text .ch-top-title-s3 h2 {
      font-size: 35px;
      line-height: 45px;
    }
  }
  @media (max-width: 1199px) {
    .ch-choose-area .ch-choose-text .ch-top-title-s3 h2 {
      font-size: 30px;
      line-height: 45px;
    }
  }
  .ch-choose-area .ch-choose-text p {
    margin-top: 30px;
    color: #fff;
  }
  .ch-choose-area .row {
    align-items: flex-end;
  }

  /* .ch-choose-area .funfact-area .row {
    justify-content: space-between;
  } */
  @media (max-width: 575px) {
    .ch-choose-area .funfact-area .row {
      justify-content: center;
    }
  }
  .ch-choose-area .funfact-area .info {
    position: relative;
  }
  @media (max-width: 991px) {
    .ch-choose-area .funfact-area .info {
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .ch-choose-area .funfact-area .info {
      padding-bottom: 20px;
    }
  }
  .ch-choose-area .funfact-area .info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 16px;
}
  @media (max-width: 767px) {
    .ch-choose-area .funfact-area .info p {
      font-size: 14px;
    }
  }
  .ch-choose-area .funfact-area .info h3 {
    font-size: 43px;
    font-style: normal;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #1A9120;
  }
  @media (max-width: 1199px) {
    .ch-choose-area .funfact-area .info h3 {
      font-size: 40px;
    }
  }
  @media (max-width: 767px) {
    .ch-choose-area .funfact-area .info h3 {
        font-size: 33px;
    }
  }
  .ch-choose-area .funfact-area .col + .col .info {
    padding-left: 60px;
  }
  @media (max-width: 1399px) {
    .ch-choose-area .funfact-area .col + .col .info {
      padding-left: 30px;
    }
  }
  @media (max-width: 575px) {
    .ch-choose-area .funfact-area .col + .col .info {
      padding-left: 0;
    }
  }
  .ch-choose-area .funfact-area .col + .col .info:before {
    position: absolute;
    left: -20%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 57px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
  }
  @media (max-width: 991px) {
    .ch-choose-area .funfact-area .col + .col .info:before {
      left: 0;
    }
  }
  @media (max-width: 575px) {
    .ch-choose-area .funfact-area .col + .col .info:before {
      left: -5%;
    }
  }
  .ch-choose-area .funfact-area .col + .col:last-child .info {
    /*padding-left: 120px;*/
  }
  @media (max-width: 1399px) {
    .ch-choose-area .funfact-area .col + .col:last-child .info {
      /*padding-left: 20px;*/
    }
  }
  @media (max-width: 575px) {
    .ch-choose-area .funfact-area .col + .col:last-child .info {
      padding: 0;
    }
  }
  .ch-choose-area .funfact-area .col + .col:last-child .info:before {
    left: -10%;
  }
  @media (max-width: 575px) {
    .ch-choose-area .funfact-area .col + .col:last-child .info:before {
      display: none;
    }
  }
  .owl-prev, .owl-next {
    display: block !important;
}
  /*==============================
   11. ch-project-area
   ===============================*/
  .ch-project-area {
    position: relative;
/*    margin-top: -120px;*/
  }
  .ch-project-area .container-fluid {
    padding: 0;
  }
  .ch-project-area .owl-dots {
  	margin-top: 20px;
/*    display: none;*/
  }
  .ch-project-area .project-item {
  position: relative;
/*    padding: 10px;*/
    background: #fff;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    border-top: 4px solid transparent;
/*    transition: all 0.2slinear;*/
/*    border: 1px solid #1A9120;*/
    border-radius: 20px;
    padding: 5px 10px ;
    box-shadow: 0px 0px 10px #ccc;
    margin: 5px;
      transition: all 0.3s ease-in;
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
/*     background-image: linear-gradient(to right, rgb(252 252 252), rgb(33 157 38));*/
  }
 .ch-project-area .project-item:hover{
  	   background: #bfecc1; 
/*    box-shadow: 0px 3px 3px rgba(37, 31, 69, 0.1);*/
    transform: translateY(-5px);

  }
  .ch-project-area .project-item .project-text {
/*    width: 335px;*/
    padding: 12px 15px;
/*    position: absolute;
    left: -2px;
    bottom: 30px;
*/   
/* background: #344c34;*/
  }
  @media (max-width: 1600px) {
    .ch-project-area .project-item .project-text {
      /*width: 280px;*/
    }
  }
  .ch-project-area .project-item .project-text span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    color: #000;
  }
  .ch-project-area .project-item .project-text h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}
  @media (max-width: 575px) {
    .ch-project-area .project-item .project-text h2 {
      font-size: 22px;
    }
  }
  .ch-project-area .project-item .project-text h2 a {
    color: #16171A;
  }
  .ch-project-area .project-item .project-text a {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #1A9120;
    text-align: center;
    color: #fff;
    display: none;
  }
  .ch-project-area .project-item .project-text a:hover {
    background-color: #105c14;
  }
  .ch-project-area .project-item .project-img {
    width: 100%;
    overflow: hidden;
  }
  /* .ch-project-area .project-item .project-img img {
    transform: scale(1);
    transition: all 0.3s;
  }
  .ch-project-area .project-item:hover .project-img img {
    transform: scale(1.2);
  } */
  .ch-project-area .project-item:hover .middle-shade:before {
    left: 0;
    right: 0;
    opacity: 0;
  }
  .ch-project-area .owl-nav {
/*    display: none;*/
  }

  .owl-nav button {
  position: absolute;
  top: 40%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.dc-hero-area-slider owl-nav button.owl-prev {
  left: 10px;
}
.dc-hero-area-slider .owl-nav button.owl-next {
  right: 10px;

}
.dc-hero-area-slider  .owl-dots{
    margin-top: -50px !important;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.dc-hero-area-slider .owl-nav button.owl-prev i{
	font-size: 25px;
        color: #219d26;
        padding: 10px 15px;
        background: #ffffffa6;
        border-radius: 50%;
            color: #344c34;
}
.dc-hero-area-slider .owl-nav button.owl-next i{
	font-size: 25px;
        color: #219d26;
        padding: 10px 15px;
        background: #ffffffa6;
        border-radius: 50%;
            color: #344c34;
}

@media(min-width:991px){
.project-active .owl-nav button.owl-prev {
  left: -43px;
}
.project-active .owl-nav button.owl-next {
  right: -43px;
}
.clinet-carosel .owl-nav button.owl-prev {
  left: -43px;
}
.clinet-carosel .owl-nav button.owl-next {
  right: -13px;
}
.owl-theme .owl-nav {
    margin-top: -35px !important;
}
.owl-nav button.owl-prev i{
	    font-size: 31px;

	            color: #219d26;
}
.owl-nav button.owl-next i{
	font-size: 31px;
	        color: #219d26;
}
}
@media(max-width:991px){
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-nav button.owl-prev i{
	   
	            color: #219d26;
}
.owl-nav button.owl-next i{
	
	        color: #219d26;
}
}


.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*background: rgba(255, 255, 255, 0.38) !important;*/
}
/* span {
    font-size: 70px;    
    position: relative;
    top: -5px;
} */
.owl-nav button:focus {
    outline: none;
}
/*.owl-carousel .owl-stage .owl-item .owl-nav button.owl-next, .owl-carousel .owl-nav:last-child{
  display: none !important;
}*/

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000 !important;
    text-decoration: none;
}
  .slide-top-title-inner span {
   color: #fff;
    line-height: 27px;
}
.ch-top-title,
.ch-top-title-s2,
.ch-top-title-s3 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ch-top-title,
  .ch-top-title-s2,
  .ch-top-title-s3 {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .ch-top-title,
  .ch-top-title-s2,
  .ch-top-title-s3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.ch-top-title span,
.ch-top-title-s2 span,
.ch-top-title-s3 span {
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #1A9120;
  position: relative;
  display: inline-block;
}
.ch-top-title span::before,
.ch-top-title-s2 span::before,
.ch-top-title-s3 span::before {
 /* position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 26.667px;
  height: 26.667px;
  background: url(../img/tea-leaf2.png);
  animation: bounceLeftToRight 4s infinite;*/
}
.ch-top-title h2,
.ch-top-title-s2 h2,
.ch-top-title-s3 h2 {
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  line-height: 53px;
  color: #16171A;
/*  margin-top: 10px;*/
margin-bottom: 0;
}
@media (max-width: 1199px) {
  .ch-top-title h2,
  .ch-top-title-s2 h2,
  .ch-top-title-s3 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .ch-top-title h2,
  .ch-top-title-s2 h2,
  .ch-top-title-s3 h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ch-top-title h2 small,
.ch-top-title-s2 h2 small,
.ch-top-title-s3 h2 small {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #1F212D;
}
.ch-top-title p,
.ch-top-title-s2 p,
.ch-top-title-s3 p {
  font-size: 18px;
}

.ch-top-title-s2 {
  text-align: center;
}
.ch-top-title-s2 h2 {
  color: #16171A;
}
.ch-top-title-s2.white h2 {
  color: #fff;
}

.ch-top-title-s3 h2 {
  color: #fff;
}

.ch-btn-style-1,
.ch-btn-style-2,
.ch-btn-style-3,
.ch-btn-style-4 {
  background: #1A9120;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 16px 35px 16px;
  border: 0;
  z-index: 11;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.ch-btn-style-1::before,
.ch-btn-style-2::before,
.ch-btn-style-3::before,
.ch-btn-style-4::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #1A9120;
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
  z-index: -1;
}
.ch-btn-style-1:hover, .ch-btn-style-1:focus, .ch-btn-style-1:active,
.ch-btn-style-2:hover,
.ch-btn-style-2:focus,
.ch-btn-style-2:active,
.ch-btn-style-3:hover,
.ch-btn-style-3:focus,
.ch-btn-style-3:active,
.ch-btn-style-4:hover,
.ch-btn-style-4:focus,
.ch-btn-style-4:active {
  background-color: #033e07;
  color: #fff;
}
.ch-btn-style-1:hover:before, .ch-btn-style-1:focus:before, .ch-btn-style-1:active:before,
.ch-btn-style-2:hover:before,
.ch-btn-style-2:focus:before,
.ch-btn-style-2:active:before,
.ch-btn-style-3:hover:before,
.ch-btn-style-3:focus:before,
.ch-btn-style-3:active:before,
.ch-btn-style-4:hover:before,
.ch-btn-style-4:focus:before,
.ch-btn-style-4:active:before {
  transform: scaleX(0);
}
.ch-btn-style-1:hover:after, .ch-btn-style-1:focus:after, .ch-btn-style-1:active:after,
.ch-btn-style-2:hover:after,
.ch-btn-style-2:focus:after,
.ch-btn-style-2:active:after,
.ch-btn-style-3:hover:after,
.ch-btn-style-3:focus:after,
.ch-btn-style-3:active:after,
.ch-btn-style-4:hover:after,
.ch-btn-style-4:focus:after,
.ch-btn-style-4:active:after {
  right: 30px;
}
@media (max-width: 991px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3,
  .ch-btn-style-4 {
    font-size: 18px;
    font-size: calc-rem-value(18);
  }
}
@media (max-width: 767px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3,
  .ch-btn-style-4 {
    padding: 15px 22px;
    font-size: 14px;
  }
}

.ch-btn-style-1 {
  padding: 16px 55px 16px 35px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .ch-btn-style-1 {
    padding: 15px 22px;
    font-size: 14px;
  }
}
.ch-btn-style-1:after {
  position: absolute;
  right: 35px;
  top: 50%;
  content: "\f061";
 font-family: FontAwesome;
  transform: translateY(-50%);
  font-size: 12px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .ch-btn-style-1:after {
    display: none;
  }
}

.ch-btn-style-2 {
  color: #fff;
  background-color: #1A9120;
}
.ch-btn-style-2::before {
  background: #4AAB3D;
}
.ch-btn-style-2:hover, .ch-btn-style-2:focus, .ch-btn-style-2:active {
  color: #fff;
}
.ch-btn-style-2:hover:before, .ch-btn-style-2:focus:before, .ch-btn-style-2:active:before {
  transform: scaleX(0);
  background: #4AAB3D;
}

.ch-btn-style-3 {
  background: #1A9120;
  color: #1A9120;
  border: 1px solid #1A9120;
}
.ch-btn-style-3::before {
  background: #fff;
}
.ch-btn-style-3:hover {
  border-color: #1A9120;
  background: #1A9120;
}
.ch-btn-style-3:hover:before {
  transform: scaleX(0);
  background: #1A9120;
}

.ch-btn-style-4 {
  background: #4AAB3D;
}
.ch-btn-style-4::before {
  background: #1A9120;
}
.ch-btn-style-4:hover, .ch-btn-style-4:focus, .ch-btn-style-4:active {
  background-color: #4AAB3D;
  color: #fff;
}
.ch-btn-style-4:hover:before, .ch-btn-style-4:focus:before, .ch-btn-style-4:active:before {
  transform: scaleX(0);
}

.ch-btn-animated span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #1A9120;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ch-btn-animated:hover span {
  width: 650px;
  height: 650px;
}
.service-text .icon img {
    width: 40px;
}
.project-item-inner img {
    height: 300px;
/*    width: 264px;*/
    object-fit: cover;
    background: #fff;
/*            box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);*/
                border-radius: 20px;
/*    padding: 6px;*/
/*    margin-top: 44px;*/
}
/*==============================
 14. testimonial-section
 ===============================*/
 .testimonial-section {
    position: relative;
    z-index: 1;
  }
  .testimonial-section::before {
    display: none;
  }
  .testimonial-section .testimonial-items .owl-stage-outer {
    margin: -15px;
  }
  .testimonial-section .testimonial-items .owl-stage {
    margin: 15px;
  }
  .testimonial-section .testimonial-items .owl-nav {
    display: none;
  }
  .testimonial-section .testimonial-items .testimonial-item {
    position: relative;
    border-left: 5px solid var(--Green, #1A9120);
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 30px;
    overflow: hidden;
    transition: all 0.3s;

  }
  @media(min-width:991px){
  	 .testimonial-section .testimonial-items .testimonial-item {
  	       height: 210px;
  	     }
  }
   @media(max-width:991px){
  	.testimonial-section .testimonial-items .testimonial-item .info-img .quote{
  		position: relative !important;
  		bottom: 0 !important;
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text p {
    font-size: 16px !important;
    
    line-height: 23px !important;
}
.testimonial-text h5 {
    font-size: 10px !important;
}
}
  .testimonial-section .testimonial-items .testimonial-item .testimonial-item-inner {
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 500px) {
    .testimonial-section .testimonial-items .testimonial-item .testimonial-item-inner {
      display: block;
      text-align: center;
    }
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text {
/*    max-width: 319px;*/
/*    flex-basis: 70%;*/
  }
  @media (max-width: 1199px) {
    .testimonial-section .testimonial-items .testimonial-item .testimonial-text {
/*      flex-basis: 60%;*/
    }
  }
  @media (max-width: 500px) {
    .testimonial-section .testimonial-items .testimonial-item .testimonial-text {
      margin: 0 auto;
      margin-bottom: 30px;
    }
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting {
    display: flex;
    margin-bottom: 10px;
  }
  @media (max-width: 500px) {
    .testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting {
      justify-content: center;
    }
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting li {
    color: #F1B51F;
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting li span {
    color: #CDCDCD;
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text .ratting li + li {
    margin-left: 6px;
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text .info-text-bio h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
  }
  .testimonial-section .testimonial-items .testimonial-item .testimonial-text .info-text-bio span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #1A9120;
  }
  .testimonial-section .testimonial-items .testimonial-item .info-img {
    flex-basis: 30%;
    max-width: 168px;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 1199px) {
    .testimonial-section .testimonial-items .testimonial-item .info-img {
      flex-basis: 40%;
    }
  }
  @media (max-width: 500px) {
    .testimonial-section .testimonial-items .testimonial-item .info-img {
      margin: 0 auto;
    }
  }
  .testimonial-section .testimonial-items .testimonial-item .info-img img {
    border-bottom-left-radius: 160px;
  }
  @media (max-width: 500px) {
    .testimonial-section .testimonial-items .testimonial-item .info-img img {
      border-radius: 50%;
    }
  }
  .testimonial-section .testimonial-items .testimonial-item .info-img .quote {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    line-height:70px;
    background: #FFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 50%;
  }
  @media (max-width: 1199px) {
    .testimonial-section .testimonial-items .testimonial-item .info-img .quote {
      left: 50px;
      bottom: 50px;
    }
  }
  .testimonial-section .testimonial-items .testimonial-item .info-img .quote i {
    font-size: 30px;
    color: #1A9120;
    transition: all 0.3s;
  }
  .testimonial-section .testimonial-items .testimonial-item .info-img .t-shape {
    position: absolute;
    left: -90px;
    bottom: -40px;
    z-index: -1;
  }
  @media (max-width: 1199px) {
    .testimonial-section .testimonial-items .testimonial-item .info-img .t-shape {
      left: -70px;
      bottom: -30px;
    }
  }
  .testimonial-section .testimonial-items .testimonial-item .info-img .t-shape img {
    animation: leafAniamtion 8s ease-in infinite;
  }
  .testimonial-section .testimonial-items .testimonial-item:hover {
    border-color: #1A9120;
  }
  .testimonial-section .testimonial-items .testimonial-item:hover::before {
    opacity: 0.478;
  }
  .testimonial-section .testimonial-items .testimonial-item:hover::after {
    opacity: 0.478;
  }
  .testimonial-section .shape-1 {
    position: absolute;
    left: 70px;
    top: 50px;
    z-index: -1;
  }
  .testimonial-section .shape-1 img {
    animation: bounceLeftToRight 7s infinite;
  }
  .testimonial-section .shape-2 {
    position: absolute;
    right: 70px;
    bottom: 50px;
    z-index: -1;
  }
  .testimonial-section .shape-2 img {
    animation: bounceLeftToRight 6s infinite;
  }
  section.testimonial-section.ptb-120 {
    padding-top: 0;
}
.img-cl-ma img {
    background: #fdf8ee;
    padding: 10px;
    width: 208px!important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
/*=================================
 18. ch-cta-area
 ==================================*/
 .ch-cta-area {
    padding: 50px;
    background: #4AAB3D;
  }
  .text-right{
  	text-align: right;
  }
  @media (max-width: 991px) {
    .ch-cta-area {
      padding-top: 0;
    }
  }
  .ch-cta-area .cta-items {
/*    background: #4AAB3D;*/
   /* display: flex;
    align-items: center;*/
    padding: 0 0px 0 150px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 1399px) {
    .ch-cta-area .cta-items {
      padding: 0 80px;
    }
  }
  @media (max-width: 991px) {
    .ch-cta-area .cta-items {
      display: block;
      text-align: center;
      padding: 30px 20px;
    }
  }
  .ch-cta-area .cta-items .shape {
    position: absolute;
    left: -140px;
    bottom: -60px;
    z-index: -1;
  }
  @media (max-width: 575px) {
    .ch-cta-area .cta-items .shape {
      max-width: 150px;
      left: -80px;
    }
  }
  .ch-cta-area .cta-items .shape img {
    animation: leafAniamtion 10s ease-in infinite;
  }
  .ch-cta-area .cta-items .shape-2 {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: -1;
  }
  .ch-cta-area .cta-items .cta-text {
   /* max-width: 404px;
    flex-basis: 30%;*/
  }
  @media (max-width: 991px) {
    .ch-cta-area .cta-items .cta-text {
      margin: 0 auto;
    }
  }
  .ch-cta-area .cta-items .cta-text h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
  }
  @media (max-width: 575px) {
    .ch-cta-area .cta-items .cta-text h2 {
      font-size: 25px;
      line-height: 40px;
    }
  }
  .ch-cta-area .cta-items .cta-img {
    flex-basis: 40%;
    text-align: center;
    margin-top: -50px;
  }
  @media (max-width: 991px) {
    .ch-cta-area .cta-items .cta-img {
      display: none;
    }
  }
  .ch-cta-area .cta-items .cta-btn {
    flex-basis: 30%;
    margin-top: 20px;
  }
  .ch-cta-area .cta-items .cta-btn a {
   display: inline-block;
    border-radius: 5px;
    padding: 10px 25px;
    /* width: 132px; */
    background: #334c32 !important;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  @media (max-width: 1399px) {
    .ch-cta-area .cta-items .cta-btn a {
      padding: 15px 35px;
    }
  }
  .ch-cta-area .cta-items .cta-btn a:hover {
    background: #1A9120;
    color: #fff;
  }
/*--------------------------------------------------------------
04. footer Style
--------------------------------------------------------------*/
.footer-section {
    background: #01080D;
    position: relative;
    font-size: 15px;
    z-index: 1;
  }
  .footer-section .footer-right-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  @media (max-width: 1600px) {
    .footer-section .footer-right-img {
      display: none;
    }
  }
  .footer-section ul {
    list-style: none;
  }
  .footer-section p {
color: #ffffff;
    margin-top: 10px;
    font-size: 15px;
  }
  .footer-section li {
color: #ffffff;
  }
  .footer-section .container {
    position: relative;
  }
  .footer-section .upper-footer {
    padding: 80px 0 40px;
    background: #01080D;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
  .footer-section .upper-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/footer-shape.png);
    opacity: 0.4;
  }
  @media (max-width: 991px) {
    .footer-section .upper-footer {
      padding: 80px 0 0px;
    }
  }
  @media (max-width: 767px) {
    .footer-section .upper-footer {
      padding: 60px 0 30px;
    }
  }
  @media (max-width: 991px) {
    .footer-section .upper-footer .col {
      min-height: 235px;
      margin-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .footer-section .upper-footer .col {
      min-height: auto;
    }
  }
  .footer-section .widget-title {
    margin-bottom: 10px;
  }
  @media (max-width: 767px) {
    .footer-section .widget-title {
      margin-bottom: 20px;
    }
    
  }
  .footer-section .widget-title h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    position: relative;
    color: #fff;
  }
  .footer-section .about-widget .logo {
    max-width: 180px;
    margin-bottom: 30px;
  }
  .footer-section .about-widget .widget-title {
    margin-bottom: 0;
  }
  .footer-section .about-widget p {
    line-height: 1.9em;
    max-width: 271px;
    margin-bottom: 30px;
  }
  .footer-section .about-widget p:last-child {
    margin-bottom: 0;
  }
  .footer-section .link-widget {
    overflow: hidden;
    padding-left: 10px;
}
  @media (max-width: 1199px) {
    .footer-section .link-widget {
      padding-left: 0;
    }
  }
  .footer-section .link-widget ul li {
    position: relative;
  }
  .footer-section .link-widget ul li a {
color: #ffffff;
   font-size: 15px;
    line-height: 30px;
    display: block;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
  }
  .footer-section .link-widget ul li a i{
  	    position: absolute;
    left: 0px;
    top: 8px;
    color: #1A9120;
  }
  .footer-section .link-widget ul li a::after {
   /* position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    color: #1A9120;*/
  }
  .footer-section .link-widget ul li a:hover {
    color: #fff;
  }
  .footer-section .link-widget ul li + li {
    margin-top: 5px;
  }
  .footer-section .social-widget {
    padding-left: 30px;
  }
  @media (max-width: 1199px) {
    .footer-section .social-widget {
      padding-left: 0;
    }
  }
  .footer-section .social-widget ul {
    display: flex;
  }
  .footer-section .social-widget ul li a {
color: #ffffff;
    display: block;
    text-align: center;
  }
  .footer-section .social-widget ul li a:hover {
    color: #1A9120;
  }
  .footer-section .social-widget ul li + li {
    margin-left: 0px;
  }
  .footer-section .contact-ft {
/*    margin-top: 20px;*/
  }
  .footer-section .contact-ft ul {
/*    margin-top: 20px;*/
  }
  .footer-section .contact-ft ul li {
       padding-bottom: 5px;
    line-height: 31px;
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 15px;
  }
  .footer-section .contact-ft ul li i {
    position: absolute;
    left: 0px;
    top: 8px;
    color: #1A9120;
  }
  .footer-section .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px;
  }
  .footer-section .subscribe .form-field {
    position: relative;
  }
  .footer-section .subscribe .form-field input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(140, 143, 148, 0.7);
    padding: 15px;
    background: none;
    color: #fff;
  }
  .footer-section .subscribe .form-field input:focus {
    outline: none;
    border-color: #1A9120;
  }
  .footer-section .subscribe .form-field button {
    height: 60px;
    width: 100%;
    background: #1A9120;
    border: 0;
    color: #fff;
    margin-top: 20px;
  }
  .footer-section .lower-footer {
    text-align: center;
    position: relative;
    background: #258919;
  }
  .footer-section .lower-footer .row {
    padding: 8px 0px;
  }
  .footer-section .lower-footer .lower-footer-link {
    display: flex;
    justify-content: flex-end;
  }
  @media (max-width: 991px) {
    .footer-section .lower-footer .lower-footer-link {
      justify-content: center;
      flex-wrap: wrap;
    }
  }
  .footer-section .lower-footer .lower-footer-link li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
color: #ffffff;
  }
  .footer-section .lower-footer .lower-footer-link li a:hover {
    color: #fff;
  }
  .footer-section .lower-footer .lower-footer-link li + li {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
  }
  .footer-section .lower-footer .lower-footer-link li + li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    content: "";
    background: #8C8F94;
  }
  .footer-section .lower-footer .copy-right {
    text-align: left;
  }
  @media (max-width: 991px) {
    .footer-section .lower-footer .copy-right {
      text-align: center;
      margin-top: 10px;
    }
  }
  .footer-section .lower-footer .copyright {
    display: inline-block;
    font-size: 14px;
    margin: 0;
  }
  .footer-section .lower-footer .copyright a {
    color: #fff;
    text-decoration: none;
  }
  @media (max-width: 991px) {
    .footer-section .lower-footer .copyright {
      float: none;
      display: block;
    }
  }
  .footer-section.style-2 {
    background: #FBF3F2;
  }
  .service-img img {
    height: 197px;
    width: 263px;
    object-fit: cover;
}
.page-title {
  background: url(../img/page-title.jpg);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 174px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
.page-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgb(2 30 11 / 79%);
}
@media (max-width: 991px) {
  .page-title {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .page-title {
    min-height: 200px;
  }
}
.page-title .shape {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
}
.page-title .shape img {
  width: 100%;
  min-height: 70px;
  object-fit: cover;
}
.page-title .breadcumb-wrap {
  padding-top: 0px;
  text-align: center;
}
@media (max-width: 575px) {
  .page-title .breadcumb-wrap {
    text-align: center;
    padding-top: 10px;
  }
}
.page-title .breadcumb-wrap h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-title .breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-title .breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.page-title .breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 15px;
  color: #1A9120;
  position: relative;
  font-size: 16px;
}
.page-title .breadcumb-wrap ol li i {
  color: #5C5C5C;
  margin-right: 5px;
}
.page-title .breadcumb-wrap ol li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 16px;
    padding: 0 10px;
  }
  .page-title .breadcumb-wrap ol li:first-child {
    padding-left: 0;
  }
}
.page-title .breadcumb-wrap ol li:after {
  content: "/";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.page-title .breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.page-title .breadcumb-wrap ol li:last-child:after {
  display: none;
}
.page-title .breadcumb-wrap ol li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}
.page-title .breadcumb-wrap ol li a:hover {
  color: #1A9120;
}
.vs-blog {
    margin-bottom: 30px;
}.blog-details .vs-blog .blog-content {
    padding: 0;
    border: none;
}
.blog-meta span:last-child, .blog-meta a:last-child {
    margin-right: 0;
}
.blog-meta span, .blog-meta a {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: green;
    text-transform: uppercase;
  
    transition: all 0.5s ease;
}
.list-style1 .list-unstyled li {
    margin-bottom: 10px;
}

.list-style1 ul li {
    position: relative;
    padding-left: 30px;
}
.list-style1 ul li .icon {
    display: inline-block;
    position: absolute;
    left: 0;
}
.list-style1 .list-unstyled img {
    margin-right: 15px;
}
.site-top-line {
  position: absolute;
    top: 0px;
    left: 46%;
    width: 10%;
    height: 6px;
    margin-top: 169px;
    z-index: 1;
    background-image: url(../img/top-line.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-section {
  width: 100%;
  display: block;
  padding: 100px 0;
  position: relative;
  background-size: cover !important;
}
.contact-form {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background: #66b725b8;
  border-radius: 6px;
}
.contact-form .form-group {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form ::-webkit-input-placeholder {
  color: #fff;
}
.contact-form ::-moz-placeholder {
  color: #fff;
}
.contact-form :-ms-input-placeholder {
  color: #fff;
}
.contact-form :-moz-placeholder {
  color: #fff;
}
.contact-form input[type="text"],input[type="email"],input[type="tel"] {
  background: none;
  border-color: rgba(255, 255, 255, 0.2);
  color: #000000;
      width: 100%;
    height: 65px;
    border: 1px solid #cecece;
    padding: 0 30px;
    border-radius: 4px;
    background: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    color: #000000;
}
::placeholder{
	color: #000 !important
}
.contact-form input[type="text"]:focus {
  border-color: rgba(255, 255, 255, 0.4);
}
.contact-form textarea {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  color: #000000;
}
.contact-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

/* CONTACT BOX */
.contact-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
  /*border: 1px solid #cecece;*/
      border-radius: 6px 50px;
     padding: 20px 25px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.contact-box:last-child {
  margin-bottom: 0;
}
.contact-box figure {
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  background: #c6f1c1;
  border-radius: 50%;
}
.contact-box figure img {
  width: 50px;
  display: inline-block;
}
.contact-box .content {
  width: calc(100% - 120px);
  display: inline-block;
}
.contact-box .content h6 {
  display: block;
  display: block;
    font-size: 25px;
    color: #334c32;
}
.contact-box .content p {
  margin: 0;
  /*font-size: 13px;
    line-height: 23px;*/
}

/* GOOGLE MAPS */
.google-maps {
  width: 100%;
  height: 520px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: -1;
  margin-top: -50px;
}
.google-maps iframe {
  width: 100%;
  height: 100%;
  display: inline-block;
border: none;
}
textarea {
    width: 100%;
    max-width: 100%;
    height: 128px;
    border: 1px solid #cecece;
    padding: 30px;
    border-radius: 4px;
}
input[type="submit"], input[type="button"], button[type="button"], button[type="submit"] {
    height: 65px;
    border: none;
    background: #334c32;
    color: #fff;
    font-weight: 800;
    padding: 0 50px;
   
    font-size: 15px;
    border-radius: 4px;
}
.aside_mob_btn{
  display: none;
}
.book-enquiry {
    top: 160px;
    z-index: 9999;
}
.aside-form {
    position: fixed;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    right: -300px;
    transition: .7s ease-in-out;
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    border: 1px solid #0d55a6;
}
.book-enquiry-btn {
    background-position: 0 0;
    top: 0;
}
.aside-form-button {
    width: 42px;
    height: 132px;
    position: absolute;
    left: -42px;
    display: inline-block;
    cursor: pointer;
    background: #0293c2;
}
.aside-form-button span {
    color: #fff;
    font-weight: 600;
    transform: rotate(90deg);
    display: block;
    width: 101px;
    text-align: center;
    right: 30px;
    top: 56px;
    font-family: Lato;
}

.PositionR, .TestIndi p, .aside-form-button span, .btn {
    position: relative;
}
.book-enquiry {
    top: 160px;
    z-index: 9999
}

.on-click-display,.on-click-display2 {
    right: 0
}

.aside-form-button {
    width: 42px;
    height: 132px;
    position: absolute;
    left: -42px;
    display: inline-block;
    cursor: pointer;
    background: #0293c2;
        width: 42px;
    height: 132px;
    position: absolute;
    left: -42px;
    display: inline-block;
    cursor: pointer;
    /*background: #0293c2;*/
    background-color: #0e9d0e !important;
    /*background-image: radial-gradient(at center center, #0EE829 0%, #14400D 100%);*/
    /* border-style: double; */
    /* border-width: 3px 3px 3px 3px; */
    border-color: #06FC58F7;
        border-radius: 5px 0px 0 5px;
}

.aside-form-button span {
    color: #fff;
    font-weight: 600;
    transform: rotate(90deg);
    display: block;
    width: 101px;
    text-align: center;
    right: 30px;
    top: 56px;
        font-family: "Mulish", sans-serif;
}

.book-enquiry-btn {
    background-position: 0 0;
    top: 0
}

.book-enquiry .form-control::-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666
}

.book-enquiry .form-control:-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666
}

.book-enquiry .form-control::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666
}

.book-enquiry .form-control::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 500;
    color: #666
}

.mobile_btn1 {
    display: none!important
}
.pc_whatsapp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    background: #34ab49;
    padding: 5px 19px;
    text-align: center;
}
.pc_whatsapp a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}textarea.form-control {
    height: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}.main_banner_btn {
    padding: 13px 30px;
    font-size: 14px;
    line-height: 1.3333333;
    font-weight: 500;
    border-radius: 3px;
    background-color: #334c32;
    text-transform: capitalize;
    outline: 0;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    letter-spacing: .5px;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 20px auto;
    color: #fff;
}.form-group {
    margin-bottom: 1rem;
}
.blog-box{
	    background: #fff;
    padding: 20px;
    border: 5px inset #c5f69d;
    border-radius: 50px 0;
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
/*.p1 .project-img {
    width: 100%;
    overflow: hidden;
    border: 1px inset #ececec;
    border-radius: 50px 0 50px;
    padding: 5px;
}*/
.p1 .project-img {
    width: 100%;
    overflow: hidden;
/*    margin-bottom: 30px;*/
}
.p1 img {
    height: 300px;
    /*width: 264px;*/
    object-fit: cover;
    background: #fff;
     box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1); 
/*    padding: 6px;*/
     margin-top: 0px; 
   /* border: 1px inset #ececec;
    border-radius: 50px 0 50px;*/
}
/*.project-item:hover .p1 img {
background: #ececec
}*/
/*.p1  .project-text {
       width: 90% !important;
    padding: 12px 15px;
    position: absolute;
    left: -2px;
    bottom: 30px;
    background: #d9eed7 !important;
}*/
 .pp{
	margin-bottom: 30px !important;
}
.jdzBox
        {
            /*width: 300px;*/
            /*border-bottom: 20px solid #b8271f;*/
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
        .jdzBox h2
        {
               color: #fff;
    background: #b8271f;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: fit-content;
        }
        .jdzBox ul
        {
            position: relative;
                padding-left: 5px;
            /*background: #fff;*/
            text-align: center;
        }
        .columns-two{
        	display: table;
        }
       .jdzBox ul li {
    list-styLe: none;
    background: #ececec;
    margin-right: 10px;
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0px 0px 6px #00000038;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
    color: #000;
    border:1px inset green;
}
       
        .jdzBox ul li span
        {
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            background: #ffc107;
            color: #fff;
            display: inline-block;
            border-radius: 50%;
            margin-right: 10px;
            font-size: 12px;
            font-weight: 600;
            transform: translateY(-2px);
                position: absolute;
   left: 10px;
        }
        .aside-form .form-control {
          display: block;
          width: 100%;
          height: calc(2.25rem + 2px);
          padding: .375rem .75rem;
          font-size: 1rem;
          line-height: 1.5;
          color: #495057;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid #ced4da;
          border-radius: .25rem;
          transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      }
.img-resp{
	width: 100%;
}
.img-l1{
	height: 248px;
}
.img-l2{
	height: 248px;
}
.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.move-element-animation-2 {
    -webkit-animation: move-element-animation-2 8s linear infinite;
    animation: move-element-animation-2 8s linear infinite;
}

@keyframes move-element-animation-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }

    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }

    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.main-im{
	height: 450px;
	object-fit: cover;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border: 10px solid #f7eddb;
}
@media(max-width:991px){
	.tp-about-thumb-wrapper .shape-1 {
    position: absolute;
    bottom: -30% !important;
    right: 16px;
    z-index: 2;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
   width: 200px !important;
}
.tp-about-thumb-wrapper .shape-2 {
    position: absolute;
    bottom: -48px !important;
    left: 12px !important;
    z-index: -1;
    animation: tptranslateX2 4s forwards infinite alternate;
    width: 100px;
}
.main-im{
	height: auto;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    border: 10px solid #ececec;
}
.about-right-item{
	    margin-top: 74px;
}
}
.tp-about-thumb-wrapper .main {
    position: relative;
    overflow: hidden;
}.tp-about-thumb-wrapper img {
    border-radius: 20px;
}.tp-about-thumb-wrapper .shape-1 {
     position: absolute;
    bottom: -28%;
    width: 258px;
    right: 29px;
    z-index: 2;
    filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
    /* width: 254px; */
    border-radius: 20px;
    border: 10px solid #f7eddb;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}.tp-about-thumb-wrapper .shape-2 {
    position: absolute;
    bottom: -120px;
    left: -50px;
    z-index: -1;
        animation: tptranslateX2 4s forwards infinite alternate;
}.tp-about-thumb-wrapper .shape-3 {
    position: absolute;
    right: 30px;
    top: 30%;
    z-index: -1;
    border-radius: 0;
}.tp-about-thumb-wrapper .shape-4 {
    position: absolute;
    right: 20px;
    top: -10px;
    animation: tptranslateX2 4s forwards infinite alternate;
}.p-relative {
    position: relative;
}
@keyframes tptranslateX2 {

  0% {

    -webkit-transform: translateX(-30px);

    -moz-transform: translateX(-30px);

    -ms-transform: translateX(-30px);

    -o-transform: translateX(-30px);

    transform: translateX(-30px);

  }

  100% {

    -webkit-transform: translatXY(20px);

    -moz-transform: translateX(20px);

    -ms-transform: translateX(20px);

    -o-transform: translateX(20px);

    transform: translateX(20px);

  }

}
.it-about-thumb-text {
    position: absolute;
    left: -180px;
    rotate: 270deg;
    top: 250px;
    z-index: 5;
}
@media(min-width:1400px){
	.m-50{    margin-left: 50px;}

}
.m-50{    margin-left: 30px;}
.about-section-home1 .image-1 {
    position: relative;
}
figure {
    margin: 0 0 1rem;
}.about-section-home1 .image-1:before {
    background-color: red;
    bottom: -40px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 60%;
}
.about-section-home1 .image-2 {
    border: 20px solid #fff;
    bottom: -130px;
    position: absolute;
    right: 0;
}}
.about-section-home1 .float-text {
    position: absolute;
    top: 100px;
    right: 50%;
    font-size: 80px;
    color: #f8f5f1;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin-left: 100px;
}.about-section-home1 .image-1 {
    position: relative;
}
figure {
    margin: 0 0 1rem;
}.about-section-home1 {
  position: relative;
  padding: 120px 0 120px;
}
@media (max-width: 991.98px) {
  .about-section-home1 {
    padding-bottom: 90px;
  }
}
.about-section-home1 .about-bg-home1 {
  bottom: 0;
  position: absolute;
  right: 0;
}
.about-section-home1 .float-text {
position: absolute;
    /* top: 131px; */
    right: 57%;
    font-size: 58px;
    color: #f8f5f1;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin-left: 100px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #219d26;
}
.about-section-home1 .company-cell .icon {
  background-color: #f3f3f3;
  border-radius: 50%;
  color: var(--theme-color1);
  display: inline-block;
  font-size: 32px;
  height: 70px;
  line-height: 70px;
  position: relative;
  text-align: center;
  width: 70px;
}
.about-section-home1 .company-cell .icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.about-section-home1 .company-cell .title {
  color: #726f84;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
}
.about-section-home1 .company-cell .subtitle {
  color: #151515;
  font-size: 18px;
  font-weight: 700;
}
.about-section-home1 .image-1 {
  position: relative;
  height: 100%;
}
.about-section-home1 .image-1:before {
  background-color: var(--theme-color1);
  bottom: -40px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 60%;
}
.about-section-home1 .image-2 {
  border: 20px solid #fff;
  bottom: -130px;
  position: absolute;
  right: 0;
      background: #fff;
    border-radius: 20px 0;
}
@media (max-width: 1199.98px) {
  .about-section-home1 .image-2 {
    bottom: -170px;
  }
}
@media (max-width: 991.98px) {
  .about-section-home1 .image-2 {
    bottom: -110px;
    width: 219px;
  }
}
@media (max-width: 991.98px) {
  .about-section-home1 .image-column {
    margin-bottom: 100px;
  }
}

/* About Block */
.about-block {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  padding-bottom: 25px;
  border-bottom: 1px solid #efeae4;
  margin-bottom: 25px;
}
.about-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 70px;
  background: var(--bg-theme-color4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid var(--border-theme-color2);
  font-size: 48px;
  color: #0e9d0e ;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0 0 50px 50px;
}
.about-block:hover .icon {
  background-color: var(--bg-theme-color1);
  color: var(--theme-color3);
}
.about-block .title {
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  top: -3px;
}
.about-block .text {
  color: #767676;
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}

.about-section .image-column {
  margin-bottom: 30px;
  position: relative;
}
.about-section .image-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.about-section .image-column .image-1 {
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}
.about-section .image-column .image-1 img {
  border-radius: 10px;
  height: 100%;
  min-width: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.about-section .image-column .image-2 {
  position: relative;
  margin-bottom: 20px;
}
.about-section .image-column .image-2 img {
  border-radius: 10px;
  height: 100%;
  min-width: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about-section .experience {
  background: #ffffff;
  border: 3px solid var(--border-theme-color1);
  border-radius: 10px;
  bottom: 150px;
  color: #767676;
  font-weight: 700;
  font-size: 14px;
  left: -90px;
  letter-spacing: 0.1em;
  line-height: 20px;
  max-width: 240px;
  padding: 30px 30px 25px 30px;
  position: absolute;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  text-transform: uppercase;
}
.about-section .experience:before {
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ffffff;
  bottom: 0;
  content: "";
  left: 100%;
  margin-left: -10px;
  position: absolute;
}
.about-section .experience strong {
  color: var(--theme-color1);
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  min-height: 54px;
  margin-bottom: 20px;
  padding-left: 70px;
  padding-top: 10px;
  position: relative;
  text-transform: capitalize;
}
.about-section .experience strong .icon {
  color: #0e9d0e ;
  font-size: 54px;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
@media(min-width:991px){
.h-450{
	    height: 450px;
	    object-fit: cover;
	    border-radius: 20px;
}
}
.about-section-home1 .image-2 img{
	border-radius: 20px;
    background: #fff;
    width: 250px;
    height: 250px;
}
.image-1 img{
	border-radius: 20px;
}
.footer-section .contact-ft1 ul li i {
       position: absolute;
    left: 0px;
    top: 8px;
    color: #fff;
    background: #219d26;
    padding: 9px 8px;
    border-radius: 50%;
    font-size: 13px;
}
.footer-section .contact-ft1 ul li {
  
    padding-left: 42px !important;
    margin-bottom: 10px;
   
}
.footer-section .contact-ft1 ul li i {
   
    top: 0 !important;
   
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.project-card-items{
	 border-bottom: 4px solid #00A54E;
    box-shadow: 0px 6px 12px #00000029;
}
.project-card-items:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #00A54E;
    border-radius: 100%;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}.project-card-items:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #00A54E;
    border-radius: 100%;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #fff;
}
.project-card-items .project-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}.project-card-items {
    margin-top: 30px;
}.project-card-items .project-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}.project-card-items .project-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}.project-card-items .project-image .project-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
}.project-card-items .project-image .project-content p {
    color: #fff;
    margin-bottom: 5px;
}
.project-card-items .project-image .project-content h3 a{
    color: #fff !important;
   
}
.sre-portfolio__title {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .sre-portfolio__title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sre-portfolio__title {
    width: 100%;
  }
}
.sre-portfolio .filter-item {
  display: none;
}
.sre-portfolio .controls ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sre-portfolio .controls ul {
    gap: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sre-portfolio .controls ul {
    gap: 10px;
  }
}
.sre-portfolio .controls ul li {
  color: #24231D;
  font-style: normal;
  background: #F8F7F0;
  border-radius: 999px;
  font-weight: 700;
  padding: 15px 60px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .sre-portfolio .controls ul li {
    padding: 10px 15px;
    min-width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sre-portfolio .controls ul li {
    padding: 10px 15px;
    min-width: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .sre-portfolio .controls ul li {
    padding: 10px 15px;
    min-width: 100px;
  }
}
.sre-portfolio .controls ul li:hover, .sre-portfolio .controls ul li.mixitup-control-active, .sre-portfolio .controls ul li.active {
  color: #fff;
  background: #1D8F2C;
}
.sre-portfolio__item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sre-portfolio__item {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sre-portfolio__item {
    margin-bottom: 20px;
  }
}
.sre-portfolio__item img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.sre-portfolio__item:hover .sre-portfolio__item__title {
  background-color: #1D8F2C;
  color: #fff;
  border-right-color: #7cd316;
}
.sre-portfolio__item:hover .sre-portfolio__item__title h3, .sre-portfolio__item:hover .sre-portfolio__item__title .sre-accordion .accordion-header__left__badge, .sre-accordion .sre-portfolio__item:hover .sre-portfolio__item__title .accordion-header__left__badge, .sre-portfolio__item:hover .sre-portfolio__item__title h2 {
  color: #fff;
}
.sre-portfolio__item:hover img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.sre-portfolio__item__title {
  position: absolute;
  background: #fff;
 /* display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 280px;
  height: 95px;*/
  padding: 10px 20px;
  border-radius: 0px 10px 10px 0px;
  border-right: 5px solid #1D8F2C;
  bottom: 35px;
  transition: all 0.3s ease-in-out;
}
.sp_pad{padding: 100px 0;}
.sre-single-project{padding: 100px 0;}
.sre-portfolio__item__title h3, .sre-portfolio__item__title .sre-accordion .accordion-header__left__badge, .sre-accordion .sre-portfolio__item__title .accordion-header__left__badge {
  margin-left: 10px;
  font-size: 20px;
}
.sre-portfolio__item img{
	height: 300px;
	object-fit: cover;
}
.img-cl-ma{
	margin-bottom: 50px;
}
.ch-cta-area{
      background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #0a1c0a;
    background-position: center;
}
/* .brr img {
   
    border: 2px solid #ececec;
    padding: 10px;
} */
.feature-card {
  background-color: #bfecc1;
  box-shadow: 0px 20px 50px rgba(0,0,0,0.05);
  gap: 30px;
  padding: 40px;
  border-radius: 0 0 11px 11px;
  position: relative;
  z-index: 2;
  background-position: bottom center;
  background-size: 392px 90px;
  background-repeat: repeat-x;
  height: 100%;
}

.feature-card:before {
    content: '';
    height: calc(100% - 4px);
    width: 100%;
    background-color: #fff ;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 0 0 10px 10px
}

.feature-card .box-icon {
    width: 91px;
    height: 91px;
    line-height: 91px;
    background-color: #0e9d0e ;
    border-radius: 99px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card .box-icon:before {
    content: '';
    position: absolute;
    inset: 1px 1px 1px 0;
    background-color: #fff ;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.feature-card .box-subtitle {
    font-size: 16px;
    font-weight: 500;
/*    line-height: 1;*/
    font-family: var(--style-font);
    color: #000 ;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.feature-card .box-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: -0.26em;
    max-width: 200px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.feature-card:hover:before {
    height: 0
}

.feature-card:hover .box-subtitle {
    font-weight: 400
}

.feature-card:hover .box-subtitle,.feature-card:hover .box-title {
    color: #000 
}

.feature-card:hover .box-icon {
    background-color: #fff 
}
.feature-card:hover .box-icon svg{
	fill: #fff !important;
}
.feature-card:hover .box-icon:before {
    background-color: #0e9d0e 
}

.feature-card:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.feature-sec1 {
    margin-top: -118px;
    z-index: 3
}

@media (max-width: 1299px) {
    .feature-card {
        gap:20px;
        padding: 30px
    }
}

@media (max-width: 991px) {
    .feature-card .box-title {
        font-size:20px
    }
}

@media (max-width: 767px) {
    .feature-card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .feature-card .box-title {
        margin-left: auto;
        margin-right: auto
    }
}
.pb-60{
	padding-bottom: 30px !important;
}
.box-s{
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
    padding: 35px;
    background: #d3f3b9;
    border-radius: 20px 0;
    border-left: 8px solid #0e9d0e;
        min-height: 200px;
/*    max-height: 200px;*/
}
@media(max-width: 991px){
	.box-s {
  
    margin-bottom: 23px;
}
}
.inner-column {
  height: 100%;
}
.image-column {
  height: 100%;
}
.image-1 img {
  border-radius: 20px;
  height: 100%;
}
.vmp-sec {
  background: #f1fff3;
}
.tbp{
  padding: 80px 0 !important;
}
.tbm{
  margin: 80px 0 !important;
}
ul.list-unstyled ul li a {
  font-weight: 500;
}
.prd-img {
  height: 100%;
}
.ml-40{
  margin-left: 40px !important;
}
.bg2{
       background-color: #f1fff3 !important;
}
a.fancybox-buttons .project-item {
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 20px;
  padding: 10px;
  background: #fff;
}
.mt-30{
  margin-top: 30px !important;
}
.mb-30{
  margin-bottom: 30px !important;
}
.box-s1 {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
    padding: 35px;
    background: #fff;
    /* border-radius: 20px 0; */
    border-top: 5px solid #0e9d0e;
    min-height: 200px;
    /* max-height: 200px; */
}
.contact-head{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}
.testimonial-text h4{
	line-height: 30px;
	    font-size: 21px;
}
.testimonial-text h5{
	
	    font-size: 16px !important;
}
.contact-box h4{
	font-size: 17px;
}
.shape, .shape-1, .shape-2{
  display: none;
}</pre></body></html>