body,
.home-recipe .heading h3,
.popular-city .heading h3,
.home-category .heading h3 {
	font-family: 'Karla', sans-serif!important;
}

.form-control {
	appearance: auto!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Karla', sans-serif!important;
	color: #333;
}

.badge-success,
.badge-danger,
.badge-primary,
.badge-warning {
	font-size: 14px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6!important;
}

dl, ol, ul {
	padding-left: 0!important;
}

.fz_24 {
	font-size: 24px!important;
}

.w_100_p {
	width: 100%!important;
}
.w_25_p {
	width: 25%!important;
}

.btn {
	font-size: 14px;
}

.btn-sm-custom {
	width: 26px!important;
	height: 26px!important;
	padding: 0!important;
	text-align: center;
	line-height: 26px!important;
}

.razorpay-payment-button {
	color: #fff;
    background-color: #00b74a;
    border-color: #00b74a;
	text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    font-weight: 500;
    padding: .625rem 1.5rem .5rem;
    font-size: 14px!important;
    line-height: 1.5;
	border-radius: .25rem;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.razorpay-payment-button:hover {
	background-color: #00913b!important;
}

.nav-pills .nav-link {
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background: #fff;
}

.slider-video iframe {
	width: 100%;
	height: 600px;
}

.d_n {
	display: none!important;
}

.sep {
	width: 100%;
	height: 1px;
	background: #b4b4b4;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	-webkit-transition: all 0.4s ease!important;
	transition: all 0.4s ease!important;
	text-decoration: none;
}

a:hover {
	text-decoration: none;	
}

.bg-lightblue {
	background: #f1f5f9;
}

.w-400 {
	width: 400px!important;
}
.w-200 {
	width: 200px!important;
}
.w-100 {
	width: 100px!important;
}
.w-150 {
	width: 150px!important;
}
.w-170 {
	width: 170px!important;
}
.w-50 {
	width: 50px!important;
}
.w-300 {
	width: 300px!important;
}

.w-100-p {
	width: 100%!important;
}

.h-100 {
	height: 100px!important;
}
.h-200 {
	height: 200px!important;
}
.h-300 {
	height: 300px!important;
}

.btn-arf {
	background: #4aaf4e!important;
	border: 0;
}

.btn-arf:hover {
	background: #333!important;
}


.search-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;
}

.search-section .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #313131;
	opacity: 0.5;
}

.search-section h1 {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	margin-bottom: 10px;
}

.search-section p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.search-section .box {
	padding-left: 100px;
	padding-right: 100px;
}

.search-section .input-box {
	background: rgba(245, 245, 245, 0.3);
	padding: 10px;
	border-radius: 6px;
}
.search-section .input-box input {
	width: 25%;
	height: 40px;
	font-size: 16px!important;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.search-section .input-box .select2-container {
	width: 25%!important;
	height: 40px;
	font-size: 16px!important;
}
.search-section .input-group-append {
	width: 25%!important;
	height: 40px;
	font-size: 16px!important;
}
.search-section .input-group-append button {
	width: 100%!important;
	background: #4aaf4e;
	border: 0;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.select2-container--bootstrap .select2-selection {
	font-size: 16px!important;
}
.select2-container--bootstrap .select2-selection--single {
	height: 40px;
	line-height: 26px;
}

@media only screen and (max-width: 767px) {
	.search-section .input-group {
		display: block;
	}
	.search-section .input-box input {
		width: 100%;
		border-top-right-radius: 6px!important;
		border-bottom-right-radius: 6px!important;
		margin-bottom: 5px;
	}
	.search-section .input-box .select2-container {
		width: 100%!important;
	}
	.search-section .input-group-append {
		width: 100%!important;
	}
	.select2-container--bootstrap .select2-selection--single {
		border-radius: 6px!important;
		margin-bottom: 5px!important;
	}
	.search-section .input-group-append button {
		border-top-left-radius: 6px!important;
		border-bottom-left-radius: 6px!important;
	}
}

@media only screen and (max-width: 991px) {
	.search-section .box {
		padding-left: 0;
		padding-right: 0;
	}
}


/* Main Nav */
.main-nav {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}

.main-nav .navbar {
	padding-left: 0;
	padding-right: 0;
	box-shadow: none!important;
}

.main-nav nav .navbar-nav .nav-item {
	padding-top: 28px;
	padding-bottom: 28px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	top: 88px!important;
	background: #ffffff!important;
	padding: 0!important;
	border: 2px solid #f5f5f5!important;
	border-radius: 0!important;
}

.main-nav nav .navbar-nav .nav-item a {
	color: #333;
	font-weight: 600;
	text-transform: none!important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	color: #444;
	border-bottom: 1px solid #dbdbdb;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover, 
.main-nav nav .navbar-nav .nav-item a:focus, 
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #4aaf4e;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #4aaf4e!important;
}

.main-nav img {
	height: 70px;
}

.mobile-nav nav .navbar-nav .nav-item a i {
	display: inline-block!important;
}

.mobile-nav nav .navbar-nav .nav-item-icon a i {
	display: inline-block!important;
}

.mobile-nav nav .navbar-nav .nav-item-icon {
	display: inline-block!important;
}


/* Sticky Nav */
.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}


/* Sidepanel */
.sidepanel {
  	height: 250px; /* Specify a height */
  	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
.sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidepanel a:hover {
  	color: #f1f1f1;
}
.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}
.openbtn:hover {
  	background-color: #444;
}




/* Slider */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}



