@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Rubik', sans-serif !important;
}

html {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

:root {
	--heading-font: 'Pacifico', cursive;
	--font: 'Rubik', sans-serif;

}
.tracking-search .btn-group button {
  background: #1a6002;
  border: none;
  border-radius: 0;
  width: 100px;
  height: 50px;
}
.tracking-search .btn-group {
  height: 50px;
  width: 50px;
}
.tracking-search form input {
  height: 50px;
}
.tracking-search {
  width: 700px;
  margin: 100px auto;
}
.vc_empty_space {
  display: none;
}
.breadcrumb-text.text-center h1 {
  color: #000;
}
.breadcrumb-area.inner-banner.light {
  padding: 20px 0;
  background: #e9ecef;
    background-image: none;
}
.input-group-btn {
  position: absolute;
  right: 0;
}
.pr3-body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.556;
	color: #666666;
	font-family: 'Poppins', sans-serif;
	-moz-osx-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}



span,
p {
	font-family: var(--font);
}

::-moz-selection {
	color: #ffffff;
	background-color: #fde428;
}

::selection {
	color: #ffffff;
	background-color: #fde428;
}

::-moz-selection {
	color: #ffffff;
	background-color: #fde428;
}

.my-container {
	max-width: 1240px;
	margin: 0 auto;
}

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: #fde428;
}

.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: #fde428;
	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: #fde428;
	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);
	}
}


/********* 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 #fff;
	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: 0;
	font-weight: 600 !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #000;
	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: 300px;
  background-color: #fff;
  text-align: left;
  top: 110%;
  right: -170px;
  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: #999;
	padding: 12px;
	font-weight: normal;
}

.pr3-navigation-menu ul li ul li a:hover {
  color: #1a6002;
  padding-left: 15px;
  background: #e9ecef;
}

.pr3-navigation-menu ul li a {
	color: #000;
	padding: 15px 25px;
	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: #1a6002;
}


@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: #fde428;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
	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:#1a6002;
	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-navigation-menu ul li a {
	color: #000 !important;
}

.pr3-header-section.pr3-sticky-on .pr3-navigation-menu ul li a:hover {
	color: #1a6002 !important;
}

/* .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-desktop-menu {
	display: flex;
	justify-content: space-between;
}

.pr3-header-section {
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
	padding: 12px 0;
}

.pr3-header-logo img {
	width: 300px;
}

/* topbar css */
.topbar {
	background: #1a6002;
	padding: 10px 0;
  }

.header_contact,
.header_social ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header_contact li {
	color: #fff;
}

.header_contact li a {
	color: #fff;
}

.header_contact li a:hover {
	color: #fde428 !important;
}

.header_contact li:not(:last-child) {
	margin-right: 50px;
}

.header_contact li i {
	margin-right: 8px;
	color: #fde428;
}

.header_social {
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.header_social ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	margin-left: 10px;
	text-align: center;
	line-height: 28px;
	border-radius: 50px;
	font-size: 14px;
  }
  .header_social ul li a:hover{
	background: #1a6002;
	color: #fde428;
	border-color:#1a6002;
  }
.top-left ul {
	display: flex;
	justify-content: right;
  }
.header_social ul li a {
	color: #000;
}
.top-left ul li a {
	color: #fff;

  }
  .top-left ul li a:hover {
	color: #fde428 !important;
  }
.header_social ul li a:hover {
	color: #fde428 !important;
}
.top-left ul li i {
	color: #fde428;
	padding:0 5px 0 10px;
  }
.social_title {
	padding: 0 10px;
	color: #fff;
}

/* hero section css */
.hero-section {
	position: relative;
	/* bottom: 85px; */
	z-index: 1;
	padding: 0;
	/* height: 500px; */
	/* padding: 50px 0; */
}
.custom_btn {
	background: #1a6002;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	color: #fde428!important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
  }
  .custom_btn:hover {
	color: #1a6002 !important;
	background: #fde428!important;
  }
