
/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-secondary: 'Handlee', cursive;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1f4e3d;
	--white: #ffffff;
	--color-primary: #49a760;
	--color-secondary: #f7c35f;
	--color-heading: #04000b;
	--color-paragraph: #787878;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #eff2f5;
	--bg-gradient: linear-gradient(97deg, #49a760 50%, rgba(252, 197, 27, 1) 100%);
}

@media (min-width: 1250px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1250px;
	}
}

.footer-bg-light {
	background-color: var(--white) !important;
}

.footer-bg-dark {
	background-color: var(--dark) !important;
}

.footer-default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

.site-heading.light .devider:before,
.bg-theme .site-heading .devider:before,
.bg-gradient .site-heading .devider:before,
.shadow .site-heading .devider:before,
.bg-dark .site-heading .devider:before {
	background: var(--color-secondary);
}

footer {
	font-family: var(--font-default);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
	color: var(--color-paragraph);
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	overflow: hidden;
	margin-top: -10px
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}
ul {
	list-style-type: none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shape-right-bottom {
	position: absolute;
	right: 0;
	width: 200px;
	background-repeat: no-repeat;
	bottom: 0;
	background-position: right bottom;
	z-index: -1;
	background-size: contain
}

.shape-left-bottom {
	position: absolute;
	left: 0;
	width: 50%;
	background-repeat: no-repeat;
	bottom: 0;
	background-position: left bottom;
	z-index: -1;
	background-size: contain
}

.footer-item .logo,
.footer-item .widget-title {
	margin-bottom: 30px
}

.footer-item .logo {
	height: 60px
}

.footer-item .widget-title {
	font-weight: 800
}

.footer-item.link li {
	margin-top: 12px
}

.footer-item.link li:first-child {
	margin: 0
}

.footer-item.link li a {
	font-weight: 500;
	color: #dedede
}

.footer-item.link li a:hover {
	color: var(--color-secondary)
}

.footer-item.recent-post li {
	display: flex;
	margin-top: 30px
}

.footer-item.recent-post li img {
	width: 80px;
	max-width: 80px;
	margin-right: 20px;
	border-radius: 10px
}

.footer-item.recent-post li:first-child {
	margin: 0
}

.footer-item.recent-post li .meta-title span {
	color: var(--color-secondary);
	display: block;
	margin-bottom: 5px;
	font-size: 14px
}

.footer-item.recent-post li a {
	line-height: 1;
	font-weight: 600;
	color: #dedede;
	font-size: 16px
}

.footer-item.recent-post li a:hover {
	color: var(--color-secondary)
}

.footer-item.recent-post li h5 {
	margin: 0;
	line-height: 1.3
}

.footer-item.about {
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 20px
}

.footer-item.about p {
	color: #dedede
}

.footer-item.about form {
	margin-top: 30px;
	position: relative
}

.footer-item.about form button {
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 50%;
	background: var(--color-secondary);
	border: 0;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
	font-weight: 900
}

.footer-item.about form input {
	min-height: 66px;
	padding-left: 30px;
	border-radius: 50px;
	border: 0
}

.footer-item.contact li {
	display: flex;
	margin-top: 20px
}

.footer-item.contact li strong {
	display: block;
	text-transform: uppercase;
	color: var(--white);
	font-size: 14px
}

.footer-item.contact li i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	margin-right: 20px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 300;
	font-size: 18px
}

.footer-item.contact li {
	color: #dedede
}

.footer-item.contact li p {
	margin: 0;
	color: #dedede
}

.footer-item.contact li a {
	color: #dedede;
	font-weight: 500
}

.footer-item.contact li a:hover {
	color: var(--color-secondary)
}

.footer-bottom li {
	display: inline-block
}

.footer-bottom .text-end li {
	margin-left: 25px
}

.footer-bottom .text-end li a {
	font-weight: 500
}

.footer-bottom p {
	margin: 0;
	color: #dedede
}