/* =============================================== */
/* ================= Mobile Menu ================= */
/* =============================================== */
.mobile-nav img {
	height: 40px;
}
.mean-container .mean-bar {
	background-color: #fff;
}
.mean-container a.meanmenu-reveal span {
	background: #4aaf4e;
}
.mean-container a.meanmenu-reveal {
	color: #4aaf4e;
}





/* Feature Section */
.feature {
	margin-top: 80px;
}
.feature-item {
	border: 1px solid #b4b4b4;
	padding: 40px 40px 20px 40px;
	border-radius: 8px;
}
.feature-item .icon {
	text-align: center;
}
.feature-item .icon i {
	font-size: 50px;
}
.feature-item .text {
	text-align: center;
	margin-top: 20px;
}
.feature-item .text h3 {
	font-size: 20px;
}
.feature-item .text p {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.feature-item {
		margin-bottom: 30px!important;
	}
}



/* Home Category */
.home-category {
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}

.home-category .heading {
	text-align: center;
	margin-bottom: 30px;
}

.home-category .heading h2 {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
}

.home-category .heading h3 {
	font-size: 16px;
	font-weight: 500;
	color: #928f8f;
}
.home-category-item {
	margin-bottom: 20px;
}
.home-category-item .photo {
	position: relative;
}
.home-category-item .photo img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.home-category-item .text {
	text-align: center;
	margin-top: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	background: #4ab04dcc;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.home-category-item .text a {
	color: #fff!important;
	position: relative;
	z-index: 99999;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

.home-category .all-item {
	margin-top: 30px;
	text-align: center;
}
.home-category .all-item a {
	background: #4ab04d;
	display: inline-block;
	padding: 10px 20px;
}




/* Home Video */
.home-video {
	padding-top: 120px;
	padding-bottom: 100px;
	background: #4ab04d;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
}

.home-video .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}

.home-video h2 {
	color: #fff;
	text-align: center;
	margin-top: 0;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 20px;
}