.hero-item {
	padding: 100px 0;
	position: relative;
	background-position:top;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-section.hero-slider .owl-prev {
	left: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	top: 40%;
	border-radius: 100%;
	background-color: #fde428 !important;
	box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: #fff !important;
	position: absolute;
}

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

.hero-section.hero-slider .owl-nav {
	margin-top: 0;
}

.hero-section.hero-slider .owl-next {
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	top: 40%;
	border-radius: 100%;
	background-color: #fde428 !important;
	box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: #fff !important;
	position: absolute;
}

.hero-section.hero-slider .owl-dot.active span {
	width: 50px !important;
	background: yellow !important;
}

.hero-text {
	color: #000;
}

.hero-text h1 {
	display: block;
	line-height: 0.9;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 50px;
	letter-spacing: -2px;
	color: #1a6002;
}

.hero-text p {
	margin: 1rem 0;
}

.hero-section .custom_btn {
	background: #1a6002;
}

.more {
	text-align: center;
  }
.sub_title::before {
	top: 50%;
	left: 0px;
	height: 3px;
	width: 30px;
	content: "";
	line-height: 1;
	position: absolute;
	transform: translateY(-50%);
	background-color: #fc0;
}

.hero-section .custom_btn::before {
	background: #fde428;
}

/* about us css */

  .abt-img img {
	border-radius: 50px 0;
	width: 100%;
	height: 550px;
	object-fit: cover;
  }
  .about-section .big_title::before{
	left: 0;
  }
  .about-section .big_title::after{
	left: 20px;
  }
  
  .about-section {
	padding: 100px 0;
  }
 
  .process-step-icon-wrap {
	position: relative;
  }
  .process-step-item:hover .process-step-icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  .process-step-item {
	display: flex;
	position: relative;
	align-items: stretch;
	justify-content: flex-start;
	text-align: left;
  }
  .process-step-icon {
	will-change: transform;
	-webkit-transition: all 350ms cubic-bezier(.165,.84,.44,1.7);
	transition: all 350ms cubic-bezier(.165,.84,.44,1.7);
	width: 60px;
	height: 60px;
	font-size: 14px;
	border-radius: 50%;
	background-color: #ddd;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .process-step-item:hover .number {
	color: #fff;
  }
  .number {
	z-index: 1;
	font-weight: 600;
	position: relative;
  }
  .process-step-item:hover .process-step-icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  .process-step-item:hover .box-overlay {
	opacity: 1;
	visibility: visible;
  }
  .box-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(.5,1,.89,1);
	transition: all .4s cubic-bezier(.5,1,.89,1);
	border-radius: 50%;
	background-color: #1a6002;
  }
  .progress-step-separator {
	bottom: -10px;
	height: 100%;
	z-index: -1;
	position: absolute;
  width: 1px;
  left: 50%;
  background-color: #ddd;
  }
  .process-content {
	padding-left: 35px;
	margin-bottom: 30px;
	overflow: hidden;
  }
  .process-content h4 {
	color: #000;
  }
  

/* services css */
.our-services {
	padding: 80px 0;
	background: #f5f6fa;
  }
.big_title {
	color: #000;
	position: relative;
  }
  .big_title::after {
	position: absolute;
	content: '';
	background: transparent;
	border-top: 10px solid #fde428;
	left: 49%;
	top: 49px;
	width: 20px;
	height: 20px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
  }
  .big_title::before {
	content: '';
  
	background: #1a6002;
  
	width: 60px;
  
	height: 5px;
  
	position: absolute;
  
	top: 44px;
  
	left: 47%;
  
  }
.sr-content h4 {
	height: 57px;
}

.sr-col img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.sr-content {
	padding: 15px 10px;
}

.sr-col {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin-bottom: 20px;
}

.sr-content a {
	display: block;
	padding: 5px 0;
	background: #1a6002;
	width: 120px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.sr-content a:hover{
	color: #fde428!important;
}
/* services section css */

.services-section {
	padding: 0 50px;
	background: #f4f8fb;
  }
  .test-slider.mobile {
	display: none !important;
  }
  .srimg img {
	width: 100% !important;
	height: 230px;
	object-fit: fill;
  }
  .services-section .section-heation {
	text-align: center;
	margin-bottom: 50px;
  }
  
  .action-btn-bg {
	width: 95px;
	position: relative;
	height: 50px;
	left: 20px;
	bottom: 6px;
	display: block;
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
	z-index: 1;
  }
  
  .action-btn-bg::after {
	content: '';
	position: absolute;
	background: url(../images/circle_action.png) no-repeat;
	height: 260px;
	width: 260px;
	bottom: -180px;
	left: 230px;
	animation: rotation 5s;
	  animation-timing-function: ease;
	  animation-iteration-count: 1;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
  }
  
 
  
  .srimg {
	padding-left: 0 !important;
	padding-right: 0 !important;
  }
  
  .ser-content {
	overflow: hidden;
	padding: 14px;
	position: relative;
	background-color: #fff;
	transition: all .3s ease-in-out;
  
  }
  
  .ser-content h3 {
	font-size: 22px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 600;
	height: 50px;
  }
  
  .detail::before {
	content: '';
	width: 100%;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.2) 100%, white 100%);
	transition: all .2s ease-in-out;
  }
  
  .detail {
	position: absolute;
	top: 140px;
	left: 42px;
	color: #fde428;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	padding: 11px 25px;
	font-size: 14px;
	line-height: 1;
	border-radius: 2px;
	transition: .3s ease-in-out;
	z-index: 2;
	background-color: #1a6002 !important;
	letter-spacing: 1px;
  }
  .ser-col {
	margin: 15px;
  }
  
