 

/*Project Name : Lumire - Business & Consulting Multi-Purpose TemplateAuthor Company : SpecThemesProject Date: 27 Jan, 2019Template Developer: vsafaryan50@gmail.com*/


/*==============================================TABLE OF CONTENT==============================================0. Imports1. Sections2. Headings3. Preloader4. Header5. Fonts6. Scroll To Top7. Helper Classesa) Text-contentb) Image-propertiesc) Buttonsd) Listse) Color Controlf) Video Boxg) Paginationh) Overlays & Opacityi) Forms8. Breadcrumb9. Modals10. Tabs11. Progress Bars12. Pie Charts13. Countups14. Countdowns15. Accordions16. Owl Carousel17. Animations18. Services19. Features20. Testmonials21. Clients22. Callback23. Contact Forms24. Action Boxes25. Overlay Effect26. Pricing27. Team28. Chart JS29. Timeline30. Contact31. Search Results32. Sidebar33. Vertical Nav34. Modals35. Maintenance36. Error Pages37. Shop38. Shop Single39. Shop Cart40. Portfolio41. Portfolio Single42. Blog Grid43 Blog List44. Revolution Slider45. Footer==============================================[END] TABLE OF CONTENT==============================================*/


/*-----------------------------------------0. Imports-------------------------------------------*/


/*Navigation Menu*/

@import url("navigation.css");

/*Default Styles*/

@import url("default.css");

/*Fonts*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

/*-----------------------------------------1. Sections-------------------------------------------*/
 
.section-block {
	position: relative;
	background-color: #fff;
	padding: 80px 0px 80px 0px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.section-block {
		padding: 60px 0px 60px 0px;
	}
}

.section-block-grey {
	position: relative;
	padding: 80px 0px 80px 0px;
	background-color: #fafafa;
}

@media (max-width: 767px) {
	.section-block-grey {
		padding: 60px 0px 60px 0px;
	}
}

.section-block-greyer {
	position: relative;
	padding: 80px 0px 80px 0px;
	background-color: #f5f5f5;
}

@media (max-width: 767px) {
	.section-block-greyer {
		padding: 60px 0px 60px 0px;
	}
}

.section-block-dark {
	position: relative;
	padding: 80px 0px 80px 0px;
	background-color: #222;
}

@media (max-width: 767px) {
	.section-block-dark {
		padding: 60px 0px 60px 0px;
	}
}

.section-block-parallax {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	padding: 90px 0px 90px 0px;
}

@media (max-width: 767px) {
	.section-block-parallax {
		padding: 60px 0px 60px 0px;
	}
}

.section-block-bg {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 80px 0px 80px 0px;
}

@media (max-width: 767px) {
	.section-block-bg {
		padding: 60px 0px 60px 0px;
	}
}

.section-lg {
	padding: 100px 0px 100px 0px;
}

.section-md {
	padding: 90px 0px 90px 0px;
}

.section-sm {
	padding: 60px 0px 60px 0px;
}

.section-xs {
	padding: 45px 0px 45px 0px;
}

.jarallax {
	position: relative;
}

.jarallax>.jarallax-img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.video-section {
	position: relative;
}

.video-content {
	position: relative;
	padding: 90px 0px 90px 0px;
}

.full-screen {
	position: relative;
	background-position: center;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.block-primary-bg {
	position: relative;
	background: #54782E;
}

.block-dark-bg {
	position: relative;
	background: #222;
}

.block-dark-bg-transparent {
	position: relative;
	background: rgba(0, 0, 0, .6);
}

.block-white-bg {
	position: relative;
	background: #fff;
}

.primary-bg {
	background-color: #54782E !important;
}

.grey-bg {
	background-color: #fff !important;
}

.light-grey-bg {
	background: #f7f9fb !important;
}

.dark-bg {
	background-color: #222 !important;
}

.dots-bg:before {
	overflow: hidden;
	position: absolute;
	content: '';
	left: 35px;
	top: 80px;
	width: 484px;
	height: 316px;
	display: inline-block;
	background-image: url("../img/content/bgs/bg4.png");
}

.dots-bg-2:before {
	overflow: hidden;
	position: absolute;
	content: '';
	left: 35px;
	top: 80px;
	width: 484px;
	height: 150px;
	display: inline-block;
	background-image: url("../img/content/bgs/bg4.png");
}


/*-----------------------------------------2. Headings-------------------------------------------*/

.section-heading {
	position: relative;
	margin-bottom: 10px;
}

.section-heading h2 strong,
.section-heading h3 strong,
.section-heading h4 strong,
.section-heading h5 strong,
.section-heading h6 strong {
	font-weight: 700;
}

.section-heading h2 i,
.section-heading h3 i,
.section-heading h4 i,
.section-heading h5 i,
.section-heading h6 i {
	font-style: italic;
}

.section-heading h2 {
	position: relative;
	font-size: 40px;
	font-weight: 600;
	color: #222;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.section-heading h2 {
		font-size: 30px;
	}
}

.section-heading h3 {
	position: relative;
	font-size: 37px;
	font-weight: 400;
	color: #222;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.section-heading h3 {
		font-size: 30px;
	}
}

.section-heading h4 {
	position: relative;
	font-size: 30px;
	font-weight: 400;
	color: #222;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.section-heading h4 {
		font-size: 30px;
	}
}

.section-heading h5 {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #222;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.section-heading h5 {
		font-size: 23px;
	}
}

.section-heading h6 {
	position: relative;
	font-size: 21px;
	font-weight: 500;
	color: #222;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 5px;
}

.section-heading p {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 1.8;
	padding-top: 15px;
	margin-bottom: 0px;
	 
}

.section-heading small {
	display: inline-block;
	font-size: 21px;
	font-weight: 500;
	color: #54782E;
	padding-bottom: 5px;
}

.large-heading {
	position: relative;
	margin-bottom: 15px;
}

.large-heading h2 {
	position: relative;
	font-size: 45px;
	font-weight: 700;
	color: #222;
	line-height: 1.4;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.large-heading h2 {
		font-size: 30px;
	}
}

.large-heading h3 {
	position: relative;
	font-size: 39px;
	font-weight: 700;
	color: #222;
	line-height: 140%;
	margin-bottom: 15px;
}

.large-heading h4 {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	color: #222;
	line-height: 140%;
	margin-bottom: 15px;
}

.large-heading h5 {
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #222;
	line-height: 130%;
	margin-bottom: 15px;
}

.large-heading small {
	font-size: 14px;
	font-weight: 700;
	color: #54782E;
	line-height: 250%;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.section-heading-line {
	content: '';
	display: block;
	width: 100px;
	border-radius: 10px;
	height: 6px;
	background: #54782E;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.section-heading-line-white {
	content: '';
	display: block;
	width: 100px;
	border-radius: 10px;
	height: 6px;
	background: #fff;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text-left .section-heading-line {
	content: '';
	display: inline-block;
	width: 100px;
	border-radius: 10px;
	height: 6px;
	background: #54782E;
	margin-top: 10px;
	margin-bottom: 0px;
}

.text-right .section-heading-line {
	text-align: right;
	content: '';
	display: inline-block;
	width: 100px;
	border-radius: 10px;
	height: 6px;
	background: #54782E;
	margin-top: 10px;
	margin-bottom: 0px;
}

.line-thin {
	height: 4px !important;
}

.line-extra-thin {
	height: 3px !important;
}

.line-wide {
	width: 130px !important;
}


/*-----------------------------------------3. Preloader-------------------------------------------*/

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff;
	display: flex;
	align-items: center;
}

.loader {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 200px;
	height: 200px;
}

.loader-icon {
	width: 100px;
	height: 100px;
	border: 2px solid #54782E;
	border-right-color: transparent;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 0 auto;
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	margin: auto;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #54782E;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}


/*-----------------------------------------4. Header-------------------------------------------*/

.main-logo {
	width: 200px;
}

#top-bar {
	position: relative;
	z-index: 99999;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.top-bar-info {
	padding: 0px;
}

.top-bar-info li {
	font-size: 12px;
	font-weight: 400;
	color: #979aa1;
	border-left: 1px solid #eee;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 13.5px 14px 12.5px 14px;
}

.top-bar-info li i {
	font-size: 15px;
	color: #222;
	padding-right: 8px;
}

.social-icons {
	padding: 0px;
	float: right;
	margin: 0px;
}

.social-icons li {
	font-size: 14px;
	list-style-type: none;
	float: left;
	width: 50px;
	text-align: center;
	border-left: 1px solid #eee;
	margin: 0px;
	padding: 12px;
}

.social-icons li:last-child {
	border-right: 1px solid #eee;
}

.social-icons li a
	{
		color: #222; -webkit-transition-duration: .3s; transition-duration: .3s;}
/*
.social-icons li a {
	position:relative;
	width:36px;
	height:36px;
	font-size:18px;
	text-align:center;
	border-radius:50%;
	line-height:36px;
	color: #fff;
	display:inline-block;
	background-color: #54782E;
	border:1px solid #54782E;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}*/
 
.social-icons a:hover {
	color: #54762C;
}


/*-------- Navigation Menu --------*/

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: #54782E;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
	border-color: transparent #54782E #54782E transparent;
}

.nav-search-button:hover .nav-search-icon {
	color: #54782E;
}

.nav-button {
	height: auto !important;
	margin: 18px 15px 0;
	padding: 8px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background-color: #54782E;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.megamenu-list>li>a:hover {
	color: #54782E;
}

@media (min-width: 991px) {
	#nav-transparent .nav-menu>li:hover>a,
	#nav-transparent .nav-menu>li.active>a,
	#nav-transparent .nav-menu>li.focus>a {
		color: #54782E;
	}
	#nav-transparent .nav-menu>li:hover>a .submenu-indicator-chevron,
	#nav-transparent .nav-menu>.active>a .submenu-indicator-chevron,
	#nav-transparent .nav-menu>.focus>a .submenu-indicator-chevron {
		border-color: transparent #54782E #54782E transparent;
	}
	#nav-transparent .nav-dropdown>li:hover>a .submenu-indicator-chevron,
	#nav-transparent .nav-dropdown>.focus>a .submenu-indicator-chevron {
		border-color: transparent #54782E #54782E transparent;
	}
	#nav-transparent .nav-white-bg .nav-menu>li:hover>a {
		color: #54782E;
	}
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: #fff;
	background-color: #54782E;
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #54782E #54782E transparent;
}


/*-----------------------------------------5. Fonts-------------------------------------------*/


/*------- Font weights -------*/

.extra-light {
	font-weight: 100 !important;
}

.lighter {
	font-weight: 300 !important;
}

.light {
	font-weight: 400 !important;
}

.regular {
	font-weight: 500 !important;
}

.semi-bold {
	font-weight: 500 !important;
}

.bold {
	font-weight: 500 !important;
}

.extra-bold {
	font-weight: 800 !important;
}

.italic {
	font-style: italic;
}


/*------- Font Sizes -------*/

.font-size-20 {
	font-size: 20px !important;
}

.font-size-25 {
	font-size: 25px !important;
}

.font-size-30 {
	font-size: 30px !important;
}

.font-size-32 {
	font-size: 32px !important;
}

@media (max-width: 767px) {
	.font-size-32 {
		font-size: 30px !important;
	}
}

.font-size-35 {
	font-size: 35px !important;
}

@media (max-width: 767px) {
	.font-size-35 {
		font-size: 30px !important;
	}
}

.font-size-40 {
	font-size: 40px !important;
}

@media (max-width: 767px) {
	.font-size-40 {
		font-size: 30px !important;
	}
}

.font-size-45 {
	font-size: 45px !important;
}

@media (max-width: 767px) {
	.font-size-45 {
		font-size: 30px !important;
	}
}


/*-----------------------------------------6. Scroll To Top-------------------------------------------*/

.scroll-to-top {
	font-size: 11px;
	padding: 12px 6px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 10px;
	display: none;
	border-radius: 50%;
	background: #111;
	width: 40px;
	height: 40px;
	z-index: 9999;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.scroll-to-top i {
	color: #fff;
}

.scroll-to-top:hover {
	color: #fff;
	background: #2d2d2d;
}

.scroll-to-top:hover i {
	color: #fff;
}

.scroll-to-top:visited {
	color: #fff;
	text-decoration: none;
}


/*-----------------------------------------7. Helper Classes-------------------------------------------*/

a:hover {
	color: #54782E;
}


/*--------------------a) Text-content----------------------*/

.text-content-small {
	position: relative;
}

.text-content-small p {
	font-size: 13px !important;
	font-weight: 600;
	color: #999;
	line-height: 190%;
	margin-bottom: 15px;
}

.text-content {
	position: relative;
}

.text-content p {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 190%;
	margin-bottom: 15px;
	text-align: justify;
}

.text-content-big {
	position: relative;
}

.text-content-big p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.9;
	margin-bottom: 15px;
}

.small-text {
	color: #222;
	font-size: 13px;
	font-weight: 600;
}

