@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,500&display=swap');

body {
	font-family: 'Merriweather', serif;
}

html, body {
	width: 100%;
	margin: 0;
	padding: 0;

}

.pr3-body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 1.556;
	color: #666666;
	font-family: 'Poppins', sans-serif;
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

span, p {
	font-family: 'Merriweather', serif;
}

::-moz-selection {
	color: #ffffff;
	background-color: #4DAA49;
}

::selection {
	color: #ffffff;
	background-color: #4DAA49;
}

::-moz-selection {
	color: #ffffff;
	background-color: #4DAA49;
}

.my-container {
	max-width: 1240px;
	margin: 0 auto;
}
h4.panel-title a {
    height: 64px !important;
    overflow: hidden;
}
.img-item img {
  width: 100px !important;
  height: 100px !important;
}

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

ul li {
	list-style: none;
}

[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	color: inherit;
	text-decoration: none !important;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

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



section {
	overflow: hidden !important;
	width: 100%;
}

button {
	cursor: pointer;
}



.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.relative-position {
	position: relative;
}

.no-padding {
	padding: 0;
}

.pr3-headline h1,
.pr3-headline h2,
.pr3-headline h3,
.pr3-headline h4,
.pr3-headline h5,
.pr3-headline h6 {
	font-family: "Lexend", sans-serif;
	font-weight: 700;
	text-transform: none;
	line-height: 1.25;
	margin-bottom: 0;
	color: #4DAA49;
}

.pr3-headline h1 {
	font-size: 60px;
}

@media (max-width: 767.98px) {
	.pr3-headline h1 {
		font-size: 50px;
	}
}

.pr3-headline h2 {
	font-size: 48px;
}

@media (max-width: 767.98px) {
	.pr3-headline h2 {
		font-size: 36px;
	}
}

@media (max-width: 575.98px) {
	.pr3-headline h2 {
		font-size: 30px;
	}
}

.pr3-headline h3 {
	font-size: 36px;
}

@media (max-width: 767.98px) {
	.pr3-headline h3 {
		font-size: 30px;
	}
}

.pr3-headline h4 {
	font-size: 24px;
}

@media (max-width: 767.98px) {
	.pr3-headline h4 {
		font-size: 20px;
	}
}

.pr3-headline h5 {
	font-size: 22px;
}

.pr3-headline h6 {
	font-size: 18px;
}

.pr3-pera-txt p {
	color: #666666;
	margin: 0;
}

.pr3-navigation-menu ul {
	margin-bottom: 0;
  }
@-webkit-keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes animate24 {
	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

.pr3-title-area {
	margin-bottom: 30px;
}

.pr3-title-area span {
	color: #497efd;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 6px;
	display: inline-block;
}

.pr3-title-area h3 {
	margin-bottom: 20px;
}

.pr3-scroll-top {
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	background-color: #4DAA49;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	border-radius: 4px;
	display: none;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
}

.pr3-primary-btn a {
	width: 170px;
	height: 55px;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	border: 2px solid transparent;
	border-radius: 4px;
	position: relative;
	background-image: -webkit-linear-gradient(315deg, rgba(244, 249, 255, 0.50196) 0%, rgba(209, 223, 253, 0.50196) 100%);
	background-image: -o-linear-gradient(315deg, rgba(244, 249, 255, 0.50196) 0%, rgba(209, 223, 253, 0.50196) 100%);
	background-image: linear-gradient(135deg, rgba(244, 249, 255, 0.50196) 0%, rgba(209, 223, 253, 0.50196) 100%);
	z-index: 1;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
	text-transform: capitalize;
}

.pr3-primary-btn a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
	background-image: -o-linear-gradient(315deg, #5500f4 0%, #4880fd 100%);
	background-image: linear-gradient(135deg, #5500f4 0%, #4880fd 100%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.pr3-primary-btn a:hover {
	color: #4DAA49;
	border-color: #497efd;
}

.pr3-primary-btn a:hover::after {
	opacity: 0;
}

@-webkit-keyframes pr3_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes pr3_rotate_animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@-webkit-keyframes pr3_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

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

@keyframes pr3_object_animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

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

.blog_fullimage.text-white {
    height: 400px;
}

/********* Layout **************/






@media (max-width: 1199.98px) {
	.pr3-navigation-menu {
		margin-right: 30px;
	}
}


.pr3-navigation-menu ul li ul::before {
	position: absolute;
	width: 20px;
	height: 10px;
	content: '';
	top: -10px;
	left: 45%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #4daa49;;
	border-top: 0px solid transparent;
}

.pr3-navigation-menu ul li {
	display: inline-block;
	position: relative;
}

.pr3-navigation-menu ul li.has-submenu::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 12px;
	font-weight: 600 !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-navigation-menu ul li.has-submenu .has-submenu::after {
	color: #ffffff;
	right: 10px;
}

.pr3-navigation-menu ul li.has-submenu .has-submenu ul {
	top: 10px;
	left: auto;
	right: -100%;
}

.pr3-navigation-menu ul li.has-submenu .has-submenu:hover>ul {
	top: 0;
}

.pr3-navigation-menu ul li.has-submenu:hover::after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.pr3-navigation-menu ul li ul {
	position: absolute;
	width: 220px;
	background-color: #4daa49;
	text-align: left;
	top: 110%;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	visibility: hidden;
	z-index: 20;
}

.pr3-navigation-menu ul li ul li {
	display: block;
}

.pr3-navigation-menu ul li ul li a {
	color: #ffffff;
	padding: 12px;
}

.pr3-navigation-menu ul li ul li a:hover {

	color:#14132f;
	padding-left: 15px;
}

.pr3-navigation-menu ul li a {
	color: #fff;
	padding: 20px 20px;
	font-weight: 600;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-transform: capitalize;
}

.pr3-navigation-menu .side-demo span {
	top: 0;
}

.pr3-navigation-menu ul li a:hover, .pr3-navigation-menu ul li a.active {
	color: #100F2C;;
}


@media (max-width: 1199.98px) {
	.pr3-navigation-menu ul li a {
		padding: 20px;
	}
}

.pr3-navigation-menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

@media (max-width: 1024.98px) {
	.pr3-desktop-menu {
		display: none;
	}
}

@media (max-width: 1024.98px) {
	.pr3-header-section {
		background-color: #ffffff;
		position: relative;
		z-index: 20;
	}
}

@media (max-width: 1024.98px) {
	.pr3-header-wrapper {
		padding: 12px 0;
	}
}




@media (max-width: 1024.98px) {
	.pr3-header-logo {
		position: initial;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}
}

.pr3-mobile-menu-open {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #4DAA49;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	display: none;
}
.pr3-header-logo{
	display: none;
}

@media (max-width: 1024.98px) {
	.pr3-mobile-menu-open {
		display: block;
	}
}

.pr3-mobile-menu {
	display: none !important;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #4DAA49;
	width: 300px;
	height: 100vh;
	padding-top: 20px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index: 100;
}

.pr3-mobile-menu .pr3-mobile-menu-close {
	position: absolute;
	top: 20px;
	right: 40px;
	color: #ffffff;
	cursor: pointer;
}

.pr3-mobile-menu .pr3-mobile-logo {
	display: inline-block;
	margin-top: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
}

.pr3-mobile-menu ul {
	text-align: left;
	padding-top: 40px;
}

.pr3-mobile-menu ul li a {
	padding: 12px 18px;
	display: block;
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
	border-bottom: 1px solid #ffffff38;
}

.pr3-mobile-menu ul li ul {
	padding-top: 0;
	display: none;
}

.pr3-mobile-menu ul li.has-submenu {
	position: relative;
}

.pr3-mobile-menu ul li.has-submenu ul li a {
	padding-left: 30px;
}

.pr3-mobile-menu ul li.has-submenu ul li ul li a {
	padding-left: 45px;
}

.pr3-mobile-menu ul li.has-submenu::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-mobile-menu ul li.submenu-icon-rotate::after {
	-webkit-transform: rotate(176deg);
	-ms-transform: rotate(176deg);
	transform: rotate(176deg);
}

@media (max-width: 1024.98px) {
	.pr3-mobile-menu {
		display: block;
		width: 0;
		overflow: hidden;
	}
}

.pr3-visible-menu {
	width: 100%;
	margin-right: 0 !important;
}

.pr3-visible-menu .pr3-mobile-menu-close {
	-webkit-animation: 1s fadeInLeft;
	animation: 1s fadeInLeft;
}

.pr3-visible-menu .pr3-mobile-logo {
	-webkit-animation: 1s fadeInDown;
	animation: 1s fadeInDown;
}

.pr3-visible-menu ul li {
	-webkit-animation: 1s fadeInUp;
	animation: 1s fadeInUp;
}

.pr3-sticky-on {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
	-webkit-animation: 0.3s linear fadeInDown;
	animation: 0.3s linear fadeInDown;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(135, 135, 135, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(135, 135, 135, 0.1);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-header-section.pr3-sticky-on {
	padding: 4px 0;
}

.pr3-header-section.pr3-sticky-on .pr3-header-logo img {
	width: 170px;
}

.pr3-sticky-on .pr3-header-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.pr3-header-right {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	float: right;

}



.pr3-sidebar-info .pr3-overlay-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-sidebar-info .pr3-overlay-on {
	opacity: 1;
	visibility: visible;
}

.pr3-sidebar-info .pr3_sidebar_info_content {
	width: 380px;
	height: 100%;
	position: fixed;
	right: -380px;
	top: 0;
	background-color: #ffffff;
	z-index: 9999999;
	padding: 30px 40px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.pr3-sidebar-info .pr3_sidebar_info_content .close-menu {
	cursor: pointer;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3_sidebar_logo {
	text-align: center;
	margin-bottom: 60px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3_sidebar_logo img {
	width: 180px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-pera-txt {
	line-height: 1.8em;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-gallery {
	margin-top: 30px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-gallery ul li {
	display: inline-block;
	margin: 5px 5px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-social {
	margin-top: 30px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-social h5 {
	margin-bottom: 15px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-social a+a {
	margin-left: 10px;
}

.pr3-sidebar-info .pr3_sidebar_info_content .pr3-sidebar-copyright {
	text-align: center;
	margin-top: 40px;
}

.pr3-sidebar-info .pr3-sidebar-on {
	right: 0;
}


.pr3-service-section {
	padding: 100px 0;
	background-color: #ffffff;
}

.pr3-service-section .mt-60 {
	margin-top: -60px;
}

.pr3-header-right .social-icon {
	display: flex;
	margin-bottom: 0;
}

.pr3-header-right .social-icon li {
	margin: 0 10px;
}

.pr3-header-right .social-icon li a {
	background: rgb(10, 11, 14);
	border-radius: 50%;
	line-height: 35px;
	height: 35px;
	width: 35px;
	color: #fff;
	display: block;
}
.social-icon li a {
	
	background: #fff!important;
	border-radius: 50%;
	line-height: 40px;
	height: 35px;
	width: 35px;
	color: rgb(10, 11, 14)!important;
	display: block;
}
.social-icon li a:hover {
	
	background: rgb(10, 11, 14)!important;
	transform: translateY(-3px);
	color: #fff!important;

}
.social-icon li a:hover i {
	color: #4daa49 !important;
  }
.social-icon{
	display: flex;
}
.social-icon li{
  margin: 0 10px;
}
.pr3-header-right .social-icon li a:hover {
	background: #4DAA49;
	transform: translateY(-3px);
	color: #fff!important;
}

.pr3-desktop-menu {
	display: flex;
	justify-content: space-between;
}

.pr3-header-section {
	background: #4daa49;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* topbar css */
.topbar {
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #bebebe;
}

.topbar .logo img {
	width: 220px;
}

.topbar-ul {
	display: flex;
	justify-content: right;
	column-gap: 30px;
	margin-bottom: 0;
}

.topbar-ul li {
	display: flex;
	column-gap: 20px;
}

.header_icon {
	width: 40px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	border: 2px solid #bebebe;
	display: inline-block;
	border-radius: 50%;
}

.topbar-ul li .header_icon svg {
	width: 20px;
	height: 20px;
	fill: #bebebe;
}

.head-cart svg {
	width: 30px;
	height: 30px;
	fill: #bebebe;
}

.cart_holder {
	display: flex;
	justify-content: right;
	background: #f4f8f9;
	position: relative;
	border-radius: 10px;
	line-height: 60px;
}

.head_contact p {
	margin-bottom: 0;
	color: #4DAA49;
	font-weight: 600;
}

.head_contact a {
	color: #bebebe !important;
	text-decoration: none;
}

.head_contact a:hover {
	color: #4DAA49 !important;
}

.cv-eco-cart {
  background: #4DAA49;
  width: 16px;
  height: 16px;
  position: relative;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  border-radius: 100%;
  bottom: 30px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  left: 18px;
}
.cart_count.head-cart svg {
	margin-top: 20px;
  }

.top-right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-right span {
  display: block;
  margin: 0 0px;
}

.my-wishlist {
  font-size: 30px;
  margin-right: 15px;
  color: #bebebe;
}
.my-wishlist:hover {
  color: #bebebe !important;
}
.user svg {
	width: 25px;
}
.pr3-header-wrapper .top-right{
    display:none;
  }
/* hero section */
.hero-item {
	width: 100%;
	height: 500px;
	background-size: cover;
	position: relative;
	color: #fff;
}
.hero-item::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 500px;
	background: rgba(0, 0, 0, .5);
}
.hero-content{
	width: 95%;
	
	position: absolute;
	left: 100px;
	top: 150px;
}
.hero-content h1{
	text-transform: uppercase;
	font-size: 55px;
	font-weight: 700;
}
.hero-content p {
	font-size: 22px;
}

.hero-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-item .main-btn{
	color: #fff !important;
	border: 3px solid #fff!important;
}
.hero-slider .owl-next {
	position: absolute;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #4DAA49 !important;
	color: #fff !important;
	top: 46%;
	font-size: 22px !important;
}

.hero-slider .owl-prev {
	position: absolute;
	left: 20px;
	width: 40px;
	height: 40px;
	background: #4DAA49 !important;
	color: #fff !important;
	top: 46%;
	font-size: 22px !important;
}

.hero-slider .owl-next:hover {
	background: #222 !important;
}

.hero-slider .owl-prev:hover {
	background: #222 !important;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}


.hero-slider .owl-dots .owl-dot.active span {
	width: 30px !important;
	background-color: #4DAA49;
}


.mission-section {
	background-color: #f8f8f8;
	padding: 100px 0 50px 0;
	position: relative;
	top: -8px;
}

.tab .tabs_item {
	display: none;
}

.tab .tabs_item:first-child {
	display: block;
}

.mission-tab {
	margin-left: 50px;
}

.mission-tab span {
	font-size: 18px;
	color: #ff6015;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

.mission-tab span i {
	font-size: 18px;
}

.mission-tab h2 {
	font-size: 38px;
	margin: 10px 0 0 0;
	color: #0a0b0e;
}

.mission-tab .mission-list-tab .tabs {
	border-bottom: 1px solid #eeeeee;
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.mission-tab .mission-list-tab .tabs li {
	padding: 0;
	margin-right: 25px;
	padding-bottom: 10px;
	display: inline-block;
}

.mission-tab .mission-list-tab .tabs li.current {
	border-bottom: 2px solid #4DAA49;
}

.mission-tab .mission-list-tab .tabs li.current a {
	color: #4DAA49;
	font-weight: 600;
}

.mission-tab .mission-list-tab .tabs li a {
	position: relative;
	color: #222;
}

.mission-tab .mission-list-tab .tab_content .tabs_item .default-btn {
	margin-top: 12px;
}

.mission-tab.mission-tab-two {
	position: absolute;
	bottom: 0;
	background-color: #2f2c52;
	margin-left: 0;
	padding: 35px;
	right: 60px;
}

.mission-tab.mission-tab-two span {
	font-size: 18px;
	color: #ffffff;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

.mission-tab.mission-tab-two span i {
	font-size: 18px;
}

.mission-tab.mission-tab-two h2 {
	font-size: 38px;
	margin: 10px 0 0 0;
	color: #ffffff;
}

.mission-tab.mission-tab-two .mission-list-tab .tabs li a {
	color: #ffffff;
}

.mission-tab.mission-tab-two .mission-list-tab .tabs li.current {
	border-bottom: 2px solid #afabd2;
}

.mission-tab.mission-tab-two .mission-list-tab .tabs li.current a {
	color: #ff6015;
}

.mission-tab.mission-tab-two .mission-list-tab .tab_content .tabs_item p {
	color: #ffffff;
}

.mission-tab.mission-tab-three {
	position: relative;
	top: 120px;
	background-color: #2f2c52;
	margin-left: auto;
	padding: 35px;
	right: 0;
}

.mission-tab.mission-tab-three span {
	font-size: 18px;
	color: #ffffff;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
}

.mission-tab.mission-tab-three span i {
	font-size: 18px;
}

.mission-tab.mission-tab-three h2 {
	font-size: 38px;
	margin: 10px 0 0 0;
	color: #ffffff;
}

.mission-tab.mission-tab-three .mission-list-tab .tabs li a {
	color: #ffffff;
}

.mission-tab.mission-tab-three .mission-list-tab .tabs li.current {
	border-bottom: 2px solid #afabd2;
}

.mission-tab.mission-tab-three .mission-list-tab .tabs li.current a {
	color: #ff6015;
}

.mission-tab.mission-tab-three .mission-list-tab .tab_content .tabs_item p {
	color: #ffffff;
}



.title-bdr {
	position: relative;
	width: 150px;
	margin-bottom: 40px;
	top: 10px;
}

.left-bdr {
	height: 6px;
	width: 60px;
	background: #4DAA49;
	border-radius: 10px;
	position: absolute;
	left: 0px;
	-webkit-animation: left 2s infinite;
	animation: left 2s infinite;
}

@keyframes left {
	0%, 50%, 100% {
		width: 60px;
	}

	25% {
		width: 120px;
	}

	75% {
		width: 10px;
	}
}

@keyframes right {
	0%, 50%, 100% {
		width: 60px;
	}

	25% {
		width: 120px;
	}

	75% {
		width: 10px;
	}
}

.about {
	margin-left: 50px;
	margin-bottom: 50px;
}
.about .main-btn {
	background: #4daa49;
	color: #fff !important;
	padding: 8px 20px;
  }

  .about h3 {
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600;
  }
  .serv-semple:hover::after {
	width: 100%;
  }
  .section-title .title {
	color: #0a0b0e;
	font-weight: 600;
  }
  .main-btn{
	display: inline-block;
	margin-top: 1rem;
	padding: .8rem 2.8rem;
	border-radius: 5rem;
	border-top-left-radius: 0;
	cursor: pointer;
	background: none;
	color: #4DAA49!important;
	z-index: 0;
	position: relative;
	border: 3px solid #4DAA49;
	transition: all .5s linear;
}


.main-btn:hover{
	background: #4DAA49;
	color: #fff!important;
}
.zoom{
	position: relative;
}
.zoom::after {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	pointer-events: none;
	-webkit-transition: all 700ms ease-in 0s;
	transition: all 700ms ease-in 0s;
  }
  .zoom::before {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	-webkit-transition: all 700ms ease-in 0s;
	transition: all 700ms ease-in 0s;
	pointer-events: none;
  }
  .zoom:hover::after {
	bottom: 0;
	top: 0;
	opacity: 0;
  }
  .zoom:hover::before {
	left: 0;
	right: 0;
	opacity: 0;
  }

/* shop section css */
.shop{
	padding: 4rem 0;
}
.box{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.box:hover{
	border-color: #4DAA49;
}
.image{
	width: 100%;
	overflow: hidden;
}
.image img {
	width: auto;
	height: auto;
	object-fit: cover;
	display: block;
	margin: 0 auto;
  }
.box:hover .image img{
	transform: scale(1.1);
	transition: all .5s;
}
.icons{
	position: absolute;
	top: 1rem;
	right: 2rem;
	transform: translateX(10rem);
	z-index: 1;
	transition: .5s;
}
.icons a{
	display: block;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	margin-top: 1rem;
	background: #fff;
	color: #0a0b0e;
	text-align: center;
	border-radius: 50%;
}
.icons a:hover{
	color: #fff!important;
	background: #4DAA49;
}
.box:hover .icons{
	transform: translateX(0rem);
}
.shop-text {
	padding: 1rem 0;
	text-align: center;
	height: 125px;
  }
.shop-text h3 a{
	font-size: 1.5rem;
	color: #0a0b0e;
	font-weight: 600;
}
.shop-text .amount{
	font-size: 1.5rem;
	color: #4DAA49;
	font-weight: 600;
}
/* services section css */

.services-box{
	background: #eee;
	text-align: center;
	/* border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%; */
	height: auto;
	max-height: 360px;
	min-height: 360px;
}
.services-box:hover{
	border-radius: 0;
	transition: all .3s linear;
	background-color: rgba(67, 159, 72, .8);
	color:#fff!important;
}
.services-box:hover a, .services-box:hover  h3{
	color: #fff!important;
}


.services-box .image img {
	width:100%;
	height: 220px;
	object-fit: cover;
  }
.services-box h3{
	color: #0a0b0e;
	padding: 1rem 0 0rem 0;
	font-size: 24px;
	font-weight: 700;
}
.services-box a{
	display: inline-block;
	margin: 10px 0 20px 0; 
	color: #0a0b0e;
	font-weight: 600;
}
.services-box a:hover{
	color: #4DAA49!important;
}


/***** Gallery *****/

.gallery-box { padding-top: 30px; }
.gallery-box img { cursor: pointer; }

.carousel .carousel-indicators { bottom: -20px; }
.carousel .carousel-indicators li {
	width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; background-color: #5a6268;
}

.carousel .carousel-inner { padding-bottom: 40px; }

.carousel .carousel-control-next, 
.carousel .carousel-control-prev { top: auto; border: 0; }

.carousel .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235a6268' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%235a6268' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.gallery-box img{
	width: 100%;
}
.gallery-container{
	padding: 4rem 0;
}

/** contact-style-three **/

.contact_bg{
	padding: 50px 0 100px 0;
	position: relative;
	background-image: url(../images/c.png);
	background-size: cover;
  }
  


  .contact_bg .section-title{
	  margin-bottom: 70px;
  }
  .contact_bg .title-bdr{
	  margin: 0 auto;
  }
  .contact_bg .left-bdr{
	  /* BACKGROUND-color: #fff; */
	  margin: 0 auto;
  }

.contact-style-three .form-inner {

    background: #fff;

    padding: 35px;

    border-radius: 8px;

    box-shadow: 0 4px 31px rgb(31 53 158 / 26%);

}

hr.ak-hr {

    width: 90%;

    margin-right: auto;

    margin-left: auto;

    position: relative;

    top: -45px;

}

.contact-style-three .contact-info{

  position: relative;

  display: block;

}

.btn-wrappers a {

    text-transform: capitalize;

}

.btn-wrappers {

    position: relative;

    bottom: -90px;

    display: flex;

    column-gap: 10px;

    justify-content: center;

}

.btn-wrappers a i {

    font-size: 30px;

    position: absolute;

    left: 20px;

    top: 9px;

}

.contact-style-three .contact-info h3{

  position: relative;

  display: block;

  font-size: 30px;

  line-height: 40px;

  font-weight: 600;

  margin-bottom: 23px;

}



.contact-style-three .contact-info p{

  color: #141417;

  margin-bottom: 15px;

}



.contact-style-three .contact-info .info-list li{

  position: relative;

  display: inline-block;

  font-size: 16px;

  line-height: 28px;

  margin-bottom: 14px;

}



.contact-style-three .contact-info .info-list li:last-child{

  margin-bottom: 0px;

}



.contact-style-three .contact-info .info-list li a{

  display: inline-block;

  color: #787878;

}



.contact-style-three .contact-info .info-list li:last-child a{

  color: #141417;

  font-size: 16px;

  font-weight: 500;

}







.contact-style-three .form-inner .form-group{

  position: relative;

  display: block;

  margin-bottom: 26px;

}



.contact-style-three .form-inner .form-group input, .contact-style-three .form-inner .form-group input[type="email"], .contact-style-three .form-inner .form-group textarea {

    position: relative;

    display: block;

    width: 100%;

    height: 42px;

    font-size: 14px;

    color: #6e6e6e;

    line-height: 42px;

    transition: all 500ms ease;

    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);

    background: #fff;

    padding: 10px;

    border: 1px solid #eee;

}



.contact-style-three .form-inner .form-group textarea{

  height: 120px;

  resize: none;

}








.contact-style-three .form-inner .form-group .check-box label{

  font-size: 16px;

  color: #6e6e6e;

}



.contact-style-three .form-inner .form-group .theme-btn{

  padding: 12px 25px;

}



.contact-style-three .form-inner .form-group .theme-btn i{

  position: relative;

  font-size: 22px;

  margin-left: 8px;

  top: 2px;

}
.form-inner input:focus{
	outline: 1px solid #4DAA49!important;
	border: 1px solid #4DAA49!important;
}
.form-inner textarea:focus{
	outline: 1px solid #4DAA49!important;
	border: 1px solid #4DAA49!important;
}


/* footer section css */

.footer-section {
	background-image: url('../images/slider1.jpg');
	background-color: rgba(0,0,0, .8);
	background-position: center bottom;
	background-size: auto;
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 50px 0;
	position: relative;
  }
  .footer-section img {
	width: 100px;
	margin-bottom: 30px;
  }
  .footer-section:before{
	  background:rgba(0, 0, 0, .8);
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
  footer{
	  position: relative;
  }
  .f-col {
	color: #fff;
  }
  .f-col h4 {
	font-size: 22px;
	font-weight: 700 !important;
	margin-bottom: 26px;
  }
  .f-col a{
	  color: #fff;
  }
  .f-col a:hover,
  .f-col i:hover{
	  color:#4DAA49;
  }
  .f-col i{
	  color: #4DAA49;
  }
  .f-col ul {
	list-style-type: none;
  }
  .f-col ul li {
	padding: 5px 0;
  }
  .footer-bottom {
    width: 100%;
    padding:20px 0;
    text-align: center;
    color: #fff;
	background: rgb(77, 170, 73);
}
.footer-bottom p{
	margin-bottom: 0;
}
.f-col ul li i{
	font-size: 20px;
}

.go-top.active {
	top: 98%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
  }
  .go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background-color: #4DAA49;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
	border-radius: 50%;
	border: 1px solid #4DAA49;
  }
  .go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #0a0b0e;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
  }
  #toTop {
	display: none;
  }
/* bredcrumb section */
.breadcrumb-area{
	background-color: #BEBEBE;
	
}
  .breadcrumb-area .breadcrumb {
	background-color: #BEBEBE;
	margin-bottom: 0;
	padding:  15px;
  }
  .breadcrumb-item {
	color: #4daa49 !important;
	font-weight: 600;
  }
  .breadcrumb-item a{
	color:#4daa49 !important;
	font-weight: 600;
  }
  .breadcrumb-item a:hover{
	  color:#0a0b0e!important;
  }
  .breadcrumb-item + .breadcrumb-item::before{
	color: #4daa49 !important
  }

  /* services page section */
  .services-page {
	padding: 80px 0;
	background: #fff;
  }
  .floor{
	  margin-top: 100px;
	  text-align: center;
  }
  .floor .services-box{
	  height: 220px!important;
  }
.floor .title-bdr{
	left: 27%;
}
.floor2 .title-bdr{
	left: 36%!important;
}




/* product detail page css */
.product-detail .zoom-img {
    position: relative;
}

.sail {
    position: absolute;
    content: '';
    top: 40px;
    right: 30px;
    background-color: #4DAA49;
    color: #fff;
    padding: 2px 10px;
    font-weight: 500;
}



.prodect-detail-text h1 {
	font-weight: 600;
	font-size: 30px;
	color: #4DAA49;
  }

.prodect-detail-text .meta-title {
    font-size: 16px;
    font-weight: 500;
}

.prodect-detail-text .cte_txt {
    margin: 5px 0;
    display: inline-block;
    font-weight: 400 !important;

}

.prodect-detail-text .price-cut {
    text-decoration: line-through;
    margin: 10px 0;
    display: inline-block;
    font-size: 20px;
}

.prodect-detail-text .price {
    text-decoration: underline;
    margin: 10px 0;
    display: inline-block;
    font-weight: 800;
    margin-left: 10px;
    font-size: 20px;
}

.reating-review {
    padding: 10px 0;
}

.reating-review i {
    color: var(--yellow);
}

.reating-review span {
    color: #888282;
}

.prodect-detail-text p {
	color: #888282;
    margin: 20px 0;
}

.quantity {
    margin: 0 20px 0 0;
    margin-top: 30px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 0;
    width: 1px;
    overflow: hidden;
}

.quantity .qty {
    padding-right: 0;
    text-align: left;
    height: 54px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.quantity .qty {
    width: 3.631em;
    text-align: center;
}

.quantity .main-btn {
    margin-left: 20px;
}

/* detail tabs */
.detail-tabs .warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.detail-tabs .tabs {
    width: 100%;
    justify-content: left;
    border-bottom: 1px solid #e3e3e3;
}

.detail-tabs .tab {
    cursor: pointer;
    padding: 10px 0px;
    margin: 0px 2px;
    display: inline-block;
    color: #888282;
    position: relative;
    margin: 0 10px;
    transition: all .9s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition-delay: .5s;
    transition-duration: 50s;
    font-family: var(--primary-font);
    font-size: 20px;
}

.detail-tabs .tab:hover.tab::before {
    width: 100%;
}

.detail-tabs .tab::before {
    position: absolute;
    content: '';
    background-color:#4DAA49;
    width: 0;
    height: 2px;
    top: 50px;
    left: 0;
}

.panels {
    background: #fffffff6;
    /* box-shadow: 0 2rem 2rem #00000080; */
    min-height: 200px;
    width: 100%;
    /* max-width:500px; */
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}

.panel table tbody {
    max-width: 100%;
}

.panel table tbody tr {
    display: flex;
    justify-content: space-between;
    gap: 500px;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    color: #4DAA49;
    opacity: .5;
    font-size: 18px;

}

.panel table tbody tr th {
    font-weight: 700;

}

.panel table tbody tr td {
    font-weight: 500;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel
 {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab {
    background: #fffffff6;
    color: #000;
    /* border-top: 3px solid #000; */
}

.review-text {
    display: flex;
    justify-content: space-between;
}


#three-panel span i {
    color: var(--green);
}

#three-panel span i:hover {
    background: #4DAA49;
    background-clip: border-box;
    overflow: hidden;
}

.panel-title {
    display: block;
    color: #171717;
    font-size: 1.777rem;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 20px;
    margin: 20px 0 0;
}

#three-panel .input-row .input-group input {
    width: 100%;
    padding: 30px 0;
    border: 1px solid #f1f3f5;
    background-color: #fff;
    margin: 5px 0;

}

#three-panel form .input-row {
    width: 100%;
}

.input-row .input-group {
    flex-basis: 100%;
}

.input-row .input-group1 {

    flex-basis: 96%;
}

.input-group2 {
    display: flex;
}

.input-group2 .input-group1 {
    width: 100%;
}

.input-row label,
label {

    font-size: 14px;

}

#three-panel .main-btn {
    margin-bottom: 30px;
}

.releatd-product {
    margin-bottom: 100px;
}


iframe {
    width: 100%;
    height: 300px;
    margin-top: 100px;
}
#two-panel .input-row .input-group input {
	width: 100%;
	padding:20px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin: 5px 0;
	border-radius: 30px;
  }
  #two-panel .input-row .input-group input:focus{
	  box-shadow: none!important;
	  outline: none!important;
	  border: 1px solid #4DAA49;
  }
  #two-panel form .input-row {
	width: 100%;
	display: flex;
justify-content: space-between;
margin-top: 20px;
  }
  #two-panel form .input-row textarea {
	width: 100%;
	border: 1px solid #ddd;
	outline: none;
	padding: 15px 0;
  }
  #two-panel form .input-row textarea:focus{
	box-shadow: none!important;
	outline: none!important;
	border: 1px solid #4DAA49;
  }
  .product-detail{
	  padding: 80px 0;
  }
  .input-text.qty {
	width: 60px;
	padding: 7px;
  }
  .prodect-detail-text .main-btn{
	  padding: .4rem 1.5rem;
	  margin: 0 10px;
  }

  /*----------------------------------------*/
/* 12. Cart & Wish List CSS
/*----------------------------------------*/
.cart-main-area{
	margin: 80px 0;
}
.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
    text-transform: capitalize;
    color: #555;
    font-weight: 500;
}
.shipping_method input {
    background: #eceff8 none repeat scroll 0 0;
    border: 2px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: inherit;
}
.cart-title-area {
    padding-top: 30px;
}
.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}

.table-content table th {
    border-top: medium none;
    font-weight: normal;
    padding: 20px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
	font-weight: 600;
	color: #0a0b0e;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: 500;
    width: 120px;
}

.table-content table td.product-name a,
.product-stock-status span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    color: #6f6f6f;
    text-transform: capitalize;
}

.product-stock-status span {
    font-weight: normal;
    color: #f1ac06;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 100px;
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 500;
}

.table-content table td.product-remove i:hover {
    color: #f1ac06;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
    color: #f1ac06;
}

.product-thumbnail img {
    width: 100%;
}

.buttons-cart {
  margin: 30px 0;
    overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #363f4d none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
    cursor: pointer;
}

.wc-proceed-to-checkout {
    clear: both;
    display: block;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
    background: #4DAA49 none repeat scroll 0 0;
    color: #fff;
}

.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
}
.cart_totals {
    float: left;
    text-align: right;
    width: 100%;
	margin-top: 30px;
}

.cart_totals h2 {
    border-bottom: 2px solid #222;
    display: inline-block;
    font-size: 26px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 500;
	color: #4DAA49;
}

.cart_totals table {
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
}

.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}

.cart_totals table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}

.cart_totals table td .amount {
    color: #4DAA49;
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}

.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}

a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}

a.shipping-calculator-button:hover {
    color: #83CBDC
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

.cart_totals table tr.order-total th {
    font-weight: 700;
}



.wc-proceed-to-checkout a:hover {
    background: #363f4d;
}

.amount del {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
}

.cart-main-area.wish-list .product-remove {
    width: 20px;
}

.cart-main-area.wish-list table td.product-thumbnail {
    width: 140px;
}

.cart-main-area.wish-list .product-add-to-cart a {
    background: #f1ac06 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
    margin: 0 auto;
}
.cart-main-area.wish-list .product-add-to-cart a:hover {
    background: #1a1a1a;
}

.cart-main-area.wish-list td.product-add-to-cart {
    width: 240px;
}

/*----------------------------------------*/
/* 13. Checkout CSS
/*----------------------------------------*/
.checkout-area{
	margin: 80px 0;
}
.payment-accordion .panel-body {
    padding: 0 0 15px;
}
.payment-accordion .panel-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}
.coupon-area .coupon-info input {
    background: transparent;
    border: 1px solid #e5e5e5;
}

.coupon-area .coupon-info .checkout-coupon .code:focus {
    border: 1px solid #e5e5e5;
}

.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #f1ac06;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
    text-transform: capitalize;
}