.home-video p {
	color: #fff;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}

.home-video .video-section {
	text-align: center;
}

.home-video .video-section a {
	font-size: 100px;
	color: #fff;
}





/* Home Recipe */
.home-recipe {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.home-recipe .heading {
	text-align: center;
	margin-bottom: 30px;
}

.home-recipe .heading h2 {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin-top: 0;
}

.home-recipe .heading h3 {
	font-size: 18px;
	font-weight: 500;
	color: #928f8f;
}

.home-recipe .home-recipe-item {
	margin-bottom: 25px;
	border: 1px solid #b4b4b4;
	border-radius: 6px;
}

.home-recipe .home-recipe-item .photo {
	position: relative;
	overflow: hidden;
}

.home-recipe .home-recipe-item .photo img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.home-recipe .home-recipe-item .photo .on-photo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.home-recipe .home-recipe-item .photo .on-photo .category {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.home-recipe .home-recipe-item .photo .on-photo .review-container {
	float: right;
	background: #00000099;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px 10px;
	border-radius: 6px;
}

.home-recipe .home-recipe-item .photo .on-photo .review-container .review i {
	color: #fbc715;
	font-size: 14px;
}

.home-recipe .home-recipe-item .photo .on-photo .review-container .review span {
	color: #fff;
	font-weight: 700;
	padding-left: 4px;
}

.home-recipe .home-recipe-item .photo .on-photo a {
	background: #4aaf4e;
	color: #fff;
	padding: 2px 8px;
	border-radius: 4px;
}

.home-recipe .home-recipe-item .photo .wishlist {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.home-recipe .home-recipe-item .photo .wishlist i {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}

.home-recipe .home-recipe-item .photo .pro-banner {
    position: absolute;
    top: 6px;
    left: -26px;
    background: #e23434;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-recipe .home-recipe-item .photo .trending-banner {
	position: absolute;
    top: 20px;
    left: -30px;
    background: #5f7cdb;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-recipe .home-recipe-item .photo .free-banner {
	position: absolute;
    top: 6px;
    left: -30px;
    background:#30c72c;
    color: #fff;
    padding-left: 35px;
    padding-right: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-recipe .home-recipe-item .photo .pro-recipe-price {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #ed1c1c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.home-recipe .home-recipe-item .text {
	background: #ffffff;
	padding: 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.home-recipe .home-recipe-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.home-recipe .home-recipe-item .text h3 a {
	color: #333;
}

.home-recipe .home-recipe-item .text h3 a:hover {
	color: #4aaf4e;
}
.home-recipe .home-recipe-item .text .bottom {
	overflow: hidden;
}
.home-recipe .home-recipe-item .text .person {
	font-size: 16px;
	color: #4aaf4e;
	display: inline-block;
}

.home-recipe .home-recipe-item .text .person .left {
	display: inline-block;
	margin-right: 5px;
}

.home-recipe .home-recipe-item .text .person .left img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #4aaf4e;
}

.home-recipe .home-recipe-item .text .person .right {
	display: inline-block;
	color: #7a7a7a;
	font-size: 14px;
	vertical-align: top;
	padding-top: 4px;
}

.home-recipe .home-recipe-item .text .difficulty {
	display: inline-block;
	text-align: right;
	font-size: 14px;
}
.home-recipe .home-recipe-item .text .difficulty .item {
	float: right;
	text-align: right;
}

.home-recipe .home-recipe-item .text .review {
	margin-top: 5px;
}

.home-recipe .home-recipe-item .text .review i {
	color: #fbc715;
	font-size: 14px;
}

.home-recipe .home-recipe-item .text .info {
	overflow: hidden;
	font-size: 14px;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-recipe .home-recipe-item .text .info .time {
	width: 33.33%;
	float: left;
	text-align: left;
}

.home-recipe .home-recipe-item .text .info .step {
	width: 33.33%;
	float: left;
	text-align: center;
}

.home-recipe .home-recipe-item .text .info .serving {
	width: 33.33%;
	float: left;
	text-align: right;
}

.home-recipe .owl-dots {
	text-align: center;
	margin-top: 0px;
}

.home-recipe .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.home-recipe .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #333;
	border: 7px solid #afafaf;
}

.home-recipe .all-item {
	margin-top: 20px;
	text-align: center;
}
.home-recipe .all-item a {
	background: #4ab04d;
	display: inline-block;
	padding: 10px 20px;
}

@media only screen and (max-width: 1199px) {
	.home-recipe .home-recipe-item .photo img {
		height: 185px;
	}
}
@media only screen and (max-width: 991px) {
	.home-recipe .home-recipe-item .photo img {
		height: 215px;
	}
}
@media only screen and (max-width: 767px) {
	.home-recipe .home-recipe-item .photo img {
		height: 320px;
	}
}
@media only screen and (max-width: 575px) {
	.home-recipe .home-recipe-item .photo img {
		height: 340px;
	}
	.home-recipe .owl-nav .owl-prev {
		left: -10px;
	}	
	.home-recipe .owl-nav .owl-next {
		right: -10px;
	}
}

@media only screen and (max-width: 460px) {
	.home-recipe .home-recipe-item .photo img {
		height: 270px;
	}
}



/* Pricing */
.pricing .card {
	border: none;
	border-radius: 6px;
	transition: all 0.2s;
	background: #f3f3f3;
}

.pricing .card-body {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
}

.pricing hr {
  	margin: 1.5rem 0;
}

.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 20px;
	letter-spacing: .1rem;
	font-weight: bold;
}

.pricing .card-price {
  	font-size: 36px;
  	margin: 0;
}

.pricing .card-price .period {
  	font-size: 16px;
}

.pricing ul li {
  	margin-bottom: 16px;
}

.pricing .text-muted {
  	opacity: 0.7;
}

.pricing .btn {
	background: #4aaf4e;
}
.pricing .btn:hover {
	background: #333;
}

/* Hover Effects on Card */
@media (min-width: 991px) {
  	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  	}
  	.pricing .card:hover .btn {
    	opacity: 1;
  	}
}




/* Scroll to Top */
.scroll-top {
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	bottom: 20px;
	right: 20px;
	background: #4aaf4e;
	color: #fff;
	opacity: 0.7;
	z-index: 9999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.scroll-top:hover {
	opacity: 1;
	color: #fff;
	background: #313131;
}




/* Newsletter */
.newsletter-area {
    width: 100%;
    height: auto;
    text-align: center;
    background: #4aaf4e;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
.newsletter-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4aaf4e;
    opacity: 0.8;
}
.newsletter-text {
    margin-bottom: 30px;
	padding-left: 150px;
	padding-right: 150px;
}
.newsletter-text h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.newsletter-text p {
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
}

.newsletter-button input[type='text'] {
    width: 300px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}
.newsletter-button button {
    width: 100px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    background: #333;
    color: #fff;
    border: 0;
    margin-left: -4px;
    text-transform: uppercase;
}

.newsletter-button .textbox-container {
	display: inline-block;
}
.newsletter-button .button_1,
.newsletter-button .button_2 {
	display: inline-block;
}

@media only screen and (max-width: 991px) {
	.newsletter-text {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}
@media only screen and (max-width: 500px) {
	.newsletter-button .textbox-container {
		display: block;
		width: 100%;
		margin: 0!important;
		margin-bottom: 10px!important;
	}
	.newsletter-button .textbox-container input {
		width: 100%;
		text-align: center;
	}
	.newsletter-button .button_1,
	.newsletter-button .button_2 {
		display: block;
		width: 100%;
		margin: 0!important;
	}
}




/* Footer */
.footer-area {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #fff;
	border-top: 1px solid #dedede;
}
.footer-item {
    margin-top: 30px;
}
.footer-item h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
    color: #4aaf4e;
}
.footer-item p {
    line-height: 1.7;
    margin: 0;
}
.footer-item ul li {
    margin-bottom: 5px;
    list-style-type: none;
	position: relative;
}
.footer-item ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    transition: all 0.4s;
}
.footer-item ul.fmain li {
	padding-left: 15px;
}
.footer-item ul.fmain li:before {
	content: '\f105';
	position: absolute;
	left: 0;
	top: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}
.footer-item ul li a:hover {
    color: #4aaf4e;
}
.footer-social-link {
    margin-top: 30px;
}
.footer-social-link h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}
.footer-social-link ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social-link ul li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #4aaf4e;
    border: 1px solid #4aaf4e;
    color: #f9f9f9;
    transition: all 0.4s;
    padding-left: 0;
	border-radius: 3px;
}
.footer-social-link ul li a:hover {
    background-color: #353535;
    color: #fff;
	border-color: #353535;
}
.footer-contact ul li {
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	margin-bottom: 8px;
	color: #353535;
}

.footer-contact ul li:before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 0;
	color: #353535;
	font-size: 16px;
	font-weight: 600;
}
.footer-contact ul li:nth-child(1):before {
	content: '\f3c5';
}
.footer-contact ul li:nth-child(2):before {
	content: '\f0e0';
}
.footer-contact ul li:nth-child(3):before {
	content: '\f2a0';
}
.copyright {
    text-align: center!important;
    color: #353535;
    border-top: 1px solid #a8a8a8;
    margin-top: 20px;
    padding-top: 20px;
}
.copyright p {
    margin: 0;
}