.icon-holder-md i {
	font-size: 55px;
	color: #54782E;
}


/*--------------------b) Image-properties----------------------*/


/*--- Frames ---*/

.semi-rounded {
	border-radius: 3px !important;
}

.rounded-border {
	border-radius: 5px !important;
}

.extra-rounded-border {
	border-radius: 10px !important;
}

.extra-rounded {
	border-radius: 50px !important;
}

.circled-border {
	border-radius: 50% !important;
}

.no-rounded {
	border-radius: 0px !important;
}


/*--- Shadows ---*/

.shadow-black {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
	.shadow-black {
		margin-bottom: 15px;
	}
}

.shadow-primary {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
	.shadow-primary {
		margin-bottom: 15px;
	}
}

.shadow-light {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
	.shadow-light {
		margin-bottom: 15px;
	}
}

.shadow-extra-light {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
	.shadow-extra-light {
		margin-bottom: 15px;
	}
}


/*--- Extra Effects ---*/

.black-white {
	filter: grayscale(100%);
}

.solid-border {
	border: 1px solid #eee;
}

.border-top {
	border-top: 1px solid #eee !important;
}

.border-bottom {
	border-bottom: 1px solid #eee !important;
}

.border-left {
	border-left: 1px solid #eee !important;
}

.border-right {
	border-right: 1px solid #eee !important;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100% !important;
}

.min-350 {
	min-height: 350px;
}

.h-49 {
	height: 49px;
}


/*--------------------c) Buttons----------------------*/