.coupon-accordion h3::before {
    color: #777;
    content: "\f0f6";
    display: inline-block;
    font-family: 'FontAwesome';
    left: 16px;
    position: absolute;
    top: 16px;
}

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
    -webkit-transition: .3s;
    transition: .3s
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #f1ac06;
}

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
    color: inherit;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #ccc;
    height: 34px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #f1ac06 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}

.form-row > label {
    margin-top: 7px;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
    font-size: 12px;
}
p.checkout-coupon input[type=text] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
}

p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
    cursor: pointer;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
}

.country-select label,
.country-select label,
.checkout-form-list label {
    color: #333;
    margin: 0 0 5px;
    display: block;
    font-weight: 500;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: #f1ac06
}

.country-select select {
    border: 1px solid #ddd;
    height: 34px;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.checkout-form-list label {
    color: #333;
}
.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 34px;
    width: 100%;
    padding: 0 0 0 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 0;
    width: inherit;
}

.create-acc label {
    color: #333;
    display: inline-block;
}

.create-accounts {
    display: none
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
}

.order-notes textarea {
    height: 90px;
    padding: 15px;
    width: 100%;
    background: #fff;
}

.ship-different-title input {
    margin-top: 0;
    vertical-align: middle;
}

#ship-box-info {
    display: none
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