.footer-bottom {
	padding: 20px 0;
	background: var(--dark);
	position: relative;
	z-index: 1;
	padding-right: 30px
}

.footer-bottom a:hover {
	color: var(--color-secondary)
}

.footer-bottom a {
	font-weight: 500;
	color: #dedede
}

.footer-bottom::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 500%;
	background: #1a4133;
	z-index: -1;
	border-radius: 0 30px 0 0
}

.no-js #loader {
	display: none
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0
}

.se-pre-con {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../image/preloader.gif) center no-repeat #fff;
	text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.top-bar-area .text-end ul li {
		margin-right: 10px;
		margin-left: 10px
	}

	.top-bar-area .align-center,
	.top-bar .align-center {
		align-items: center
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

	footer .f-items {
		padding-top: 70px
	}

	.footer-item {
		margin-top: 50px
	}

	.footer-bottom::after {
		right: -50%
	}

	.footer-bottom {
		text-align: center;
		padding-right: 0
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 8px
	}

	.footer-bottom .text-end li {
		margin: 0 15px;
		position: relative;
		z-index: 1
	}

	.footer-bottom .text-end li::after {
		position: absolute;
		right: -20px;
		top: 12px;
		content: "";
		height: 6px;
		width: 6px;
		background: var(--white);
		border-radius: 50%;
		opacity: .5
	}

	.footer-bottom .text-end li:last-child::after {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.footer-item {
		margin-top: 50px;
		border: none !important;
		margin-right: 0 !important;
		padding: 0 !important
	}

	footer .item:first-child .footer-item {
		margin-top: 0
	}

	.footer-bottom::after {
		right: -50%
	}

	.footer-bottom {
		text-align: center;
		padding-right: 0
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 8px
	}

	.footer-bottom .text-end li {
		margin: 0 15px;
		position: relative;
		z-index: 1
	}

	.footer-bottom .text-end li::after {
		position: absolute;
		right: -20px;
		top: 12px;
		content: "";
		height: 6px;
		width: 6px;
		background: var(--white);
		border-radius: 50%;
		opacity: .5
	}

	.footer-bottom .text-end li:last-child::after {
		display: none
	}
}

@media only screen and (min-width:600px) and (max-width:767px) {

	.gallery-items.colums-2 .pf-item,
	.gallery-items.colums-3 .pf-item {
		width: 50%
	}
}

@media only screen and (min-width:600px) and (max-width:1200px) {
	.gallery-items.colums-4 .pf-item {
		width: 50%
	}
}

@media only screen and (max-width:480px) {
	nav.navbar.validnavs.inc-shape::after {
		display: none
	}

	.breadcrumb-area h1 {
		font-size: 36px
	}

	.product-list-item a {
		padding: 40px 5px
	}

	.product-list-item h5 {
		font-size: 15px
	}

	.choose-us-style-one .thumb {
		margin: 0;
		margin-bottom: 30px
	}

	.choose-us-style-one .thumb::after {
		display: none
	}

	.product-produce {
		display: none
	}

	.contact-form-style-one {
		padding: 30px;
		margin-bottom: 30px
	}

	.blog-area.full-blog .info {
		padding: 30px !important;
		padding-top: 60px !important
	}

	.blog-area.full-blog .thumb .date {
		left: 30px !important
	}

	.blog-area.full-blog.single .thumb .date {
		left: 0 !important
	}

	.error-box h1 {
		font-size: 120px;
		line-height: 90px
	}
}

@media only screen and (max-width:1199px) {
	.blog-area.home-blog .thumb .date {
		background: var(--color-secondary);
		right: auto;
		left: 0;
		bottom: 25px
	}

	.blog-area.home-blog .thumb img {
		margin-bottom: 53px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-style-one .pl-50 {
		padding-left: 15px;
		margin-top: 30px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px
	}

	.top-product-item {
		margin: 0
	}

	.testimonial-style-one.swiper {
		margin-left: 50px
	}
}