/* Page Banner */
.page-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
}

.page-banner h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	padding-top: 30px;
	margin: 0;
	margin-bottom: 15px;
	text-align: center;
    position: relative;
    z-index: 99;
}

@media only screen and (max-width: 991px) {
	.page-banner h1 {
		padding-top: 80px;
	}
}

.page-banner nav {
	padding-bottom: 30px!important;
    position: relative;
    z-index: 99;
}

.page-banner .breadcrumb {
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
}

.page-banner .breadcrumb-item {
	color: #e9e9e9;
	font-weight: 600;
	font-size: 14px;
}

.page-banner .breadcrumb-item a {
	color: #fff;
}


.page-banner .breadcrumb-item::before {
	color: #fff!important;
}


/* Page Content */
.page-content {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}


/* Blog Page */
.blog-item {
	margin-bottom: 50px;
}

.blog-item .text h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
}

.blog-item .text h2 a {
	color: #333;
}

.blog-item .info .badge,
.blog-item-single .info .badge {
	font-size: 14px;
}
.blog-item .info a:hover i,
.blog-item-single .info a:hover i {
	color: #fff;
}

.blog-item .featured-photo {
	margin-bottom: 15px;
}

.blog-item .featured-photo img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 6px;
}

.blog-item-single .featured-photo {
	margin-bottom: 15px;
}

.blog-item-single .featured-photo img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.blog-item-single .text h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
}

.blog-item-single .text h2 a {
	color: #333;
}



/* Sidebar */
.sidebar .widget {
	padding: 20px;
	background: #f1f5f9;
	margin-bottom: 30px;
}

.sidebar .widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.sidebar .widget .type-1 ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}

.sidebar .widget .type-1 ul li:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 0;
	color: #4aaf4e;
	font-weight: 600;
}

.sidebar .widget .type-1 ul li a {
	color: #333;
}

.sidebar .widget .type-1 ul li a:hover {
	color: #4aaf4e;
}

.sidebar .widget .type-2 img {
	width: 70px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.sidebar .widget .type-2 ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
}

.sidebar .widget .type-2 ul li a {
	width: calc(100% - 86px);
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.sidebar .widget .type-2 ul li a:hover {
	color: #4aaf4e;
}

.sidebar .widget .search .input-group-append {
	width: 36px;
}

.sidebar .widget .search button {
	background: #4aaf4e;
	border: 0;
	width: 36px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sidebar .widget .search button i {
	color: #fff;
}

.sidebar .widget .type-3 button {
	border: 0;
	background: #4aaf4e;
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.sidebar .widget .type-3 button:hover {
	background: #333;
}

.sidebar .widget .project-detail .item {
	margin-bottom: 25px;
}

.sidebar .widget .project-detail .item h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.sidebar .widget .project-detail .item p {
	color: #555;
	font-size: 15px;
}


/* Portfolio Carousel */
.portfolio-carousel {
	overflow: hidden;
	margin-top: 30px;
}

.portfolio-photo-item {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 370px;
	position: relative;
}

.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #4aaf4e;
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.portfolio-carousel .owl-nav .owl-prev {
	left: 0;
}

.portfolio-carousel .owl-nav .owl-next {
	right: 0;
}

.portfolio-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.single-portfolio .iframe-container {
	overflow: hidden;
	clear: both;
}

.single-portfolio iframe {
	width: 100%;
	height: 400px;
}

.portfolio-carousel .p-item {
	position: relative;
}

.portfolio-carousel .p-item .p-item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.portfolio-carousel .p-item:hover .p-item-bg {
	opacity: 0.6;
}

.portfolio-carousel .p-item .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.portfolio-carousel .p-item:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
}








/* Comment */
.comment h2 {
	font-size: 28px;
	font-weight: 700;
}
.comment button {
	border: 0;
	background: #4aaf4e;
	border-radius: 8px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: none;
}

.comment button:hover {
	background: #333;
}

.comment-item {
	margin-bottom: 20px;
	display: flex;
	justify-content: normal;
}

.comment-item .photo {
	width: 70px;
	margin-right: 15px;
}

.comment-item .photo img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #ddd;
}

.comment-item .text h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.comment-item .text .date {
	font-size: 16px;
	color: #848484;
	margin-bottom: 10px;
}

.comment-item .text .des {
	font-size: 16px;
}




/* Career Detail */
.career-detail .item {
	margin-bottom: 30px;
}

.career-detail .item h3 {
	font-size: 22px;
	font-weight: 700;
}

.career-detail .item p {
	font-size: 16px;
}

.career-detail .item ul li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}