.your-order h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
}

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}

.your-order-table table tr.order-total td span {
    color: #4DAA49;
    font-size: 20px;
}
.payment-method {
    margin-top: 40px;
}
.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
    content: "Ã¯Ââ€¢";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
}

.payment-accordion h3.open a:after {
    content: "\f056";
}
.payment-content p {
    font-size: 13px;
}

.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}

.order-button-payment {
	text-align: center;
  }

.order-button-payment input:hover {
    background: #444
}

.sub-heading {
    padding-bottom: 27px;
    color: #555;
    font-weight: 500;
    font-size: 25px;
}
.checkout-form-list textarea {
	box-shadow: none;
	border-color: #4DAA49;
	outline: none;
}


/* register page css */
/*logion page css*/

.login-page{
	padding: 12rem 0;
  }
  .form-box {
	max-width: 575px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 2.2rem 2rem 4.4rem;
	box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
  }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff!important;
	background-color: #4DAA49	!important;
  }
  .form-box .nav-pills .nav-link{
	color: #4DAA49!important;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: -.025em;
	color: inherit;
	border-bottom-width: .2rem;
	padding: .9rem 1rem;
  }
  .forgot-link {
	color: var(--gold) !important;
  }
   .nav.nav-pills .nav-item .nav-link.active {
	color: #ffff!important;
	background-color: #4DAA49;
	}
  
  .form-box .btn-outline-primary-2{
	margin-left: 0!important;
  }
  .custom-control-label a {
	color: var(--gold) !important;
  }
  .btn.btn-login {
	  color: #333333;
	  font-weight: 300;
	  font-size: 1rem;
	  line-height: 1.5;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  padding: .85rem 1rem;
	  border: .1rem solid #ebebeb;
	  min-width: 0;
  }
  
  .nav.nav-pills .nav-item .nav-link.active {
	color: #0a0b0e;
	border-color: #d7d7d7;
	background: #4DAA49;
  }
  .user a{
	color: #000!important;
	font-size: 20px;
  }
  .user a:hover{
	color: #4DAA49;
  }
  .user{
	margin-left: 20px;
  }
  .bg-image{
		background-size: cover;
	  background-repeat: no-repeat;
  }
  .teaser {
	position: relative;
	overflow: visible;
	margin-top: 40px;
  }
  .teaser p a{
	color: #000!important;
  }
  .teaser .bg_color.color_2 {
	color: #fff;
	background-color: #4daa49;
  }
  .teaser [class*="bg_color"] {
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	vertical-align: bottom;
	padding: 4px;
  }
  .size_big {
	font-size: 65px;
	line-height: 50px;
  }
  .teaser_icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
  }
  .round {
	border-radius: 50%;
  }
  /* contact us section css */
  .contact-us-div{
	  margin: 50px 0;
  }
  .teaser [class*="bg_color"] .teaser_icon_wrap {
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	border-radius: 50%;
	line-height: 150px;
  
  }
  .teaser .bg_color.color_2 {
	color: #fff;
  }
  .teaser [class*="bg_color"] {
	text-align: center;
  }
  .size_big {
	font-size: 65px;
	line-height: 50px;
  }
  .teaser.icon_top .media-heading {
	margin-top: 1.2em;
	margin-bottom: 0.7em;
  }
  .color_2 a {
	color: #fff !important;
  }
  .media-heading a {
	color: #666 !important;
  }

  /*business concept*/
  .business_concept {
	margin: 0 0 100px 0;
	/* background-color: rgba(67, 159, 72, .4); */
	padding: 50px 0;
	position: relative;
	background-image: url(../images/contact_bg.jpg);
	background-size: cover;
	color: #fff!important;
  }
 
  .business_concept .title-bdr{
	  margin: 0 auto;
  }
  .business_concept .left-bdr {
	  left: -66px;
  }
  .business_concept .section-title {
	margin-bottom: 70px;
  }
  .business_concept h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 600;
  }
  .business_concept .left-bdr{
	  background:#fff;
  }
  .business_concept .section-title .title{
	  color: #fff;
  }
  .e-resposible {
	text-align: justify;
  }
  .business_concept .image img{
	border-radius: 20px;
  }
  .servicse-slider .owl-prev {
	position: absolute;
	width: 35px !important;
	height: 35px !important;
	background: #4DAA49 !important;
	color: #fff !important;
	right: 160px;
	top: -65px;
  }

  .servicse-slider .owl-next {
	position: absolute;
	width: 35px !important;
	height: 35px !important;
	background: #4DAA49 !important;
	color: #fff !important;
	right: 100px;
	top: -65px;
  }
  .servicse-slider .owl-next:hover {
	border: 1px solid #4DAA49!important;
	background: none;
  }