/* blog section css */
.blog-section {
	background-size: cover;
	background-position: bottom;
	padding: 80px 0;
}
.blog-content h4 {
  height: 40px;
}

.blog-img,
.blog-hero-img {
	position: relative;
	overflow: hidden;
}
.comment-img img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50px;
  }
.blog-content {
	background: #fff;
	padding: 20px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin-bottom: 20px;
}

.meta-box {
	margin: 15px 0 !important;
}

.meta-box li {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	margin-right: 20px;
	text-transform: capitalize;
}

.meta-box li i {
	margin-right: 5px;
}

.meta-box li a {
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	margin-right: 20px;
	text-transform: capitalize;
	color: #000;
}

.blog-img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.entry-meta {
	left: 10px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 55px;
}

.entry-meta .date {
	background: #fff none repeat scroll 0 0;
	color: #fff;
	padding: 8px 10px;
	text-transform: uppercase;
}

.date p {
	color: #343434;
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
}

.date span {
	color: #343434;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

.blog-content h4 a {
	color: #292929;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}

.grey-border a {
	border: 2px solid #e0e0e0;
}

.makali-btn a {
	background: #fff none repeat scroll 0 0;
	background-color: rgb(255, 255, 255);
	color: hsl(0, 0%, 20%);
	display: inline-block;
	font-size: 14px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	margin-top: 25px;
	text-align: center;
}

.makali-btn a:hover {
	background-color: #1a6002;
	border-color: #1a6002;
	color: #ffffff;
}

.single-blog .blog-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: all .5s ease-in-out;
}

.blog_fullimage_2::before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	position: absolute;
	background-color: rgba(26, 30, 93, 0.749);
}

.blog_fullimage_2 {
	max-width: 370px;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0px;
}

.blog_fullimage_2 .item_content {
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	position: absolute;
	padding: 33px 40px 35px;
}