.career-detail .item ul li:before {
	content: '\f105';
    font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	top: 0;
}




/* FAQ */
.faq {
	background: #fff;
}

.faq .panel-body ol li,
.faq .panel-body ul li {
	list-style-position: inside;
}

.faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
	margin-bottom: 10px;
}

.faq .panel-default>.panel-heading {
	background: #eee;
	color: #333;
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}

.faq .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-weight: 600;
	right: 20px;
	top: 10px;
	font-size: 14px;
}

.faq .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'Font Awesome 5 Free';
  	font-size: 14px;
	font-weight: 600;
}


.faq h4.panel-title {
	margin-bottom: 0;
	border: 1px solid #ddd;
}
.faq h4.panel-title a {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #4aaf4e;
}

.faq .panel-body {
	border-top: 0;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0;
}






/* Contact Form */
.contact-item {
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 30px 20px;
}

.contact-icon {
	text-align: center;
	margin-bottom: 15px;
}

.contact-icon i {
	width: 40px;
	height: 40px;
	color: #4aaf4e;
}

.contact-icon i {
	font-size: 34px;
}

.contact-text {
	margin-top: 0px;
}

.contact-text h4 {
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 5px;
}

.contact-text p {
	margin: 0;
}

.contact-form textarea {
	height: 190px
}

.contact-form .btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid #4aaf4e;
	background: #4aaf4e;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 8px;
	text-transform: none;
}

.contact-form .btn:hover {
	color: #fff;
	background: #313131;
	border: 1px solid #313131;
}

.map-area iframe {
	width: 100%;
	height: 450px;
	margin-bottom: -5px;
}

h4.contact-form-title {
	font-weight: 700;
	font-size: 24px;
}

.contact-form button {
	background: #4aaf4e;
	border: 2px solid #4aaf4e;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-form button:hover {
	background: transparent;
	border-color: #fff;
}




/* Photo Gallery */
.gallery-photo {
	margin-bottom: 30px;
}

.gallery-photo img {
	width: 100%;
	height: auto;
}

.gallery-photo .gallery-photo-bg {
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
    opacity: 0;
    background: #333;
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-photo:hover .gallery-photo-bg {
	opacity: 0.6;
}

.gallery-photo .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.gallery-photo:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
}



/* Video Gallery */
.video-item {
	margin-bottom: 30px;
}
.video-item iframe {
	width: 100%;
	height: 350px;
}




/* Product */
.product-item {
	margin-bottom: 50px;
}

.product-item .photo img {
	width: 100%;
	height: auto;
}

.product-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
}

.product-item .text h3 a {
	color: #333;
}

.product-item .text h3 a:hover {
	color: #4aaf4e;
}

.product-item .text .price {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
}

.product-item .text .price del {
	color: red;
}

.product-item .text .cart-button a {
	background: #4aaf4e;
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
}

.product-item .text .cart-button a:hover {
	background: #333;
}




/* Product Detail */
.product-detail .photo img {
	width: 100%;
}

.product-detail h2 {
	font-size: 22px;
	font-weight: 700;
}

.product-detail p {
	font-size: 16px;
}

.product-detail .price {
	font-size: 28px;
	font-weight: 600;
	color: #4aaf4e;
}

.product-detail .price del {
	color: red;
}

.product-detail .delivery-time {
	font-size: 18px;
}

.product-detail .qty {
	font-size: 18px;
}

.product-detail .qty input[type="number"] {
	width: 100px;
}

.product-detail button {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 0;
    border-radius: 50px;
    background: #4aaf4e;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail button:hover {
	background: #333;
}

.product-detail .nav-pills .nav-link.active {
	background: #4aaf4e;
	color: #fff;
}

.product-detail .nav-pills .nav-link {
	background: #f1f5f9;
	color: #4aaf4e;
}

.product-detail li.nav-item {
	margin-right: 10px;
}



/* Cart */
.cart table img {
	width: 100px;
	height: auto;
}

.cart input[type="number"] {
	width: 100px;
}

.cart .total {
	font-size: 18px;
	font-weight: 600;
}

.cart-buttons {
	display: flex;
	justify-content: flex-start;
}

.cart-buttons a {
	margin-right: 10px;
}

.checkout-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-login-form .inner {
	display: flex;
	justify-content: center;
}

.checkout-login-form input {
	width: 400px;
}

.checkout-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.checkout-login-form .new-user a {
	color: #4aaf4e;
}

.checkout-login-form .new-user a:hover {
	color: #333;
}