.secondrow{
	margin-top: 100px!important;
}

  
/* blog section css */
 .blog-section {
	background-size: cover;
	background-position: bottom;
	padding: 60px 0;
}

.pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 50px 0;
  }
  .pagination .page-item.active .page-link {
	background-color: #4DAA49;
	border-color: #4DAA49;
  }
  .pagination .page-item{
	  padding: 0 10px;
  }
  .pagination .page-link{
	color: #4DAA49;
  }
  .pagination .page-link:hover{
	  color: #fff!important;
	  background: #4DAA49!important;
  } 

  /* blog detail */
  .blog-page-section {
    margin: 100px 0;
}

.blog-page-section .date {
  border: 2px solid #4DAA49;
  width: 80px;
  text-align: center;
  height: 80px;
  color: #4DAA49;
  font-size: 32px;
  line-height: 26px;
  padding-top: 12px;
}
.blog-page-section .date span{
    display: block;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.discription ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.discription ul li a{
    padding:  10px;
    color: #333!important;
}
.discription ul li a:hover{
      color: #4DAA49!important;
}
.discription ul li a i{
    color: #4DAA49;
}
.discription h2 a{
    color: #333!important;
    font-size: 28px;
    font-weight: 700;
}
.discription h2 a:hover{
     color: #4DAA49!important;
}
.blog-btn .default-btn {
  border-radius: 5px;
  text-transform: uppercase;
}
.discription {
  margin-left: -25px;
}
.discription h2{
    margin-bottom: 0;
}
/*==========blog detail section=================*/
.imp-text {
	font-style: italic;
	font-weight: 600;
	margin-left: 50px;
	text-align: justify;
	position: relative;
  }
  
  .imp-text::before {
	position: absolute;
	content: '';
	top: 0;
	left: -30px;
	width: 10px;
	height: 100%;
	background: #4DAA49;
  }
  .blog-text.blog-page-text p {
	text-align: justify;
  }
  .you-like{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 10px 0;
  }
  .rel-pro-section.bgdetail h6 a:hover {
	color: #4DAA49;
  }
  .social-icons {
	list-style-type: none;
	font-size: 15px;
	display: flex;
	justify-content: right;
	padding-right: 0;
  }
  .social-icons li {
	padding: 0 10px;
  }
  .contact-form .input-group .form-control {
	width: 100%;
  }
  .contact-form .input-group .form-control:focus{
	  box-shadow: none!important;
	  border: 1px solid #4DAA49!important;
  }
  .contact-form .input-group textarea:focus{
	   box-shadow: none!important;
	  border: 1px solid #4DAA49!important;
  }
  .contact-form .input-group label{
	  font-size: 14px;
	  font-weight: 700;
  }
  .contact-form .input-group label span {
	color: #4DAA49;
	font-size: 20px;
	position: relative;

  }
  .contact-section {
	margin: 50px 0;
  }
  .submit-now {
	padding: 10px;
	background: #f7821e;
	border: 1px solid #f7821e;
	color: #fff;
	border-radius: 5px;
  }
  .submit-now:hover{
  background: #000;
  border: 1px solid #000;
  }
  .sidebar-widget {
	padding: 20px 20px 30px 25px;
	margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .sidebar-widget ul {
	list-style-type: none;
  }
  .sidebar-widget ul li a{
	  padding: 10px ;
	  color: #333!important;
	  display: block;
  }
  .sidebar-widget ul li a:hover {
	color: #fff !important;
	background: #4DAA49;
  }
  .product-col {
	border: 1px solid #eee;
	margin: 12px 0;
  position: relative;
  
  }
  .sale {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #4DAA49;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 600;
  }
  .sale::before {
	position: absolute;
	width: 10px;
	content: '';
	height: 15px;
	border-top: 12px solid #4DAA49;
	border-left: 0px solid #4DAA49;
	border-right: 8px solid transparent;
	top: 31px;
	left: 0;
  }
  .product-img{
	position: relative!important;
  }
  .product-col .product-img{
	  overflow: hidden;
	  transition-duration: 1500ms;
	  transition: all .5s ease-in-out;
  }
  .product-col .product-img img {
	width: 100%;
	min-height: 230px;
	max-height: 230px;
	object-fit: cover;
  }
  .overlay {
	position: absolute;
	content: '';
	background: rgba(0, 0, 0,0.5);
	width: 100%;
	top: 0px;
	height: 100%;
	opacity: 0;
	transition: 0.3s ease-in-out;
	padding: 15% ;
  }
  .overlay a {
	display: block;
	width: 100%;
	color: #fff;
	background: #4DAA49;
	padding: 10px 15px;
  }
  .product-col:hover .overlay {
	  opacity: 1;
  }
  .product-text {
	border: 1px solid #eee;
	text-align: center;
	padding: 10px 0;
	border-left: none;
	border-right: none;
  }
  .product-text h2 a {
	color: #333;
  }
  .product-text h2 a:hover {
	color: #4DAA49!important;
  }
  .reating {
	color: #4DAA49;
  }
  .product-text h2 {
   text-align: center;
	margin-bottom: 0;
  font-size: 22px;
  padding: 5px 0;
  }

  .blog-page-img img {
	width: 100%;
  }
  .product-img img {
	width: 100%;
  }
  .rel-pro-section {
	margin-top: 30px;
  }  
  .rel-pro-section {
	margin-top: 30px;
  }
  .rel-pro-section h6 a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
  }
  .rel-pro-section h6{
	  margin-bottom: 0;
  }
  .rel-pro-section .product-img img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	min-width: 70px;
  }
  .rel-pro-section span {
	text-align: left;
	padding: 0;
	font-size: 16px;
  }
  .rel-pro-section .row {
	margin-top: 20px;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
  }
  .sidebar-widget h4 {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	color: #333;
	font-weight: 700;
  }


  /* new css */
  .hero-slider .owl-nav{
	  margin-top: 0!important;
  }
  .mtb50{
margin: 50px 0;
  }
  .sertification {
	background: rgba(77, 170, 73, 0.2);
	padding: 20px;
	border-bottom: 2px dotted #4daa49;
  }
  .sertification ul {
	display: flex;
	justify-content: center;
  }
  .sertification ul li {
	width: 210px;
	height: 90px;
	text-align: center;
  }
  .sertification ul li img {
	width: 100px;
	height: 100px;
	object-fit: contain;
  }
  .mission-image {
	background-image: url(../images/about.jpg);
	background-size: cover;
	background-position: bottom;
	height: 300px;
	border-radius: 30px;
  }
  .about p {
	text-align: justify;
	padding-right: 30px;
  }
  .mission-section{
	  padding: 40px 0!important;
  }
  .call-to-action {
	  background-image: url(../images/bbg.png);
	  padding: 50px 0;
	  position: relative;
	  width: 100%;
	  background-repeat: no-repeat;
	  background-size:cover;
	  margin-bottom: 40px;
  }
  .call-to-action::before {
	position: absolute;
	content: '';
	background: rgba(0,0,0, .8);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
  }
  .call-to-action::after {
	position: absolute;
	content: '';
	width: 30px !important;
	height: 30px !important;
	top: 0;
	left: 50%;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 22px solid #fff;
  }
  .call-action {
	display: flex;
	justify-content: space-between;
	justify-items: center;
	position: relative;
  }
  .call-text {
	text-align: center;
  }
  .call-btn a {
  background: #4daa49;
  display: block;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  width: 300px;
  text-align: center;
  font-size: 24px;
}
.call-btn a i {
  margin-right: 15px;
}
  .call-btn a:hover{
	  color: #fff!important;
	  background-color: #3f9e3c;
  }
  .call-text h2 {
	font-size: 42px;
	color: #4daa49;
	font-weight: 600;
  }
  .call-text p {
	margin-bottom: 0;
	color: #fff;
  }
  .servicse-slider .owl-nav {
	display: none;
  }
  .industry-serves{
	background-image: url(../images/bbg.png);
	padding: 50px 0;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	background-size: cover;
  }
  .industry-serves::before {
	position: absolute;
	content: '';
	background: rgba(0,0,0, .8);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

  }
  .industry-serves .section-title h2{
	  position: relative;
	  color: #fff;
  }
  .services-box .image.zoom {
	border-radius: 20px 20px 0 0!important;
  }