.button-text {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #54782E;
	font-weight: 500;
	background: transparent;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-text:hover {
	color: #222
}

.button-primary {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: linear-gradient(#819C65, #54782E);
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-primary:hover {
	background: #222;
	color: #fff;
}

.button-dark {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: #222;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-dark:hover {
	background: #54782E;
	color: #fff;
}

.button-dark-bordered {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #222;
	border: 2px solid #222;
	font-weight: 500;
	background: transparent;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-dark-bordered:hover {
	background: #222;
	color: #fff;
}

.button-grey {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #222;
	font-weight: 600;
	background: #eee;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-grey:hover {
	background: #222;
	color: #fff;
}

.button-gradient {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background-image: linear-gradient(to right, #54782E 0%, #afcdff 100%);
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-gradient:hover {
	color: #fff;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	transform: translateY(-5px);
}

.button-white {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #222;
	font-weight: 500;
	border: 2px solid #fff;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-white:hover {
	background: transparent;
	color: #fff;
}

.button-white-bordered {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-white-bordered:hover {
	background: #fff;
	border: 2px solid #fff !important;
	color: #222 !important;
}

.button-grey-bordered {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	border: 1px solid #54782E;
	background: transparent;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-grey-bordered:hover {
	background: #54782E;
	border-color: #fff;
	color: #fff;
}

.button-primary-bordered {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #54782E;
	font-weight: 600;
	border: 2px solid #54782E;
	background: transparent;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-primary-bordered:hover {
	background: linear-gradient(#819C65, #54782E);
	border-color: #54782E;
	color: #fff;
}

.button-simple {
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.button-simple i {
	color: #222;
	font-size: 12px;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-simple:hover i {
	color: #54782E;
	margin-left: 10px;
}

.button-simple-primary {
	display: inline-block;
	color: #54782E;
	font-size: 15px;
	font-weight: 500;
}

.button-simple-primary i {
	color: #54782E;
	font-size: 12px;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.button-simple-primary:hover {
	color: #222;
}

.button-simple-primary:hover i {
	color: #222;
	margin-left: 10px;
}

.button-tag {
	display: inline-block;
	background: #eee;
	font-size: 12px;
	font-weight: 500;
	padding: 9px 15px;
	margin: 4px;
}

.button-tag:hover {
	background: #222;
	color: #fff;
}

.button-xs {
	font-size: 12px;
	padding: 9px 18px;
}

.button-sm {
	font-size: 12px;
	padding: 12px 20px;
}

.button-md {
	font-size: 13px;
	font-weight: 600;
	padding: 15px 27px;
}

.button-lg {
	font-size: 16px;
	font-weight: 500;
	padding: 18px 28px;
}

.buttons-group [class^="button-"] {
	margin: 3px 2px;
}


/*--------------------d) Lists----------------------*/

.primary-list {
	padding-left: 0px;
}

.primary-list li {
	list-style-type: none;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
}

.primary-list li i {
	color: #54782E;
	font-size: 18px;
	padding-right: 10px;
	transform: translateY(2px);
}

.grey-list {
	padding-left: 0px;
}

.grey-list li {
	list-style-type: none;
	color: #999;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}

.grey-list li i {
	color: #54782E;
	font-size: 18px;
	padding-right: 10px;
	transform: translateY(2px);
}

.dark-list {
	padding-left: 0px;
}

.dark-list li {
	list-style-type: none;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}

.dark-list li i {
	color: #222;
	padding-right: 15px;
}

.white-list {
	padding-left: 0px;
}

.white-list li {
	list-style-type: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
}

.white-list li i {
	color: #54782E;
	padding-right: 15px;
}


/*--------------------e) Color Control----------------------*/

.dark-color,
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color i,
.dark-color strong,
.dark-color span {
	color: #222 !important;
}

.grey-color,
.grey-color h1,
.grey-color h2,
.grey-color h3,
.grey-color h4,
.grey-color h5,
.grey-color h6,
.grey-color p,
.grey-color i,
.grey-color strong,
.grey-color span {
	color: #000 !important;
}

.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color i,
.white-color strong,
.white-color span {
	color: #fff !important;
}

.primary-color,
.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color p,
.primary-color i,
.primary-color strong,
.primary-color span {
	color: #fff !important;
}

.secondary-color,
.secondary-color h1,
.secondary-color h2,
.secondary-color h3,
.secondary-color h4,
.secondary-color h5,
.secondary-color h6,
.secondary-color p,
.secondary-color i,
.secondary-color strong,
.secondary-color span {
	color: #54782E;
}


 


 

 

/*--------------------g) Pagination----------------------*/

.pagination {
	position: relative;
	display: block;
	text-align: center;
}

.pagination a {
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	padding-top: 5px;
}

.pagination a:hover {
	background: #eee;
}

.pagination a.active {
	background: #54782E;
	color: #fff;
}


/*--------------------h) Overlays----------------------*/

.background-shape {
	position: absolute;
	background: rgba(0, 52, 86, 0.03);
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
	left: 50%;
	transform: skewX(33deg);
	transform-origin: left bottom;
}

.background-shape:before,
.background-shape:after {
	position: absolute;
	background: rgba(255, 255, 255, 0.03);
	height: 100%;
	width: 100%;
	content: '';
	top: 0;
}

.background-shape:before {
	left: 280px;
}

.background-shape:after {
	left: 560px;
}

.background-shape.bs-right {
	left: 90%;
}

.background-shape.bs-right.bs-bototm {
	left: 54%;
	transform: rotate(54deg);
}

.background-shape {
	background: rgba(0, 0, 0, 0.02);
}

.background-shape:before,
.background-shape:after {
	background: rgba(0, 0, 0, 0.02);
}

.background-shape-2 {
	background-image: url('../img/content/bgs/bg5.png');
	background-position: left;
}

.background-shape-3 {
	position: relative;
	overflow: hidden;
}

.background-shape-3:before {
	left: 50%;
	margin-left: -125px;
	height: 800px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.03) 100%);
	transform: rotate(-60deg);
	transform-origin: bottom right;
}

.background-shape-3:before,
.background-shape-3:after {
	position: absolute;
	bottom: 0;
	content: '';
	width: 300px;
}

.background-shape-3:after {
	right: 50%;
	margin-right: -125px;
	height: 3600px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 10%, rgba(0, 0, 0, 0.03) 100%);
	transform: rotate(60deg);
	transform-origin: bottom right;
}

.banner-rounded-bg {
	position: absolute;
	right: 50%;
	top: -750px;
	width: 120%;
	height: 1350px;
	z-index: 0;
	border-radius: 0 0 250px 0;
	transform: rotate(-8deg) skew(10deg);
	transform-origin: top right;
	padding: 0 120px 110px 0;
	overflow: hidden;
}

.banner-shade-1,
.banner-shade-2,
.banner-shade-3 {
	display: block;
	height: 100%;
	width: 100%;
}

.banner-shade-1 {
	border-radius: 0 0 160px 0;
	background-image: linear-gradient(to top left, #999 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
	opacity: .15;
	padding: 0 100px 90px 0;
}

.banner-shade-2 {
	border-radius: 0 0 110px 0;
	background-image: linear-gradient(to top left, #888 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
	padding: 0 90px 80px 0;
}

.banner-shade-3 {
	border-radius: 0 0 80px 0;
	background-image: linear-gradient(to top left, #000 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 991px) {
	.banner-rounded-bg {
		right: 0;
		top: -550px;
		border-radius: 0 0 0 0;
		transform: rotate(0) skew(0);
		padding: 0 180px 210px 0;
	}
	.banner-shade-1 {
		transform: rotate(-8deg) skew(10deg);
	}
	.theme-lavendar .dropdown-toggle::after {
		right: 40px;
	}
	.theme-lavendar .navbar-btns {
		margin: 0 0 30px 0;
	}
}

@media only screen and (max-width: 575px) {
	.banner-rounded-bg {
		top: -700px;
	}
}


/*--------------------i) Forms----------------------*/


/*--- Primary Form ---*/

.primary-form {
	position: relative;
}

.primary-form label {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.primary-form input,
.primary-form textarea,
.primary-form select {
	display: block;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	outline: 0;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	margin-bottom: 17px;
	padding: 13px 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.primary-form input:focus,
.primary-form textarea:focus,
.primary-form select:focus {
	border-color: #ccc;
}

.primary-form select {
	color: #757575;
}

.primary-form textarea {
	min-height: 100px;
}

.primary-form button {
	margin-top: 0px;
}


/*--- Primary Form Style 2 ---*/

.primary-form-2 {
	position: relative;
	z-index: 999;
}

.primary-form-2 label {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.primary-form-2 input,
.primary-form-2 textarea,
.primary-form-2 select {
	display: block;
	border-radius: 0px;
	border: none;
	border-radius: 5px;
	border: 1px solid #eee;
	outline: 0;
	background: #fff;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 25px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.primary-form-2 input:focus,
.primary-form-2 textarea:focus,
.primary-form-2 select:focus {
	border-color: #e8e8e8;
}

.primary-form-2 select {
	color: #757575;
}

.primary-form-2 textarea {
	min-height: 120px;
}

.primary-form-2 button {
	margin-top: 0px;
}


/*--- Primary Form Style 3 ---*/

.primary-form-3 {
	position: relative;
}

.primary-form-3 label {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.primary-form-3 input,
.primary-form-3 textarea,
.primary-form-3 select {
	display: block;
	border-radius: 0px;
	border: none;
	border-radius: 5px;
	outline: 0;
	background: #f7f7f7;
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 25px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.primary-form-3 input:focus,
.primary-form-3 textarea:focus,
.primary-form-3 select:focus {
	border-color: #e8e8e8;
}

.primary-form-3 select {
	color: #757575;
}

.primary-form-3 textarea {
	min-height: 120px;
}

.primary-form-3 button {
	margin-top: 0px;
}


/*--- Primary Form Style 4 ---*/

.primary-form-4 {
	position: relative;
}

.primary-form-4 label {
	font-size: 14px;
	color: #222;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.primary-form-4 input,
.primary-form-4 textarea,
.primary-form-4 select {
	display: block;
	border-radius: 0px;
	border: none;
	border-radius: 5px;
	outline: 0;
	background: rgba(0, 0, 0, .1);
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 25px;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.primary-form-4 input:focus,
.primary-form-4 textarea:focus,
.primary-form-4 select:focus {
	border-color: #e8e8e8;
}

.primary-form-4 select {
	color: #757575;
}

.primary-form-4 textarea {
	min-height: 120px;
}

.primary-form-4 button {
	margin-top: 0px;
}


/*--- Checkbox Styles ---*/

.checkbox {
	display: inline-block;
	margin-right: 15px;
}

.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label {
	position: relative;
	color: #999;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.8;
	display: inline-block;
	padding-left: 45px;
	user-select: none;
}

.checkbox label::before,
.checkbox label::after {
	position: absolute;
	content: "";
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*Outer box of the fake checkbox*/

.checkbox label::before {
	height: 27px;
	width: 27px;
	border: 1px solid;
	border-radius: 5px;
	left: 0px;
	top: 3px;
	color: #ccc;
}
 

/*-----------------------------------------8. Breadcrumbs-------------------------------------------*/


.slider_image {
	position: relative;
	background-image: url('../img/content/home-images/back3.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	 
}

.slider_image1 {
	position: relative;
	background-image: url('../img/content/home-images/back.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	 
}

.slider_image2 {
	position: relative;
	background-image: url('../img/content/home-images/back1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider_image3 {
	position: relative;
	background-image: url('../img/content/home-images/back2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	 
}
.slider_image4 {
	position: relative;
	background-image: url('../img/content/home-images/back4.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	 
}

.breadcrumb-section {
	position: relative;
	background-image: url('../img/content/slider/b5.jpg');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding: 120px  0px 120px  0px;
}

.breadcrumb-section-digital {
	position: relative;
	background-image: url('../img/content/slider/b14.jpg');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding: 120px  0px 120px  0px;
}

.breadcrumb-section-dev {
	position: relative;
	background-image: url('../img/content/slider/b10.jpg');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding: 120px  0px 120px  0px;
}

.breadcrumb-section-form {
	position: relative;
	background-image: url('../img/content/slider/b12.jpg');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding: 120px  0px 120px  0px;
}

.breadcrumb-section-assista {
	position: relative;
	background-image: url('../img/content/slider/b9.jpg');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding: 120px  0px 120px  0px;
}

.breadcrumb-section-amoa {
	position: relative;
	background-image: url('../img/content/slider/b11.jpg');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding: 120px  0px 120px  0px;
}

.breadcrumb-section-heber {
	position: relative;
	background-image: url('../img/content/slider/b13.jpg');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding: 120px  0px 120px  0px;
}

.breadcrumb-section-digital {
	position: relative;
	background-image: url('../img/content/home-images/mobile-banking.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 220px  0px 220px  0px;
}

.breadcrumb-section-mosa {
	position: relative;
	background-image: url('../img/content/home-images/mosa1-iwomi.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 260px  0px 260px  0px;
}

.breadcrumb-section-soft {
	position: relative;
	background-image: url('../img/content/home-images/softeller-iwomi.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 270px  0px 270px  0px;
}
.breadcrumb-section-iwomipay {
	position: relative;
	background-image: url('../img/content/home-images/iwomipay-iwomi.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 270px  0px 270px  0px;
}


   
.breadcrumb-section h1 {
	position: relative;
	color: #fff;
	font-size: 40px;
}

.breadcrumb-section ul {
	position: relative;
	padding: 0;
	margin: 0;
}

.breadcrumb-section ul li {
	display: inline-block;
	margin: 10px 5px;
}

.breadcrumb-section ul li:after {
	content: " / ";
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	opacity: 0.5;
	padding-left: 10px;
}

.breadcrumb-section ul li:last-child:after {
	content: none;
}

.breadcrumb-section ul li a {
	color: #fff;
	font-size: 14px;
	opacity: 0.5;
}

.breadcrumb-section ul li a:hover {
	opacity: 1;
}


/*----------- Default Tabs-------------*/

.default-tabs .tabs {
	position: relative;
}

.default-tabs .tabs .tab-menu li {
	background: #fff;
	display: inline-block;
	text-align: center;
}

.default-tabs .tabs .tab-menu li a {
	color: #111;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 18px 24px;
	text-decoration: none;
}

.default-tabs .tabs .tab-menu li a i {
	color: #54782E;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	text-decoration: none;
}

.default-tabs .tabs .tab-menu li:hover a,
.default-tabs .tabs .tabs li:hover i {
	color: #54782E;
}

.default-tabs .tab-menu .active-tab a,
.default-tabs .active-tab a i {
	color: #54782E !important;
}

.default-tabs .tab-menu {
	margin-bottom: 4px;
}

@media screen and (max-width: 1200px) {
	.default-tabs .tabs .tab-menu li {
		background: #fff;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.default-tabs .tabs .tab-menu li a {
		color: #111;
		display: block;
		font-size: 15px;
		font-weight: 500;
		padding: 18px 24px;
		text-decoration: none;
	}
}

@media screen and (max-width:767px) {
	.default-tabs .tabs .tab-menu li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	.default-tabs .tab-menu .tabs li a {
		display: block;
		padding: 18px 14px;
	}
	.default-tabs .tab-menu .tabs li i {
		font-size: 25px;
	}
}

.tab-body {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin-top: 4px;
}

.tab-body h2 {
	font-size: 30px;
	color: #222;
	font-weight: 300;
	margin-bottom: 10px;
}

.tab-body h3 {
	font-size: 25px;
	color: #222;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body h4 {
	font-size: 20px;
	color: #222;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body h5 {
	font-size: 15px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body-dark {
	display: block;
	position: relative;
	padding: 25px;
	background: rgba(0, 0, 0, .7);
	border-radius: 5px;
}

.tab-body-dark h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}

.tab-body-dark h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body-dark h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body-dark h5 {
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body-transparent {
	display: block;
	position: relative;
	background: transparent;
	border-radius: 5px;
}


/*----------- Medium Icon Tabs-------------*/

.medium-icon-tabs .tabs {
	position: relative;
}

.medium-icon-tabs .tabs .tab-menu {
	display: table;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}

.medium-icon-tabs .tabs .tab-menu li {
	display: table-cell;
}

.medium-icon-tabs .tabs .tab-menu li:last-child {
	margin-right: 0px;
}

.medium-icon-tabs .tabs .tab-menu li a {
	background: transparent;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 18px 24px;
	text-decoration: none;
}

.medium-icon-tabs .tabs .tab-menu li a i {
	color: #fff;
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	text-decoration: none;
}

.medium-icon-tabs .tabs .tab-menu li:hover a,
.medium-icon-tabs .tabs .tabs li:hover i {
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.medium-icon-tabs .tab-menu .active-tab a,
.medium-icon-tabs .active-tab a i {
	color: #fff !important;
}

.medium-icon-tabs .tab-menu .active-tab a {
	background: #54782E !important;
	color: #fff;
}

.medium-icon-tabs .tab-menu .active-tab a i {
	color: #fff !important;
}

@media screen and (max-width: 1200px) {
	.medium-icon-tabs .tabs .tab-menu li {
		background: transparent;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.medium-icon-tabs .tabs .tab-menu li a {
		color: #fff;
		display: block;
		font-size: 15px;
		font-weight: 500;
		padding: 18px 24px;
		text-decoration: none;
	}
}

@media screen and (max-width:767px) {
	.medium-icon-tabs .tabs .tab-menu li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	.medium-icon-tabs .tab-menu .tabs li a {
		display: block;
	}
	.medium-icon-tabs .tab-menu .tabs li i {
		font-size: 25px;
	}
}


/*--- Light Color ---*/

.medium-icon-tabs-light .tabs {
	position: relative;
}

.medium-icon-tabs-light .tabs .tab-menu {
	display: table;
	border-collapse: collapse;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}

.medium-icon-tabs-light .tabs .tab-menu li {
	display: table-cell;
}

.medium-icon-tabs-light .tabs .tab-menu li:last-child {
	margin-right: 0px;
}

.medium-icon-tabs-light .tabs .tab-menu li a {
	background: transparent;
	color: #222;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 18px 24px;
	text-decoration: none;
}

.medium-icon-tabs-light .tabs .tab-menu li a i {
	color: #222;
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.medium-icon-tabs-light .tabs .tab-menu li a:hover {
	color: #54782E;
}

.medium-icon-tabs-light .tabs .tab-menu li a:hover i {
	color: #54782E;
}

.medium-icon-tabs-light .tab-menu .active-tab a,
.medium-icon-tabs .active-tab a i {
	color: #54782E !important;
}

.medium-icon-tabs-light .active-tab a i {
	color: #54782E !important;
}

.medium-icon-tabs-light .tab-menu .active-tab a {
	background: #fff !important;
	color: #54782E;
}

@media screen and (max-width: 1200px) {
	.medium-icon-tabs-light .tabs .tab-menu li {
		background: transparent;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.medium-icon-tabs-light .tabs .tab-menu li a {
		color: #222;
		display: block;
		font-size: 15px;
		font-weight: 500;
		padding: 18px 24px;
		text-decoration: none;
	}
}

@media screen and (max-width:767px) {
	.medium-icon-tabs-light .tabs .tab-menu li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	.medium-icon-tabs-light .tab-menu .tabs li a {
		display: block;
	}
	.medium-icon-tabs-light .tab-menu .tabs li i {
		font-size: 25px;
	}
}


/*----------- Big Icon Tabs-------------*/

.big-icon-tabs .tabs {
	position: relative;
}

.big-icon-tabs .tabs .tab-menu li {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.big-icon-tabs .tabs .tab-menu li:last-child {
	margin-right: 0px;
}

.big-icon-tabs .tabs .tab-menu li a {
	background: #ececec;
	color: #111;
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 18px 24px;
	text-decoration: none;
	border-top: 2px solid #ececec;
}

.big-icon-tabs .tabs .tab-menu li a i {
	color: #54782E;
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	text-decoration: none;
}

.big-icon-tabs .tabs .tab-menu li:hover a,
.big-icon-tabs .tabs .tabs li:hover i {
	color: #54782E;
}

.big-icon-tabs .tab-menu .active-tab a,
.big-icon-tabs .active-tab a i {
	border-color: #54782E !important;
}

.big-icon-tabs .tab-menu .active-tab a {
	background: #f7f7f7 !important;
}

@media screen and (max-width: 1200px) {
	.big-icon-tabs .tabs .tab-menu li {
		background: #f7f7f7;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.big-icon-tabs .tabs .tab-menu li a {
		color: #111;
		display: block;
		font-size: 15px;
		font-weight: 500;
		padding: 18px 24px;
		text-decoration: none;
	}
}

@media screen and (max-width:767px) {
	.big-icon-tabs .tabs .tab-menu li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	.big-icon-tabs .tab-menu .tabs li a {
		display: block;
	}
	.big-icon-tabs .tab-menu .tabs li i {
		font-size: 25px;
	}
}


/*-----------------------------------------11. Progress Bars-------------------------------------------*/

.progress-bar-title {
	position: relative;
	margin-bottom: 8px;
	margin-top: 28px;
}

.progress-bar-title h5 {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 13px;
	color: #222;
}

.progress-bar-title h6 {
	text-align: right;
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 13px;
	color: #222;
}

.progress-bar-primary {
	background: #54782E;
}

.progress-bar-dark {
	background: #222;
}

.progress-bar-white {
	background: #fff;
}

.progress-bar-gradient {
	background: transparent;
	background-image: linear-gradient(to right, rgba(148, 199, 39, 1), rgba(148, 199, 39, .4));
}


/*--- Progress Bar Sizes ---*/

.progress-bar-xs {
	position: relative;
	height: 5px;
}

.progress-bar-sm {
	position: relative;
	height: 8px;
}

.progress-bar-md {
	position: relative;
	height: 10px;
}

.progress-bar-lg {
	position: relative;
	height: 14px;
	border-radius: 30px;
}


/*-----------------------------------------12. Pie Charts-------------------------------------------*/

.pie-chart {
	text-align: center;
	margin: 20px 0px;
}

.pie-chart .chart {
	position: relative;
	display: block;
	width: 120px;
	text-align: center;
	border-radius: 50%;
	margin: auto;
}

.pie-chart-md .chart {
	width: 170px;
	max-width: 100%;
}

.pie-chart-sm .chart {
	width: 130px;
}

.pie-chart .chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.pie-chart .chart-percent {
	margin: 0 0 15px 0
}

.pie-chart .percent {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	z-index: 2;
}

.pie-chart-md .percent {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	z-index: 2;
}

.percent:after {
	content: '%';
}

.pie-chart h4 {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}

.pie-chart-md h4 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-top: 17px;
}

.pie-chart h5 {
	color: #999;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	margin-top: 15px;
}

.pie-chart-md h5 {
	color: #999;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin-top: 7px;
}

.pie-chart-sm h5 {
	margin-top: 7px;
}

.pie-chart-sm h4 {
	margin-top: 18px;
}


/*-----------------------------------------13. Countups-------------------------------------------*/


/*--- Styles 1 ---*/

.countup-box {
	display: block;
	position: relative;
}

.countup-box h4 {
	font-size: 50px;
	font-weight: 600;
	z-index: 2;
}

.countup-box h4:after {
	content: '+';
	display: inline-block;
	margin-left: 5px;
}

.countup-box h5 {
	font-size: 17px;
	font-weight: 600;
	color: #54782E;
	z-index: 2;
}

.countup-box i {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 90px;
	color: #eee;
	transform: rotate(30deg);
	margin: auto;
}

@media (max-width: 575px) {
	.countup-box {
		margin-top: 20px;
	}
	.countup-box i {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 20%;
		z-index: 1;
		font-size: 90px;
		color: #eee;
		transform: rotate(30deg);
		margin: auto;
	}
}


/*--- Styles 2 ---*/

.countup-box-2 {
	position: relative;
}

.countup-box-2 h3 {
	display: inline-block;
	color: #54782E;
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
}

.countup-box-2 span {
	color: #54782E;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
}

@media (max-width: 575px) {
	.countup-box-2 {
		margin: 25px 0px;
	}
	.countup-box-2 h3 {
		font-size: 50px;
	}
	.countup-box-2 span {
		font-size: 35px;
	}
}

.countup-box-2 h4 {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	padding-bottom: 20px;
}

.countup-box-2 p {
	color: #979797;
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
}


/*-----------------------------------------14. Countdowns-------------------------------------------*/


/*--- Styles 1 ---*/

.countdown-1 {
	position: relative;
	text-align: center;
}

.countdown-1 h6 {
	font-size: 17px;
	color: #222;
	text-align: center;
	margin-top: 5px;
}

.countdown-1 .countdown-box {
	font-size: 60px;
	font-weight: 700;
	color: #222;
	margin: 15px 0px;
}

@media (max-width: 767px) {
	.countdown-1 .countdown-box {
		font-size: 30px;
	}
}


/*Small Size*/

.countdown-1-sm {
	position: relative;
	text-align: center;
}

.countdown-1-sm h6 {
	font-size: 14px;
	color: #222;
	text-align: center;
	margin-top: 5px;
}

.countdown-1-sm .countdown-box {
	font-size: 45px;
	font-weight: 700;
	color: #222;
	margin: 15px 0px;
}

@media (max-width: 767px) {
	.countdown-1-sm .countdown-box {
		font-size: 30px;
	}
}


/*--- Styles 1 White ---*/

.countdown-1-white {
	position: relative;
	text-align: left;
}

.countdown-1-white h6 {
	font-size: 16px;
	color: #fff;
	opacity: .6;
	text-align: left;
}

.countdown-1-white .countdown-box {
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	margin: 15px 0px;
}

@media (max-width: 767px) {
	.countdown-1-white .countdown-box {
		font-size: 30px;
	}
}


/*-----------------------------------------15. Accordions-------------------------------------------*/

.card-header-primary {
	padding: 22px 5px;
	margin-bottom: 0;
	background-color: transparent !important;
	border-bottom: 0px;
}

.card {
	border: none;
}

.card-primary {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent !important;
	background-clip: border-box;
	border-bottom: 1px solid #eee;
	border-radius: 0px;
}

.card-primary a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #54782E;
}

.card-primary a:hover {
	color: #54782E;
}

.card-primary .collapsed:focus:hover {
	color: #54782E;
}

.card-primary a:after {
	display: inline-block;
	float: right;
	font-family: 'themify';
	content: "\e622";
	font-size: 16px;
	font-weight: 700;
}

.card-primary .collapsed:after {
	display: inline-block;
	float: right;
	font-family: 'themify';
	content: "\e61a";
	font-size: 12px;
	font-weight: 700;
}

.card-primary .collapsed {
	color: #222;
}

.card-primary .collapsed:focus {
	color: #222;
}

.card-body-primary {
	padding: 5px 5px 20px 5px;
}

.card-body-primary p {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	line-height: 1.8;
}


/*-----------------------------------------16. Owl Carousel Dots-------------------------------------------*/

.custom-dot {
	display: inline-block;
	z-index: 1;
	margin-top: 20px;
}

.custom-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 7px;
	background: #cecece;
	cursor: pointer;
	display: block;
	border: 0px solid #fff;
	-webkit-backface-visibility: visible;
	border-radius: 30px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.custom-dot span:hover {
	background: #aaa;
	-webkit-backface-visibility: visible;
	border-radius: 30px;
}

.custom-dot.active span {
	width: 9px;
	height: 9px;
	background: #54782E;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.owl-nav i {
	color: #555;
	font-size: 16px;
}

.owl-prev,
owl-next {
	width: 55px;
	height: 55px;
	background: #fff !important;
	border: 2px solid #fff;
	border-radius: 50% !important;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	position: absolute;
	top: calc(50% - 40px);
	left: -70px;
	display: block !important;
	padding-top: 15px !important;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	transition: opacity .3s ease-in-out;
}

.owl-next {
	width: 55px;
	height: 55px;
	background: #fff !important;
	border: 2px solid #fff;
	border-radius: 50% !important;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	position: absolute;
	top: calc(50% - 40px);
	right: -70px;
	display: block !important;
	padding-top: 15px !important;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	transition: opacity .3s ease-in-out;
}

.owl-prev:hover {
	opacity: .7;
}

.owl-next:hover {
	opacity: .7;
}

.customizable-carousel .owl-prev {
	left: 0 !important;
	padding-top: 19.5px !important;
}

.customizable-carousel .owl-next {
	right: 0 !important;
	padding-top: 19.5px !important;
}

.customizable-carousel .owl-prev,
.customizable-carousel .owl-next {
	background: transparent !important;
	box-shadow: none !important;
	border: none;
}

.customizable-carousel .owl-prev i,
.customizable-carousel .owl-next i {
	color: #fff;
	font-size: 30px;
}


/*-----------------------------------------17. Animations-------------------------------------------*/


/*--- Style 1 ---*/

.pulsebox-1 {
	background: rgba(255, 255, 255, .1);
	border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	animation: pulse_two 1s infinite;
}

@-webkit-keyframes pulse_two {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	}
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	}
}

@keyframes pulse_two {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
	}
	70% {
		-moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}


/*--- Style 2 ---*/

.pulsebox-2 {
	background: rgba(255, 255, 255, .1);
	border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	animation: pulse_two 1.5s infinite;
}


/*--- Style 3 ---*/

.pulsebox-3 {
	background: rgba(255, 255, 255, .1);
	border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	animation: pulse_two 2s infinite;
}


/*-----------------------------------------18. Services-------------------------------------------*/


/*----- Style 1 -----*/

.service-box {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	border-radius: 10px;
	padding: 45px 30px;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}

.service-box i {
	display: inline-block;
	font-size: 62px;
	color: #54782E;
	margin: 5px 0px;
}

.service-box h4 a {
	font-size: 18px;
	font-weight: 600;
}

.service-box h4 a:hover {
	color: #54782E;
}

.service-box p {
	font-size: 14px;
	color: #999;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 20px;
}

.service-box .service-box-btn {
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	border-radius: 50%;
	display: inline-block;
	background: #54782E;
	border: 2px solid #54782E;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 14px 21px;
	margin: auto;
	transform: translateY(28px);
}

.service-box .service-box-btn i {
	color: #fff;
	font-size: 18px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-box .service-box-btn:hover {
	background: #fff;
}

.service-box .service-box-btn:hover i {
	color: #54782E;
}


/*----- Style 2 -----*/

.service-block {
	position: relative;
	display: block;
	text-align: center;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-block:hover .service-block-content-button {
	background: #fff;
}

.service-block:hover .service-block-content-button i {
	color: #54782E;
}

.service-block img {
	width: 100%;
	border-radius: 5px;
}

.service-block-content {
	position: relative;
	background: #fff;
	width: calc(100% - 45px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	border-radius: 5px;
	padding: 35px 30px 55px 30px;
	margin: auto;
	transform: translateY(-25px);
}

.service-block-content h4 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 14px;
	line-height: 1.4;
}

.service-block-content p {
	font-size: 15px;
}

.service-block-content-button {
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	border-radius: 10px;
	display: inline-block;
	background: #54782E;
	border: 2px solid #54782E;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 17px 21px;
	margin: auto;
	transform: translateY(28px) rotate(45deg);
}

.service-block-content-button i {
	color: #fff;
	font-size: 18px;
	transform: rotate(-45deg);
}

.service-block-content-button:hover {
	background: #fff !important;
}

.service-block-content-button:hover i {
	color: #54782E !important;
}


/*----- Style 3 -----*/

.service-block-2 {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin: 15px 0px;
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.service-block-2 .service-block-2-content {
	text-align: center;
	padding: 25px;  
	background-color: #54782E;
}

.service-block-2 .service-block-2-content h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}

.service-block-2 .service-block-2-content strong {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin: 14px 0px;
}

.service-block-2-btn {
	display: inline-block;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}


.service-block-2-btn i {
	color: #54782E;
	font-size: 11px;
	margin-left: 5px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-block-2-btn:hover i {
	transform: translateX(3px);
}

.services-carousel-2 .service-block-2 {
	margin: 0px 15px 40px 15px;
}


/*----- Style 4 -----*/

.service-box-2 {
	position: relative;
	margin: 15px 0px 15px 0px;
	transition: .5s ease;
}

.service-box-2 img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.service-box-2-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	overflow: hidden;
	width: 100%;
	height: 100%;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.service-box-2:hover {
	transform: translateY(-5px);
}

.service-box-2-icon {
	display: inline-block;
	background: transparent;
	text-align: center;
	font-size: 13px;
	border: 2px solid #fff;
	border-radius: 50px;
	position: absolute;
	bottom: 25px;
	right: 16px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	z-index: 999;
}

.service-box-2:hover .service-box-2-icon {
	background: #54782E;
	border: 2px solid #54782E;
}

.service-box-2-icon i {
	color: #fff;
	padding: 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-box-2:hover .service-box-2-icon i {
	color: #fff;
}

.service-box-2-text {
	position: absolute;
	bottom: 25px;
	padding: 0px 75px 0px 25px;
}

.service-box-2-text h6 a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-top: -15px;
	display: block;
}

.service-box-2-text h4 {
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
}

.cases-md .service-box-2-text h6 a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: -15px;
	display: block;
}

.cases-md .service-box-2-text h4 {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 10px;
}

@media (max-width: 991px) {
	.service-box-2-text {
		width: 100%;
		bottom: 30px;
		left: 15px;
		padding: 0px 15px;
	}
	.service-box-2-text h4 {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media (max-width: 767px) {
	.service-box-2-text {
		width: 100%;
		bottom: 30px;
		left: 5px;
		padding: 0px 75px 0px 25px;
	}
	.service-box-2-text h4 {
		font-size: 15px;
		margin-top: 10px;
	}
}


/*----- Style 5 -----*/

.service-box-3 {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 2px solid transparent;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	padding: 10px;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-box-3:hover {
	border: 2px solid #54782E;
	transform: translateY(-5px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .08);
}

.service-box-3 .inner {
	text-align: center;
	padding: 30px 15px;
}

.service-box-3-icon {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: linear-gradient(rgba(148, 199, 39, .15), transparent);
	margin: auto;
}

.service-box-3-icon i {
	display: block;
	color: #54782E;
	font-size: 50px;
	transform: translateY(35px) rotate(-45deg);
}

.service-box-3 h4 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px;
}

.service-box-3 p {
	font-size: 14px;
	color: #999;
	font-weight: 500;
	margin-top: 15px;
}

.service-box-3-btn {
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
}

.service-box-3-btn i {
	color: #54782E;
	font-size: 12px;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-box-3-btn:hover {
	color: #54782E;
}

.service-box-3-btn:hover i {
	transform: translateX(4px);
}


/*-----------------------------------------19. Features-------------------------------------------*/


/*-------- Style 1 --------*/

.features-box {
	position: relative;
	display: block;
	margin: 30px 0px;
}

.features-box-icon {
	display: table-cell;
	vertical-align: top;
}

.features-box-icon i {
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #54782E;
	font-size: 50px;
	padding: 10px;
	border-radius: 50%;
}

.features-box-content {
	display: table-cell;
	padding-left: 20px;
}

.features-box-content h3 {
	color: #222;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
}

.features-box p {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 10px;
	text-align: justify;
}


/*-------- Style 2 --------*/

.features-box-2 {
	position: relative;
	text-align: center;
	padding: 30px;
}

.features-box-2-icon {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	transform: rotate(45deg);
	background-image: linear-gradient(to bottom, rgba(148, 199, 39, .15), transparent);
	margin: auto;
}

.features-box-2-icon i {
	display: block;
	color: #54782E;
	font-size: 60px;
	transform: translateY(40px) rotate(-45deg);
}

.features-box-2 h4 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 8px;
}

.features-box-2 p {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	margin-top: 13px;
}


/*-------- Style 3 --------*/

.features-box-3 {
	display: block;
	text-align: center;
	padding: 10px 15px;
	margin: 15px 0px;
}

.features-box-3 i {
	font-size: 55px;
	color: #54782E;
}

.features-box-3 i:hover{
 	color: #000;
}

.features-box-3 h4 {
	font-size: 17px;
	font-weight: 600;
	color: #222;
	margin-top: 15px;
}

.features-box-3 p {
	font-weight: 400;
	margin-top: 12px;
}


/*-------- Style 4 --------*/

.features-box-4 {
	position: relative;
	text-align: left;
	margin: 20px 0px;
}

.features-box-4 .features-box-4-icon {
	text-align: center;
	width: 85px;
	height: 85px;
	border-radius: 100%;
	background-image: linear-gradient(to bottom left, rgba(148, 199, 39, .2), transparent);
}

.features-box-4 .features-box-4-icon i {
	display: block;
	color: #54782E;
	font-size: 42px;
	transform: translateY(22px);
}

.features-box-4 h4 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px;
}

.features-box-4 p {
	font-size: 13px;
	color: #999;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0px;
}


/*-------- Style 5 --------*/

.features-box-5 {
	position: relative;
	text-align: center;
	margin: 10px 0px;
	padding: 20px;
}

.features-box-5 span {
	position: relative;
	display: block;
	font-size: 130px;
	line-height: 1;
	font-weight: 600;
	color: #eee;
	opacity: .6;
	z-index: 9;
	margin-bottom: -80px;
}

.features-box-5 img {
	position: relative;
	width: 80px;
	z-index: 99;
}

.features-box-5 h4 {
	font-size: 19px;
	color: #222;
	font-weight: 600;
	margin-top: 20px;
}

.features-box-5 p {
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0px;
}


/*-------- Style 6 --------*/

.service-section {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 30px;
	margin-top: 30px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .01);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-section:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
	transform: translateY(-5px);
	background: #54782E;
}

.service-section:hover .service-section-icon i {
	color: #fff;
}

.service-section-icon {
	text-align: right;
}

.service-section-icon i {
	color: #54782E;
	font-size: 50px;
}

.service-section h4 {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}

.service-section:hover h4 {
	color: #fff;
}

.service-section p {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 20px;
}

.service-section:hover p {
	color: #fff;
}


/*-----------------------------------------20. Testmonials-------------------------------------------*/


/*-------- Style 1 --------*/

.testmonial-box {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #f9f9f9;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	padding: 30px;
	margin: 35px 20px;
}

.testmonial-box-icon {
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
	width: 80px;
}

.testmonial-box-icon img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.testmonial-box-content {
	display: table-cell;
	padding-left: 30px;
}

@media (max-width: 767px) {
	.testmonial-box-content {
		display: block;
		padding-left: 0px;
	}
	.testmonial-box-icon {
		display: block;
		vertical-align: top;
		padding-top: 10px;
	}
}

.testmonial-box-content h3 {
	color: #222;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 0px;
}

.testmonial-box-content strong {
	color: #54782E;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 0px;
}

.testmonial-box-content p {
	font-weight: 500;
	line-height: 1.8;
	margin-top: 15px;
}

.testmonial-box .stars {
	margin-top: 10px;
}

.testmonial-box .stars i {
	font-size: 14px;
	color: #ffb432;
}


/*-------- Style 2 --------*/

.testmonials-carousel-2 {
	background: #fff;
	border-radius: 10px;
	padding: 45px;
}

.testmonials-carousel-2 .testmonial-item p:before {
	content: "“";
	display: block;
	font-size: 90px;
	color: #979797;
	font-weight: 600;
	height: 45px;
	transform: translateY(-50px);
	font-family: "Libre Baskerville", serif !important;
}

.testmonials-carousel-2 .testmonial-item p {
	font-size: 16px;
	color: #222;
}

.testmonials-carousel-2 .testmonial-item h4 {
	font-size: 17px;
	color: #222;
	font-weight: 600;
	margin-top: 20px;
}

.testmonials-carousel-2 .testmonial-item h4 span {
	font-size: 13px;
	color: #979797
}

.testmonials-carousel-2 .testmonial-item .stars {
	margin-top: 5px;
}

.testmonials-carousel-2 .testmonial-item .stars i {
	font-size: 14px;
	color: #54782E;
}

.testmonials-carousel-2 .owl-dots {
	display: block;
	text-align: left;
	margin-top: 15x !important;
}

.testmonials-carousel-2 .custom-dot.active span {
	background: #222;
}

.testmonials-carousel-2 .custom-dot span {
	margin-left: 0px !important;
	margin-right: 15px;
}


/*-------- Style 3 --------*/

.testmonials-carousel-3 {
	text-align: center;
}

.testmonials-carousel-3 img {
	width: 100px !important;
	height: 100px;
	border-radius: 100%;
	margin: 0px auto 15px auto;
}

.testmonials-carousel-3 .testmonial-box {
	box-shadow: none;
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

.testmonials-carousel-3 .testmonial-box p {
	font-family: 'Playfair Display', serif;
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
	color: #000;
	margin: 15px 0px;
}

.testmonials-carousel-3 .testmonial-box h4 {
	color: #222;
	font-size: 16px;
	margin-top: 15px;
}

.testmonials-carousel-3 .testmonial-box h4 strong {
	font-size: 13px;
	font-weight: 500;
	opacity: .7;
}

.testmonials-carousel-3 .testmonial-rating i {
	color: #54782E;
	font-size: 13px;
}


/*-------- Style 4 --------*/

.testmonial-box-2 {
	position: relative;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	padding: 30px;
	margin: 15px 0px;
}

.testmonial-box-2 .quote-icon {
	color: #54782E;
	font-size: 28px;
}

.testmonial-box-2 p {
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	font-weight: 400;
	margin: 10px 0px;
}

.testmonial-box-2 .testmonial-img {
	display: table-cell;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right: 20px;
}

.testmonial-box-2 .d-table {
	margin-top: 20px;
}

.testmonial-box-2 .d-table-cell {
	vertical-align: top;
}

.testmonial-box-2 h4 {
	color: #222;
	font-size: 16px;
	margin-top: 10px;
}

.testmonial-box-2 strong {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #979797;
	margin-top: 5px;
}


/*-------- Style 5 --------*/

.testmonial-item-5 {
	background: #fff;
	width: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
	box-shadow: 0 20px 20px rgba(0, 0, 0, .05);
	padding: 30px;
	margin: 15px 0px 30px 0px;
}

.testmonial-item-5-img {
	display: table-cell;
	vertical-align: top;
	width: 80px;
}

.testmonial-item-5-img img {
	display: inline-block;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	border: 2px solid #54782E;
	padding: 2px;
}

.testmonial-item-5-name {
	display: table-cell;
	padding-left: 30px;
	padding-top: 15px;
}

.testmonial-item-5-name h4 {
	color: #222;
	font-size: 18px;
	font-weight: 500;
}

.testmonial-item-5-name span {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}

.testmonial-item-5-text p {
	color: #999;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.9;
	text-align: left;
	margin-top: 15px;
}

.testmonial-item-5 .stars {
	margin-top: 10px;
}

.testmonial-item-5 .stars i {
	font-size: 13px;
	color: #54782E;
}

@media (max-width: 1146px) {
	.testmonial-item-5 {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.testmonial-item-5 {
		padding: 30px 50px 50px 30px;
	}
}


/*-------- Style 6 --------*/

.testmonial-parallax {
	padding: 0px 80px;
}

@media screen and (max-width:991px) {
	.testmonial-parallax {
		padding: 0px 30px;
	}
}

.testmonial-parallax-text h6 {
	color: #fff;
	font-size: 90px;
	height: 50px;
	line-height: 1;
}

.testmonial-parallax-text p {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.6;
}

.testmonial-parallax-text h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin-top: 15px;
}

.testmonial-parallax-text strong {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.8;
	letter-spacing: 2px;
}


/*-----------------------------------------21. Clients-------------------------------------------*/

.clients img {
	opacity: .5;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.clients img:hover {
	opacity: 1;
}

.clients-grid img {
	display: inline-block;
	width: 32%;
	opacity: .5;
	margin: 15px 0px;
	padding: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.clients-grid img:hover {
	opacity: 1;
}


/*-----------------------------------------22. Callback-------------------------------------------*/

.callback-block {
	background: #fff;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	border-radius: 5px;
	padding: 45px;
}

.contact-icon-box {
	position: relative;
	display: block;
	border-bottom: 1px solid #e8e8e8;
	padding: 35px 0px;
}

.contact-icon-box i {
	float: left;
	display: inline-block;
	color: #54782E;
	font-size: 50px;
	margin-right: 20px;
}

.contact-icon-box h4 {
	display: block;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: top;
}

.contact-icon-box h5 {
	display: block;
	color: #979797;
	font-size: 14px;
	font-weight: 500;
	margin-top: 7.5px;
}

.contact-icon-box-primary-color .contact-icon-box i {
	color: #45bcde !important;
}

.contact-icon-box-primary-color .contact-icon-box h4 {
	color: #45bcde !important;
}

.contact-icon-box-primary-color .contact-icon-box h5 {
	color: #45bcde !important;
	opacity: 1;
}

.contact-icon-box-dark-color .contact-icon-box i {
	color: #222 !important;
}

.contact-icon-box-dark-color .contact-icon-box h4 {
	color: #222 !important;
}

.contact-icon-box-dark-color .contact-icon-box h5 {
	color: #222 !important;
	opacity: 1;
}


/*-----------------------------------------23. Contact Forms-------------------------------------------*/

.contact-form-2 input,
.contact-form-2 textarea,
.contact-form-2 select {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	border: none;
	border-bottom: 2px solid #eee;
	padding: 15px 0px;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.contact-form-2 textarea {
	min-height: 110px;
}

.contact-form-2 input:focus,
.contact-form-2 textarea:focus,
.contact-form-2 select:focus {
	border-color: #54782E;
}


/*-----------------------------------------24. Action Boxes-------------------------------------------*/

.action-box {
	position: relative;
	overflow: hidden;
	padding: 30px 0px;
}


/*--- Action Box Sizes ---*/

.action-box-xs {
	padding: 15px 0px;
}

.action-box-sm {
	padding: 30px 0px;
}

.action-box-md {
	padding: 60px 0px;
}

.action-box-lg {
	padding: 80px 0px;
}


/*--- Action Box Headings ---*/

.action-box h2 strong,
.action-box h3 strong,
.action-box h4 strong,
.action-box h5 strong,
.action-box h6 strong {
	font-weight: 700;
}

.action-box h2 {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.action-box h2 {
		font-size: 25px;
	}
}

.action-box h3 {
	position: relative;
	font-size: 33px;
	font-weight: 400;
	color: #222;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.action-box h3 {
		font-size: 27px;
	}
}

.action-box h4 {
	position: relative;
	font-size: 28px;
	font-weight: 400;
	color: #222;
	line-height: 1.3;
}

.action-box h5 {
	position: relative;
	font-size: 24px;
	font-weight: 400;
	color: #222;
	line-height: 1.3;
}

.action-box h6 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
}

.action-box p {
	font-size: 15px;
	font-weight: 500;
	color: #979797;
	line-height: 160%;
	padding-top: 5px;
	margin-bottom: 0px;
}

.action-box small {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #45bcde;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.content-block {
	position: relative;
	overflow: hidden;
	height: auto;
}

.full-content {
	position: relative;
	overflow: hidden;
	height: 100%;
	padding: 15%;
}

@media (max-width: 767px) {
	.full-content {
		padding: 45px 15px;
	}
}

.full-content h2 {
	color: #fff;
	font-size: 40px;
}

.full-content h3 {
	color: #fff;
	font-size: 30px;
}

.full-content h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.full-content h5 {
	color: #fff;
	font-size: 17px;
}

.full-content p {
	color: #979797;
	font-size: 13px;
	margin: 15px 0px 15px 0px;
}


/*-----------------------------------------25. Overlays-------------------------------------------*/

.black-overlay-light:before {
	background: rgba(0, 0, 0, 0.03);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-5:before {
	background: rgba(0, 0, 0, 0.05);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-10:before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-20:before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-30:before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-40:before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-50:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-60:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-70:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-80:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-90:before {
	background: rgba(0, 0, 0, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-100:before {
	background: rgba(0, 0, 0, 1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.primary-overlay-10:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .1;
}

.primary-overlay-20:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .2;
}

.primary-overlay-30:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .3;
}

.primary-overlay-40:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .4;
}

.primary-overlay-50:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .5;
}

.primary-overlay-60:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .6;
}

.primary-overlay-70:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .7;
}

.primary-overlay-80:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .8;
}

.primary-overlay-90:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .9;
}

.primary-overlay-100:before {
	background: #54782E;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: 1;
}

.white-overlay-10:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .1;
}

.white-overlay-20:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .2;
}

.white-overlay-30:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .3;
}

.white-overlay-40:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .4;
}

.white-overlay-50:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .5;
}

.white-overlay-60:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .6;
}

.white-overlay-70:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .7;
}

.white-overlay-80:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .8;
}

.white-overlay-90:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .9;
}

.white-overlay-100:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: 1;
}

.white-background {
	background: #fff !important;
}

.black-background {
	background: #000;
}

.pixels-bg:after {
	background: url("../img/content/bgs/bg-pixel.png");
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -9;
	opacity: .3;
}

.pixels-bg-upp:after {
	background: url("../img/content/bgs/bg-pixel.png");
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	opacity: .5;
}

.opacity-01 {
	opacity: 0.1 !important;
}

.opacity-02 {
	opacity: 0.2 !important;
}

.opacity-03 {
	opacity: 0.3 !important;
}

.opacity-04 {
	opacity: 0.4 !important;
}

.opacity-05 {
	opacity: 0.5 !important;
}

.opacity-06 {
	opacity: 0.6 !important;
}

.opacity-07 {
	opacity: 0.7 !important;
}

.opacity-08 {
	opacity: 0.8 !important;
}

.opacity-09 {
	opacity: 0.9 !important;
}


/*-----------------------------------------26. Pricing-------------------------------------------*/


/*--------- Style 1 ----------*/

.pricing-box {
	position: relative;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #eee;
	padding: 50px 50px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .03);
	margin-bottom: 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.pricing-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .09);
}

.pricing-box-icon {
	text-align: center;
}

.pricing-box-icon i {
	color: #000;
	font-size: 50px;
}

.pricing-box h4 {
	text-align: center;
	color: #222;
	font-size: 20px;
	font-weight: 500;
	margin-top: 15px;
}

.pricing-box h2 {
	text-align: center;
	color: #54782E;
	font-size: 35px;
	font-weight: 400;
	margin-top: 10px;
}

.pricing-box h2 sup {
	color: #54782E;
	font-size: 25px;
	font-weight: 400;
}

.pricing-box h2 span {
	color: #999;
	font-size: 13px;
	font-weight: 500;
}

.pricing-box ul {
	margin-top: 35px;
}

.pricing-box ul li {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	line-height: 1.5;
	padding: 6px 0px;
}

.pricing-box ul li i {
	font-size: 14px;
	color: #54782E;
	float: right;
	margin-top: 10px;
}

.pricing-box-button {
	text-align: center;
}

.pricing-box-button a {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #54782E;
	font-weight: 500;
	border: 2px solid #54782E;
	background: transparent;
	border-radius: 5px;
	padding: 10px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin-top: 35px;
}

.pricing-box-button a:hover {
	color: #fff;
	background: #54782E;
}

.pricing-box-button-active a {
	color: #fff;
	background: #54782E;
}

.pricing-box-button-active a:hover {
	color: #54782E;
	background: #fff;
}


 
/*-----------------------------------------30. Contact-------------------------------------------*/

.contact-box-info-4 {
	position: relative;
	text-align: center;
	border-bottom: 2px solid transparent;
	padding: 20px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.contact-box-info-4:hover {
	border-color: #54782E;
}

.contact-box-info-4 i {
	color: #54782E;
	font-size: 55px;
}

.contact-box-info-4 h4 {
	color: #222;
	font-size: 19px;
	font-weight: 500;
	padding-top: 15px;
}

.contact-box-info-4 p {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	padding-top: 15px;
}

.contact-box-info-4 h5 {
	color: #54782E;
	font-size: 15px;
	font-weight: 500;
	padding-top: 15px;
}


/*--------- Style 2 ----------*/

.contact-box-place-office {
	position: relative;
	text-align: left;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	padding: 40px 60px;
	margin: 15px 0px;
	z-index: 9999;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

@media screen and (max-width: 991px) {
	.contact-box-place-office {
		padding: 30px;
	}
}

.contact-box-place-office:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .08);
}

.contact-box-place-office i {
	color: #222;
	font-size: 45px;
}

.contact-box-place-office h4 {
	color: #222;
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
}

.contact-box-place-office h6 {
	color: #555;
	font-size: 14px;
	font-weight: 500;
	margin-top: 7px;
}

.contact-box-place-office p {
	color: #666;
	font-size: 13px;
	font-weight: 500;
	margin-top: 7px;
	line-height: 1.6;
}

.contact-box-place-office ul {
	text-align: left;
	margin-top: 20px;
}

.contact-box-place-office ul li {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0px;
}

.contact-box-place-office ul li i {
	color: #54782E;
	font-size: 14px;
	margin-right: 15px;
}


/*-----------------------------------------31. Search Results-------------------------------------------*/

.search-result {
	position: relative;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.search-result a {
	display: inline-block;
	color: #222;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
}

.search-result a:hover {
	color: #54782E;
}

.search-result p {
	font-size: 14px;
	font-weight: 400;
}


/*-----------------------------------------32. Sidebar-------------------------------------------*/

.sidebar-primary {
	position: relative;
	background: #fff;
	border-radius: 5px;
	border-style: none;
	border-width: 1px;
	border-color: #e5e5e5;
	box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
	padding: 30px 25px;
}

.sidebar-primary .sidebar-title {
	font-size: 18px;
	font-weight: 500;
}

.sidebar-primary .sidebar-title:after {
	content: '';
	display: block;
	width: 65px;
	max-width: 100%;
	height: 2px;
	background: #54782E;
	margin-top: 10px;
}

.products-square {
	margin-right: -5px;
	margin-left: -5px;
}

.products-square a {
	display: inline-block;
	width: calc(100% / 3);
	margin: 0px -2px;
	padding: 5px;
}

.products-square img {
	width: 100%;
	border-radius: 5px;
}


/*-----------------------------------------33. Vertical Navs-------------------------------------------*/

.vertical-nav-1 {
	display: block;
}

.vertical-nav-1 li {
	border-bottom: 1px solid #eee;
}

.vertical-nav-1 li a {
	display: block;
	color: #555;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 0px;
}

.vertical-nav-1 li a:hover {
	color: #54782E;
}

 

/*-----------------------------------------35. Maintenance-------------------------------------------*/

.maintenance-section {
	display: flex;
	align-items: center;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100%;
	z-index: 99;
}

 
.content__title {
	font-size: 200px;
	font-weight: 500;
	margin: 120px 0 0 0;
	line-height: 1;
	position: relative;
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}

.content__text {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	opacity: .5;
	margin-top: 0px;
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}

.content__text-1 {
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	margin-top: 20px;
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.25);
}
 
.glitch__img {
	background: url(../img/content/bgs/bg11.jpg) no-repeat 50% 0;
	background-color: var(--blend-color-1);
	background-size: cover;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background-blend-mode: var(--blend-mode-1);
}
 

@keyframes glitch-anim-2 {
	0% {
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
		-webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
		clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
	}
	3% {
		-webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
		clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
	}
	5% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
		clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
	}
	7% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	9% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
		clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
	}
	11% {
		-webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
		clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
	}
	13% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	15% {
		-webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
		clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
	}
	17% {
		-webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
		clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
	}
	19% {
		-webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
		clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
	}
	20% {
		-webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
		clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
	}
	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-3 {
	0% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
		clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
	}
	1.5% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
		clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
	}
	2% {
		-webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
		clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
	}
	2.5% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
		clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
	}
	3% {
		-webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
		clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
	}
	5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
		clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
	}
	5.5% {
		-webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
		clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
	}
	7% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
		clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
	}
	8% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	9% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
		clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
	}
	10.5% {
		-webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
		clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
	}
	11% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
		clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
	}
	13% {
		-webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
		clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
	}
	14% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
		clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
	}
	14.5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
		clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
	}
	15% {
		-webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
		clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
	}
	16% {
		-webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
		clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
	}
	18% {
		-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
		clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
	}
	20% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
		clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
	}
	21.9% {
		opacity: 1;
		transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
	}
	22%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
		clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	}
}

@keyframes glitch-anim-text {
	0% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	2% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	4% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	5% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	6% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	7% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	8% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	9% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	9.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
	}
	10%,
	100% {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}


/* Flash */

@keyframes glitch-anim-flash {
	0%,
	5% {
		opacity: 0.2;
		transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
	}
	5.5%,
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 768px) {
	.content__title {
		font-size: 150px;
		margin: 100px 0 0 0;
	}
	.content__text {
		text-align: center;
		font-size: 25px;
	}
	.content__text-1 {
		text-align: center;
		font-size: 20px;
	}
}


/*-----------------------------------------37. Shop-------------------------------------------*/


/*--------- Style 1 ----------*/

.shop-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	margin: 15px 0px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.shop-1:hover {
	-webkit-box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 3px 22px 0px rgba(50, 50, 50, 0.2);
}

.shop-1 img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.shop-1 {
	background: transparent;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.shop-1:hover {
	background: #000;
}

.shop-1 h6 {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	padding: 30px 5px;
}

.shop-1 h6:hover {
	color: #fff;
}

.shop-1 p {
	position: absolute;
	bottom: -15px;
	right: 0;
	left: 0;
	font-size: 15px;
	color: #fff;
	padding: 25px 30px;
}

.shop-1 p span {
	text-decoration: line-through;
	color: #aaa;
	padding: 0px 5px;
}

.shop-1 h6 {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

.shop-1 p {
	text-transform: none;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
}

.shop-1:hover img {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}

.shop-1:hover h6 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.shop-1:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*Sale Hot*/

.shop-classic-sale-img {
	display: block;
	float: right;
	position: absolute;
	text-align: center;
	background: #45bcde;
	left: 20px;
	top: 5px;
	min-width: 60px;
	padding: 4px 0px;
	margin: 10px 0px 15px 0px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.shop-1:hover .shop-classic-sale-img {
	-webkit-box-shadow: 2px 2px 30px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 2px 2px 30px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 2px 2px 30px 0px rgba(50, 50, 50, 0.5);
}

.shop-classic-sale-img h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 0px;
}

.shop-classic-hot-img {
	display: block;
	float: right;
	position: absolute;
	text-align: center;
	background: #54782E;
	left: 20px;
	top: 5px;
	min-width: 60px;
	padding: 4px 0px;
	margin: 10px 0px 15px 0px;
}

.shop-classic-hot-img h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 0px;
}

@media(max-width: 1195px) {
	.shop-1 h6 {
		position: absolute;
		bottom: 13px;
		right: 0;
		left: 0;
		font-size: 16px;
		padding: 20px 20px;
	}
}

@media(max-width: 768px) {
	.shop-1 h6 {
		position: absolute;
		bottom: 15px;
		right: 0;
		left: 0;
		font-size: 18px;
		padding: 25px 25px;
	}
}

.shop-product {
	margin-top: 10px;
}

.shop-product img {
	width: 100%;
	border-radius: 5px;
}

.shop-product h3 {
	line-height: 1.3;
	margin-top: -10px;
}

.shop-product h3 a {
	display: inline-block;
	color: #333;
	font-size: 15px;
	font-weight: 500;
}

.shop-product h3 a:hover {
	color: #54782E;
}

.shop-product h6 {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	margin-top: -3px !important;
}

.shop-product h6 {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}

@media (max-width: 991px) {
	.price-star ul {
		display: block;
		float: none;
	}
	.over h5 {
		font-size: 14px;
	}
	.over {
		position: absolute;
		bottom: 85px;
	}
	.shop-2:hover .over {
		height: 15%;
	}
}

@media (max-width: 767px) {
	.price-star ul {
		display: inline-block;
		float: right;
	}
	.over {
		position: absolute;
		bottom: 63px;
	}
	.shop-2:hover .over {
		height: 13%;
	}
}

.price-star {
	text-align: left;
	margin-top: 5px;
}

.price-star i {
	font-size: 12px;
	color: #54782E;
}

.price-star h6 {
	color: #333;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
}

.price-star h6 span {
	color: #000;
	text-decoration: line-through;
	font-size: 10px;
	font-weight: 500;
}

.price-star ul {
	display: block;
}

.price-star ul li {
	display: inline-block;
	color: #54782E;
	margin: 0px;
}

.single-product {
	padding-left: 30px;
}

@media screen and (max-width:767px) {
	.single-product {
		padding-left: 0px;
		margin-top: 30px;
	}
}

.single-product h2 {
	font-size: 25px;
	font-weight: 600;
	color: #222;
}

.single-product p {
	font-size: 15px;
	font-weight: 400;
	line-height: 180%;
	color: #999;
	margin-top: 20px;
}

.product-review-area {
	margin-top: 15px;
}

.product-review-area i {
	color: #f9d100;
	font-size: 18px;
	margin-right: 2px;
}

.product-review-area span {
	color: #111;
	font-size: 14px;
	margin-left: 10px;
}

.single-product-price {
	margin-top: 20px;
}

.single-product-price h4 {
	font-size: 25px;
	font-weight: 500;
	color: #222;
}

.product-categories {
	display: block;
	margin-top: 35px;
	border-top: 1px solid #eee;
	padding: 20px 5px 0px 5px;
}

.product-categories ul {
	display: block;
}

.product-categories span {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	line-height: 2;
}

.product-categories ul {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0px;
}

.product-categories ul li {
	list-style-type: none;
	display: inline-block;
	color: #999;
	font-weight: 500;
}

.product-categories ul li a {
	color: #999;
	font-size: 14px;
}

.product-categories ul li a:hover {
	color: #54782E;
}

.product-categories ul li:after {
	content: ' / ';
	display: inline-block;
	font-size: 10px;
	color: #999;
	margin: 0px 5px;
}

.product-categories ul li:last-child:after {
	content: none;
}

.product-tags {
	display: block;
	padding: 0px 5px;
}

.product-tags ul {
	display: block;
}

.product-tags span {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	line-height: 2;
}

.product-tags ul {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0px;
}

.product-tags ul li {
	list-style-type: none;
	display: inline-block;
	color: #999;
	font-weight: 500;
}

.product-tags ul li a {
	color: #999;
	font-size: 14px;
}

.product-tags ul li a:hover {
	color: #54782E;
}

.product-tags ul li:after {
	content: ', ';
	display: inline-block;
	font-size: 10px;
	color: #aaa;
	margin: 0px 5px;
}

.product-tags ul li:last-child:after {
	content: none;
}

.quantity {
	position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity input[type=number] {
	-moz-appearance: textfield;
}

.quantity input {
	width: 85px;
	height: 42px;
	line-height: 1.65;
	font-size: 16px;
	color: #222;
	background: #f5f5f5;
	font-weight: 600;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 2px solid #f5f5f5;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	width: 30px;
	text-align: center;
	color: #999;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	font-size: 17px;
	font-weight: 600;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.quantity-button i {
	font-size: 13px;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: 0px;
	height: 50%;
	border-top: none;
}

.quantity-button.quantity-down i {
	transform: translateY(-7px);
}

.add-to-cart-button {
	display: inline-block;
	background: #54782E;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 30px;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.add-to-cart-button:hover {
	background: #222;
	color: #fff;
}

.product-share {
	background: #f9f9f9;
	border-radius: 5px;
	padding: 20px 15px;
}

.product-share span {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	margin-right: 15px;
}

.product-share a i {
	color: #222;
	font-size: 15px;
	padding: 0px 7px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.product-share a i:hover {
	color: #54782E;
}


/*---------------Shop Tabs-----------------*/

.shop-tabs .tabs {
	position: relative;
}

.shop-tabs .tabs .tab-menu {
	display: flex;
}

.shop-tabs .tabs .tab-menu li {
	background: transparent;
	width: calc(100% / 3);
	text-align: center;
}

.shop-tabs .tabs .tab-menu li a {
	color: #222;
	display: block;
	font-size: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	padding: 18px 24px;
	text-decoration: none;
}

.shop-tabs .tabs .tab-menu li:hover a,
.tabs li:hover i {
	color: #54782E;
}

.shop-tabs .tab-menu .active-tab a,
.shop-tabs .active-tab a i {
	color: #54782E !important;
	border-color: #54782E !important;
}

.shop-tabs .tab-menu {
	margin-bottom: 4px;
}

@media screen and (max-width: 1200px) {
	.shop-tabs .tabs .tab-menu li {
		background: #f9f9f9;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.shop-tabs .tabs .tab-menu li a {
		color: #111;
		display: block;
		font-size: 15px;
		font-weight: 500;
		padding: 18px 24px;
		text-decoration: none;
	}
}

@media screen and (max-width:767px) {
	.shop-tabs .tabs .tab-menu li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	.shop-tabs .tab-menu .tabs li a {
		display: block;
	}
	.shop-tabs .tab-menu .tabs li i {
		font-size: 25px;
	}
}

.product-tab-body {
	display: block;
	position: relative;
	background: transparent !important;
	margin-top: 30px;
}

.product-tab-body h2 {
	font-size: 30px;
	color: #222;
	font-weight: 300;
	margin-bottom: 10px;
}

.product-tab-body h3 {
	font-size: 18px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-tab-body h4 {
	font-size: 20px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-tab-body h5 {
	font-size: 15px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-tab-body h2:after,
.product-tab-body h3:after,
.product-tab-body h4:after,
.product-tab-body h5:after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #54782E;
	margin-top: 15px;
	margin-bottom: 10px;
}

.product-tab-body ul {
	margin-top: 15px;
}

.product-tab-body ul li {
	display: block;
	font-size: 15px;
	color: #111;
	border-bottom: 1px dashed #ddd;
	line-height: 1.9;
	font-weight: 500;
	padding: 15px 5px;
}

.product-tab-body ul li span {
	display: inline-block;
	width: 200px;
	max-width: 100%;
}

.product-tab-body ul li:before {
	content: "●";
	display: inline-block;
	color: #45bcde;
	font-size: 14px;
	margin-right: 10px;
	line-height: 1;
}

.product-tab-body p {
	font-size: 14px;
	color: #999;
	line-height: 1.9;
	font-weight: 400;
	margin: 15px 0px;
}


/*-------------------Shop Product Review Form---------------------*/

.shop-form-title {
	font-size: 15px;
	color: #111;
	font-weight: 500;
	line-height: 1;
}

.rating {
	display: inline-block;
	position: relative;
	height: 30px;
	font-size: 30px;
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	line-height: 1;
}

.rating label:last-child {
	position: static;
}

.rating label:nth-child(1) {
	z-index: 5;
}

.rating label:nth-child(2) {
	z-index: 4;
}

.rating label:nth-child(3) {
	z-index: 3;
}

.rating label:nth-child(4) {
	z-index: 2;
}

.rating label:nth-child(5) {
	z-index: 1;
}

.rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.rating label .icon {
	float: left;
	color: transparent;
}

.rating label:last-child .icon {
	color: #ccc;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
	color: #54782E;
}

.rating label input:focus:not(:checked)~.icon:last-child {
	color: #ccc;
	text-shadow: 0 0 5px #54782E;
}

.customer-review-img {
	border-radius: 50%;
	border: 2px solid #54782E;
	padding: 3px;
}

.customer-review {
	margin-top: 30px;
}

.customer-review-block {
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 15px;
}

.customer-review-block h5 {
	display: inline-block;
	color: #222;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	margin: 0px;
}

.customer-review-block h5:after {
	content: none;
}

.customer-review-block strong {
	display: inline-block;
	color: #54782E;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	margin-left: 15px;
}

.customer-review-block p {
	font-size: 14px;
	color: #999;
	line-height: 1.9;
	font-weight: 400;
	margin-bottom: 0;
}

.customer-review-stars {
	text-align: center;
	margin: 5px 0px;
}

.customer-review-stars i {
	color: #54782E;
	font-size: 12px;
}


/*-----------------------------------------38. Shop Single-------------------------------------------*/

.sr-text {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	display: none !important;
	z-index: 100;
	font-size: 2.5em;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	color: #eee;
	position: absolute;
	top: 50%;
	text-align: center;
	color: #222;
	opacity: 1;
	transition: opacity .25s;
	cursor: pointer;
	background: #eee;
}

.product-images {
	width: 100%;
	margin: 0 auto;
}

.product-images li,
.product-images figure,
.product-images a,
.product-images img {
	display: block;
	outline: none;
	border: none;
}

.product-images .main-img-slider figure {
	margin: 0 auto;
}

.product-images .main-img-slider figure a {
	cursor: e-resize;
}

.product-images .main-img-slider figure a img {
	width: 100%;
	margin: 0 auto;
}

.product-images .thumb-nav {
	margin: 0 auto;
	margin-top: 0.5px;
	width: 100%;
	padding: 0;
}

.product-images .thumb-nav.slick-slider .slick-prev,
.product-images .thumb-nav.slick-slider .slick-next {
	font-size: 1.2em;
	height: 20px;
	width: 26px;
	margin-top: -10px;
}

.product-images .thumb-nav.slick-slider .slick-prev {
	margin-left: -30px;
}

.product-images .thumb-nav.slick-slider .slick-next {
	margin-right: -30px;
}

.product-images .thumb-nav li {
	display: block;
	margin: 0 auto;
	float: left;
	cursor: pointer;
	margin-right: 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.product-images .thumb-nav li img {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	border: 0.5px solid transparent;
	border-bottom: 2px solid transparent;
}

.product-images .thumb-nav li:hover {
	opacity: .7;
}

.product-images .thumb-nav li:hover,
.product-images .thumb-nav li:focus {
	border-color: #ccc;
}

.product-images .thumb-nav li.slick-current img {
	border-bottom: 2px solid #066EFB;
}


/*-----------------------------------------39. Shop Cart-------------------------------------------*/

.shop-cart-box {
	background: #fff;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 5px 0px 10px 0px;
	padding: 10px 0px;
	-webkit-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
	-moz-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
	box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
}

.button-close {
	display: block;
	padding: 5px 12px;
	margin-left: 5px;
}

@media (max-width: 991px) {
	.button-close {
		display: block;
		padding: 5px 0px;
	}
}

@media (max-width: 767px) {
	.button-close {
		display: block;
		padding: 5px 0px;
	}
}

.button-close a i {
	color: #066EFB;
	font-size: 20px;
	font-weight: 600;
	padding: 5px;
	background: #ffffff;
	border-radius: 3px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.shop-cart-box-img img {
	width: 100%;
	height: auto;
}

.shop-cart-box-info {
	display: block;
	padding: 20px 0px 0px 20px;
}

@media (max-width: 991px) {
	.shop-cart-box-info {
		display: block;
		padding: 20px 0px 0px 10px;
	}
}

.shop-cart-box-info h4 {
	color: #222;
	font-size: 20px;
	font-weight: 500;
}

.shop-cart-box-info span {
	color: #999;
	font-size: 15px;
	font-weight: 400;
}

.shop-cart-box-quantity {
	padding-top: 20px;
}

.shop-cart-box-quantity input {
	max-width: 70px;
	background: #f5f5f5;
	color: #222;
	font-size: 16px;
	font-weight: 500;
	border: none;
	box-shadow: none;
	display: inline-block;
	padding: 15px;
}

.form-control {
	color: #999;
	font-size: 14px;
	line-height: inherit;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 5px 12px;
	transition: 0.2s linear;
}

.form-control:focus {
	box-shadow: none;
	border-color: #333;
}

.shop-cart-box-quantity h6 {
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
}

@media (max-width: 991px) {
	.shop-cart-box-quantity {
		padding: 20px 0px 0px 10px;
	}
}

.shop-cart-box-price {
	display: block;
	padding-top: 20px;
}

.shop-cart-box-price h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 25px;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.shop-cart-box-price h5 {
		color: #222;
		font-size: 15px;
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.shop-cart-box-price h5 {
		font-size: 20px;
	}
}

.shop-cart-info-price {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 20px;
	margin: 5px 0px;
	-webkit-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
	-moz-box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
	box-shadow: 3px 1px 30px 0px rgba(50, 50, 50, 0.03);
	transition: 0.3s;
}

.right-info-price li {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	padding: 10px 0px;
}

.right-info-price li h6 {
	float: right;
	color: #666;
	font-size: 16px;
	font-weight: 500;
}

.total-price {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.total-price p {
	color: #222;
	font-size: 17px;
	font-weight: 500;
}

.total-price p strong {
	float: right;
	color: #222;
	font-size: 17px;
	font-weight: 500;
}


/*-----------------------------------------40. Portfolio-------------------------------------------*/


/*------- Boxed Style -------*/

.portolio-boxed {
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
}

.justified-gallery .portolio-boxed {
	margin: 0;
}

.portolio-boxed img {
	display: block;
	width: 100%;
	height: auto;
}

.portolio-boxed-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	transition: .5s ease;
	background-color: #94c7278a;
}

.portolio-boxed:hover .portolio-boxed-overlay {
	opacity: 1;
}

.portolio-boxed:hover .portolio-boxed-content {
	-webkit-animation: 300ms ease-in-out fadeInUp;
	animation: 300ms ease-in-out fadeInUp;
}

.portolio-boxed .portolio-boxed-content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.portolio-boxed .portolio-boxed-content h3 {
	color: #fff;
	font-size: 19px;
}


/*------- Boxed Style 2 -------*/

.portolio-boxed-2 {
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.portolio-boxed-2:hover {
	box-shadow: 0 20px 30px rgba(0, 0, 0, .05);
	transform: translateY(-5px);
}

.portolio-boxed-2 .portolio-boxed-content {
	display: block;
	background: #fff;
	padding: 25px;
}

.portolio-boxed-2 .portolio-boxed-content h3 {
	color: #222;
	font-size: 19px;
}

.portolio-boxed-2 .portolio-boxed-content h4 {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.portolio-boxed-2 .portfolio-title {
	width: 100%;
}

.portolio-boxed-2 .portfolio-btn {
	text-align: right;
	display: inline-flex;
	width: 80px;
	justify-content: flex-end;
}

.portolio-boxed-2 .portfolio-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #eee;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.portolio-boxed-2 .portfolio-btn a:hover {
	border-color: #54782E;
	color: #54782E;
}


/*-----------------------------------------41. Portfolio Single-------------------------------------------*/


/*------- Style 1 -------*/

.portfolio-single {
	position: relative;
}

.portfolio-single .portfolio-single-title {
	color: #222;
	font-size: 35px;
	font-weight: 600;
}

.portfolio-single h6 {
	color: #222;
	font-size: 17px;
	font-weight: 600;
}

.portfolio-single .portfolio-single-text {
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	font-weight: 400;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-bottom: 30px;
}

.portfolio-single ul li {
	display: flex;
	margin-bottom: 15px;
}

.portfolio-single ul li strong {
	font-size: 15px;
	color: #222;
	font-weight: 600;
	width: 40%;
}

.portfolio-single ul li span {
	font-size: 15px;
	color: #999;
	width: 50%;
}


/*------- Style 2 -------*/

.portfolio-single-2 {
	position: relative;
}

.portfolio-single-2 .portfolio-single-title {
	color: #222;
	font-size: 35px;
	font-weight: 600;
}

.portfolio-single-2 h6 {
	color: #222;
	font-size: 17px;
	font-weight: 600;
}

.portfolio-single-2 .portfolio-single-text {
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 15px;
	padding-bottom: 30px;
}


/*-----------------------------------------42. Blog Grid-------------------------------------------*/

.blog-grid {
	position: relative;
	margin-bottom: 45px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.blog-grid:hover img {
	transform: translateY(-7.5px);
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}

.blog-grid:hover .blog-team-box {
	transform: translateY(-7.5px);
}

.blog-grid img {
	border-radius: 5px;
	display: block;
	width: 100%;
	height: auto;
}

.blog-team-box {
	display: inline-block;
	background: #54782E;
	border-radius: 5px;
	padding: 5px 8px;
	position: relative;
	bottom: 38px;
	left: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.blog-team-box h6 {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.blog-grid h4 {
	line-height: 1.2;
	margin-top: -5px;
}

.blog-grid h4 a {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.blog-grid p {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 15px;
}

@media (max-width: 767px) {
	.blog-grid {
		margin-top: 20px;
	}
	.blog-grid h4 a {
		font-size: 15px;
	}
	.blog-grid h4 {
		line-height: 1;
	}
}

@media (max-width: 576px) {
	.pricing-box-2 {
		margin-top: 20px;
	}
	.blog-grid h4 a {
		font-size: 20px;
	}
	.blog-grid h4 {
		line-height: 1.2;
	}
}


/*-----------------------------------------43. Blog List-------------------------------------------*/

.blog-list {
	position: relative;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.blog-list img {
	border-radius: 5px;
	width: 100%;
	height: auto;
}

.blog-list h4 {
	margin-top: 20px;
}

.blog-list h4 a {
	font-size: 25px;
	font-weight: 400;
	color: #222;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.blog-list h4 a:hover {
	color: #333;
}

.blog-list-info {
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}

.blog-list-info li {
	display: inline-block;
	margin-right: 20px;
}

.blog-list-info li i {
	color: #54782E;
	font-size: 15px;
	padding-right: 10px;
}

.blog-list-info li span {
	font-size: 14px;
	font-weight: 400;
	color: #222;
}

.blog-list p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 15px;
	text-align: justify;
}

.blog-post-right {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

blockquote {
	width: 100%;
	margin: 15px auto;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	padding: 20px;
	border-left: 4px solid #54782E;
	line-height: 1.6;
	position: relative;
	background: #f1f1f1;
}

#search-input {
	border: solid 1px #eee;
	border-radius: 5px;
	background-color: transparent;
	padding: 5px 3px;
}

#search-input input {
	font-size: 13px;
	font-weight: 500;
	border: 0;
	box-shadow: none;
}

#search-input button {
	background: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	outline: none !important;
	padding: 0 11px 0 13px;
}

#search-input button i {
	color: #54782E;
	font-size: 16px;
	margin: 8px 3px 0px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

#search-input button:hover i {
	color: #000;
}


/*Category*/

.blog-post-categories ul li {
	background: #fff;
	border: 1px solid #f7f7f7;
	margin: 5px 0px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.blog-post-categories ul li:hover {
	background: #54782E;
}

.blog-post-categories ul li a {
	display: block;
	color: #444;
	font-size: 14px;
	font-weight: 500;
	padding: 15px;
}

.blog-post-categories ul li a:hover {
	color: #fff;
}

.blog-post-categories ul li a span {
	color: #444;
	font-size: 12px;
	float: right;
}

.blog-post-categories ul li:hover a span {
	color: #54782E;
}


/*Top News*/

.top-news-info {
	margin: 20px 0px;
}

.top-news img {
	width: 100%;
	border-radius: 5px;
}

.top-news-info h3 a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}

.top-news-info h3 a:hover {
	color: #54782E;
}

.top-news-info h6 {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}


/*Tags*/

.recent-post-tags a {
	margin: 3px 2px;
	border-radius: 30px;
}

.dark-button-bordered {
	background: transparent;
	color: #222;
	font-size: 11px;
	font-weight: 500;
	border: 2px solid #ddd;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.dark-button-bordered:hover {
	color: #fff;
	background: #222;
	border-color: #222;
}


/*Archive*/

.archive-box ul li {
	border-bottom: 1px solid #eee;
}

.archive-box ul li a {
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	padding: 15px 0px 15px 5px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.archive-box ul li a:hover {
	color: #52762B;
}

.archive-box ul li span {
	float: right;
	color: #999;
	font-weight: 600;
	font-size: 13px;
	margin-right: 10px;
	margin-top: 15px;
}


/* social links*/

.blog-post-follow ul {
	display: block;
}

.blog-post-follow ul li {
	display: inline-block;
	align-items: center;
	text-align: center;
	border-radius: 50px;
	margin: 4px 2px;
	background: #333;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.blog-post-follow ul li a i {
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 17px;
	padding-top: 11px;
}

.blog-post-follow ul li:hover {
	background: #54782E;
}


/*Comments*/

.blog-comments {
	background: #fff;
	border-radius: 5px;
}

.blog-comments h3 {
	font-size: 20px;
	font-weight: 500;
	color: #222;
	margin-top: 30px;
}

.blog-comment-user {
	margin-top: 30px;
}

.blog-comment-user img {
	border-radius: 5px;
}

.blog-comment-user h6 {
	display: inline-block;
	color: #222;
	font-size: 16px;
	margin: 0px;
	margin-right: 15px;
}

.blog-comment-user strong {
	color: #54782E;
	font-size: 12px;
	font-weight: 600;
	float: right;
}

.blog-comment-user p {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 10px;
}

.comment-block {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 20px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.blog-widget-title {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	margin-top: 35px;
}

.blog-widget-title:after {
	content: '';
	display: block;
	width: 65px;
	max-width: 100%;
	height: 2px;
	background: #54782E;
	margin-top: 10px;
}


/*-----------------------------------------44. Revolution Slider-------------------------------------------*/

.rev_slider_wrapper {
	overflow: hidden;
}

.bg-arrows .tparrows {
	background: rgba(0, 0, 0, .2);
	border-radius: 50px;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.bg-arrows .tparrows:before {
	font-size: 17px
}

.tparrows {
	background: rgba(0, 0, 0, .0);
	border-radius: 50px;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.tparrows:hover {
	background: rgba(0, 0, 0, .3);
}

.tparrows:before {
	font-size: 23px
}


/*-----------------------------------------45. Footer-------------------------------------------*/

.footer-1 {
	background: #222323;
	padding: 30px 0px 0px 0px;
}

.footer-1 h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.footer-1 h2 {
		margin-top: 20px;
	}
}

.footer-1 .social-links-footer {
	margin-top: 25px;
}

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

.footer-1 .social-links-footer a {
	color: #fff;
	font-size: 17px;
}

.footer-nav li {
	margin: 5px 0px;
}

.footer-nav a {
	color: #fff;
	font-size: 14px;
}

.footer-nav a:hover {
	color: #54782E;
}

.footer-news li {
	border-bottom: 1px solid #444;
	padding: 18px 0px;
}

.footer-news li:first-child {
	padding-top: 0px;
}

.footer-news li:last-child {
	border: none
}

.footer-news a {
	color: #fff;
	font-size: 14px;
}

.footer-news a:hover {
	color: #54782E;
}

.footer-news strong {
	display: block;
	color: #999;
	font-weight: 400;
	font-size: 13px;
	margin-top: 5px;
}

.footer-news strong i {
	color: #54782E;
	margin-right: 5px;
}

.footer-subscribe-form input {
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	width: 100%;
	font-size: 14px;
	padding: 14px 15px;
}

.footer-subscribe-form button {
	background: #54782E;
	color: #fff;
	font-size: 17px;
	width: 50px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 12px;
	transform: translateY(1px);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.footer-subscribe-form button:hover {
	color: #54782E;
	background: #000;
}

.footer-1-bar {
	border-top: 1px solid #444;
	padding: 15px 0px;
	margin-top: 70px;
}

.footer-1-bar p {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

/*** 

====================================================================
	Domain Section
====================================================================

***/

.domain-section{
	position:relative;
	overflow:hidden;
	padding: 78px 0px 76px;
	background-image: -ms-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -moz-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -o-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #26282c), color-stop(100, #5d616b));
	background-image: -webkit-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: linear-gradient(to bottom, #26282c 0%, #5d616b 100%);
}

.domain-section .sec-title h2,
.domain-section .sec-title .text{
	color: #fff;
}

.domain-section .auto-container{
	position:relative;
}

.domain-section .cloud-one{
	position:absolute;
	/*right:-140px;*/
	left:auto;
	top:20px;
	width:202px;
	height:123px;
	background:url(../images/icons/cloud-1.png) no-repeat;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
}

.domain-section .cloud-two{
	position:absolute;
	/*left:-140px;*/
	bottom:20px;
	width:152px;
	height:93px;
	background:url(../images/icons/cloud-2.png) no-repeat;
	-webkit-animation: animateCloudtwo 20s linear infinite;
	-moz-animation: animateCloudtwo 20s linear infinite;
	animation: animateCloudtwo 20s linear infinite;
}

.domain-section .cloud-three{
	position:absolute;
	left:2%;
	top:170px;
	width:234px;
	height:101px;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	background:url(../images/icons/cloud-2.png) no-repeat;
	/*-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	background:url(../images/icons/cloud-3.png) no-repeat;*/
}

.domain-section .cloud-four{
	position:absolute;
	left:20%;
	top:300px;
	width:308px;
	height:133px;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	background:url(../images/icons/cloud-4.png) no-repeat;
}

.domain-section .cloud-five{
	position:absolute;
	top:210px;
	width:136px;
	height:59px;
	-webkit-animation: animateCloudtwo 30s linear infinite;
	-moz-animation: animateCloudtwo 30s linear infinite;
	animation: animateCloudtwo 30s linear infinite;
	background:url(../images/icons/cloud-5.png) no-repeat;
}

.domain-section .cloud-six{
	position:absolute;
	right:2%;
	top:240px;
	width:346px;
	height:151px;
	-webkit-animation: animateCloudtwo 20s linear infinite;
	-moz-animation: animateCloudtwo 20s linear infinite;
	animation: animateCloudtwo 20s linear infinite;
	background:url(../images/icons/cloud-6.png) no-repeat;
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-webkit-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@-moz-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}


/*** 

====================================================================
	Domain Form
====================================================================

***/

.services-section {
    position: relative;
    padding: 76px 0 39px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.centered {
    text-align: center !important;
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.service-block .inner-box {
    position: relative;
    padding: 28px 15px 30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
/*
.service-block .inner-box .icon-box {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}*/

.icon-box {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.service-block .inner-box:hover {
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}

.service-block .lower-content {
    position: relative;
    padding: 18px 15px 1px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    margin-bottom: 27px;
     
}
.service-block .lower-content .link-box {
    position: relative;
}

.service-block .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
	background-color: #fff;
    color: #070708;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .lower-content .link-box a:hover{
	color: #fff !important;
	background-color: #54782E;

}

/*
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
    color: #f2570d;
}*/

.btn-style-three {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #070708;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #80AF13;
    background: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
}

.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.service-block:hover .icon-box {
    transform: rotateY(190deg);
}

.language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    padding: 0px;
    margin-top: 14px;
    border-radius: 0px;
    background-color: #222222;
    border-top: 3px solid #f2570d;
}

 .language {
    position: relative;
    top: -1px;
    line-height: 1em;
    display: inline-block;
}
.top-right {
    position: relative;
    float: right;
    padding: 11px 70px 5px;
}

.langue
{
	height: 25px; 
	width: 45%;
}

.producct-img {
	overflow: hidden;
}
.producct-img img {
	position: relative;
	border-radius: 10px 10px 0 0;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.btn_iwomi
{

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
 /* width: 100%; */
  height: 520px;
 /* background-size: cover; */
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
 /* background-color: rgba(13, 30, 45, 0.6);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 592px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

.tab-nav {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: flex;
}
.tab-nav li {
    list-style: none;
}

.tab-nav li.active a, .tab-nav li:hover a, .btn:not(.btn-border).active, .icon-links-button:not(.social-colors):not(.social-colors-hover) a:hover {
    background-color: rgb(0, 71, 103);
    border-color: rgb(0, 71, 103);
}

.tab-nav li.active a, .tab-nav li:hover a {
    color: #FFF;
}

.tab-nav li:first-child a {
    margin-left: 0;
}

.tab-nav li a {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 15px;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    text-transform: uppercase;
    position: relative;
}

.tab-nav li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin: 0 15px;
        margin-left: 15px;
    font-size: 15px;
    text-align: center;
    position: relative;
    transition: all .5s;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #51742C !important;
}

.carousel-indicators .active
{
	background-color: #fff !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
        background-image: none;
        background-size: auto;
    background-size: 100% 100%;
}

.block-realisa
{
	border: 1px solid #00000030;
}

.text-realisa
{
	position: relative;
display: block;
font-size: 14px;
line-height: 27px;
color: #121A09;
font-weight: 400;
margin-bottom: 27px;
}

hr
{
    background-color: #537529 !important;
}



 