.checkout h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-billing h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.shipping-form {

}



/* Login */
.reg-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.reg-login-form .inner {
	display: flex;
	justify-content: center;
}

.reg-login-form input {
	width: 400px;
}

.reg-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.reg-login-form .new-user a {
	color: #4aaf4e;
}

.reg-login-form .new-user a:hover {
	color: #333;
}

.reg-login-form button {
	background: #4aaf4e;
	border: 0;
	width: 150px!important;
}

.reg-login-form button:hover {
	background: #333;
}

.reg-login-form .link {
	color: #4aaf4e;
}



/* User Panel */
.user-sidebar ul {
	display: flex;
	flex-direction: column;
}

.user-sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

.modal-table {
	font-size: 16px;
}

.modal-table tr th {
	width: 150px;
}


.chosen-drop {
    z-index: 999999 !important;
}



/* Listing Category */
.listing-category-item {
	margin-bottom: 25px;
}

.listing-category-item .heading {
	background: #4aaf4e;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	font-size: 20px;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.listing-category-item .heading .name {
	float: left;
}

.listing-category-item .heading .name a {
	color: #fff;
}

.listing-category-item .heading .total {
	float: right;
}

.listing-category-item .text {
	background: #f3f3f3;
	color: #333;
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #c0c0c0;
}

.listing-category-item .text:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.listing-category-item .text .name {
	float: left;
}

.listing-category-item .text .name a {
	color: #333;
}

.listing-category-item .text .name a:hover {
	color: #4aaf4e;
}

.listing-category-item .text .total {
	float: right;	
}




.recipe-single-page .f-photo {
	position: relative;
}
.recipe-single-page .f-photo img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.recipe-single-page .f-photo .item {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.recipe-single-page .f-photo .item .print {
	float: left;
	margin-right: 10px;
}
.recipe-single-page .f-photo .item .print a {
	background: #f04747;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.recipe-single-page .f-photo .item .wishlist {
	float: left;
	padding-top: 0px;
}
.recipe-single-page .f-photo .item .wishlist a {
	color: #fff;
	font-size: 26px;
	border-radius: 4px;
}

.recipe-single-page .ingredient .form-check {
	margin-bottom: 15px;
}

.recipe-single-page .steps .step {
	margin-bottom: 30px;
	overflow: hidden;
}
.recipe-single-page .steps .step .left {
	width: 120px;
	float: left;
}
.recipe-single-page .steps .step .left .number {
	width: 100%;
	background: #f04747;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-radius: 4px;
	position: relative;
}
.recipe-single-page .steps .step .left .number:after {
	content: '';
	/* font-family: "Font Awesome 5 Free"; */
	font-weight: 700;
	position: absolute;
	right: -30px;
	top: 1px;
	color: #f04747;
	border-left: 12px solid #f04747;
    border-right: 19px solid transparent;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.recipe-single-page .steps .step .right {
	float: left;
	width: calc(100% - 120px);
	padding-top: 5px;
}
.recipe-single-page .steps .step .right .inner {
	padding-left: 20px;
}
.recipe-single-page .steps .step .right .inner .text {
	margin-bottom: 10px;
}
.recipe-single-page .steps .step .right .inner .photo img {
	width: 100%;
	height: auto;
}

.recipe-single-page .in-short table {
	background: #f7f7f7;
}
.recipe-single-page .in-short table th {
	font-weight: 700;
	font-size: 15px;
}
.recipe-single-page .in-short table th,
.recipe-single-page .in-short table td {
	border: 1px solid #d6d6d6;
	text-align: center;
}

.recipe-single-page h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
}

.recipe-single-page h2 i {
	color: #4aaf4e;
}

.recipe-single-page .sep {
	display: block;
	border-top: 1px solid #c7c7c7;
	margin-top: 40px;
	margin-bottom: 40px;
}

.recipe-single-page .photo-all .item {
	position: relative;
	margin-bottom: 25px;
}

.recipe-single-page .photo-all img {
	width: 100%;
	height: auto;
	height: 240px;
	object-fit: cover;
	border-radius: 6px;
}

.recipe-single-page .video-all .item {
	position: relative;
	margin-bottom: 25px;
}

.recipe-single-page .video-all img {
	width: 100%;
	height: auto;
	height: 240px;
	object-fit: cover;
	border-radius: 6px;
}

.recipe-single-page .photo-all .item .icon,
.recipe-single-page .video-all .item .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
  	justify-content: center;
	align-items: center;
	z-index: 99;
} 
.recipe-single-page .photo-all .item .icon {
	font-size: 20px;
}
.recipe-single-page .video-all .item .icon {
	font-size: 40px;
}
.recipe-single-page .photo-all .item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.3;
	border-radius: 6px;
}
.recipe-single-page .video-all .item .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.3;
	border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
	.recipe-single-page .photo-all img,
	.recipe-single-page .video-all img {
		height: 120px;
	}
}
@media only screen and (max-width: 991px) {
	.recipe-single-page .photo-all img,
	.recipe-single-page .video-all img {
		height: 90px;
	}
}
@media only screen and (max-width: 767px) {
	.recipe-single-page .photo-all img,
	.recipe-single-page .video-all img {
		height: 320px;
	}
}
@media only screen and (max-width: 575px) {
	.recipe-single-page .photo-all img,
	.recipe-single-page .video-all img {
		height: 320px;
	}
}
@media only screen and (max-width: 475px) {
	.recipe-single-page .photo-all img,
	.recipe-single-page .video-all img {
		height: 280px;
	}
}
@media only screen and (max-width: 400px) {
	.recipe-single-page .photo-all img,
	.recipe-single-page .video-all img {
		height: 220px;
	}
}

