/*-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Common
    02. Header
    03. Banner
    04. Feature
    05. Working Procecss
    06. Feedback
    07. Team
    08. Pricing Box
    09. Faq
    10. Counter
    11. Latest Post
    12. Contact
    13. Page Title
    14. Menu Page
    15. Sign UP/ Login
    16. Footer
-----------------------------------------------------------------------------------*/
/*=======  COMMON CSS  =======*/
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #626262;
	overflow-x: hidden;
	font-size: 20px;
	line-height: 1.6;
}

@media (max-width: 575px) {
	body {
		font-size: 16px;
	}
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input,
textarea,
button,
select {
	border: none;
}

input,
textarea,
select {
	width: 100%;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	font-size: 16px;
}

input[type=checkbox] {
	width: 20px;
	height: 20px;
	padding: 0;
	border-radius: 0;
}

textarea {
	height: 200px;
	padding-top: 20px;
	resize: none;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #a5a5a5;
}

::-moz-placeholder {
	opacity: 1;
	color: #a5a5a5;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #a5a5a5;
}

::-ms-input-placeholder {
	opacity: 1;
	color: #a5a5a5;
}

::placeholder {
	opacity: 1;
	color: #a5a5a5;
}

::-webkit-scrollbar {
	background-color: #ccc;
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: #626262;
}

.input-group {
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.input-group input,
.input-group textarea,
.input-group select {
	padding-left: 80px;
}

.input-group input[type=checkbox] {
	padding: 0;
}

.input-group .icon {
	position: absolute;
	left: 0;
	top: 50%;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #282932;
	background-color: #E1E1E1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.input-group.textarea .icon {
	top: 20px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.input-group.checkbox input[type=checkbox] {
	margin-right: 10px;
}

.slick-slide img {
	display: inline-block;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
	color: #282932;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin: 0px;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a, a:hover {
	color: #5cc500;
}

/*=======  Common Classes  =======*/
@media (min-width: 992px) {
	.right-in-container {
		padding-right: calc((100% - 1170px) / 2 + 15px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.right-in-container {
		padding-right: calc((100% - 960px) / 2 + 15px);
	}
}

@media (min-width: 992px) {
	.left-in-container {
		padding-left: calc((100% - 1170px) / 2 + 15px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.left-in-container {
		padding-left: calc((100% - 960px) / 2 + 15px);
	}
}

.container-fluid {
	overflow: hidden;
}

@media (min-width: 1600px) {
	.container-fluid.container-1600 {
		max-width: 1520px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container-fluid.content-md-container {
		max-width: 720px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.container-fluid.content-md-container {
		max-width: 540px;
	}
}

.main-btn {
	background-color: #5cc500;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 45px;
	border: 1px solid #5cc500;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
	.main-btn {
		font-size: 14px;
		padding: 10px 30px;
	}
}

.main-btn:hover {
	background-color: #fff;
	color: #5cc500;
}

.main-btn i {
	margin-left: 10px;
}

.main-btn.border-btn {
	background-color: #fff;
	color: #5cc500;
}

.main-btn.border-btn:hover {
	background-color: #5cc500;
	color: #fff;
}

.section-title .title-tag {
	font-size: 20px;
	font-weight: 700;
	color: #5cc500;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
	display: inline-block;
	padding-top: 15px;
	position: relative;
}

@media (max-width: 575px) {
	.section-title .title-tag {
		font-size: 16px;
	}
}

.section-title .title-tag::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 4px;
	background-color: #5cc500;
	content: "";
}

.section-title.text-center .title-tag::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-title .title {
	font-size: 50px;
	line-height: 65px;
	line-height: 1.3;
}

@media (max-width: 1199px) {
	.section-title .title {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.section-title .title {
		font-size: 24px;
	}
}

.section-gap {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media (max-width: 991px) {
	.section-gap {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.section-gap-top {
	padding-top: 150px;
}

@media (max-width: 991px) {
	.section-gap-top {
		padding-top: 120px;
	}
}

.section-gap-bottom {
	padding-bottom: 150px;
}

@media (max-width: 991px) {
	.section-gap-bottom {
		padding-bottom: 120px;
	}
}

.bg-off-white {
	background-color: #f4f7ff;
}

.bg-third-color {
	background-color: #e7f6e5;
}

.preloader {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.lds-ellipsis {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 64px;
	text-align: center;
	z-index: 9999;
}

.lds-ellipsis span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #5cc500;
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

/*=======  Utilitis =======*/
.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 60px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/*=======  Header  =======*/
header {
	padding: 0 100px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

@media (max-width: 1699px) {
	header {
		padding: 0 15px;
	}
}

@media (max-width: 575px) {
	header {
		padding: 0 15px;
	}
}

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

header .nav-container .site-logo {
	font-size: 40px;
	color: #5cc500;
	font-weight: 700;
}

header .nav-container .site-logo img {
	max-width: 250px;
}

@media (max-width: 1699px) {
	header .nav-container .site-logo img {
		max-width: 230px;
	}
}

@media (max-width: 1399px) {
	header .nav-container .site-logo img {
		max-width: 200px;
	}
}

@media (max-width: 575px) {
	header .nav-container .site-logo img {
		max-width: 180px;
	}
}

@media (max-width: 420px) {
	header .nav-container .site-logo img {
		max-width: 160px;
	}
}

@media (max-width: 1199px) {
	header .nav-container .nav-items {
		display: none;
	}
}

header .nav-container .nav-items ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .nav-container .nav-items ul li {
	position: relative;
	line-height: 60px;
}

header .nav-container .nav-items ul li a {
	font-size: 20px;
	color: #282932;
	font-weight: 500;
	padding: 10px;
	margin: 0 5px;
	line-height: 1;
}

@media (max-width: 1699px) {
	header .nav-container .nav-items ul li a {
		font-size: 18px;
		padding: 0 8px;
	}
}

@media (max-width: 1399px) {
	header .nav-container .nav-items ul li a {
		font-size: 16px;
	}
}

header .nav-container .nav-items ul li .dd-trigger {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
	transform: translateY(-48%);
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

header .nav-container .nav-items ul li .submenu {
	position: absolute;
	left: 0;
	top: 110%;
	width: 200px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	height: auto;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	display: block;
}

header .nav-container .nav-items ul li .submenu li {
	display: block;
	line-height: 1;
}

header .nav-container .nav-items ul li .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .nav-container .nav-items ul li .submenu li a {
	display: block;
	padding: 16px 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	margin: 0 0;
	font-size: 16px;
	color: #626262;
}

header .nav-container .nav-items ul li .submenu li a:hover {
	background-color: #5cc500;
	color: #fff;
}

header .nav-container .nav-items ul li .submenu li .submenu {
	left: 100%;
	top: 50%;
	opacity: 0;
	visibility: hidden;
}

header .nav-container .nav-items ul li .submenu li .dd-trigger {
	right: 15px;
	-webkit-transform: rotate(-90deg) translate(0);
	-ms-transform: rotate(-90deg) translate(0);
	transform: rotate(-90deg) translate(0);
	top: 32%;
}

header .nav-container .nav-items ul li .submenu li:hover .submenu {
	top: 0;
	visibility: visible;
	opacity: 1;
}

header .nav-container .nav-items ul li .submenu li:hover .dd-trigger {
	color: #fff;
}

header .nav-container .nav-items ul li:hover .submenu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

header .nav-container .language-select {
	font-weight: 500;
	font-size: 20px;
	color: #282932;
	position: relative;
	margin-right: 40px;
	padding: 15px 0;
}

@media (max-width: 1699px) {
	header .nav-container .language-select {
		margin-right: 25px;
	}
}

@media (max-width: 1399px) {
	header .nav-container .language-select {
		font-size: 16px;
		margin-right: 20px;
	}
}

@media (max-width: 575px) {
	header .nav-container .language-select {
		display: none;
	}
}

header .nav-container .language-select .language-list {
	position: absolute;
	top: 110%;
	left: 0;
	width: 220px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

header .nav-container .language-select .language-list li:not(:last-child) {
	border-bottom: 1px solid rgba(40, 41, 50, 0.1);
}

header .nav-container .language-select .language-list li a {
	color: #626262;
	display: block;
	padding: 12px 20px;
	line-height: 1;
}

header .nav-container .language-select:hover .language-list {
	top: calc(100% + 15px);
	visibility: visible;
	opacity: 1;
}

header .nav-container .main-btn {
	padding: 15px 35px;
}

@media (max-width: 1699px) {
	header .nav-container .main-btn {
		padding: 15px 30px;
		font-size: 16px;
	}
}

@media (max-width: 1399px) {
	header .nav-container .main-btn {
		padding: 15px 25px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	header .nav-container .main-btn {
		padding: 12px 20px;
	}
}

@media (max-width: 575px) {
	header .nav-container .main-btn {
		display: none;
	}
}

header .nav-container .user-panel-area {
	position: relative;
}

header .nav-container .user-panel-area .user-panel-btn {
	border: 1px solid;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
}

@media (max-width: 420px) {
	header .nav-container .user-panel-area .user-panel-btn {
		height: 45px;
		width: 45px;
		line-height: 45px;
	}
}

header .nav-container .user-panel-area .user-nav-items {
	position: absolute;
	right: 0;
	top: 120%;
	width: 240px;
	background-color: #fff;
	z-index: 99;
	height: auto;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	display: none;
}

@media (max-width: 420px) {
	header .nav-container .user-panel-area .user-nav-items {
		right: -30px;
		width: 220px;
	}
}

header .nav-container .user-panel-area .user-nav-items li {
	display: block;
	line-height: 1;
}

header .nav-container .user-panel-area .user-nav-items li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .nav-container .user-panel-area .user-nav-items li a {
	display: block;
	padding: 16px 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	margin: 0 0;
	font-size: 16px;
	color: #626262;
}

header .nav-container .user-panel-area .user-nav-items li a:hover {
	background-color: #5cc500;
	color: #fff;
}

header .nav-container .user-panel-area .user-nav-items li a i {
	margin-right: 10px;
	font-size: 15px;
}

header .nav-container .navbar-toggler {
	border: 1px solid #5cc500;
	background-color: transparent;
	cursor: pointer;
	display: none;
	padding: 15px;
	margin-left: 30px;
}

header .nav-container .navbar-toggler span {
	position: relative;
	background-color: #5cc500;
	border-radius: 0;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
	display: block;
}

header .nav-container .navbar-toggler span:first-child {
	margin-top: 0;
}

@media (max-width: 420px) {
	header .nav-container .navbar-toggler span {
		width: 22px;
	}
}

header .nav-container .navbar-toggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

header .nav-container .navbar-toggler.active span:nth-of-type(2) {
	opacity: 0;
}

header .nav-container .navbar-toggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

@media (max-width: 1199px) {
	header .nav-container .navbar-toggler {
		display: block;
	}
}

@media (max-width: 767px) {
	header .nav-container .navbar-toggler {
		margin-left: 15px;
	}
}

@media (max-width: 420px) {
	header .nav-container .navbar-toggler {
		padding: 10px;
	}
}

header .mobile-menu {
	background-color: #282932;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 99;
	width: 300px;
	height: 100%;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	display: block;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
}

header .mobile-menu.menu-on {
	left: 0;
	visibility: visible;
	opacity: 1;
}

header .mobile-menu .navbar-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 12;
}

header .mobile-menu .navbar-close .cross-wrap {
	width: 26px;
	height: 26px;
	cursor: pointer;
	position: relative;
}

header .mobile-menu .navbar-close .cross-wrap span {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 6px;
	background: #fff;
}

header .mobile-menu .navbar-close .cross-wrap span:first-child {
	top: 12px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .mobile-menu .navbar-close .cross-wrap span:last-child {
	bottom: 12px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .mobile-menu .mobile-logo {
	padding: 55px 25px 30px;
	text-align: center;
}

header .mobile-menu .mobile-logo img {
	max-width: 200px;
}

header .mobile-menu .nav-items {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .mobile-menu .nav-items li {
	display: block;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header .mobile-menu .nav-items li a {
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

header .mobile-menu .nav-items li .submenu {
	display: none;
}

header .mobile-menu .nav-items li .submenu li a {
	font-size: 14px;
	margin-left: 20px;
	text-transform: capitalize;
}

header .mobile-menu .nav-items li .dd-trigger {
	display: block;
	position: absolute;
	right: 0;
	height: 45px;
	width: 45px;
	top: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 2;
	background: transparent;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}

header .mobile-menu .nav-items li .dd-trigger i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

header .mobile-menu .nav-items li .dd-trigger.open i {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

header .mobile-menu .nav-items li.current {
	border-left: 2px solid #5cc500;
}

header .mobile-menu .header-btn {
	text-align: center;
	display: none;
	margin: 50px;
}

@media (max-width: 575px) {
	header .mobile-menu .header-btn {
		display: block;
	}
}

header.sticky-on {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 100px;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1699px) {
	header.sticky-on {
		padding: 0 15px;
	}
}

@media (max-width: 1199px) {
	header.sticky-on {
		padding: 15px;
	}
}

header.sticky-on .nav-container .nav-items ul li {
	line-height: 90px;
}

/*=======  Banner   =======*/
.banner-section {
	background-color: #f7fcff;
	position: relative;
	z-index: 2;
}

.banner-section .banner-text {
	padding-top: 300px;
	padding-bottom: 150px;
}

@media (max-width: 1199px) {
	.banner-section .banner-text {
		padding-left: 40px;
		padding-top: 250px;
		padding-bottom: 110px;
	}
}

@media (max-width: 991px) {
	.banner-section .banner-text {
		padding-top: 200px;
		padding-bottom: 0;
	}
}

@media (max-width: 575px) {
	.banner-section .banner-text {
		padding-left: 0;
		padding-top: 180px;
		padding-bottom: 90px;
	}
}

.banner-section .banner-text .title {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.banner-section .banner-text .title {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.banner-section .banner-text .title {
		font-size: 22px;
	}
}

.banner-section .banner-text .title span {
	display: block;
	font-size: 60px;
	color: #5cc500;
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
	.banner-section .banner-text .title span {
		font-size: 48px;
	}
}

@media (max-width: 575px) {
	.banner-section .banner-text .title span {
		font-size: 36px;
	}
}

.banner-section .banner-text p {
	font-weight: 500;
	color: #2e2e2e;
	line-height: 1.5;
}

.banner-section .banner-text .main-btn {
	margin-top: 70px;
}

@media (max-width: 575px) {
	.banner-section .banner-text .main-btn {
		margin-top: 40px;
	}
}

.banner-section::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/hero-overly.png);
	content: "";
}

@media (max-width: 991px) {
	.about-text {
		margin-top: 50px;
	}
}

/*=======  Feature  =======*/
.features-boxes .features-box {
	padding: 50px 50px;
	text-align: center;
	background-color: #fff;
	margin-top: 35px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 5px;
}

@media (max-width: 1199px) {
	.features-boxes .features-box {
		padding: 50px 30px;
	}
}

.features-boxes .features-box h4 {
	font-size: 24px;
	line-height: 1.4;
}

@media (max-width: 1199px) {
	.features-boxes .features-box h4 {
		font-size: 22px;
	}
}

.features-boxes .features-box h4,
.features-boxes .features-box h4 a {
	color: #626262;
}

.features-boxes .features-box h4 a:hover {
	color: #5cc500;
}

.features-boxes .features-box .icon {
	margin-bottom: 40px;
}

.features-boxes .features-box .icon img {
	max-width: 110px;
	max-height: 110px;
}

.features-boxes .features-box:hover {
	-webkit-box-shadow: 0px 5px 45px rgba(7, 10, 36, 0.07);
	box-shadow: 0px 5px 45px rgba(7, 10, 36, 0.07);
}

.features-list {
	padding-left: 25px;
}

.features-list li {
	background-color: #e7f6e5;
	border-radius: 5px;
	padding: 30px 40px;
	font-size: 18px;
	color: #282932;
	font-weight: 600;
	position: relative;
	line-height: 1.3;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199px) {
	.features-list li {
		font-size: 16px;
		padding: 20px 25px 20px 35px;
	}
}

.features-list li:not(:last-child) {
	margin-bottom: 30px;
}

.features-list li:hover {
	background-color: #5cc500;
	color: #fff;
}

.features-list li .count {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background: #fff;
	-webkit-filter: drop-shadow(0px 5px 20px rgba(92, 197, 0, 0.2));
	filter: drop-shadow(0px 5px 20px rgba(92, 197, 0, 0.2));
	line-height: 50px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	color: #5cc500;
}

@media (max-width: 991px) {
	.features-list-img {
		margin: 60px 0;
	}
}

/*=======  Working Procecss  =======*/
.working-procecss-section {
	background-image: url(../img/procecss-bg.svg);
	background-size: cover;
	background-position: center;
}

.working-procecss-list .procecss-box {
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 40px rgba(7, 10, 36, 0.06);
	box-shadow: 0px 10px 40px rgba(7, 10, 36, 0.06);
	position: relative;
	padding: 30px 30px 30px 70px;
	position: relative;
	font-size: 18px;
}

@media (max-width: 1199px) {
	.working-procecss-list .procecss-box {
		padding: 30px 30px 30px 60px;
	}
}

@media (max-width: 575px) {
	.working-procecss-list .procecss-box {
		padding: 60px 30px 30px 30px;
		font-size: 16px;
	}
}

.working-procecss-list .procecss-box:not(:last-child) {
	margin-bottom: 45px;
}

.working-procecss-list .procecss-box h4 {
	font-size: 24px;
	color: #626262;
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
	.working-procecss-list .procecss-box h4 {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.working-procecss-list .procecss-box h4 {
		font-size: 20px;
	}
}

.working-procecss-list .procecss-box .count {
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#5cc500), to(#73ef05));
	background: -o-linear-gradient(#5cc500 0%, #73ef05 100%);
	background: linear-gradient(#5cc500 0%, #73ef05 100%);
	-webkit-filter: drop-shadow(0px 0px 30px rgba(92, 197, 0, 0.3));
	filter: drop-shadow(0px 0px 30px rgba(92, 197, 0, 0.3));
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 36px;
}

@media (max-width: 575px) {
	.working-procecss-list .procecss-box .count {
		top: 0;
		left: 50%;
		height: 50px;
		width: 50px;
		font-size: 16px;
		line-height: 50px;
	}
}

.procecss-img {
	padding-left: 20px;
}

@media (max-width: 991px) {
	.procecss-img {
		padding: 0;
		margin-bottom: 50px;
	}
}

/*=======  Feedback  =======*/
.feedback-box {
	background-color: #fff;
	margin-top: 30px;
	border-radius: 20px;
	padding: 60px 55px 30px;
	text-align: center;
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	line-height: 1.5;
	color: #777777;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
}

@media (max-width: 1399px) {
	.feedback-box {
		padding: 60px 25px 30px;
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.feedback-box {
		font-size: 16px;
	}
}

.feedback-box .quote-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	top: -30px;
	background-color: #5cc500;
	color: #fff;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-size: 25px;
}

.feedback-box .client-info {
	margin-top: 25px;
}

.feedback-box .client-info h5 {
	color: #5cc500;
	font-size: 20px;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 991px) {
	.feedback-box .client-info h5 {
		font-size: 18px;
	}
}

.feedback-box .client-info span {
	font-size: 18px;
}

@media (max-width: 991px) {
	.feedback-box .client-info span {
		font-size: 16px;
	}
}

.feedback-box:hover {
	background-color: #5cc500;
	opacity: 0.8;
}

.feedback-box:hover,
.feedback-box:hover h5,
.feedback-box:hover .span {
	color: #fff;
}

.feedback-box:hover .quote-icon {
	color: #5cc500;
	background-color: #fff;
}

.feedback-slider {
	padding-bottom: 55px;
}

.feedback-slider .slick-current.slick-center .feedback-box {
	background-color: #5cc500;
	opacity: 0.8;
}

.feedback-slider .slick-current.slick-center .feedback-box,
.feedback-slider .slick-current.slick-center .feedback-box h5,
.feedback-slider .slick-current.slick-center .feedback-box .span {
	color: #fff;
}

.feedback-slider .slick-current.slick-center .feedback-box .quote-icon {
	color: #5cc500;
	background-color: #fff;
}

.feedback-slider ul.slick-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 22;
}

.feedback-slider ul.slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

@media (max-width: 767px) {
	.feedback-slider ul.slick-dots li {
		margin: 0 2px;
	}
}

.feedback-slider ul.slick-dots li button {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #5cc500;
	line-height: 1;
	font-size: 0;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.feedback-slider ul.slick-dots li button {
		height: 10px;
		width: 10px;
	}
}

.feedback-slider ul.slick-dots li.slick-active button {
	border-width: 4px;
}

@media (max-width: 767px) {
	.feedback-slider ul.slick-dots li.slick-active button {
		border-width: 2px;
	}
}

/*=======  Team  =======*/
.team-member-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width: 1199px) {
	.team-member-boxes {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.team-member-boxes .team-member {
	position: relative;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (max-width: 1199px) {
	.team-member-boxes .team-member {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 991px) {
	.team-member-boxes .team-member {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media (max-width: 767px) {
	.team-member-boxes .team-member {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.team-member-boxes .team-member {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

.team-member-boxes .team-member .member-desc {
	position: absolute;
	left: 0;
	right: 40px;
	bottom: 20px;
	background-color: #fff;
	padding: 20px 30px 20px 60px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 1399px) {
	.team-member-boxes .team-member .member-desc {
		padding: 20px 10px 20px 40px;
	}
}

@media (max-width: 1199px) {
	.team-member-boxes .team-member .member-desc {
		padding: 20px 10px 20px 20px;
		right: 25px;
	}
}

.team-member-boxes .team-member .member-desc h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
}

.team-member-boxes .team-member .member-desc h5::after {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	background-color: #5cc500;
	content: "";
}

@media (max-width: 1399px) {
	.team-member-boxes .team-member .member-desc h5::after {
		width: 20px;
	}
}

@media (max-width: 1199px) {
	.team-member-boxes .team-member .member-desc h5::after {
		width: 10px;
		right: calc(100% + 5px);
	}
}

.team-member-boxes .team-member .member-desc .social-link {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-member-boxes .team-member .member-desc .social-link a {
	font-size: 10px;
	color: #707070;
	margin-right: 10px;
}

.team-member-boxes .team-member .member-desc .social-link a:hover {
	color: #5cc500;
}

.team-member-boxes .team-member:hover .member-desc {
	visibility: visible;
	opacity: 1;
	bottom: 40px;
}

.team-member-boxes .team-member:nth-child(2), .team-member-boxes .team-member:nth-child(4) {
	margin-top: 70px;
}

@media (max-width: 767px) {
	.team-member-boxes .team-member:nth-child(2), .team-member-boxes .team-member:nth-child(4) {
		margin-top: 30px;
	}
}

.team-member-boxes .team-member:nth-child(3) {
	margin-top: 140px;
}

@media (max-width: 767px) {
	.team-member-boxes .team-member:nth-child(3) {
		margin-top: 30px;
	}
}

/*=======  Pricing Box  =======*/
.pricing-section {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media (max-width: 991px) {
	.pricing-section {
		padding-top: 120px;
		padding-bottom: 80px;
	}
}

.pricing-section .section-title {
	margin-bottom: 125px;
}

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

.pricing-box {
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px rgba(0, 6, 48, 0.14);
	box-shadow: 0px 5px 30px rgba(0, 6, 48, 0.14);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

@media (max-width: 991px) {
	.pricing-box {
		min-height: auto;
		margin-bottom: 40px;
	}
}

.pricing-box > div {
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.pricing-box .pricing-header {
	background-color: #5cc500;
	border-bottom-left-radius: 70px;
	border-bottom-right-radius: 70px;
	text-align: center;
	padding: 30px;
	color: #fff;
}

.pricing-box .pricing-header > span {
	display: block;
	line-height: 1;
}

.pricing-box .pricing-header .plan-name,
.pricing-box .pricing-header .plan-period {
	font-size: 20px;
}

.pricing-box .pricing-header .plan-price {
	font-size: 50px;
	font-weight: 600;
}

.pricing-box .pricing-header .plan-name,
.pricing-box .pricing-header .plan-price {
	margin-bottom: 30px;
}

.pricing-box .pricing-list {
	padding: 50px 25px;
}

@media (max-width: 1199px) {
	.pricing-box .pricing-list {
		font-size: 16px;
		padding: 50px 20px;
	}
}

.pricing-box .pricing-list li {
	padding-left: 30px;
	position: relative;
}

.pricing-box .pricing-list li i {
	color: #5cc500;
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 16px;
}

@media (max-width: 1199px) {
	.pricing-box .pricing-list li i {
		top: 5px;
	}
}

.pricing-box .pricing-list li:not(:last-child) {
	margin-bottom: 10px;
}

.pricing-box .pricing-btn {
	padding: 35px 0;
}

.pricing-box.recommended-box {
	margin-top: 30px;
	min-height: auto;
}

@media (max-width: 767px) {
	.pricing-box.recommended-box {
		margin-top: 60px;
	}
}

.pricing-box.recommended-box .recommended-text {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	padding: 18px;
	background-color: #5cc500;
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	line-height: 1;
	text-align: center;
}

/*=======  Faq  =======*/
.faq-img {
	text-align: center;
	background-color: #fff;
	margin-right: 60px;
	padding: 40px;
}

@media (max-width: 1199px) {
	.faq-img {
		margin-right: 20px;
	}
}

@media (max-width: 991px) {
	.faq-img {
		margin-right: 0;
		margin-bottom: 50px;
	}
}

.faq-accordion .card {
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px rgba(92, 197, 0, 0.25);
	box-shadow: 0px 5px 20px rgba(92, 197, 0, 0.25);
	border: none;
}

.faq-accordion .card:not(:last-child) {
	margin-bottom: 20px;
}

.faq-accordion .card .card-header {
	background-color: transparent;
	border: none;
	padding: 0;
}

.faq-accordion .card .card-header h4 {
	color: #214168;
	font-size: 22px;
	padding: 30px 50px 30px 30px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.faq-accordion .card .card-header h4 {
		padding: 20px 35px 20px 20px;
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.faq-accordion .card .card-header h4 {
		font-size: 18px;
	}
}

.faq-accordion .card .card-header h4 .icons {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #5cc500;
	font-size: 20px;
}

@media (max-width: 1199px) {
	.faq-accordion .card .card-header h4 .icons {
		right: 20px;
	}
}

@media (max-width: 575px) {
	.faq-accordion .card .card-header h4 .icons {
		font-size: 15px;
		right: 15px;
	}
}

.faq-accordion .card .card-body {
	padding: 0 30px 30px;
	color: #666666;
	line-height: 1.5;
}

@media (max-width: 1199px) {
	.faq-accordion .card .card-body {
		padding: 0 20px 20px;
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.faq-accordion .card .card-body {
		font-size: 15px;
	}
}

/*=======  Counter  =======*/
.counter-section .container {
	background-color: #5cc500;
	padding: 100px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/counter-bg.png);
}

@media (min-width: 1200px) {
	.counter-section .container {
		max-width: 1320px;
	}
}

@media (max-width: 1199px) {
	.counter-section .container {
		padding: 80px 50px;
	}
}

.counter-boxes {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 80px 1fr 80px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 80px;
}

@media (max-width: 1399px) {
	.counter-boxes {
		grid-gap: 40px;
	}
}

@media (max-width: 1199px) {
	.counter-boxes {
		grid-gap: 30px;
	}
}

@media (max-width: 991px) {
	.counter-boxes {
		-ms-grid-columns: 1fr 30px 1fr;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.counter-boxes {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
	}
}

.counter-boxes .counter-box {
	border-radius: 20px;
	text-align: center;
	padding: 30px;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.counter-boxes .counter-box {
		padding: 30px 25px;
	}
}

.counter-boxes .counter-box .counter-num {
	line-height: 1;
	margin-bottom: 15px;
	font-size: 50px;
	color: #5cc500;
	font-weight: 700;
}

@media (max-width: 575px) {
	.counter-boxes .counter-box .counter-num {
		font-size: 32px;
		margin-bottom: 10px;
	}
}

.counter-boxes .counter-box .title {
	font-size: 18px;
	line-height: 1.5;
}

@media (max-width: 575px) {
	.counter-boxes .counter-box .title {
		font-size: 15px;
	}
}

/*=======  Latest Post  =======*/
.latest-post-box {
	margin-top: 30px;
}

.latest-post-box .thumb-wrap {
	position: relative;
}

.latest-post-box .thumb-wrap .thumb {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 330px;
	border-radius: 10px 10px 0 0;
}

.latest-post-box .thumb-wrap .date {
	position: absolute;
	top: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
	line-height: 1;
	color: #5cc500;
	font-size: 16px;
	padding: 12px 25px;
}

.latest-post-box .content {
	background-color: #fff;
	padding: 30px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
	.latest-post-box .content {
		font-size: 18px;
	}
}

.latest-post-box .content .post-author {
	line-height: 1;
	color: #5cc500;
	font-size: 16px;
	margin-bottom: 10px;
}

.latest-post-box .content .title {
	font-size: 20px;
	margin-bottom: 20px;
}

/*=======  Contact  =======*/
.contact-form-area {
	background-color: #f4f7ff;
	padding-top: 150px;
	padding-bottom: 360px;
}

.contact-form input,
.contact-form textarea {
	background-color: transparent;
	padding: 0px 15px;
	border: none;
	border-bottom: 1px solid #ababae;
}

.contact-form textarea {
	padding-top: 50px;
	height: 180px;
}

.contact-form ::-webkit-input-placeholder {
	font-weight: 300;
	color: #666666;
	font-size: 18px;
}

.contact-form ::-moz-placeholder {
	font-weight: 300;
	color: #666666;
	font-size: 18px;
}

.contact-form :-ms-input-placeholder {
	font-weight: 300;
	color: #666666;
	font-size: 18px;
}

.contact-form ::-ms-input-placeholder {
	font-weight: 300;
	color: #666666;
	font-size: 18px;
}

.contact-form input,
.contact-form textarea,
.contact-form ::placeholder {
	font-weight: 300;
	color: #666666;
	font-size: 18px;
}

@media (max-width: 575px) {
	.contact-form ::-webkit-input-placeholder {
		font-size: 16px;
	}

	.contact-form ::-moz-placeholder {
		font-size: 16px;
	}

	.contact-form :-ms-input-placeholder {
		font-size: 16px;
	}

	.contact-form ::-ms-input-placeholder {
		font-size: 16px;
	}

	.contact-form input,
.contact-form textarea,
.contact-form ::placeholder {
		font-size: 16px;
	}
}

.contact-form button {
	margin-top: 40px;
}

.contact-map-area {
	padding-bottom: 150px;
	position: relative;
	z-index: 2;
	margin-top: -250px;
}

.contact-map {
	width: 100%;
	height: 500px;
}

@media (max-width: 575px) {
	.contact-map {
		height: 320px;
	}
}

.contact-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	frameborder: 0;
}

/*=======  Page Title  =======*/
.page-title-section {
	background-size: cover;
	background-position: center;
	padding-top: 215px;
	padding-bottom: 185px;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.page-title-section {
		padding-top: 200px;
		padding-bottom: 150px;
	}
}

.page-title-section::before {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: 0.25;
	content: "";
}

.page-title-section::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 65px;
	content: "";
	z-index: 1;
	background: url(../img/page-title-shape.png);
	background-size: auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.page-title-section .page-title {
	font-size: 50px;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.page-title-section .page-title {
		font-size: 26px;
	}
}

.page-title-section .page-title-tag {
	font-size: 20px;
	color: #282932;
}

@media (max-width: 767px) {
	.page-title-section .page-title-tag {
		font-size: 18px;
	}
}

.page-title-section .page-title-tag i {
	font-size: 15px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

/*=======  Menu Page  =======*/
.menu-area {
	padding-top: 100px;
	padding-bottom: 150px;
}

.menu-area .menu-title {
	font-size: 50px;
	text-align: center;
	margin-bottom: 70px;
}

@media (max-width: 767px) {
	.menu-area .menu-title {
		font-size: 26px;
	}
}

.menu-area .menu-category {
	display: inline-block;
}

.menu-area .menu-category-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 0px 5px 5px 0px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
	.menu-area .menu-category-filter {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.menu-area .menu-category-filter li {
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding: 20px 40px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199px) {
	.menu-area .menu-category-filter li {
		font-size: 16px;
		padding: 20px 30px;
	}
}

@media (max-width: 767px) {
	.menu-area .menu-category-filter li {
		font-size: 14px;
		padding: 15px 20px;
	}
}

.menu-area .menu-category-filter li:not(:last-child) {
	border-right: 1px solid #e3e3e3;
}

.menu-area .menu-category-filter li.active, .menu-area .menu-category-filter li:hover {
	background-color: #5cc500;
	border-color: #5cc500;
	color: #fff;
}

.menu-area .view-changing {
	text-align: right;
}

@media (max-width: 991px) {
	.menu-area .view-changing {
		text-align: left;
		margin-top: 30px;
	}
}

.menu-area .view-changing a {
	font-size: 25px;
	padding: 5px;
	margin-left: 5px;
	color: #979797;
}

.menu-area .view-changing a:hover, .menu-area .view-changing a.active-view {
	color: #5cc500;
}

.menu-area .menu-items .menu-item-box {
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 40px rgba(11, 62, 61, 0.1);
	box-shadow: 0px 0px 40px rgba(11, 62, 61, 0.1);
	margin-top: 60px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

.menu-area .menu-items .menu-item-box .item-thumb {
	border-radius: 0px 0px 5px 5px;
	background: #f9f9f9;
	padding: 40px;
}

.menu-area .menu-items .menu-item-box .item-desc {
	padding: 25px 40px 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.menu-area .menu-items .menu-item-box .item-desc .price {
	color: #040404;
	font-weight: 500;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.menu-area .menu-items .menu-item-box .item-desc .title {
	font-size: 24px;
	font-weight: 600;
	color: #626262;
	margin: 10px 0;
	color: #282932;
}

.menu-area .menu-items .menu-item-box .item-desc p {
	font-size: 18px;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.menu-area .menu-items.menu-list-view {
	margin-top: 20px;
}

.menu-area .menu-items.menu-list-view .menu-item-box {
	text-align: left;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 5px;
	padding: 20px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 115px 1fr 75px;
	grid-template-columns: 115px 1fr 75px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-top: 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%235CC500FF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
}

@media (max-width: 575px) {
	.menu-area .menu-items.menu-list-view .menu-item-box {
		display: block;
	}
}

@media (max-width: 1199px) {
	.menu-area .menu-items.menu-list-view .menu-item-box p {
		font-size: 14px;
	}
}

.menu-area .menu-items.menu-list-view .menu-item-box .item-thumb {
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.menu-area .menu-items.menu-list-view .menu-item-box .item-thumb img {
	max-width: 115px;
}

.menu-area .menu-items.menu-list-view .menu-item-box .item-desc {
	padding: 0 10px 0 20px;
}

@media (max-width: 575px) {
	.menu-area .menu-items.menu-list-view .menu-item-box .item-desc {
		padding: 0;
		margin-top: 20px;
	}
}

.menu-area .menu-items.menu-list-view .menu-item-box .item-desc .title {
	margin: 0 0 15px;
}

.menu-area .menu-items.menu-list-view .menu-item-box .price-wrap {
	text-align: right;
	-ms-flex-item-align: self-start;
	-ms-grid-row-align: self-start;
	align-self: self-start;
	padding-top: 8px;
}

@media (max-width: 575px) {
	.menu-area .menu-items.menu-list-view .menu-item-box .price-wrap {
		text-align: left;
	}
}

.menu-area .menu-items.menu-list-view .menu-item-box .price-wrap .price {
	color: #5cc500;
}

.menu-area .menu-items.menu-list-view .menu-item-box .item-link {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #5cc500;
	color: #fff;
	z-index: 2;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-top-left-radius: 25px;
	text-align: center;
	font-size: 22px;
	border: 1px solid #5cc500;
}

.menu-area .menu-items.menu-list-view .menu-item-box:hover {
	background-color: #5cc500;
}

.menu-area .menu-items.menu-list-view .menu-item-box:hover .item-desc p,
.menu-area .menu-items.menu-list-view .menu-item-box:hover .item-desc .title,
.menu-area .menu-items.menu-list-view .menu-item-box:hover .item-desc .title a,
.menu-area .menu-items.menu-list-view .menu-item-box:hover .price {
	color: #fff;
}

.menu-area .menu-items.menu-list-view .menu-item-box:hover .item-link {
	color: #5cc500;
	background-color: #fff;
}

.menu-area .product-modal-content .product-desc {
	font-size: 18px;
}

.menu-area .product-modal-content .product-desc .product-price {
	color: #5cc500;
	margin-bottom: 10px;
}

.product-price {
	color: #5cc500;
	margin-bottom: 10px;
}

.menu-area .product-modal-content .extras-options {
	padding: 30px 0;
}

.menu-area .product-modal-content .extras-options .options-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.menu-area .product-modal-content .extras-options .single-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu-area .product-modal-content .extras-options .single-checkbox:not(:last-child) {
	margin-bottom: 10px;
}

.menu-area .product-modal-content .extras-options label {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 10px;
}

.menu-area .product-modal-content .quantity-input {
	margin-bottom: 20px;
}

.menu-area .product-modal-content .quantity-input label {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	color: #282932;
	font-weight: 700;
}

.menu-area .product-modal-content .quantity-input .quantity-down,
.menu-area .product-modal-content .quantity-input input,
.menu-area .product-modal-content .quantity-input .quantity-up {
	width: 50px;
	height: 50px;
	border: 1px solid #e8e8e8;
	float: left;
	line-height: 50px;
	text-align: center;
	color: #2a2a2a;
	cursor: pointer;
	padding: 0;
}

.menu-area .product-modal-content input::-webkit-outer-spin-button,
.menu-area .product-modal-content input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.menu-area .product-modal-content input[type=number] {
	-moz-appearance: textfield;
}

.menu-area .product-modal-content .main-btn {
	margin-top: 20px;
	padding: 15px 30px;
	font-size: 14px;
}

/*=======  Sign UP/ Login  =======*/
.resgister-signup-title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 45px;
}

@media (max-width: 575px) {
	.resgister-signup-title {
		font-size: 15px;
	}
}

.resgister-signup-title .title {
	font-size: 30px;
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	.resgister-signup-title .title {
		font-size: 22px;
	}
}

.resgister-form label {
	font-size: 16px;
	margin: 0;
	line-height: 1.2;
}

.resgister-form button.main-btn {
	width: 100%;
	padding: 0;
	height: 60px;
	border-radius: 0;
}

/*======= Single Blog Post =======*/
.single-blog-post {
	margin-bottom: 40px;
	font-size: 15px;
}

.single-blog-post .entry-thumb {
	position: relative;
	margin-bottom: -2px;
	z-index: 1;
}

.single-blog-post .entry-thumb iframe {
	width: 100%;
	border: none;
}

.single-blog-post .entry-thumb .slick-arrow {
	background-color: #5cc500;
	color: #fff;
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
	height: 50px;
	width: 50px;
	font-size: 18px;
}

.single-blog-post .entry-thumb .slick-arrow.next-arrow {
	left: auto;
	right: 40px;
}

.single-blog-post .entry-thumb .slick-arrow:hover {
	background-color: #282932;
}

.single-blog-post .entry-summary {
	padding: 50px 45px;
	border: 2px solid #ededed;
}

@media (max-width: 1199px) {
	.single-blog-post .entry-summary {
		padding: 40px 35px;
	}
}

@media (max-width: 1199px) {
	.single-blog-post .entry-summary {
		padding: 40px 25px;
		font-size: 15px;
	}
}

.single-blog-post .entry-summary .post-cats {
	margin-bottom: 35px;
}

.single-blog-post .entry-summary .post-cats a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #5cc500;
	line-height: 1;
	padding: 8px 30px;
	margin-right: 5px;
}

.single-blog-post .entry-summary .post-cats a:hover {
	background-color: #282932;
	color: #fff;
}

.single-blog-post .entry-summary .title {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.3;
}

@media (max-width: 1199px) {
	.single-blog-post .entry-summary .title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.single-blog-post .entry-summary .title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.single-blog-post .entry-summary .title {
		font-size: 18px;
	}
}

.single-blog-post .entry-summary .entry-meta {
	margin-top: 20px;
}

.single-blog-post .entry-summary .entry-meta li {
	display: inline-block;
}

.single-blog-post .entry-summary .entry-meta li:not(:last-child) {
	margin-right: 25px;
}

@media (max-width: 767px) {
	.single-blog-post .entry-summary .entry-meta li:not(:last-child) {
		margin-right: 15px;
	}
}

.single-blog-post .entry-summary .entry-meta a {
	font-size: 14px;
	font-weight: 600;
	color: #626262;
}

.single-blog-post .entry-summary .entry-meta a:hover {
	color: #5cc500;
}

.single-blog-post .entry-summary .entry-meta a i {
	margin-right: 10px;
}

.single-blog-post .entry-summary p {
	margin-top: 20px;
}

.single-blog-post .entry-summary .entry-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.single-blog-post .entry-summary .entry-footer a {
	font-weight: 600;
	color: #626262;
	font-size: 14px;
}

@media (max-width: 575px) {
	.single-blog-post .entry-summary .entry-footer a {
		font-size: 13px;
	}
}

.single-blog-post .entry-summary .entry-footer a img,
.single-blog-post .entry-summary .entry-footer a i {
	margin-right: 8px;
}

@media (max-width: 575px) {
	.single-blog-post .entry-summary .entry-footer a img,
.single-blog-post .entry-summary .entry-footer a i {
		margin-right: 5px;
	}
}

.single-blog-post .entry-summary .entry-footer a:hover {
	color: #5cc500;
}

.single-blog-post.video-post .popup-video {
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #5cc500;
	font-size: 14px;
	color: #fff;
	line-height: 80px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.single-blog-post.video-post .popup-video:hover {
	background-color: #282932;
}

@media (max-width: 767px) {
	.single-blog-post.video-post .popup-video {
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
}

.single-blog-post.audio-post .entry-thumb {
	margin-bottom: -8px;
}

.single-blog-post.quote-post .entry-summary {
	border: none;
	background-color: #5cc500;
	position: relative;
	z-index: 1;
	padding: 50px 50px 50px 150px;
}

@media (max-width: 767px) {
	.single-blog-post.quote-post .entry-summary {
		padding: 130px 35px 40px 35px;
	}
}

@media (max-width: 575px) {
	.single-blog-post.quote-post .entry-summary {
		padding: 130px 25px 40px 25px;
	}
}

.single-blog-post.quote-post .entry-summary::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/news/quote-pattern.png);
	background-size: cover;
	background-position: center;
	content: "";
}

.single-blog-post.quote-post .entry-summary .quote-icon {
	position: absolute;
	z-index: 1;
	left: 40px;
	top: 50px;
	color: #fff;
	font-size: 70px;
	line-height: 1;
}

@media (max-width: 767px) {
	.single-blog-post.quote-post .entry-summary .quote-icon {
		font-size: 50px;
		left: 35px;
	}
}

@media (max-width: 575px) {
	.single-blog-post.quote-post .entry-summary .quote-icon {
		left: 25px;
	}
}

.single-blog-post.quote-post .entry-summary .title a,
.single-blog-post.quote-post .entry-summary .entry-meta a {
	color: #fff;
}

.single-blog-post.only-title .entry-summary {
	position: relative;
	z-index: 1;
	border: none;
}

.single-blog-post.only-title .entry-summary::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background-image: url(../img/news/03.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.1;
}

/*======= Blog Details =======*/
.blog-post-details {
	padding: 50px 45px;
	border: 2px solid #ededed;
	font-size: 15px;
	line-height: 1.8;
}

@media (max-width: 1199px) {
	.blog-post-details {
		padding: 40px 35px;
	}
}

@media (max-width: 1199px) {
	.blog-post-details {
		padding: 40px 25px;
		font-size: 15px;
	}
}

.blog-post-details .post-content .post-cats {
	margin-bottom: 30px;
}

.blog-post-details .post-content .post-cats a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #5cc500;
	line-height: 1;
	padding: 8px 30px;
	margin-right: 5px;
}

.blog-post-details .post-content .post-cats a:hover {
	background-color: #282932;
	color: #fff;
}

.blog-post-details .post-content .title {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.blog-post-details .post-content .title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.blog-post-details .post-content .title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.blog-post-details .post-content .title {
		font-size: 18px;
	}
}

.blog-post-details .post-content .entry-meta {
	margin-bottom: 25px;
}

.blog-post-details .post-content .entry-meta li {
	display: inline-block;
	padding-left: 0;
}

.blog-post-details .post-content .entry-meta li:not(:last-child) {
	margin-right: 25px;
}

@media (max-width: 767px) {
	.blog-post-details .post-content .entry-meta li:not(:last-child) {
		margin-right: 15px;
	}
}

@media (max-width: 767px) and (max-width: 575px) {
	.blog-post-details .post-content .entry-meta li:not(:last-child) {
		font-size: 10px;
	}
}

.blog-post-details .post-content .entry-meta li::before {
	display: none;
}

.blog-post-details .post-content .entry-meta a {
	font-size: 14px;
	font-weight: 600;
}

.blog-post-details .post-content .entry-meta a i {
	margin-right: 10px;
}

.blog-post-details .post-content p:not(:last-child) {
	margin-bottom: 25px;
}

.blog-post-details .post-content figure {
	margin: 50px 0;
}

@media (max-width: 575px) {
	.blog-post-details .post-content figure {
		margin: 30px 0;
	}
}

.blog-post-details .post-content .subtitle {
	font-size: 24px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

@media (max-width: 1199px) {
	.blog-post-details .post-content .subtitle {
		font-size: 18px;
	}
}

.blog-post-details .post-content hr {
	margin: 35px 0;
	border-top: 1px solid #e1e6ff;
}

.blog-post-details .post-content ul li {
	position: relative;
	padding-left: 45px;
}

.blog-post-details .post-content ul li:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.blog-post-details .post-content ul li {
		padding-left: 30px;
	}
}

.blog-post-details .post-content ul li::before {
	position: absolute;
	left: 20px;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
}

@media (max-width: 767px) {
	.blog-post-details .post-content ul li::before {
		left: 0;
	}
}

.blog-post-details .post-content blockquote {
	padding: 60px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: 600;
	margin: 35px 0;
	color: #282932;
}

@media (max-width: 1199px) {
	.blog-post-details .post-content blockquote {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.blog-post-details .post-content blockquote {
		padding: 40px 25px;
	}
}

@media (max-width: 575px) {
	.blog-post-details .post-content blockquote {
		padding: 40px 20px;
	}
}

.blog-post-details .post-content blockquote cite {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	font-style: normal;
	color: #5cc500;
}

.blog-post-details .post-footer {
	margin-top: 50px;
}

.blog-post-details .post-footer .related-tags h5,
.blog-post-details .post-footer .social-share h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.blog-post-details .post-footer .related-tags li,
.blog-post-details .post-footer .social-share li {
	display: inline-block;
}

.blog-post-details .post-footer .related-tags li {
	margin-right: 4px;
}

.blog-post-details .post-footer .related-tags li a {
	background-color: #efefef;
	font-size: 12px;
	font-weight: 700;
	color: #282932;
	text-transform: uppercase;
	padding: 5px 20px;
}

@media (max-width: 1199px) {
	.blog-post-details .post-footer .related-tags li a {
		padding: 5px 15px;
	}
}

.blog-post-details .post-footer .related-tags li a:hover {
	background-color: #5cc500;
	color: #fff;
}

@media (max-width: 767px) {
	.blog-post-details .post-footer .social-share {
		margin-top: 40px;
	}
}

.blog-post-details .post-footer .social-share li {
	margin-left: 20px;
}

.blog-post-details .post-footer .social-share li a {
	color: #b5becc;
	font-size: 16px;
}

.blog-post-details .post-nav {
	padding: 50px 0;
	margin: 50px 0;
	border-top: 1px solid #e1e6ff;
	border-bottom: 1px solid #e1e6ff;
	position: relative;
	z-index: 1;
}

.blog-post-details .post-nav::after {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 40px;
	width: 40px;
	background-image: url(../img/news/dot-icon.png);
	content: "";
}

@media (max-width: 767px) {
	.blog-post-details .post-nav::after {
		display: none;
	}
}

.blog-post-details .post-nav .prev-post,
.blog-post-details .post-nav .next-post {
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
}

.blog-post-details .post-nav .prev-post span,
.blog-post-details .post-nav .next-post span {
	display: block;
	letter-spacing: 1px;
	color: #5cc500;
	margin-bottom: 5px;
	font-size: 14px;
}

.blog-post-details .post-nav .prev-post a,
.blog-post-details .post-nav .next-post a {
	font-size: 22px;
	color: #282932;
	font-weight: 700;
	display: block;
}

@media (max-width: 1199px) {
	.blog-post-details .post-nav .prev-post a,
.blog-post-details .post-nav .next-post a {
		font-size: 20px;
	}
}

.blog-post-details .post-nav .next-post {
	text-align: right;
}

@media (max-width: 575px) {
	.blog-post-details .post-nav .next-post {
		text-align: left;
		margin-top: 30px;
	}
}

.blog-post-details .related-post .title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.blog-post-details .related-post .title {
		font-size: 16px;
	}
}

.blog-post-details .related-post .single-related-post {
	margin-bottom: 50px;
}

.blog-post-details .related-post .single-related-post .thumb {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

.blog-post-details .related-post .single-related-post .desc {
	padding: 30px;
	font-size: 14px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
	box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

@media (max-width: 575px) {
	.blog-post-details .related-post .single-related-post .desc {
		padding: 30px 20px;
	}
}

.blog-post-details .related-post .single-related-post .desc .date {
	color: #5cc500;
	margin-bottom: 10px;
}

.blog-post-details .related-post .single-related-post .desc .date i {
	margin-right: 5px;
}

.blog-post-details .related-post .single-related-post .desc h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.blog-post-details .author-info {
	border: 2px solid #ededed;
	padding: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 180px 40px 1fr;
	grid-template-columns: 180px 1fr;
	gap: 40px;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.blog-post-details .author-info {
		padding: 40px 30px;
	}
}

@media (max-width: 767px) {
	.blog-post-details .author-info {
		display: block;
	}
}

@media (max-width: 767px) {
	.blog-post-details .author-info .desc {
		margin-top: 30px;
	}
}

.blog-post-details .author-info span {
	font-size: 12px;
	margin-bottom: 5px;
	color: #5cc500;
	font-weight: 700;
}

.blog-post-details .author-info h3 {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.blog-post-details .author-info h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.blog-post-details .author-info h3 {
		font-size: 20px;
	}
}

/*======= Blog sidebar =======*/
@media (max-width: 991px) {
	.blog-sibebar {
		margin-top: 50px;
	}
}

.blog-sibebar .widget {
	padding: 40px;
	border: 2px solid #ededed;
	margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-sibebar .widget {
		padding: 35px 25px;
	}
}

@media (max-width: 991px) {
	.blog-sibebar .widget {
		margin-top: 50px;
	}
}

@media (max-width: 575px) {
	.blog-sibebar .widget {
		padding: 35px 25px;
	}
}

.blog-sibebar .widget:last-child {
	margin-bottom: 0;
}

.blog-sibebar .widget .widget-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-left: 45px;
	position: relative;
	text-transform: capitalize;
}

.blog-sibebar .widget .widget-title::before, .blog-sibebar .widget .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #5cc500;
}

.blog-sibebar .widget .widget-title::before {
	height: 4px;
	width: 18px;
	border-radius: 2px;
}

.blog-sibebar .widget .widget-title::after {
	left: 22px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
}

.blog-sibebar .widget.about-author-widget .author-info {
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
}

.blog-sibebar .widget.about-author-widget .author-info .thumb {
	margin-bottom: 30px;
}

.blog-sibebar .widget.about-author-widget .author-info .thumb img {
	max-width: 140px;
	border-radius: 50%;
}

.blog-sibebar .widget.about-author-widget .author-info .name {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.blog-sibebar .widget.about-author-widget .author-info .social-icon {
	margin-top: 25px;
}

.blog-sibebar .widget.about-author-widget .author-info .social-icon li {
	display: inline-block;
	font-size: 14px;
	margin: 0px 10px;
}

.blog-sibebar .widget.about-author-widget .author-info .social-icon li a {
	color: #b3bed3;
}

.blog-sibebar .widget.about-author-widget .author-info .social-icon li a:hover {
	color: #5cc500;
}

.blog-sibebar .widget.search-widget form {
	position: relative;
}

.blog-sibebar .widget.search-widget form input {
	background-color: #f0f4f7;
	font-size: 12px;
	height: 60px;
	padding: 0 65px 0 25px;
	border: none;
}

.blog-sibebar .widget.search-widget form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background-color: #5cc500;
	font-size: 14px;
	border: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
}

.blog-sibebar .widget.search-widget form button:hover {
	background-color: #282932;
}

.blog-sibebar .widget.recent-post-widget li {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 80px 20px 1fr;
	grid-template-columns: 80px 1fr;
	gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-sibebar .widget.recent-post-widget li {
		gap: 15px;
	}
}

@media (max-width: 575px) {
	.blog-sibebar .widget.recent-post-widget li {
		display: block;
	}
}

.blog-sibebar .widget.recent-post-widget li:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}

.blog-sibebar .widget.recent-post-widget li h6 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3;
}

.blog-sibebar .widget.recent-post-widget li .post-thumb {
	height: 80px;
	width: 80px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.blog-sibebar .widget.recent-post-widget li .post-thumb {
		margin-bottom: 20px;
	}
}

.blog-sibebar .widget.recent-post-widget li .time {
	font-size: 13px;
}

.blog-sibebar .widget.recent-post-widget li .time i {
	margin-right: 8px;
}

.blog-sibebar .widget.categories-widget li:not(:last-child) {
	margin-bottom: 10px;
}

.blog-sibebar .widget.categories-widget li a {
	background-color: #282932;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 50px 14px 30px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-sibebar .widget.categories-widget li a span {
	position: absolute;
	right: 0;
	width: 50px;
	height: 100%;
	background-color: #000;
	top: 0;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.blog-sibebar .widget.categories-widget li a:hover {
	background-color: rgba(92, 197, 0, 0.8);
	color: #fff;
}

.blog-sibebar .widget.categories-widget li a:hover span {
	background-color: #5cc500;
}

.blog-sibebar .widget.social-widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px;
}

.blog-sibebar .widget.social-widget ul li {
	display: inline-block;
	padding: 4px;
}

.blog-sibebar .widget.social-widget ul li a {
	background-color: #ededed;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #282932;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-sibebar .widget.social-widget ul li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 575px) {
	.blog-sibebar .widget.social-widget ul li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

.blog-sibebar .widget.social-widget ul li a:hover {
	background-color: #5cc500;
	color: #fff;
}

.blog-sibebar .widget.twitter-widget li {
	padding-left: 35px;
	position: relative;
}

.blog-sibebar .widget.twitter-widget li:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e6ff;
}

.blog-sibebar .widget.twitter-widget li::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	font-family: "Font Awesome 5 Brands";
	color: #5cc500;
}

.blog-sibebar .widget.twitter-widget li a {
	color: #626262;
	font-size: 12px;
}

.blog-sibebar .widget.twitter-widget li .date {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.blog-sibebar .widget.instagram-widgets ul {
	margin: -8px;
}

@media (max-width: 575px) {
	.blog-sibebar .widget.instagram-widgets ul {
		margin: -5px;
	}
}

.blog-sibebar .widget.instagram-widgets ul::after {
	clear: both;
	display: block;
	content: "";
}

.blog-sibebar .widget.instagram-widgets ul li {
	float: left;
	padding: 8px;
}

@media (min-width: 992px) {
	.blog-sibebar .widget.instagram-widgets ul li {
		width: 33.33%;
	}
}

@media (max-width: 575px) {
	.blog-sibebar .widget.instagram-widgets ul li {
		padding: 5px;
	}
}

.blog-sibebar .widget.tag-widget ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}

.blog-sibebar .widget.tag-widget ul li {
	padding: 5px;
}

.blog-sibebar .widget.tag-widget ul li a {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #f4f4f4;
	color: #626262;
	padding: 8px 15px;
	font-weight: 500;
}

.blog-sibebar .widget.tag-widget ul li a:hover {
	background-color: #5cc500;
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-sibebar .widget.tag-widget ul li a {
		padding: 5px 12px;
	}
}

@media (max-width: 575px) {
	.blog-sibebar .widget.tag-widget ul li a {
		padding: 8px 15px;
	}
}

.blog-sibebar .widget.ad-widget {
	border: none;
	padding: 0;
}

/*======= Post Pagination =======*/
.post-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
}

.post-pagination ul li span,
.post-pagination ul li a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 2px solid #ededed;
	font-size: 14px;
	font-weight: 600;
	color: #626262;
	text-align: center;
	margin: 5px;
}

@media (max-width: 575px) {
	.post-pagination ul li span,
.post-pagination ul li a {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
}

.post-pagination ul li span.active-page, .post-pagination ul li span:hover,
.post-pagination ul li a.active-page,
.post-pagination ul li a:hover {
	background-color: #5cc500;
	border-color: #5cc500;
	color: #fff;
}

/*======= Comment Template =======*/
.comment-template {
	margin-top: 50px;
}

.comment-template .template-title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.comment-template .comment-lists li {
	position: relative;
	padding-left: 130px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eff2ff;
}

@media (max-width: 767px) {
	.comment-template .comment-lists li {
		padding-left: 0;
		padding-top: 130px;
	}
}

.comment-template .comment-lists li .thumb {
	position: absolute;
	left: 0;
	top: 0;
}

.comment-template .comment-lists li .comment-desc {
	position: relative;
	z-index: 1;
	font-size: 14px;
}

.comment-template .comment-lists li .comment-desc h5 {
	font-size: 18px;
	line-height: 1;
}

.comment-template .comment-lists li .comment-desc .date {
	color: #5cc500;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1;
}

.comment-template .comment-lists li .comment-desc .reply-btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	border-radius: 20px;
	border: 2px solid #f4f4ff;
	line-height: 1;
	padding: 10px 20px;
	font-size: 14px;
	color: #626262;
	font-weight: 700;
}

.comment-template .comment-lists li .comment-desc .reply-btn i {
	margin-right: 5px;
}

.comment-template .comment-lists li .comment-desc .reply-btn:hover {
	background-color: #282932;
	border-color: #282932;
	color: #fff;
}

.comment-template .comment-lists li li {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #eff2ff;
}

@media (max-width: 767px) {
	.comment-template .comment-lists li li {
		margin-left: 50px;
		padding-top: 180px;
	}
}

@media (max-width: 575px) {
	.comment-template .comment-lists li li {
		margin-left: 20px;
	}
}

.comment-template .comment-lists li li .thumb {
	top: 50px;
}

.comment-template .comment-lists li li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-template .comment-form {
	background-color: #f0f4f7;
	padding: 50px;
}

@media (max-width: 767px) {
	.comment-template .comment-form {
		padding: 40px 30px;
	}
}

@media (max-width: 575px) {
	.comment-template .comment-form {
		padding: 40px 20px;
	}
}

.comment-template .comment-form .input-group {
	margin-bottom: 20px;
}

.comment-template .comment-form .input-group input,
.comment-template .comment-form .input-group textarea {
	padding-left: 20px;
	padding-right: 60px;
}

.comment-template .comment-form .input-group .icon {
	left: auto;
	right: 0;
	background-color: transparent;
	color: #5cc500;
}

.comment-template .comment-form .input-group.textarea .icon {
	top: 10px;
}

.comment-template .comment-form input,
.comment-template .comment-form textarea {
	background-color: #fff;
	font-size: 14px;
}

@media (max-width: 575px) {
	.comment-template .comment-form input,
.comment-template .comment-form textarea {
		font-size: 12px;
	}
}

.comment-template .comment-form textarea {
	height: 220px;
}

.comment-template .comment-form ::-webkit-input-placeholder {
	color: #626262;
}

.comment-template .comment-form ::-moz-placeholder {
	color: #626262;
}

.comment-template .comment-form :-ms-input-placeholder {
	color: #626262;
}

.comment-template .comment-form ::-ms-input-placeholder {
	color: #626262;
}

.comment-template .comment-form input,
.comment-template .comment-form textarea,
.comment-template .comment-form ::placeholder {
	color: #626262;
}

.comment-template .comment-form .main-btn {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	padding: 20px 40px;
}

/*=======  Footer  =======*/
footer {
	background-color: #2e2e2e;
	padding: 120px 0 50px;
}

footer .widget {
	margin-bottom: 50px;
}

footer .widget .widget-title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 50px;
}

footer .widget.about-widget .logo {
	margin-bottom: 30px;
}

@media (max-width: 1699px) {
	footer .widget.about-widget .logo img {
		max-width: 230px;
	}
}

@media (max-width: 1399px) {
	footer .widget.about-widget .logo img {
		max-width: 200px;
	}
}

@media (max-width: 575px) {
	footer .widget.about-widget .logo img {
		max-width: 180px;
	}
}

footer .widget.about-widget p {
	color: #fff;
}

@media (max-width: 1199px) {
	footer .widget.about-widget p {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	footer .widget.about-widget p {
		font-size: 16px;
	}
}

footer .widget.about-widget .social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

footer .widget.about-widget .social-link a {
	color: #5cc500;
	font-size: 16px;
	margin-right: 20px;
}

footer .widget.about-widget .copy-right-text {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	margin-top: 15px;
}

footer .widget.nav-widget li:not(:last-child) {
	margin-bottom: 5px;
}

footer .widget.nav-widget a {
	color: #fff;
	opacity: 0.5;
	font-size: 18px;
}

footer .widget.nav-widget a

footer .widget.nav-widget a:hover {
	opacity: 1;
}

footer .widget.newsletter-widget p {
	color: #fff;
	opacity: 0.6;
	margin-bottom: 20px;
}

footer .widget.newsletter-widget form {
	position: relative;
}

footer .widget.newsletter-widget form input {
	width: 100%;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background-color: transparent;
	color: rgba(255, 255, 255, 0.6);
	padding-left: 20px;
	padding-right: 80px;
}

footer .widget.newsletter-widget form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

footer .widget.newsletter-widget form ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

footer .widget.newsletter-widget form :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

footer .widget.newsletter-widget form ::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

footer .widget.newsletter-widget form ::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

footer .widget.newsletter-widget form button {
	position: absolute;
	width: 70px;
	height: 100%;
	z-index: 2;
	background-color: #fff;
	font-size: 18px;
	color: #5cc500;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	right: 0;
	bottom: 0;
}

footer .widget.newsletter-widget form button:hover {
	background-color: #5cc500;
	color: #fff;
}

.font-72 {
	font-size: 72px;
}

.footer-contact-info-list h5,
.footer-contact-info-list span{
	color: #fff;
	opacity: 0.6;
}