.services-box {
  border-radius: 20px 20px !important;
  margin-bottom: 30px!important;
}
  .zoom:hover::after {
	border-radius: 20px 20px !important;
  }
  .it-works .title-bdr{
	  margin: 0 auto;
  }
  .it-works .section-title p {
	margin-top: 50px;
  }
  .it-work-col {
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 500px;
	text-align:center;
  }
  .it-work-col h3 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 16px 0;
  }
  .cal_btn {
	background: #4daa49;
	display: block;
	color: #fff;
	padding: 15px 20px;
	border-radius: 5px;
	width: 600px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 23px;
  }
  .cal_btn:hover{
	color: #fff!important;
	background-color: #3f9e3c;
  }
  .it-work-col img {
	width: 100px;
	margin: 10px auto;
	display: block;
  }
  .industry-serves ul {
	display: flex;
	list-style-type: none;
	color: #fff;
	position: relative;
	justify-content: center;
	text-align: center;
	margin-top: 60px;
  }
  .industry-serves ul li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
  }
  .industry-serves ul li {
	  padding: 0 10px;
	  font-weight: 500;
  }
  .why-choose .title-bdr{
	  margin: 0 auto;
  }
  .why-choose .section-title{
	  margin-bottom: 60px;
  }
 

.why-choose {
position: relative;
    padding: 60px 0;
    background: rgba(77, 170, 73, 0.2);
	background-image: url(../images/slider2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	color: #fff;
}
.why-choose::before {
	position: absolute;
	content: '';
	background: rgba(0,0,0, .8);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
  }
  .why-choose .title {
	color: #fff;
	position: relative;
  }
  .why-choose ul {
	  margin-top: 30px;
  }
  .why-choose ul li{
	  padding: 5px 0;
  }
  .why-choose ul li i {
	color: #fff;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: #4daa49;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	font-size: 16px;
  }
  .why-choose p{
	  text-align: justify;
  }
  .area-serv {
	  margin: 50px 0;
  }

  .area-serv  .title-bdr{
	margin: 0 auto;
}
.area-serv  .section-title{
	margin-bottom: 60px;
}
.area-serv li {
	display: inline-block;
	padding: 20px;
	width: 215px;
	text-align: center;
	font-weight: 500;
  }
  .area-serv li i {
	display: block;
	font-size: 34px;
	color: #4daa49;
	margin-bottom: 10px;
  }

  .testimonial-section .section-title{
	margin-bottom: 60px;
}
.testimonial-section .title-bdr{
	margin: 0 auto;
}
.testimonial img {
	width: 100%;
  }
  .testimonial{
	  text-align: center;
  }
  .testimonial img {
	width: 100px!important;
	margin: 0 auto;
	  margin-bottom: 0px;
	display: block;
	margin-bottom: 20px;
  }
  .testimonial i {
	display: block;
	margin: 20px 0;
	color: #4daa49;
  }
  .testimonial-section  .testimonial-slider .owl-prev {
	width: 30px !important;
	height: 30px !important;
	position: absolute;
	bottom: 0;
	left: 32%;
	font-size: 70px !important;
	color: #4daa49 !important;
  }
  .testimonial-section  .testimonial-slider .owl-next {
	width: 30px !important;
	height: 30px !important;
	position: absolute;
	bottom: 0;
	right: 32%;
	font-size: 70px !important;
	color: #4daa49 !important;
  }

  .testimonial-section .owl-theme .owl-nav [class*="owl-"]:hover{
	  background:none;
	  border: none;
	  }
	  .testimonial-section  .testimonial-slider   .owl-dot.active span {
		width: 15px !important;
		height: 15px!important;
		border: 2px solid #4daa49;
		background: none !important;
	  }
	  .testimonial-section  .testimonial-slider   .owl-dot span {
		width: 15px !important;
		height: 15px!important;

	  }
	  .testimonial-section  .testimonial-slider    .owl-dots {
		position: absolute;
	
		left: 48%;
	  }
	  .testimonial-section.ptb60 {
		margin-bottom: 50px;
	  }
	  .blog-section .title-bdr {
		margin: 0 auto;
		  margin-bottom: 0px;
		margin-bottom: 60px;
	  }
	  .blog_fullimage {
		background: #fff;
		border: 1px solid #ddd;
		margin-bottom:30px;
	  }
	  .blog_fullimage img {
		width: 100%;
		height: 200px;
		/*object-fit: cover;*/
		position: relative;
	  }
	  .blog-section  .owl-prev {
		position: absolute;
		left: -29px;
		top: 35%;
		color: #4daa49 !important;
		font-size: 50px !important;
	  }
	  .blog-section  .owl-next {
		position: absolute;
		right: -29px;
		top: 35%;
		color: #4daa49 !important;
		font-size: 50px !important;
	  }
	  .blog-section .owl-theme .owl-nav [class*="owl-"]:hover{
		  background:none!important;
	  }
	  .post_meta {
		position: absolute;
		top: 157px;
		left: 0px;
		background:rgba(255,255,255, .5);
		padding: 10px 20px;
	  }
	  .item_content {
		padding: 15px;
		height: 115px;
	  }
	 
	.item_content .item_title a {
	
		color: #000 !important;
		font-size: 20px;
	
	}
	.post_meta li a {
		color: #000 !important;
	  }
	  .section-title .title-bdr {

		margin: 0 auto;
		margin-bottom: 60px;
	  }
	  .section-title {
		text-align: center;
	  }
	  .about .title-bdr {
		margin: 0 0 60px 0 !important;
	  }
	

	  /* faq section css */
	  .wrap {
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
		border-radius: 4px;
		background-color: #fff;
	  }
	  .faq-section    .panel {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #fff;
		background: none;
		box-shadow: none;
		display: block;
	  }
	  
	  .faq-section  .panel:last-child {
		border-bottom: none;
	  }
	  .faq-heading {
		width: 100%;
		color: #fff;
		font-weight: 500;
		position: relative;
		padding-left: 15px;
		margin-bottom: 20px;
	  }
	  .faq-section .section-title .title{
		color: #fff !important;
		position: relative;
	  }
	  .faq-section .panel-heading {
		border-bottom: 1px solid #ddd!important;
	  }
	  .faq-section  .panel-group > .panel:first-child .panel-heading {
		border-radius: 4px 4px 0 0;
	  }
	  
	  .faq-section  .panel-group .panel {
		border-radius: 0;
	  }
	  
	  .faq-section   .panel-group .panel + .panel {
		margin-top: 0;
	  }
	  
	  .faq-section  .panel-heading {

		border-radius: 0;
		border: none;
		color: #000;
		padding: 0;
	  }
	  
	  .faq-section   .panel-title a {
		display: block;
		color: #000;
		padding: 15px;
		position: relative;
		font-size: 16px;
		font-weight: 400;
		padding-right: 25px;
	  }
	  
	  .faq-section .panel-body {
		background: #fff;
		padding: 20px;
		color: #000;
	  }
	  .faq-section   .panel:last-child .panel-body {
		border-radius: 0 0 4px 4px;
	  }
	  
	  .faq-section  .panel:last-child .panel-heading {
		border-radius: 0 0 4px 4px;
		transition: border-radius 0.3s linear 0.2s;
	  }
	  
	  .faq-section  .panel:last-child .panel-heading.active {
		border-radius: 0;
		transition: border-radius linear 0s;
	  }
	  /* #bs-collapse icon scale option */
	  
	  .faq-section  .panel-heading a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f067";
		display: inline-block;
		padding-right: 3px;
		vertical-align: middle;
		font-weight: 900;
		transition: all 0.5s;
		transform: scale(1);
		right: 5px;
		top: 10px;
		position: absolute;
	  }
	  
	  .faq-section  .panel-heading.active a:before {
		content: ' ';
		transition: all 0.5s;
		transform: scale(0);
	  }
	  
	  .faq-section  .panel-heading a:after {
		font-family: "Font Awesome 5 Free";
		content: "\f068";
		display: inline-block;
		padding-right: 3px;
		vertical-align: middle;
		font-weight: 900;
		right: 5px;
		top: 10px;
		transform: scale(0);
		transition: all 0.5s;
		position: absolute;
	  }
	  
	  .faq-section  .panel-heading.active a:after {
		content: '\f068';
		transform: scale(1);
		transition: all 0.5s;
	  }
	  .faq-section .panel {
		display: block;
		padding-bottom: 0;
	  }
	  .faq-section  .panel-title a {
		display: block;
		color: #171717 !important;
	
		font-weight: 600;
		line-height: 1.3;

	  }
	  .faq-section .panel-title {
		padding: 0 !important;
	  }
	  .panel-title {
		margin: 0 !important;
	  }
	
	  .faq-section {
		padding: 60px 0;
		background: rgba(77, 170, 73, 0.2);
		  background-repeat: repeat;
		  background-image: none;
		  background-size: auto;
		background-image: url(../images/slider3.jpg);
		position: relative;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		color: #fff !important;
		margin-bottom: 50px;
	  }
	  .faq-section::before{
		position: absolute;
		content: '';
		background: rgba(0,0,0, .8);
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	  }
	  
	.get-in-touch {
		margin: 60px 0;
		text-align: justify;
	
	  }




	  .form-inner.ser-col-left input {
		width: 100%;
		height: 35px;
		padding: 0 15px;
		border-radius: 5px;
		border: 1px solid #999;
		background: none;
		color: #000;

	  }
	  .form-inner.ser-col-left textarea {
		width: 100%;
		height: 80px;
		padding: 0 15px;
		border-radius: 5px;
		border: 1px solid #999;
		background: none;
		color: #000;
	  }
	  .form-inner.ser-col-left  .form-group {
		margin-bottom: .5rem;
	  }
	  .breadcrumb-area.service-detail-banner {
		padding: 30px 0;
		background-image: url(../images/slider3.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	  }
	  .breadcrumb-area.service-detail-banner::before {
		background: rgba(0, 0, 0, .8);
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	  }
	  .ser-col-left {
		position: relative;
		color: #fff;
	  }
	
	  .ser-col-left ul li img {
		margin-right: 5px;
	  }
	  .ser-col-left ul li {
		padding: 8px 0;
	  }
	  .ser-col-left .call-btn {
		width: 210px;
	  }
	  .ser-col-left .submit {
		background: #4daa49;
		display: block;
		color: #fff;
		padding: 12px 25px;
		border-radius: 50px;
		border: none;
		text-align: center;
		margin: 0 auto;
	  }
	  .form-inner.ser-col-left {
		background: rgba(255,255,255, 1);
		padding: 30px;
		border-radius: 20px;
	  }
	  .ptb60{
		  padding: 60px 0;
	  }
	  .justify{
		  text-align: justify;
	  }
	  .services_section{
		background: rgba(77, 170, 73, 0.2);
		color: #000;
	  }
	  .why-choose.why-choosetwo img {
		width: 100%;
		height: 270px;
		border-radius: 20px;
	  }
	  #ex11 img{
		  width: 100%;
		  height: 400px;
	}
	
	.blog-page-img img {
		width: 100%;
		/*height: 400px;*/
		object-fit: cover;
	  }
	  .blog-page-img {
		margin-bottom: 30px;
	  }
	  .get-touch-img img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		border-radius: 20px;
	  }
	  .get-in-tuch.f-col ul {
		margin-bottom: 0 !important;
	  }
	  .map iframe {
		width: 100%;
		height: 200px;
		margin: 0!important;
	  }
	  .image.zoom img {
		width: 100%;
		height: 250px;
		object-fit: contain!important;
	  }
	  .services_section .box.zoom .image img {
          width: 100%;
          height: 250px;
          object-fit: cover;
      }