/* common setting satrt */
:root {
    --redColor: #ef3737;
    --blueColor: #0278bd;
    --darkBlueColor: #353b6b;
    --greenColor: #249837;
    --orangeColor: #ffb607;
    --blackColor: #343a40;
	--pinkColor: #ff007c;
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body.no-overflow {
	overflow: hidden;
}

body.boxed {
	max-width: 1500px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
	margin: 0 auto;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d203c;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.23;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.5625rem;
}

h3 {
	font-size: 1.375rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 0.875rem;
}

h6 {
	font-size: 0.5625rem;
}

p:last-child {
	margin-bottom: 0;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

button,
input[type="submit"] {
	cursor: pointer;
}

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

select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 15px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.slick-slide > div > div {
	vertical-align: middle;
}

.ht-swiper-button-nav {
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
	background-image: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	border: 2px solid rgba(34, 34, 34, 0.16);
	border-radius: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.ht-swiper-button-nav {
	background-color: #00a75f;
    border-color: #00a75f;
    color: #ffffff;
}

.ht-swiper-button-prev {
	left: 0;
}

.ht-swiper-button-next {
	right: 0;
}

.swiper-pagination {
	position: static;
	display: block;
	max-width: 100%;
	text-align: center;
	width: auto;
	z-index: 7;
	line-height: 1;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin: 0 5px;
}

.swiper-pagination-bullet-active {
	background-color: #222;
	cursor: default;
}

.swiper-pagination .swiper-pagination-bullet {
	vertical-align: bottom;
}

input::-webkit-input-placeholder {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input::-moz-placeholder {
	-moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input:-ms-input-placeholder {
	-ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input::-ms-input-placeholder {
	-ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input::placeholder {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.vertical-navigation-home-wrapper {
	margin-left: 300px;
}
/* common setting end */

/* header start */
.header-area {
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.header-area.header-sticky.is-sticky {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
	animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-area.header-sticky.is-sticky .header-top-bar {
	display: none;
}
.header-area.header-sticky.is-sticky .search-form {
	display: none;
}

.header-area.header-sticky.is-sticky .header-navigation {
	-webkit-flex-basis: calc(100% - 400px);
	-ms-flex-preferred-size: calc(100% - 400px);
	flex-basis: calc(100% - 400px);
}

.header-area.header-sticky.is-sticky .header-search {
	-webkit-flex-basis: 180px;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
}

.header-area.header-sticky.is-sticky .header-below {
	display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-top-area {
	display: none;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation-area--transparent-bg {
	background-color: #ffffff;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__nav--transparent nav > ul > li > a {
	color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__nav--transparent nav > ul > li > a:hover {
	color: #00a75f;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__search a {
	color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__search a:hover {
	color: #00a75f;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__cart a {
	color: #222;
}

.header-area.header-sticky.is-sticky.header-area--transparent .header-navigation__icon--transparent .header-navigation__icon__cart a:hover {
	color: #00a75f;
}

.header-area.header-sticky.is-sticky .header-top-bar-area {
	display: none;
}
.header-top-bar-area {
	background-color: #353b6b;
}
.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.header-area.header-sticky.is-sticky .header-navigation-wrapper--style5 .header-navigation__nav nav > ul > li > a {
    padding: 40px 13px 35px;
}

.header-area.header-sticky.is-sticky .header-bottom-bar {
	display: none;
}

.header-area.header-sticky--default.is-sticky .header-info-area {
	display: none;
}

.header-area__desktop--default .mobile-navigation-icon {
	display: none;
}

.header-area__desktop--default .mobile-navigation-icon i {
	background-color: #222;
}

.header-area__desktop--default .mobile-navigation-icon i:before {
	background-color: #222;
}

.header-area__desktop--default .mobile-navigation-icon i:after {
	background-color: #222;
}

.header-area__desktop .header-navigation-area--transparent-bg {
	border-top: 1px solid rgba(238, 238, 238, 0.18);
}

.header-area__desktop .header-navigation-area--style2 {
	padding-left: 15px;
}

.header-area__desktop .header-navigation-area--style3 {
	background-color: #05103B;
}

.header-area__desktop--style3 {
	display: block !important;
}

.header-area__mobile {
	display: none;
}

.header-area__mobile .logo {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	padding-right: 0;
}

.header-area--absolute {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}

.header-area--transparent {
	background-color: transparent;
}

.language-change-trigger--mobile .selected-lang {
	color: rgba(34, 34, 34, 0.4);
}

.header-top-bar {
	font-weight: 400;
	line-height: 1;
	padding: 8px 0;
	color: #ddd;
	background-color: #222;
	font-size: 0.875rem;
}

.header-top-bar--white {
	padding: 0;
	color: #888;
	border-bottom: 1px solid #eee;
	background-color: #ffffff;
}

.header-top-bar--style2 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.topbar-menu li {
	display: inline-block;
	margin-right: 15px;
}

.topbar-menu li:last-child {
	margin-right: 0;
}

.topbar-menu li a {
    display: block;
    font-size: 14px;
    color: #06080a;
    font-weight: 500;
    padding-top: 4px;
}

.topbar-menu li a:hover {
	color: #00a75f;
}
.topbar-menu li a i{
    padding-right: 5px;
    color: #00a75f;
    font-size: 16px;
}
.topbar-menu--bold {
	padding: 0 15px;
}

.topbar-menu--bold li a {
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
}

.top-bar-right-wrapper {
	text-align: right;
}

.top-bar-right-wrapper .text a {
	color: #05103B;
}

.top-bar-right-wrapper .text a:hover {
	color: #00a75f;
}

.topbar-info {
	display: inline-block;
}

.topbar-info li {
	display: inline-block;
	margin-right: 30px;
}

.topbar-info li:last-child {
	margin-right: 0;
}

.topbar-info li a {
    font-size: 12px;
    display: block;
    color: #ffffff;
    font-weight: 500;
}

.topbar-info li a:hover {
	color: #ffffff;
}

.topbar-info li a i {
	line-height: 1;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 1.125rem;
}

.topbar-info--style2 li {
	margin-right: 0;
	padding: 10px 30px;
	border-right: 1px solid #eee;
	font-size: 0.875rem;
}

.topbar-info--style2 li i {
	color: #00a75f;
}

.topbar-info--style3 li {
    margin-right: 0;
    padding: 5px 20px;
}

.topbar-info--style3 li:first-child {
	padding-left: 0;
}

.topbar-info--style3 li i {
	color: #ffffff;
    padding-right: 2px;
}

.topbar-info--style4 li {
	margin-right: 0;
	padding: 0 20px;
	font-size: 0.875rem;
}

.topbar-info--style4 li:first-child {
	padding-left: 0;
}

.topbar-info--style4 li i {
	color: #00a75f;
}

.header-navigation-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-navigation-wrapper--style3__left {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-navigation-wrapper--style3__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-navigation-wrapper--style4 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 15px;
	border-left: 1px solid #eee;
}

.header-navigation-wrapper--style5 .header-navigation {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-navigation-wrapper--style5 .header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	padding-right: 30px;
}

.logo a img {
    max-width: 70px;
}

.header-navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: calc(100% - 535px);
	-ms-flex-preferred-size: calc(100% - 535px);
	flex-basis: calc(100% - 535px);
}

.header-navigation__nav {
	position: relative;
	-webkit-flex-basis: calc(100% - 260px);
	-ms-flex-preferred-size: calc(100% - 260px);
	flex-basis: calc(100% - 260px);
	padding: 0 20px;
}

.header-navigation__nav nav > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-navigation__nav nav > ul > li {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__nav nav > ul > li > a {
	white-space: nowrap;
}

.header-navigation__nav nav > ul > li.has-children > a {
	position: relative;
}
.header-navigation__nav nav > ul > li.has-children > a span {
    font-size: 13px;
	padding-left: 5px;
}
.header-navigation__nav nav > ul > li.has-children--multilevel-submenu {
	position: relative;
}

.header-navigation__nav nav > ul > li.has-children:hover .megamenu {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header-navigation__nav nav > ul > li.has-children:hover .megamenu--home-variation__item {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header-navigation__nav nav > ul > li.has-children:hover > .submenu {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header-navigation__nav nav > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.26;
    position: relative;
    display: block;
    padding: 46px 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__nav nav > ul > li > a:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	content: "";
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #00a75f;
}

.header-navigation__nav nav > ul > li:hover > a {
	color: var(--greenColor);
}

.header-navigation__nav nav > ul > li:hover > a:before {
	right: auto;
	left: 0;
	width: 100%;
}

.header-navigation__nav--style3 {
	padding: 0;
	padding-left: 30px;
}

.header-navigation__nav--style3 nav > ul > li:first-child > a {
	padding-left: 0;
}

.header-navigation__nav--style3 nav > ul > li > a {
	padding: 25px 16px;
}

.header-navigation__nav--style3 nav > ul > li > a:before {
	display: none;
}

.header-navigation__nav--style4 nav > ul > li:first-child > a {
	padding-left: 0;
}

.header-navigation__nav--style4 nav > ul > li > a {
	padding: 40px 15px;
}

.header-navigation__nav--style4 nav > ul > li > a:before {
	display: none;
}

.header-navigation__nav--style5 nav > ul > li:first-child > a {
	padding-left: 0;
}

.header-navigation__nav--style5 nav > ul > li > a {
	padding: 30px 15px 27px;
}

.header-navigation__nav--style5 nav > ul > li > a:before {
	display: none;
}

.header-navigation__nav--style6 {
	padding-left: 0;
}

.header-navigation__nav--style6 nav > ul > li:first-child > a {
	padding-left: 0;
}

.header-navigation__nav--style6 nav > ul > li > a {
	padding: 35px 15px;
	color: #ffffff;
}

.header-navigation__nav--style6 nav > ul > li > a:before {
	display: none;
}

.header-navigation__nav--style7 {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 30px;
}

.header-navigation__nav--style7 nav > ul > li > a {
	color: #ffffff;
}

.header-navigation__nav--vertical-mode {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	padding: 0;
}

.header-navigation__nav--vertical-mode nav > ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-navigation__nav--vertical-mode nav > ul > li > a {
	padding: 15px 0 !important;
}

.header-navigation__nav--vertical-mode nav > ul > li > a:before {
	display: none;
}

.header-navigation__nav--vertical-mode nav > ul > li.has-children {
	position: relative;
}

.header-navigation__nav--vertical-mode nav > ul > li.has-children > a:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "\f363";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.125rem;
}

.header-navigation__nav--vertical-mode nav > ul > li.has-children .megamenu {
	top: 0;
	left: 110%;
}

.header-navigation__nav--vertical-mode nav > ul > li.has-children > .submenu {
	top: 0;
	left: 110%;
}

.header-navigation__nav--vertical-mode nav > ul > li.has-children > .submenu .submenu {
	top: 0;
}

.header-navigation__nav--vertical-mode nav > ul > li.has-children .megamenu--home-variation {
	top: -100px;
	min-width: 1100px;
}

.header-navigation__contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: 260px;
	-ms-flex-preferred-size: 260px;
	flex-basis: 260px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 30px;
}

.header-navigation__contact__image {
	width: 35px;
	margin-right: 20px;
}

.header-navigation__contact__image i {
	color: #00a75f;
	font-size: 3rem;
}

.header-navigation__contact__content {
	width: calc(100% - 35px);
	word-wrap: break-word;
}

.header-navigation__contact__content .text {
	line-height: 1;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 0.875rem;
}

.header-navigation__contact__content .sub-text {
	font-weight: 700;
	font-size: 1.5rem;
}

.header-navigation__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #222;
}

.header-navigation__icon i {
	font-size: 1.25rem;
}

.header-navigation__icon__search > a {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__icon__search > a:hover {
	color: #00a75f;
}

.header-navigation__icon__cart {
	position: relative;
	margin-left: 20px;
}

.header-navigation__icon__cart > a {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-navigation__icon__cart > a:hover {
	color: #00a75f;
}

.header-navigation__icon__cart:before {
	font-size: 10px;
	font-weight: 500;
	line-height: 15px;
	position: absolute;
	top: -5px;
	right: -10px;
	width: 15px;
	height: 15px;
	padding: 0 4px;
	content: attr(data-count);
	text-align: center;
	color: #222;
	border-radius: 100%;
	background: #00a75f;
}

.header-navigation__icon__cart .minicart-box {
	position: absolute;
	z-index: 99999;
	top: calc(100% + 15px);
	right: 0;
	visibility: hidden;
	overflow: auto;
	width: 360px;
	max-height: 700px;
	padding: 30px 20px 27px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	border-bottom: 3px solid #00a75f;
	background-color: #fff;
	-webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
}

.header-navigation__icon__cart .minicart-box.active {
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.header-navigation__icon--transparent .header-navigation__icon__search > a {
	color: #ffffff;
}

.header-navigation__icon--transparent .header-navigation__icon__search > a:hover {
	color: #00a75f;
}

.header-navigation__icon--transparent .header-navigation__icon__cart > a {
	color: #ffffff;
}

.header-navigation__icon--transparent .header-navigation__icon__cart > a:hover {
	color: #00a75f;
}

.header-navigation--header-default {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-navigation--header-default .header-navigation__nav {
	padding: 0;
}

.header-navigation--header-default .header-navigation__nav nav > ul > li {
	border-left: 1px solid #eee;
}

.header-navigation--header-default .header-navigation__nav nav > ul > li:last-child {
	border-right: 1px solid #eee;
}

.header-navigation--header-default .header-navigation__nav nav > ul > li > a {
	padding: 25px 20px;
}

.header-navigation--header-default .header-navigation__nav nav > ul > li > a:before {
	top: 0;
}

.header-navigation--header-default .header-navigation__nav--transparent nav > ul > li {
	margin-right: 30px;
	border-left: 0;
}

.header-navigation--header-default .header-navigation__nav--transparent nav > ul > li:last-child {
	margin-right: 0;
	border-right: 0;
}

.header-navigation--header-default .header-navigation__nav--transparent nav > ul > li > a {
	padding-right: 0;
	padding-left: 0;
	color: #ffffff;
}

.social-links ul li {
	display: inline-block;
	margin-right: 1px;
}

.social-links ul li:last-child {
	margin-right: 0;
}

.social-links ul li a {
	display: block;
	color: rgba(34, 34, 34, 0.4);
}

.social-links ul li a:hover {
	color: #222;
}

.social-links--white-topbar {
	margin-right: 0px;
}

.social-links--white-topbar ul li a {
	font-size: 13px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #004c92;
}

.social-links--white-topbar ul li a:hover {
	color: #00a75f;
}
.social-links--white-topbar ul li a {
    width: 29px;
    height: 29px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 60px;
    margin-top: -1px;
}
.social-links--white-topbar ul li a:hover {
	color: #fff;
	opacity: .8;
}
.social-links--style2 ul li a {
	color: #888;
	font-size: 1.125rem;
}

.social-links--style3 ul li a {
	color: #bdbdbd;
	font-size: 1.125rem;
}

.social-links--style3 ul li a:hover {
	color: #00a75f;
}

.social-links--style4 ul li a {
	color: #222;
	font-size: 1.125rem;
}

.social-links--style4 ul li a:hover {
	color: #222;
}

.social-links--style5 ul li a {
	color: #ffffff;
	font-size: 1.125rem;
}

.social-links--style5 ul li a:hover {
	color: #00a75f;
}

.megamenu {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	border-bottom: 3px solid #00a75f;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}

.megamenu--home-variation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-width: 980px;
	padding: 60px 40px 50px;
}

.megamenu--home-variation__item {
	visibility: hidden;
	-webkit-flex-basis: 17%;
	-ms-flex-preferred-size: 17%;
	flex-basis: 17%;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	text-align: center;
	opacity: 0;
}

.megamenu--home-variation__item:nth-child(1n+6) {
	margin-top: 50px;
}

.megamenu--home-variation__item > a {
	display: block;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.megamenu--home-variation__item > a:hover {
	-webkit-transform: translateY(-10px) !important;
	-ms-transform: translateY(-10px) !important;
	transform: translateY(-10px) !important;
}

.megamenu--home-variation__item > a:hover .megamenu--home-variation__item__image {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.megamenu--home-variation__item__image {
	margin-bottom: 20px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.17);
}

.megamenu--home-variation__item__title {
	font-size: 1.125rem;
}

.megamenu--mega {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	min-width: 980px;
	padding: 50px 25px 35px;
}

.megamenu--mega > li {
	-webkit-flex-basis: 22%;
	-ms-flex-preferred-size: 22%;
	flex-basis: 22%;
}

.megamenu--mega > li .page-list-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
}

.megamenu--mega > li > ul > li {
	position: relative;
	padding-left: 15px;
}

.megamenu--mega > li > ul > li:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #d8d8d8;
}

.megamenu--mega > li > ul > li a {
	line-height: 1.2;
	padding: 10px 0;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #999;
}

.megamenu--mega > li > ul > li a:hover {
	color: #00a75f;
}

.megamenu--tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 980px;
}

.megamenu--tab .bg-img--menu {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.megamenu--tab__menu {
	-webkit-flex-basis: 240px;
	-ms-flex-preferred-size: 240px;
	flex-basis: 240px;
	padding: 35px 0;
}

.megamenu--tab__menu .nav-tabs {
	border-bottom: 0;
}

.megamenu--tab__menu .nav-tabs .nav-link {
	font-weight: 500;
	position: relative;
	padding: 15px 30px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #999;
	border: none;
	border-radius: 0;
}

.megamenu--tab__menu .nav-tabs .nav-link:after {
	position: absolute;
	top: 50%;
	left: calc(100% - 6px);
	visibility: hidden;
	width: 0;
	height: 0;
	margin-top: -6px;
	content: " ";
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	pointer-events: none;
	opacity: 0;
	border: solid transparent;
	border-width: 6px;
	border-color: rgba(255, 194, 70, 0);
	border-left-color: #00a75f;
}

.megamenu--tab__menu .nav-tabs .nav-link.active,
.megamenu--tab__menu .nav-tabs .nav-link:hover {
	color: #222;
	background-color: #00a75f;
}

.megamenu--tab__menu .nav-tabs .nav-link.active:after,
.megamenu--tab__menu .nav-tabs .nav-link:hover:after {
	left: 100%;
	visibility: visible;
	opacity: 1;
}

.megamenu--tab__content {
	-webkit-flex-basis: calc(100% - 240px);
	-ms-flex-preferred-size: calc(100% - 240px);
	flex-basis: calc(100% - 240px);
}

.megamenu--tab__content .tab-pane {
	padding: 60px 40px;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li {
	-webkit-flex-basis: 28%;
	-ms-flex-preferred-size: 28%;
	flex-basis: 28%;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li .page-list-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	border-bottom: 1px solid #eee;
	font-size: 1rem;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li > ul > li {
	position: relative;
	padding-left: 15px;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li > ul > li:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #d8d8d8;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li > ul > li a {
	line-height: 1.2;
	padding: 10px 0;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #999;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li > ul > li a:hover {
	color: #00a75f;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li .menu-widget__image {
	margin-bottom: 20px;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li .menu-widget__title {
	font-weight: 500;
	line-height: 19px;
	font-size: 1rem;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li .menu-widget__short-desc {
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 0;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li .menu-widget__link {
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	margin-top: 20px;
	padding-bottom: 2px;
	color: #00a75f;
	border-bottom: 2px solid #eee;
	font-size: 0.8125rem;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li .menu-widget__link:after {
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	content: "";
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #00a75f;
}

.megamenu--tab__content .tab-pane .megamenu-tab-wrapper > li .menu-widget__link:hover:after {
	right: auto;
	left: 0;
	width: 100%;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -26px;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single {
	position: relative;
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	padding-left: 20px;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single:after {
	font-family: Ionicons;
	font-size: 8px;
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	content: "\f400";
	color: #b6b6b6;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .title {
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 0.9375rem;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .title a {
	color: #222;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .title a:hover {
	text-decoration: underline;
}

.megamenu--tab__content .tab-pane .menu-item-list-desc__single .desc {
	margin-top: 13px;
	margin-bottom: 26px;
}

.submenu {
	position: absolute;
    z-index: 99999;
    top: 101%;
    left: 0;
    visibility: hidden;
    min-width: 280px;
    padding: 0;
    border-top: 1px solid #efefef;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 4px solid var(--greenColor);
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 37px rgb(0 0 0 / 13%);
    box-shadow: 0 10px 37px rgb(0 0 0 / 13%);
}

.submenu li {
	position: relative;
}
.submenu li > a {
	font-size: 14px;
    display: block;
    padding: 7px 15px;
    color: #06080a;
    font-weight: 500;
    border-bottom: 1px solid #f4f4f4;
}
.submenu li:last-child > a {
	border-bottom: none;
}

.submenu li > a:hover {
	color: var(--greenColor);
}

.submenu li:hover > .submenu {
	z-index: 9;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.submenu li.has-children > a {
	position: relative;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submenu li.has-children > a:after {
	font-family: Ionicons;
	font-size: 8px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: 20px;
	content: "\f125";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
}

.submenu .submenu {
	top: 0;
	right: auto;
	left: 100%;
}

.submenu .submenu .submenu {
	right: 100%;
	left: auto;
	background: #ffffff;
}

.submenu .submenu .submenu .submenu {
	right: auto;
	left: 100%;
	background: #ffffff;
}

.submenu .submenu .submenu .submenu .submenu {
	right: 100%;
	left: auto;
	background: #ffffff;
}

/* header info area */

.header-info-area {
	padding: 40px 0;
}

.header-info-area--style2 {
	padding: 25px 0;
}

.header-info-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-info-wrapper .logo {
	-webkit-flex-basis: 395px;
	-ms-flex-preferred-size: 395px;
	flex-basis: 395px;
	width: 395px;
}

.header-info-wrapper .header-contact-info {
	width: calc(100% - 395px);
}

.header-info-wrapper--style2 {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-info-wrapper--style2 .header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-info-single-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-info-single-item__icon {
	line-height: 1;
	padding-right: 15px;
	color: #00a75f;
}

.header-info-single-item__icon i {
	font-size: 2.375rem;
}

.header-info-single-item__title {
	font-weight: 500;
	margin-bottom: 5px;
	color: #222;
	font-size: 0.9375rem;
}

.header-info-single-item__subtitle {
	color: #888;
	font-size: 0.875rem;
}

/* mobile menu */
.mobile-menu-area {
	padding: 15px 0;
}
.mobile-menu-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.mobile-menu-content .social-links {
	padding: 0 15px;
}
.mobile-menu-content .mobile-navigation-icon {
	margin-left: 15px;
}
.mobile-navigation-icon {
	position: relative;
	width: 22px;
	height: 25px;
	cursor: pointer;
}
.mobile-navigation-icon:hover i {
	background-color: #222;
}
.mobile-navigation-icon:hover i:before {
	width: 80%;
	background-color: #222;
}
.mobile-navigation-icon:hover i:after {
	width: 60%;
	background-color: #222;
}
.mobile-navigation-icon i {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #444444;
}
.mobile-navigation-icon i:before {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #444444;
}
.mobile-navigation-icon i:after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: #444444;
}
.mobile-navigation-icon--style3 i {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #222;
}
.mobile-navigation-icon--style3 i:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #222;
}
.mobile-navigation-icon--style3 i:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #222;
}
.mobile-navigation-icon--style3:hover i:before {
	width: 60%;
}
.mobile-navigation-icon--style3:hover i:after {
	width: 60%;
}

.mobile-navigation-icon--desktop-off {
	display: none;
}
/* mobile menu overlay */
.mobile-menu-overlay {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	overflow: auto;
	width: 100vw;
	height: 100%;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #007f3b;
}
.mobile-menu-overlay.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mobile-menu-overlay__header {
	padding: 5px 0;
	background-color: #ffffff;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon i {
    font-size: 62px;
    line-height: 62px;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
	color: #00a75f;
}
.mobile-menu-overlay__body {
	padding: 15px 30px;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li {
	border-bottom: 1px solid #18884c;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a {
	font-weight: 600;
    line-height: 1.5;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #fff;
    font-size: 16px;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover {
	color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child {
	border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children {
	position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
	content: "\f3d0";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand {
    line-height: 38px;
    position: absolute;
    top: 12px;
    right: 0;
    width: 36px;
    height: 36px;
	cursor: pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
	background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
	font-family: "Ionicons";
	font-size: 24px;
	font-weight: 500;
	content: "\f3d3";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu {
    padding: 5px 0 2px 15px;
	border-top: 1px solid #18884c;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
	border-bottom: 1px solid #18884c;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
	font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    padding: 10px 0;
    color: #fff;	
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
	color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
	border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
	position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
	content: "\f3d0";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
	line-height: 30px;
	position: absolute;
	top: 6px;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
	background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
	font-family: "Ionicons";
	font-size: 16px;
	font-weight: 500;
	content: "\f3d3";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
	position: relative;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
	content: "\f3d0";
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
	font-family: "Ionicons";
	font-size: 16px;
	font-weight: 500;
	content: "\f3d3";
}

.header-wrapper--style3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-wrapper--style3__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 30px;
	background-color: #00a75f;
}

.header-wrapper--style3__logo a {
	display: block;
}

.header-wrapper--style3__logo a img {
	padding: 15px 0;
}

.header-wrapper--style3__header-right {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-wrapper--vertical {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}

.header-wrapper--vertical__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 43px 44px 70px;
}

.header-wrapper--shadow {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.header-wrapper__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-wrapper__inner .logo {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-wrapper__inner .header-navigation {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-wrapper__inner .header-navigation__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-wrapper__inner .request-quote-button-wrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.navigation-top--style3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation-top--style3__left {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.navigation-top--style3__right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.navigation-top--style3__right .topbar-menu {
	margin-right: 30px;
}

.header-search--style4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	border-left: 1px solid #eee;
}

.header-search--style4 .header-navigation__icon__search {
	display: inline-block;
	margin-left: 0;
	color: #222;
	font-size: 1.25rem;
}

.desktop-menu-wrapper--style3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	border-left: 1px solid #eee;
}

/*----------  header overlay menu  ----------*/

.header-overlay-menu {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
}

.header-overlay-menu:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.header-overlay-menu.is-sticky:before {
	display: none;
}

.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
	color: #333;
}

.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
	font-size: 25px;
}

.header-overlay-menu:hover {
	border-bottom: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
	color: #333;
}

.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
	font-size: 25px;
}

.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas {
	-webkit-flex-basis: 50% !important;
	-ms-flex-preferred-size: 50% !important;
	flex-basis: 50% !important;
}

.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
	color: #ffffff;
}

.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
	font-size: 25px;
}

.header-overlay-menu .header-bottom .header-bottom-container .header-bottom-navigation {
	display: none;
}

.header-overlay-menu .header-bottom .header-bottom-container .header-right-container {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.overlay-navigation-inactive {
	visibility: hidden;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container {
	visibility: hidden;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container nav ul li {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

.overlay-navigation-active {
	visibility: visible;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.overlay-navigation-active .overlay-navigation-menu-container nav ul li {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/*----------  navigation overlay  ----------*/

.overlay-navigation-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%; /*----------  close icon  ----------*/ /*----------  overlay menu container style  ----------*/
}

.overlay-navigation-menu:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.9;
	background-color: #ffffff;
}

.overlay-navigation-menu .overlay-menu-close-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
}

.overlay-navigation-menu .overlay-menu-close-icon a {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #333333;
}

.overlay-navigation-menu .overlay-menu-close-icon a:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.overlay-navigation-menu .overlay-menu-close-icon a i {
	font-size: 45px;
}

.overlay-navigation-menu .overlay-navigation-menu-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	text-align: center;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav {
	margin: auto;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li {
	margin-bottom: 20px;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li:last-of-type {
	margin-bottom: 0;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a {
	font-size: 32px;
	line-height: 57px;
	position: relative;
	color: #333333;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: auto;
	width: 0;
	height: 2px;
	content: "";
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #333;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:hover:after {
	right: auto;
	left: 0;
	width: 100%;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li.has-children ul li {
	margin-bottom: 0;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li.has-children ul li a {
	font-size: 20px;
	line-height: 40px;
}

/*----------  header vertical  ----------*/

.header-vertical__logo {
	margin-bottom: 115px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-vertical__bottom .copyright-text {
	margin-top: 25px;
	font-size: 0.875rem;
}

.header-icon-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-info-slider--style2 {
	border-right: 1px solid #ededed;
}

.header-info-slider--style2 .header-info-single-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	border-left: 1px solid #ededed;
}

.header-info-slider--style2 .header-info-single-item__title {
	font-weight: 700;
	font-size: 1rem;
}

.header-top-area {
	padding: 25px 0;
}

.header-top-area .logo {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 15px 0;
}

.header-top-area .header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top-area .header-top-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-top-area .get-quote-btn-wrapper {
	padding-left: 15px;
}

.header-navigation-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.get-quote-button-wrapper {
	overflow: hidden;
	text-align: center;
}

.get-quote-button-wrapper a {
    font-weight: 500;
    position: relative;
    min-width: 140px;
    height: 38px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 18px 30px 0;
    background-color: var(--orangeColor);
    border-radius: 4px;
    text-transform: uppercase;
}

.get-quote-button-wrapper a:before {
	position: absolute;
	top: 0;
	left: -55%;
	display: block;
	width: 3.5em;
	height: 100%;
	content: "";
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	background-color: rgba(255, 255, 255, 0.5);
}

.get-quote-button-wrapper a:hover:before {
	left: 150%;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header-navigation-area-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-navigation-area-wrapper .logo {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 20px 35px;
	background-color: #ffffff;
}

.header-navigation-area-wrapper .header-navigation-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 60px;
	background-color: #06112c;
}

.header-text-info-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-text-info-wrapper__icon {
	margin-right: 15px;
}

.header-text-info-wrapper__icon i {
	color: #00a75f;
	font-size: 2.3125rem;
}

.header-text-info-wrapper__text {
	font-weight: 500;
	color: #ffffff;
	font-size: 1.5rem;
}

.header-bottom-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-bottom-bar__left {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-bottom-bar__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.call-now-wrapper {
	font-weight: 500;
	padding-left: 20px;
	color: #222;
}

.call-now-wrapper a {
	text-decoration: underline;
	color: #00a75f;
}

.header-navigation__icon__cart--white-text:before {
	color: #ffffff;
}
/* header end */

/* preloader satrt */
.preloader-active {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	z-index: 999999;
}

.preloader-active .preloader-area-wrap {
	background-color: #ffffff;
	position: absolute;
	left: 0;
	display: block;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
}

.preloader-area-wrap {
	display: none;
}
/* preloader end */

/*=====  End of preloader  ======*/

/* scroll top start */

a.scroll-top {
	position: fixed;
	right: 10px;
	bottom: -30px;
	z-index: 999;
	-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
	display: block;
	padding: 0;
    width: 38px;
    height: 38px;
	line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: var(--orangeColor);
	color: #ffffff;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a.scroll-top.show {
	visibility: visible;
	opacity: 1;
	bottom: 60px;
}
/* scroll top end */

/* testimonial slider start */
.testimonial-slider__title-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.testimonial-slider__title {
	font-size: 2.5rem;
	margin-top: -5px;
	margin-bottom: 0;
}

.testimonial-slider__title i {
	display: inline-block;
	vertical-align: bottom;
	font-size: 50px;
	color: #c9c9c9;
}

.testimonial-slider__title--style2 {
	line-height: 1.35;
	font-weight: 900;
}

.testimonial-slider__title--style2 i {
	margin-bottom: 20px;
	display: block;
	font-size: 3.875rem;
}

.testimonial-slider__title--style2--black3 {
	color: #05103B;
}

.testimonial-slider__nav-container .ht-swiper-button-nav {
	display: inline-block;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: auto;
	height: auto;
	line-height: 1;
	border: none;
	font-size: 1rem;
	font-weight: 500;
	color: #222;
	padding: 10px 20px;
	position: relative;
}

.testimonial-slider__nav-container .ht-swiper-button-nav:hover {
	background: none;
	color: #00a75f;
}

.testimonial-slider__nav-container .ht-swiper-button-nav + .ht-swiper-button-nav:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	content: '';
	width: 1px;
	height: 20px;
	background-color: #ddd;
	display: inline-block;
}

.testimonial-slider__nav-container .ht-swiper-button-next {
	padding-right: 0;
}

.testimonial-slider__content-area {
	margin: 0 -20px;
	margin-top: -30px;
}

.testimonial-slider__content-area .swiper-pagination {
	margin-top: 50px;
}

.testimonial-slider__content-area--style2 {
	margin-top: 0;
}

.testimonial-slider__container {
	padding: 30px 20px;
}

.testimonial-slider__container--style2 {
	padding: 0 20px;
}

.testimonial-slider__container--style3 {
	padding: 0 20px;
}

.testimonial-slider__container--style3 .testimonial-slider__single-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimonial-slider__single-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	padding: 40px 30px;
	position: relative;
}

.testimonial-slider__single-item__image {
	-webkit-flex-basis: 90px;
	-ms-flex-preferred-size: 90px;
	flex-basis: 90px;
	margin-right: 30px;
}

.testimonial-slider__single-item__image img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.testimonial-slider__single-item__image--style2 {
	-webkit-flex-basis: 70px;
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
	margin-right: 20px;
	margin-bottom: 0;
}

.testimonial-slider__single-item__image--style2 img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonial-slider__single-item__image .quote-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 58px;
	text-align: center;
	background-color: #00a75f;
}

.testimonial-slider__single-item__image .quote-icon i {
	color: #ffffff;
	font-size: 24px;
}

.testimonial-slider__single-item__content {
	-webkit-flex-basis: calc(100% - 120px);
	-ms-flex-preferred-size: calc(100% - 120px);
	flex-basis: calc(100% - 120px);
}

.testimonial-slider__single-item__content .testimonial-name {
	font-size: 1.25rem;
	margin-bottom: 15px;
}

.testimonial-slider__single-item__content .testimonial-name .designation {
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #888;
}

.testimonial-slider__single-item__content .testimonial-name .designation:before {
	content: ' - ';
}

.testimonial-slider__single-item__content .rating {
	margin-bottom: 10px;
}

.testimonial-slider__single-item__content .rating i {
	font-size: 20px;
	color: #f8c823;
}

.testimonial-slider__single-item__content--style2 {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.testimonial-slider__single-item:before {
	position: absolute;
	top: calc(100% - 3px);
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	border-color: #fff transparent transparent;
	-webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
	filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
}

.testimonial-slider__single-item__author-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
}

.testimonial-slider__single-item__author-info .testimonial-name {
	-webkit-flex-basis: calc(100% - 90px);
	-ms-flex-preferred-size: calc(100% - 90px);
	flex-basis: calc(100% - 90px);
	font-size: 1.125rem;
	line-height: 1.2;
}

.testimonial-slider__single-item__author-info .testimonial-name .designation {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.8;
	color: #888;
	font-weight: 400;
	font-style: italic;
}

.testimonial-slider__single-item--style2 {
	padding: 0;
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__image {
	-webkit-flex-basis: 250px;
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
	margin-right: 30px;
	height: auto;
	border-radius: 0;
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__image img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__content {
	-webkit-flex-basis: calc(100% - 250px);
	-ms-flex-preferred-size: calc(100% - 250px);
	flex-basis: calc(100% - 250px);
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__content .testimonial-name .designation {
	color: #00a75f;
}

.testimonial-slider__single-item--style2 .testimonial-slider__single-item__content .rating {
	margin-bottom: 0;
}

.testimonial-slider__single-item--style2:before {
	display: none;
}

.testimonial-slider__single-item--style3 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 35px 40px 45px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__image {
	margin-bottom: 40px;
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__content .testimonial-name {
	color: #05103B;
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__content .testimonial-name .designation {
	display: block;
	margin-top: 5px;
}

.testimonial-slider__single-item--style3 .testimonial-slider__single-item__content .testimonial-name .designation:before {
	display: none;
}

.testimonial-slider__single-item--style3:before {
	display: none;
}

.testimonial-slider__single-item--style3:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.testimonial-slider-two__container-area {
	position: relative;
}

.testimonial-slider-two__container-area .swiper-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.testimonial-slider-two__container-area .swiper-pagination-bullet {
	width: 25px;
	height: 4px;
	background-color: #ddd;
	border-radius: 0;
	margin: 0 5px;
	opacity: .15;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__container-area .swiper-pagination-bullet-active,
.testimonial-slider-two__container-area .swiper-pagination-bullet:hover {
	background-color: #00a75f;
	opacity: 1;
}

.testimonial-slider-two__slide {
	opacity: 0.3;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__slide.swiper-slide-active {
	width: 1200px !important;
	max-width: 100%;
	opacity: 1;
	margin: 0 auto;
}

.testimonial-slider-two__slide.swiper-slide-active .rating {
	visibility: visible;
	opacity: 1;
}

.testimonial-slider-two__slide.swiper-slide-active .testimonial-slider-two__author-info {
	visibility: visible;
	opacity: 1;
}

.testimonial-slider-two__slide .rating {
	margin-bottom: 30px;
	line-height: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__slide .rating i {
	font-size: 20px;
	color: #f8c823;
}

.testimonial-slider-two__slide .text {
	font-size: 2.125rem;
	line-height: 1.4;
	color: #ffffff;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__author-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-two__author-info .image {
	width: 70px;
	margin-right: 15px;
}

.testimonial-slider-two__author-info .image img {
	border-radius: 50%;
}

.testimonial-slider-two__author-info .name-designation {
	-webkit-flex-basis: calc(100% - 70px);
	-ms-flex-preferred-size: calc(100% - 70px);
	flex-basis: calc(100% - 70px);
}

.testimonial-slider-two__author-info .name-designation .testimonial-name {
	font-size: 1.125rem;
	color: #ffffff;
}

.testimonial-slider-two__author-info .name-designation .testimonial-name .designation {
	font-size: 15px;
	margin-top: 5px;
	font-weight: 400;
	color: #888;
	display: block;
}

.testimonial-slider-three__area {
	background-repeat: no-repeat;
	background-position: top right;
}

.testimonial-slider-three__wrapper-area {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.testimonial-slider-three__image {
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
}

.testimonial-slider-three__image img {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 12%);
}

.testimonial-slider-three__container-area {
	position: relative;
    padding: 0px 50px 0px;
}

.testimonial-slider-three__container-area .testi-quote {
	position: absolute;
	top: -40px;
	right: 5px;
}

.testimonial-slider-three__container-area .testi-quote img {
	width: 84px;
}

.testimonial-slider-three__container-area .testi-quote svg * {
	fill: #00a75f;
}

.testimonial-slider-three__single-slide .testimonial-item__image {
	margin-bottom: 20px;
}

.testimonial-slider-three__single-slide .testimonial-item__image img {
    border-radius: 50%;
    width: 100px;
}

.testimonial-slider-three__single-slide .testimonial-item__text {
	font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 15px;
}

.testimonial-slider-three__single-slide .testimonial-item__rating {
	margin-bottom: 10px;
	line-height: 1;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-three__single-slide .testimonial-item__rating i {
	font-size: 20px;
	color: #fdc507;
}

.testimonial-slider-three__single-slide .testimonial-item__author .testimonial-name {
	font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #00a75f;
}

.testimonial-slider-three__single-slide .testimonial-item__author .testimonial-name .designation {
	margin-top: 10px;
	display: block;
	font-size: 1rem;
	line-height: 1.3;
	color: #888;
	font-style: italic;
	font-weight: 400;
}

.testimonial-slider-four__container {
	margin-top: -10px;
	padding: 0 20px;
	padding-top: 10px;
}

.testimonial-slider-four__single-item-wrapper {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.testimonial-slider-four__single-item-wrapper:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.testimonial-slider-six__area-bg {
	background-repeat: no-repeat;
	background-position: right 105%;
}

.testimonial-slider-six__area-wrapper {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	position: relative;
	z-index: 2;
}

.testimonial-slider-six__area-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 100%;
	width: 1px;
	background: #eee;
}

.testimonial-slider-six__author-single-slide .author-thumbnail {
	width: 85px;
	margin: 0 auto;
}

.testimonial-slider-six__author-single-slide .author-thumbnail img {
	width: 85px;
	border-radius: 50%;
	opacity: 0.4;
}

.testimonial-slider-six__author-single-slide.swiper-slide-active .author-thumbnail img {
	opacity: 1;
}

.testimonial-slider-six__content-container-area {
	padding-top: 60px;
}

.testimonial-slider-six__content-container-area .swiper-pagination {
	margin-top: 80px;
}

.testimonial-slider-six__content-container-area .swiper-pagination-bullet-active {
	background-color: #00a75f;
}

.testimonial-slider-six__content-container-area .ht-swiper-button-nav {
	top: 25%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.testimonial-slider-six__content-container-area .ht-swiper-button-prev {
	left: -80px;
}

.testimonial-slider-six__content-container-area .ht-swiper-button-next {
	right: -80px;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .testimonial-text {
	font-size: 1.875rem;
	line-height: 1.5;
	color: #222;
	margin-bottom: 20px;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .rating {
	margin-bottom: 20px;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .rating i {
	font-size: 20px;
	color: #00a75f;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .author-name {
	font-size: 1.25rem;
	line-height: 1.2;
}

.testimonial-slider-six__content-single-slide .testimonial-content-wrapper .author-name .designation {
	font-size: 0.9375rem;
	line-height: 1.2;
	color: #999;
	font-weight: 300;
	font-style: italic;
}

.testimonial-slider-seven__area-bg {
	background-color: #05103B;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonial-slider-seven__container-area .swiper-pagination {
	margin-top: 70px;
}

.testimonial-slider-seven__container-area .swiper-pagination-bullet {
	background-color: #d8d8d8;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 1;
}

.testimonial-slider-seven__container-area .swiper-pagination-bullet-active {
	background-color: #00a75f;
}

.testimonial-slider-seven__container-area .swiper-pagination-bullet:hover {
	background-color: #00a75f;
}

.testimonial-slider-seven__container {
	padding-top: 30px;
	margin-top: -30px;
}

.testimonial-single__wrapper {
	margin-bottom: -30px;
}

.testimonial-single__item {
	margin-bottom: 30px;
}
/* testimonial slider end */

/* keyframes start */
@-webkit-keyframes moveVertical {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveVertical {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes animationSignal {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	1% {
		opacity: 0.25;
	}
	20% {
		opacity: 0.25;
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes animationSignal2 {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 0.2;
	}
	20% {
		opacity: 0.17;
	}
	60% {
		opacity: 0;
	}
}

@keyframes animationSignal {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	1% {
		opacity: 0.25;
	}
	20% {
		opacity: 0.25;
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes animationSignal2 {
	0% {
		opacity: 0;
	}
	1% {
		opacity: 0.2;
	}
	20% {
		opacity: 0.17;
	}
	60% {
		opacity: 0;
	}
}

@-webkit-keyframes zoomBig {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
}

@keyframes zoomBig {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/* keyframes end */

/* container start */
.container-fluid--cp-60 {
	padding: 0 30px;
}
/* container end */