.recipe-single-page .map iframe {
	width: 100%;
	height: 400px;
}

@media only screen and (max-width: 991px) {
	.recipe-single-page .map iframe {
		height: 220px;
	}
}
@media only screen and (max-width: 767px) {
	.recipe-single-page .map iframe {
		height: 320px;
	}
}

.recipe-single-page .amenities li {
	list-style-type: none;
	width: 33.33%;
	display: inline-block;
	margin-right: -4px;
	font-size: 16px;
	margin-bottom: 10px;
}
.recipe-single-page .amenities li i {
	color: #4aaf4e;
}
@media only screen and (max-width: 991px) {
	.recipe-single-page .amenities li {
		width: 100%;
	}
}


.recipe-single-page .contact a {
	color: #4aaf4e;
}

.recipe-single-page .review-overall {
	margin-top: 5px;
	font-weight: 700;
	margin-bottom: 40px;
}
.recipe-single-page .review-overall .review {
	display: inline-block;
	color: #fbc715;
	font-size: 16px;
}
.recipe-single-page .review-overall .total {
	display: inline-block;
	margin-left: 10px;
	color: #4aaf4e;
	font-size: 16px;
}



.recipe-single-page .reviews .item {
	margin-bottom: 40px;
}
.recipe-single-page .reviews .photo {
	margin-bottom: 10px;
}
.recipe-single-page .reviews .photo img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.recipe-single-page .reviews .name {
	font-size: 18px;
	font-weight: 700;
}
.recipe-single-page .reviews .score {
	color: #fbc715;
	margin-bottom: 15px;
}
.recipe-single-page .reviews .date-time {
	font-size: 16px;
}
.recipe-single-page .review-form button {
	background: #4aaf4e;
	border: 0;
}

.recipe-single-page a.login-to-review {
	color: #4aaf4e;
}


@media only screen and (max-width: 767px) {
	.listing-sidebar {
		margin-top: 50px;
	}
}

.listing-sidebar .ls-widget {
	background: #f3f3f3;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 25px;
}
.listing-sidebar .ls-widget h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
}
.listing-sidebar .ls-widget h2 i {
	color: #4aaf4e;
}

.listing-sidebar .ls-widget .agent {
	overflow: hidden;
}

.listing-sidebar .ls-widget .agent .photo {
	display: inline-block;
	margin-right: -4px;
}
.listing-sidebar .ls-widget .agent .photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.listing-sidebar .ls-widget .agent .text {
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
	padding-left: 10px;
}

.listing-sidebar .ls-widget .agent .text h3 {
	font-size: 18px;
	font-weight: 700;
}
.listing-sidebar .ls-widget .agent .text h3 a {
	color: #333;
}
.listing-sidebar .ls-widget .agent .text h4 {
	font-size: 16px;
}
.listing-sidebar .ls-widget .agent-contact ul {
	margin-top: 20px;
}
.listing-sidebar .ls-widget .agent-contact li {
	list-style-type: none;
	margin-bottom: 10px;
}
.listing-sidebar .ls-widget .agent-contact li a {
	color: #4aaf4e;
}

.listing-sidebar .ls-widget .agent-social {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	padding-top: 20px;
}
.listing-sidebar .ls-widget a.agent-view-profile {
	background: #4aaf4e;
	border: 0;
	border-top: 1px solid #c7c7c7;
	margin-top: 20px;
}


.listing-sidebar .ls-widget .agent-social ul li {
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

.listing-sidebar .ls-widget .agent-social ul li a {
	color: #fff;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	background: #4aaf4e;
	border: 0;
	display: block;
}
.listing-sidebar .ls-widget .agent-social ul li a:hover {
	background: #333;
	color: #fff;
}

.listing-sidebar .ls-widget .openning-hour table {
	background: #fff;
}

.listing-sidebar .ls-widget .openning-hour table tr, 
.listing-sidebar .ls-widget .openning-hour table td {
	border: 1px solid #ababab;
}

.listing-sidebar .ls-widget .category ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.listing-sidebar .ls-widget .category ul li a {
	color: #4aaf4e;
}

.listing-sidebar .ls-widget .price-widget .item {
	font-size: 40px;
	color: #df5959;
	font-weight: 700;
	text-align: center;
}









/* Agent Page */
.agent-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.agent-banner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #4b4b4b;
}
.agent-banner h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
}
.agent-banner .agent {
	overflow: hidden;
}

.agent-banner .agent .photo {
	display: inline-block;
	margin-right: -4px;
}
.agent-banner .agent .photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.agent-banner .agent .text {
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
	padding-left: 10px;
}