.blog_fullimage_2 .post_meta {
	margin-bottom: 12px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.blog_fullimage_2 .post_meta>li:not(:last-child) {
	margin-right: 30px;
}

.blog_fullimage_2 .absolute_btn {
	top: 40px;
	z-index: 2;
	right: 40px;
	position: absolute;
}

.blog_fullimage_2 .item_content {
	padding: 20px !important;
}

.blog_fullimage_2 .item_title a {
	color: #fff !important;
	margin-top: 20px !important;
	display: block;
}

.blog_fullimage_2 .item_content a:hover {
	color: #fde428 !important;
}

.blog_fullimage_2 .post_meta li a {
	color: #fff !important;
	font-size: 12px;
}

.blog_fullimage_2 .post_meta li a:hover {
	color: #fde428 !important;
}

.blog_fullimage_2 .text_btn span {
	color: #fff !important;
}

.blog_fullimage_2 .text_btn i {
	color: #fff !important;
}

.blog_fullimage_2 .text_btn span::before {
	background-color: #fff !important;
}


/* footer section css */

.bg_default_blue {
	background: #1a6002;
}

.footer_section {
	padding-bottom: 25px;
}

.footer_widget_area {
	padding: 60px 0px;
}

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

.footer_widget_title {
	color: #ffffff;
	margin-bottom: 35px;
}

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

.footer-widget ul li {
	color: #b2b5ec;
}

.footer-widget ul,
.footer-widget ol {
	list-style: none;
}

.footer-widget ul li a {
	color: #fff;
}

.footer-widget ul li a:hover {
	color: #fde428 !important;
}

.brand_logo img {
	width: 110px;
}

.footer_widget_title {
	line-height: 1;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 35px;
}

.text-white .footer_hotline {
	color: #fff;
}
.scroll {
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	bottom: 40px;
	position: fixed;
	border-radius: 100%;
	background-color: #fde428;
	box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
	text-align: center;
	line-height: 50px;
	color: #fff !important;
  }
  .scroll:hover{
	background: #0d733b;
  }
  .scroll a{
	color: #fff;
  }
  .scroll a:hover{
	color: #fec931!important;

  }
.footer_hotline {
	display: block;
	line-height: 1;
	font-size: 18px;
	font-family: "Rubik", sans-serif;
}
.footer_contact_form p {
	font-weight: 500;
	font-size: 25px;
  }
.footer_hotline i {
	margin-right: 10px;
	color: #fde428;
  }
  .footer-widget.mb-50 li {
	list-style: none;
  }
  .footer-widget.mb-50 li a{
	color: #fff;
  }
  .footer-widget.mb-50 li a:hover{
	color: #fde428!important;
  }
  .footer-widget.mb-50 h6 {
	margin-top: 5px;
  }

.text-white .footer_bottom_boxed {
	background-color: #fff;
}

.footer_bottom_boxed {
	padding: 25px 50px;
}

.ul_li_right {
	justify-content: flex-end;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.circle_social_links li:not(:last-child) {
	margin-right: 8px;
}


.text-white .circle_social_links a {
	color: #1a6002;
	background-color: #fde428;
  }

.circle_social_links a {
	width: 45px;
	height: 45px;
	display: block;
	color: #878bd0;
	font-size: 14px;
	overflow: hidden;
	line-height: 49px;
	position: relative;
	text-align: center;
	border-radius: 100%;
	background-color: #1a1e5d;
}

.circle_social_links a i:nth-child(1) {
	top: 55%;
	transform: translate(-50%, -55%);
}

.circle_social_links a i {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.5s ease-in-out;
	top: 16px;
}

.circle_social_links .bg_facebook:hover {
	background-color: #3b5998;
}

.text-white .circle_social_links a:hover i {
	color: #ffffff;
}

.circle_social_links a:hover i:nth-child(1) {
	top: -100%;
	opacity: 0;
	transform: translateX(-50%);
}

.circle_social_links .bg_twitter:hover {
	background-color: #1da1f2;
}

.circle_social_links .bg_youtube:hover {
	background-color: #ff0000;
}

.circle_social_links a:hover i:nth-child(2) {
	top: 55%;
	opacity: 1;
	transform: translate(-50%, -55%);
}

.circle_social_links .bg_linkedin:hover {
	background-color: #007bb5;
}

.form_item {
	position: relative;
	margin-bottom: 30px;
}

.footer_contact_form .form_item input {
	height: 55px;
	color: #000;
	background-color: #fff;
	padding: 0px 30px;
  }
  .copyright_text.mb-0 {
	color: #000;
  }
  .copyright_text.mb-0 a {
	color: #1a6002;
  }
  .copyright_text.mb-0 a:hover {
	color: #fde428;
  }
.form_item input,
.form_item textarea {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	transition: all 0.3s ease-in-out;
}

.footer_contact_form .form_item .submit_btn {
	height: 55.5px;
	min-width: 55px;
	line-height: 57px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background-color: #fde428;
	border: none;
}

.form_item .submit_btn {
	top: 50%;
	right: 0px;
	position: absolute;
	transform: translateY(-50%);
}

.blog-feeds .signle-blog-feeds:not(:last-child) {
	overflow: hidden;
	margin-bottom: 25px;
}

.footer-post-img .signle-blog-feeds {
	width: 320px;
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.blog-feeds-thumb {
	display: block;
	overflow: hidden;
	position: relative;
}

.blog-feeds-thumb img {
	margin-right: 20px;
	width: 70px;
}

.blog-feeds-text {
	overflow: hidden;
}

.widget-posts-title {
	margin-bottom: 5px;
}

.text-white .widget-posts-title a {
	color: #fff;
}

.widget-posts-title a:hover {
	color: #1a6002;
}

.feeds-date {
	color: #b2b5ec;
}

.feeds-date i {
	color: #fde428 !important;
	margin-right: 5px;
}



/* team section design css */
.team-section {
	padding: 2rem 0 5rem 0;
}

.team_grid {
	max-width: 270px;
	margin: 30px auto 0px;
	border: 1px solid #e4e4e4;
}

.team_grid .item_content {
	padding: 35px !important;
}

.team_grid .member_name {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.team_grid .member_title {
	line-height: 1;
	display: block;
	margin-bottom: 18px;
	color: #1a6002;
}

.team_grid .square_social_links li:not(:last-child) {
	margin-right: 7px;
}

.square_social_links a {
	width: 40px;
	height: 40px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #fde428;
}

.square_social_links a:hover {
	color: #fff !important;
	background: #1a6002;
}

.square_social_links a i:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.square_social_links a i {
	left: 50%;
	top: 13px;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.square_social_links a:hover i:nth-child(1) {
	top: -100%;
	opacity: 0;
	transform: translateX(-50%);
}

.item_image img {
	max-width: 100%;
}

.item_image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

/* service offer css */

.serviceoffer {
	background-color: #F5F6FA;
	padding: 7rem 0;
}

.service_listlayout_boxed {
	display: flex;
	max-width: 570px;
	padding: 50px 55px;
	align-items: center;
	margin: 30px auto 0px;
	background-color: #ffffff;
}

.service_listlayout_boxed .item_image {
	float: left;
	max-width: 140px;
	min-width: 140px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 100%;
}

.service_listlayout_boxed .item_title {
	line-height: 1;
	font-size: 22px;
	margin-bottom: 15px;
}

.service_listlayout_boxed p {
	margin-bottom: 15px;
}

.service_listlayout_boxed a {
	color: #1a6002;
}

.service_listlayout_boxed a:hover {
	color: #fde428 !important;
}

.serviceoffer .biggest_title {
	z-index: 2 !important;
}


.product__content.text-center a {
	font-size: 24px;
	color: #003242 !important;
	display: block;
	padding: 4px;
	background: #fff !important;
}

.product__content.text-center a:hover {
	color: #fde428;
}

/* contact css */
.contact_section {
	padding: 80px 0;
}

.contact-info {
	background: #f5f6fa;
	padding: 70px 30px;
}

.contact-info i {
	height: 90px;
	width: 90px;
	background: #1a6002;
	color: #fff;
	font-size: 35px;
	border-radius: 50%;
	line-height: 87px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 60px 0px rgb(116, 153, 62);
}
.contact_form .form_item .form-control:focus{
	border: 2px solid #1a6002;
	box-shadow: none;
}
.contact_form .form_item input {
	height: 70px;
	padding: 0px 40px;
	padding-right: 40px;
	padding-right: 60px;
	background-color: #f5f6fa;
	width: 100%;
	border: none;
	outline: none;
	display: block;
	transition: all 0.3s ease-in-out;

}

.form_item .input_icon {
	top: 50%;
	right: 30px;
	margin: 0px;
	line-height: 1;
	position: absolute;
	color: #1a6002;
	transform: translateY(-50%);
}

.contact_form_2 .form_item textarea {
	min-height: 250px;
	background-color: #f5f6fa;
	padding: 30px 40px;
}

.no-icon {
	padding: 25px 58px !important;
	border: 0;
	transition: 0.3s;
}

.contact_form_2 .custom_btn:hover {
	color: #fff !important;
	background-color: #fde428 !important;
}

.contact_form_2 {
	margin-top: 60px;
}



@media screen and (min-width: 992px) {
	.card-wrapper .card {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.5rem;
	}

	.card-wrapper {
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.product-imgs {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.product-text h2 a {
		color: #000;
		text-decoration: none;
		font-size: 20px;
		font-weight: 600;
	}

	.product-text h2 a:hover {
		color: #0d733b !important;
	}
}

@media screen and (max-width: 992px) {
	.product-detail-section {
		margin: 0;
		padding: 0;
	}

	.product-content h2 {
		font-size: 24px;
	}

	.detail-tab {
		margin: 30px 0 30px 0;
		padding: 0;
	}

}

/* .tab_container {

	margin: 0 auto;
	position: relative;
}

.tab_container input,
.tab_container section {
	clear: both;
	padding-top: 10px;
	display: none;
}

.tab_container label {
	font-weight: 600;
	font-size: 18px;
	display: block;
	float: left;
	width: auto;
	padding: 1.5em;
	color: #757575;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #f0f0f0;
}

.tab_container #tab1:checked~#content1,
.tab_container #tab2:checked~#content2,
.tab_container #tab3:checked~#content3,
.tab_container #tab4:checked~#content4,
.tab_container #tab5:checked~#content5 {
	display: block;
	padding: 20px;
	background: #fff;
	color: #999;
	border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
	-webkit-animation: fadeInScale 0.7s ease-in-out;
	-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
	text-align: center;
}

.tab_container [id^="tab"]:checked+label {
	background: #fff;
	box-shadow: inset 0 3px #fde428;
}


.tab_container label .fa {
	font-size: 1.3em;
	margin: 0 0.4em 0 0;
} */

/*Media query*/
@media only screen and (max-width: 991px) {


	.img-showcase img {

		min-height: 100%;
		max-height: 100%;
		margin: 50px 0 0 0;
	}

	.img-select img {
		width: 100%;
		min-height: 70px;
		max-height: 70px;
		object-fit: cover;
	}

	.product-content {
		margin-top: 30px;
	}

}

/*Content Animation*/
@keyframes fadeInScale {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}


/* pagination css */
.pagination-blog {
	text-align: center;
}

.pagination-blog li a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	display: block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 40px;
}

.pagination-blog li {
	display: inline-block;
	margin-right: 1px;
}

.pagination-blog li.active a,
.pagination-blog li a:hover {
	background: #1a6002 none repeat scroll 0 0;
	color: #ffffff;
	border-color: #1a6002;
}

.pagination-blog li a {
	color: #000;
}

/*----------------------------------------*/
/* 10. Blog & Blog Details CSS
/*----------------------------------------*/
.blog-area.blog-border {
	border-bottom: 1px solid #ededed;
}

.makali-blog .container-fluid {
	padding: 0 100px;
}

.makali-blog .blog-left-sidebar-desc [class*="col-"],
.makali-blog .blog-right-sidebar-desc [class*="col-"],
.makali-blog.grid-blog [class*="col-"] {
	margin-bottom: 40px;
}

.single-blog img {
	width: 100%;
}

.blog-content {
	padding-top: 20px;
}

.blog-content p {
	font-size: 14px;
}

.blog-left-sidebar-desc {
	padding-left: 20px;
}

.blog-right-sidebar-desc {
	padding-right: 20px;
}

.blog-content h4 a {
	color: #292929;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.meta-box {
	margin: 15px 0;
}

.meta-box li {
	display: inline-block;
}

.meta-box li {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	margin-right: 20px;
	text-transform: capitalize;
}

.meta-box li i {
	margin-right: 5px;
}

.meta-box li a {
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	margin-right: 20px;
	text-transform: capitalize;
}

.blog-img,
.blog-hero-img {
	position: relative;
	overflow: hidden;
}

.single-blog .blog-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.entry-meta {
	left: 10px;
	line-height: 18px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 55px;
}

.entry-meta .date {
	background: #1a6002 none repeat scroll 0 0;
	color: #fff;
	padding: 8px 10px;
	text-transform: uppercase;
}

.date span {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}

.date p {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 2px;
}

.makali-blog .meta-box li a:hover,
.makali-blog .blog-content h4 a:hover {
	color: #1a6002;
}

.pagination-blog {
	text-align: center;
}

.pagination-blog li a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	display: block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 40px;
}

.pagination-blog li {
	display: inline-block;
	margin-right: 1px;
}

.pagination-blog li.active a,
.pagination-blog li a:hover {
	background: #1a6002 none repeat scroll 0 0;
	color: #ffffff;
	border-color: #1a6002;
}

.newsletter-box.blog-details-box form {
	position: relative;
}

.newsletter-box.blog-details-box .subscribe {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	color: #666;
	font-size: 13px;
	height: 47px;
	line-height: 47px;
	margin-top: 0;
	padding: 11px 135px 10px 20px;
	width: 100%;
}

.newsletter-box.blog-details-box .submit {
	background: #292929;
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	height: 47px;
	line-height: 50px;
	margin-top: 0;
	padding: 0 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.newsletter-box.blog-details-box .submit:hover {
	background: #1a6002;
}

/* ---Blog With Banner--- */
.blog-with_bg {
	margin-bottom: 0px;
	background-image: url(img/blog/bg-1.webp);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.blog-with_bg .section-title h2,
.blog-with_bg .section-title p {
	color: #ffffff;
}

/* ---Flower Blog Area--- */
.flower-blog_area .single-blog .blog-content {
	text-align: center;
	padding: 65px 20px 25px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.flower-meta_style {
	background-color: #db8678;
	padding: 10px 20px;
	display: inline-block;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}

.flower-meta_style span {
	display: block;
	color: #ffffff;
}

.flower-btn_style {
	padding-top: 20px;
}

.flower-btn_style a {
	text-transform: uppercase;
	color: #db8678;
}

.flower-btn_style a:hover {
	color: inherit;
}

/* --Flower Blog Area End Here-- */

/* ---Bicycle Blog Area--- */
.bicycle-blog_area .blog-content {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 20px 20px 25px;
}

/* --Bicycle Blog Area End Here-- */

/* blog details css */
.blog-details {
	padding-right: 20px;
}

.blog-details.blog-details-two {
	padding-right: 0;
	padding-left: 20px;
}

.submit-review .login-btn {
	margin-bottom: 0;
}

.details-meta {
	margin-bottom: 30px;
}

.meta-box.meta-blog {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
	margin-top: 13px;
	padding-bottom: 15px;
}

.blogquote.blockquote {
	background: #f1f1f1 none repeat scroll 0 0;
	margin: 40px 0;
	padding: 45px;
	border-left: 3px solid #1a6002;
}

.blogquote.blockquote p {
	font-size: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 28px;
}

.blockquote-footer {
	font-size: 83%;
	font-weight: 500;
}

.blog-dtl-header {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
}

.blog-pagination .pagination {
	justify-content: space-between;
}

.tags-social {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.t-list {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.tags-social li a {
	color: #555;
	font-size: 14px;
	margin-left: 5px;
	text-transform: capitalize;
}

.tags-social li a:hover,
.pagination li a:hover {
	color: #1a6002;
}

.pagination li a {
	color: #303030;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.pagination li a i.fa-long-arrow-left {
	margin-right: 5px;
}

.pagination li a i.fa-long-arrow-right {
	margin-left: 5px;
}

.submit-review .form-group input,
.submit-review textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #eee;
	-o-border-image: none;
	border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 1px;
	font-size: 14px;
	color: #323232;
	padding-left: 0;
}

.submit-review .form-group {
	margin-bottom: 45px;
}

.submit-review textarea {
	height: 150px;
}

.submit-review .form-group input:focus,
.submit-review textarea:focus {
	border-color: #1a6002;
}

.single-comment {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comments-area .single-comment:not(:last-child) {
	margin-bottom: 70px;
}

.reply-comment {
	margin-left: 135px;
}

.author .single-comment {
	background: #fafafa none repeat scroll 0 0;
	margin-bottom: 0;
	padding: 40px;
}

.comment-img {
	margin-right: 20px;
}

.comment-desc h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
}

.author h6 {
	margin-bottom: 10px;
}

.comment-desc h6 a {
	font-size: 15px;
	font-weight: 500;
}

.comment-title span {
	display: inline-block;
	font-size: 13px;
	margin: 5px 0 4px;
}

.comment-reply a {
	color: #303030;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

.comment-reply a:hover,
.comment-desc h6 a:hover {
	color: #1a6002;
}

.sidebar-header {
	border-bottom: 4px double #303030;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	text-transform: capitalize;
}



.categorie-list li a {
	background: #fff none repeat scroll 0 0;
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	padding-right: 20px;
	text-transform: capitalize;
}

.categorie-list li span {
	background: #fff none repeat scroll 0 0;
	float: right;
	padding-left: 20px;
}

.categorie-list li:not(:last-child) {
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.all-recent-post .single-recent-post:not(:last-child) {
	margin-bottom: 30px;
}

.single-recent-post {
	overflow: hidden;
}

.recent-img {
	float: left;
	margin-right: 15px;
	width: 90px;
}

.recent-img img {
	width: 100%;
}

.recent-desc {
	overflow: hidden;
}

.recent-desc span {
	display: inline-block;
	font-size: 13px;
}

.recent-desc h6 a {
	color: #303030;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.recent-desc h6 a:hover,
.categorie-list li a:hover {
	color: #1a6002;
}

.tag-list {
	margin: 0 -6px;
}
.mb-60
{
  margin-bottom: 60px;
}
.mb-40
{
  margin-bottom: 40px;
}
.ptb-90
{
  padding: 90px 0;
}
.ptb-40
{
  padding: 40px 0;
}
.tag-list li a {
	background-color: #1a6002;
	border: 1px solid #efefef;
	color:#fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 6px 10px;
	padding: 8px 20px;
	text-transform: uppercase;
}

.tag-list li a:hover {
	background: #1a6002;
}

.login-btn {
	background: #1a6002 none repeat scroll 0 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 18px 8px;
	text-transform: uppercase;
}

.full-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.recent-img img
{
  width: 100%;
}
.recent-img img
{
  width: 100%;
  height: 60px;
  object-fit: cover;
}


.bredcrumb-section {
	background: #e9ecef;
  }
  .breadcrumb li a {
	color: #1a6002;
  }

/* services detail css */
.dissrr.row a h4 {
	color: #1a6002;
  }
  .dissrr.row a p {
	color: #666;
  }
.detail-left .big_title::before{
	left: 0;
}
.detail-left .big_title::after{
	left: 20px;
}
.detail-left .big_title{
	margin: 40px 0;
}
.dissrr.row h4 a {
	color: #1a6002;
	font-size: 20px;
  }
.detail-left .hero-item{
	height: 300px;
}

.sidebar-widget {
	margin-top: 30px;
	position: relative;
	font-size: 13px;
	padding: 50px 40px;
	margin-bottom: 70px;
	background: #f4f8fb;
  }
  .sidebar-heading::before {
	content: '';
	background: #d1cf26;
	height: 2px;
	width: 50%;
	position: absolute;
	top: 35px;
  }
  .sidebar-widget ul {
	padding-left: 0;
  }
  .sidebar-widget ul li {
	font-size: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 3px solid #d1cf26;
  }
  .sidebar-widget ul li a {
	color: #000;
	font-weight: 500;
  }
  .sidebar-widget ul li a:hover{
	color: #04182e!important;
  }
  .ser-detail-content h3 {
	font-size: 26px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 600;
  }
  .services-detail {
	padding: 100px 0;
  }
  .sidebar-heading {
	position: relative;
	overflow: hidden;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 40px;
	color: #000;
  }
  .detail-left h3 {
	color: #000;
  }
  .sidebar-widget::before {
	content: '';
	width: 6px;
	position: absolute;
	height: 98%;
	left: 0;
	top: 4px;
	display: block;
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
  }
  
.sidebar-widget::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	clip-path: polygon(0 60%, 0 0, 100% 0);
	background-color: #e1ebf2;
	left: 8px;
	top: 100%;
  }
  /* animation css */
.rotate {
	animation: rotation 2s;
  }
  
  .linear {
	animation-timing-function: linear;
  }
  
  .infinite {
	animation-iteration-count: infinite;
  }
  
  @keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
  
	to {
	  transform: rotate(359deg);
	}
  }
  
  /*sr detail css  */
  
  .rwd-table {
	margin: auto;
	min-width: 300px;
	max-width: 100%;
	border-collapse: collapse;
  }
  
  .rwd-table tr:first-child {
	border-top: none;
	background: #1f6308;
	color: #fff;
  }
  
  .rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
  }
  
  .rwd-table tr:nth-child(odd):not(:first-child) {
	background-color: #f9f9f9;
  }
  
  .rwd-table.table {
	margin-bottom: 0;
  }
  
  .rwd-table td:first-child {
	margin-top: .5em;
  }
  
  .rwd-table td:last-child {
	margin-bottom: .5em;
  }
  

  .rwd-table th,
  .rwd-table td {
	text-align: left;
  }
  
  .rwd-table {
	color: #333;
	overflow: hidden;
	font-size: 14px;
	border: 1px solid #ddd;
  }
  .titletd {
	width: 42%;
  }
  .rwd-table td {
	border: 1px solid #ddd;
  }
  .rwd-table th {
	border: 1px solid #ddd;
  }
  .titletd a {
	color: #1a6002;
  }
  .rwd-table .trone {
	border-color: #fff;
  }
  .rwd-table .trtwo {
	border-color: #bfbfbf;
  }
  .rwd-table th,
  .rwd-table td {
	padding: .5em 1em;
  }
  .rwd-table.footer tr {
	background: #d9edf7;
	color: #666;
  }
  @media screen and (max-width: 601px) {
	.rwd-table tr:nth-child(2) {
	  border-top: none;
	}
  }
  @media screen and (min-width: 600px) {
	.rwd-table tr:hover:not(:first-child) {
	  background-color: #d8e7f3;
	}
	.rwd-table td:before {
	  display: none;
	}
	.rwd-table th,
	.rwd-table td {
	  display: table-cell;
	  padding: .25em .5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
	  padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
	  padding-right: 0;
	}
	.rwd-table th,
	.rwd-table td {
	  padding: 1em !important;
	}
  }
  
  .bottomrow {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
  }
  .flancher a {
	color: #000;
	padding-left: 10px;
  }
  .food {
	width: 110px;
  }
   .rwd-table.table.footer a {
	font-weight: 700;
  }
  .srbox {
	display: flex;
	justify-content: right;
	padding-left: 100px;
  }
  .srbox strong {
	padding-right: 20px;
  }
  .guidelines {
	padding: 80px 0;
  }
  .contact-info {
	margin-bottom: 20px;
  }
  .contact_section {
	padding: 40px 0;
  }
  .guidelines-box h3 {
	color: #000;
  }