.agent-banner .agent .text h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.agent-banner .agent .text h4 {
	font-size: 16px;
	color: #fff;
}
.agent-banner .contact {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	float: right;
}
.agent-banner .contact .item {
	margin-bottom: 10px;
}
.agent-banner .social {
	margin-top: 20px;
}
.agent-banner .social ul li {
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

.agent-banner .social a {
	color: #fff;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	background: transparent;
	border: 1px solid #fff;
	display: block;
}
.agent-banner .social a:hover {
	background: #4aaf4e;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.agent-banner {
		padding-top: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.agent-banner .listing-items a {
		margin-bottom: 15px;
	}
	.agent-banner .listing-items {
		margin-bottom: 15px;
	}
}

.agent-banner .description {
	margin-top: 20px;
	color: #fff;
	line-height: 22px;
}

.agent-banner .in_short span {
	font-size: 14px;
}

.agent-banner .in_short .social ul li {
	float: left;
}

.agent-banner .in_short .social ul li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: transparent;
	color: #fff;
}
.agent-banner .in_short .social ul li a:hover {
	background: #fff;
	color: #4aaf4e;
}



.listing-filter .lf-heading {
	background: #4aaf4e;
	color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 700;
}
.listing-filter .lf-widget {
	background: #f3f3f3;
	padding: 20px;
	border-radius: 6px;
	margin-bottom: 25px;
}
.listing-filter .lf-widget h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
}
.listing-filter .lf-widget .form-check {
	margin-bottom: 10px;
}



.share_buttons a {
	text-align: center;
}
.share_buttons a i {
    border: 1px solid #3b5998;
    color: #fff!important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    margin-right: 4px;
}
.share_buttons a.facebook i {
	background: #3b5998;
    border-color: #3b5998;
}
.share_buttons a.facebook:hover i {
	color: #3b5998!important;
	background: #fff;
}
.share_buttons a.twitter i {
	background: #00aced;
    border-color: #00aced;
}
.share_buttons a.twitter:hover i {
	color: #00aced!important;
	background: #fff;
}
.share_buttons a.pinterest i {
	background: #EB4823;
    border-color: #EB4823;
}
.share_buttons a.pinterest:hover i {
	color: #EB4823!important;
	background: #fff;
}
.share_buttons a.linkedin i {
	background: #0e76a8;
    border-color: #0e76a8;
}
.share_buttons a.linkedin:hover i {
	color: #0e76a8!important;
	background: #fff;
}


.page-item .page-link {
	border: 1px solid #e0e0e0;
	border-radius: .25rem;
	margin-right: 2px;
	font-size: 16px;
}

.page-item .page-link:hover {
	background-color: #1266f1;
	border-color: #1266f1;
	color: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.map-iframe {
	margin-bottom: -10px;
}
.map-iframe iframe {
	width: 100%;
	height: 500px;
}


.dashboard-box {
	padding: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.dashboard-box-1 {
	background: #007bff;
}
.dashboard-box-2 {
	background: #28a745;
}
.dashboard-box-3 {
	background: #f3f3f3;
	color: #333;
}
.dashboard-box-3 table,
.dashboard-box-3 table tr td {
	border: 1px solid #b1b1b1;
}

.dashboard-box .number {
	font-size: 26px;
}

.limit {
    font-size: 14px;
    color: red;
}


iframe.popup11 {
	width: 300px;
	height: 200px;
}

iframe.common {
	width: 300px;
	height: 200px;
}



.invoice-area img {height: 90px;}
.invoice-area .company-info {font-size: 16px;}
.invoice-head {margin-bottom: 30px;border-bottom: 1px solid #efebeb;padding-bottom: 20px;}
.invoice-head .iv-left span {color: #444;}
.invoice-head span {font-size: 21px;font-weight: 700;color: #777;}
.invoice-address h3 {font-size: 24px;text-transform: uppercase;font-weight: 600;color: #333;margin-bottom: 15px;}
.invoice-address h5 {font-size: 17px;margin-bottom: 10px;}
.invoice-address p {font-size: 14px;color: #555;margin-bottom: 3px;}
.invoice-date li {font-size: 15px;color: #555;font-weight: 700;margin-bottom: 5px;}
.invoice-table .table-bordered td,
.invoice-table .table-bordered th {border: 1px solid rgba(120, 130, 140, 0.13) !important;border-left: none!important;border-right: none!important;font-size: 14px!important;}
.invoice-table tr td {color: #666;}
.invoice-table tfoot tr td {text-transform: uppercase;font-weight: 600;color: #444;}
.invoice-buttons a {display: inline-block;font-size: 15px;color: #fff;background: #815ef6;padding: 12px 19px;border-radius: 3px;text-transform: capitalize;font-family: 'Open Sans', sans-serif;font-weight: 600;letter-spacing: 0.03em;margin-left: 6px;}
.invoice-buttons a:hover {background: #574494;}

@media print {
    .page-banner,
    .invoice-sidebar,
    .footer-area,
	.newsletter-area,
	.main-nav,
    .print-invoice-button {display:none!important;}

    .invoice-right {
    	max-width: 100%!important;
    	flex: 0 0 100%!important;
    }
}

.wpcc-privacy {
	display: none!important;
}