/*========================================================================

	Template Name: Multipurpose Bootstrap 5.0 HTML Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Slogan area
	05. Feature area
	06. About us
	07. Counter area
	08. Services
	09. Pricing
	10. Team
	11. Portfolio
	12. Blog
	13. Footer
	14. Inner page title
	15. Contact Us
	16. Faq
			
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #f44647;
	color: #fff;
}
::-moz-selection {
 background-color: #f44647;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	letter-spacing: 1px;
}
.theme-bg-light {
	background-color: #1D4DDC;
}
.theme-bg-dark {
	background-color: #0e0e0e;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #00cb3b;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #00992d;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #00cb3b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	background-color: #00992d;
	color: #fff;
	text-decoration: none;
}
.btn-style-2 {
	color: #000;
	border: 2px solid #00cb3b;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: #00cb3b;
	color: #fff;
	text-decoration: none;
}
.btn-style-3 {
	color: #f44647;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 14px;
	letter-spacing: 1px;
	padding-bottom: 4px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-3:hover {
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h2 {
	font-weight: 600;
	font-size: 34px;
	text-transform: uppercase;
	position: relative;
	color: #000;
}
.section-title h2 span {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 45px;
	display: inline-block;
}
.section-title h2 span:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 1px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
	border-bottom: 1px dashed #00cb3b;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #00cb3b;
}
/* header social */
.header-social li {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-right: solid 1px rgba(255,255,255,.4);
	display: inline-block;
	color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li:first-child a {
	border-left: solid 1px rgba(255,255,255,.4);
}
.header-location li a {
	color: #fff;
	font-size: 12px;
}
.header-location li a i {
	color: #fff;
	text-align: center;
	margin-right: 6px;
	border-radius: 100%;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover {
	padding: 10px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 14px;
	color: #000;
	padding: 21px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #00cb3b;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 20px;
	border-top: 3px solid #00cb3b;
	border-radius: 6px;
	background-color: #3B4043;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 14px;
	padding: 12px 0px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}
.header-lover .dropdown-menu li:first-child .dropdown-item {
	padding-top: 0px;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #00cb3b;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 9999 !important;
	background-color: #fff !important;
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #333;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #00cb3b !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.8);
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
	position: relative;
	margin-bottom: 16px;
	font-size: 20px;
	color: #ccc;
}
.slider .carousel-caption h2 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	text-transform: capitalize;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 0;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	font-size: 18px;
}
.slider .carousel-control-next {
	bottom: auto;
	width: auto;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 0px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}
/* ===================================
	04. Slogan area
=================================== */
.slogan-area {
	background-image: url(../img/bg/slogan-bg.png);
}
.slogan-title h2 {
	color: #fff;
	margin-bottom: 8px;
}
/* ===================================
	05. Feature area
=================================== */
.single-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 6px;
	background-color: #f5f5f5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-feature .feature-icon {
	font-size: 40px;
	line-height: 1;
	padding-right: 20px;
	margin-right: 22px;
	border-right: 1px solid rgba(0,0,0,0.2);
	color: #00cb3b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-feature .feature-content .title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 6px 0;
	color: #000;
}
.single-feature .feature-content p {
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-feature:hover {
	background-color: #00cb3b;
}
.single-feature:hover .feature-icon {
	color: #ffffff;
}
.single-feature:hover .feature-content p {
	color: #ffffff;
}
/* ===================================
	06. About us
=================================== */
.about-us-content h2 {
	color: #000;
	margin-bottom: 15px;
}
.about-us-box {
	margin-bottom: 20px;
}
.about-us-box:last-child {
	margin-bottom: 0px;
}
.about-us-box .icon {
	float: left;
}
.about-us-box .icon i {
	font-size: 38px;
	display: inline-block;
	color: #00cb3b;
	margin-right: 20px;
	padding-top: 5px;
}
.about-us-box h5 {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin-bottom: 8px;
}
.about-us-box p {
	margin-bottom: 0px;
}
.about-img img {
	border-radius: 6px;
}
/* ===================================
	07. Counter area
=================================== */
.counter-area {
	background-image: url(../img/bg/counter-bg.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	z-index: 0;
}
.counter-area:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.single-counter-box {
	position: relative;
	padding: 0px 15px 0px 0px;
	border-right: 2px dashed rgba(255,255,255,0.3);
}
.counter-area .col:last-child .single-counter-box {
	border-right: 0px;
}
.single-counter-box .text-wrap .counter-info-text span {
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	display: inline-block;
}
.single-counter-box .text-wrap h4 {
	color: #ccc;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 8px;
	white-space: nowrap;
}
.single-counter-box .text-wrap p{
	color:#fff;
}
/* ===================================
	08. Services
=================================== */
.services-item {
	position: relative;
	border-radius: 6px;
	padding: 20px 20px;
	border: 2px solid rgba(0,0,0,0.1);
	z-index: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	display: inline-block;
	width: 0px;
	height: 0px;
	border-radius: 6px 0px 0px 0px;
	opacity: 0;
	border-left: 2px solid rgba(0,0,0,0.8);
	border-top: 2px solid rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item:after {
	position: absolute;
	content: "";
	bottom: 2px;
	right: 2px;
	display: inline-block;
	width: 0px;
	height: 0px;
	opacity: 0;
	border-radius: 0px 0px 6px 0px;
	border-right: 2px solid rgba(0,0,0,0.8);
	border-bottom: 2px solid rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item:hover:before, .services-item:hover:after {
	opacity: 1;
	width: 60px;
	height: 60px;
}
.services-item .icon-box {
	color: #00cb3b;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item h4 {
	margin-bottom: 20px;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item p {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-item a {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background-color: #c6eed2;
	color: #333;
	border-radius: 4px;
	box-shadow: 0 8px 20px hsla(0, 0%, 0%, 0.13);
}
.services-item:hover {
	background-color: #00cb3b;
	border: 2px solid #00cb3b;
}
.services-item:hover .icon-box, .services-item:hover h4, .services-item:hover p {
	color: #000;
}
/* Single service des */
.single-service-des h3 {
	color: #000;
	margin-bottom: 10px;
}
/* feature list box */
.feature-list-box li {
	padding-bottom: 10px;
	font-size: 14px;
}
.feature-list-box li:last-child {
	padding-bottom: 0px;
}
.feature-list-box li i {
	color: #00cb3b;
	padding-right: 6px;
}
/* single service img */
.single-service-img img {
	border-radius: 6px;
}
/* ===================================
	09. Pricing
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	border: 2px solid #303030;
	background-color: #f5f5f5;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-head {
	position: relative;
}
.pricing-classic-caption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.pricing-classic-caption h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
}
.pricing-classic-price {
	font-weight: 400;
	letter-spacing: 0;
	color: #ffffff;
	font-size: 24px;
}
.single-pricing .pricing-body {
	padding: 30px;
}
.single-pricing .feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .feature ul li {
	display: block;
	font-size: 15px;
	padding-bottom: 16px;
	text-transform: capitalize;
}
.feature ul li:last-child {
	padding-bottom: 0;
}
.single-pricing:hover, .single-pricing.active {
	border: 2px dashed #00cb3b;
}
/* ===================================
	10. Team
=================================== */
.team-item .team-img img {
	border: 4px solid #ccc;
	border-radius: 6px;
}
.team-item .team-des h3 {
	color: #00cb3b;
	font-size: 32px;
	font-weight: 400;
}
.team-item .team-des h4 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.team-item .team-des {
	padding-left: 10px;
}
/* team social */
.team-social a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	background-color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-social a:hover {
	background-color: #00cb3b;
}
.team-carousel .owl-nav {
	margin-top: 30px;
	text-align: left;
	position: absolute;
	bottom: -20px;
	left: 150px;
}
.team-carousel .owl-nav button {
	text-align: center;
	color: #202020 !important;
	border-radius: 6px;
	margin: 0px 2px !important;
	background-color: transparent !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-carousel .owl-nav button.owl-prev, .team-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	font-size: 16px;
	border: 0px;
	color: #fff !important;
	background-color: #00cb3b !important;
}
.team-carousel .owl-nav button.owl-prev:hover, .team-carousel .owl-nav button.owl-next:hover {
	background-color: #00992d !important;
}
/* ===================================
	11. Portfolio
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.portfolio-filter li {
	margin-right: 0px !important;
}
.portfolio-filter li span {
	cursor: pointer;
	padding: 8px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	border: 2px solid rgba(0,0,0,0.2);
	background-color: transparent;
	border-radius: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-filter li span.active, .portfolio-filter li span:hover {
	color: #fff;
	background-color: #00cb3b;
}
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.1);
}
.portfolio-box .portfolio-box-img img {
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img img {
	transform: scale(0.85);
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: #00cb3b;
	opacity: 0;
	margin: auto;
	top: 50%;
	width: 0px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box:hover .readmore {
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.portfolio-box h5 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-box span {
	color: #00cb3b;
	font-style: italic;
	font-size: 14px;
}
/* single portfolio des */
.single-portfolio-des h4 {
	color: #000;
	margin-bottom: 10px;
	font-size: 28px;
}
/* single portfolio img */
.single-portfolio-img img {
	border-radius: 6px;
}
/* project info */
.project-info li {
	font-size: 14px;
	padding-bottom: 10px;
}
.project-info li:last-child {
	padding-bottom: 0px;
}
.project-info li span:first-child {
	margin-right: 8px;
	font-weight: 700;
	color: #000;
}
/* ===================================
	12. Blog
=================================== */
.blog-item {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-img {
	position: relative;
}
.blog-item .blog-item-img .readmore {
	color: #fff;
	font-size: 12px;
	position: absolute;
	right: 0px;
	left: 0px;
	background-color: #00cb3b;
	opacity: 0;
	margin: auto;
	top: 50%;
	width: 0px;
	height: 0px;
	line-height: 0px;
	text-align: center;
	border-radius: 100%;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item:hover .blog-item-img .readmore {
	opacity: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.blog-item .blog-item-des {
	padding: 24px;
}
.blog-item .blog-item-meta {
	margin-bottom: 10px;
}
.blog-item .blog-item-meta li a {
	color: #333;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .blog-item-meta li a i {
	color: #00cb3b;
}
.blog-item .blog-item-meta li a:hover {
	color: #00cb3b;
}
.blog-item h4 a {
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	display: inline-block;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item h4 a:hover {
	color: #00cb3b;
}
.blog-item .post-date {
	color: #333;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog-item:hover {
	border: 1px solid #00cb3b;
}
/* single blog post */
.single-blog-post h5 {
	color: #000;
	font-size: 20px;
}
.single-blog-post-img img {
	border-radius: 6px;
}
/* post meta */
.post-creative-meta {
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
}
.post-creative-meta-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.post-creative-author {
	display: flex;
	align-items: center;
	margin-top: 0;
}
.post-creative-author-image {
	display: block;
	max-width: 36px;
	border-radius: 50%;
}
.post-creative-author p {
	margin-bottom: 0px;
	margin-left: 10px;
}
.post-creative-author p a {
	color: #6c757d;
}
.post-creative-author p a:hover {
	color: #00cb3b;
}
.post-creative-meta-list li {
	padding: 0px 18px;
	position: relative;
	color: #6c757d;
	margin-right: 0px !important;
}
.post-creative-meta-list li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	background-color: rgba(255,255,255,0.2);
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.post-creative-meta-list li:last-child {
	padding-right: 0px
}
.post-creative-meta-list li:last-child:after {
	display: none;
}
/* blockquote */
.single-blog-post .blockquote {
	padding: 20px 45px;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.single-blog-post .blockquote .blockquote-inner {
	padding-left: 32px;
	position: relative;
}
.single-blog-post .blockquote .blockquote-inner p {
	display: inline;
	font-size: 24px;
	margin: 0;
	font-weight: 300;
	line-height: 32px;
	color: #000;
}
.single-blog-post .blockquote .blockquote-inner .quote-light-mark-left {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0.2;
	font-size: 22px;
}
.single-blog-post .blockquote .blockquote-inner .quote-light-mark-right {
	display: inline;
	vertical-align: middle;
	margin-left: 4px;
	opacity: 0.2;
	font-size: 22px;
}
/* share this post */
.share-this-post {
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.share-this-post h5 {
	font-weight: 400;
	font-size: 18px;
}
.share-this-post a {
	font-weight: 400;
	padding: 10px 20px;
	color: #fff;
	border-radius: 6px;
	width: 90px;
}
.share-this-post a i {
	font-size: 12px;
	padding-right: 4px;
	position: relative;
	display: inline-block;
}
.facebook-bg-color {
	background-color: #547abb;
}
.twitter-bg-color {
	background-color: #44c0f3;
}
.google-bg-color {
	background-color: #e75854;
}
/* comments area */
.comments-box {
	padding: 15px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 6px;
}
.comments-box .reply-icon {
	float: right;
}
.comments-box .comment-info img {
	height: 45px;
	width: 45px;
	border-radius: 100%;
	margin-right: 14px;
}
.comments-box .media-heading a {
	color: #000;
	margin-bottom: 6px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-box .reply-icon {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.comments-box .reply-icon:hover, .comments-box .media-heading a:hover {
	color: #00cb3b;
}
.comments-box p {
	background-color: #f5f5f5;
	padding: 15px;
	border-radius: 6px;
}
.media-list li {
	margin-bottom: 30px;
}
.media-list li:last-child {
	margin-bottom: 0px;
}
.comments-box .sub-comment {
	margin-left: 50px;
}
.comments-box .sub-comment li {
	margin-top: 30px;
}
/* leave a comment form */
.leave-a-comment-form input, .leave-a-comment-form textarea {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	color: #000;
}
.leave-a-comment-form input:focus, .leave-a-comment-form textarea:focus {
	background-color: #f5f5f5;
	border: 1px solid rgba(0,203,59,0.3);
	box-shadow: none;
	color: #000;
}
.leave-a-comment-form textarea {
	height: 120px !important;
}
/* sidebar search */
.sidebar-search {
	position: relative;
}
.sidebar-search input {
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,0.1);
	color: #000;
	height: 60px;
}
.sidebar-search input:focus {
	background-color: #f5f5f5;
	border: 1px solid rgba(0,203,59,0.3);
	box-shadow: none;
	color: #000;
}
.sidebar-search button {
	background-color: transparent;
	border: 0px;
	color: #000;
	position: absolute;
	top: 50%;
	font-size: 16px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-search button:hover {
	color: #00cb3b;
}
/* blog aside title */
.blog-aside-title {
	font-size: 26px;
	color: #000;
}
/* list categories */
.list-categories {
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
}
.list-categories li {
	padding-bottom: 16px;
}
.list-categories li:last-child {
	padding-bottom: 0px;
}
.list-categories li a {
	color: #000;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.list-categories li a:hover {
	color: #00cb3b;
}
/* latest post */
.post-latest {
	display: flex;
	background-color: #f5f5f5;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}
.post-latest:last-child {
	margin-bottom: 0px;
}
.post-latest-media {
	position: relative;
	overflow: hidden;
	display: block;
	flex-shrink: 0;
}
.post-latest .post-latest-media img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: none;
	object-fit: cover;
	object-position: center center;
}
.post-latest .post-latest-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	padding: 18px;
}
.post-latest .post-latest-info h5 {
	color: #000;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-latest .post-latest-info .post-latest-time {
	color: #6c757d;
}
.post-latest:hover .post-latest-info h5 {
	color: #00cb3b;
}
/* tag list */
.tag-list a {
	padding: 6px 12px;
	font-style: italic;
	color: #fff;
	background-color: #00cb3b;
	margin-bottom: 6px;
	border-radius: 4px;
	margin-right: 4px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag-list a:hover {
	background-color: #00992d;
	color: #fff;
}
/* ===================================
	13. Footer
=================================== */
footer {
	background-color: #e3e3e3;
}
.footer-top .footer-title {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 30px;
	text-transform: uppercase;
}
/* footer social */
.footer-social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: #3c3c3c;
	border-radius: 100%;
	margin-right: 6px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #00cb3b;
}
/* footer link */
.footer-link li {
	position: relative;
	margin-bottom: 12px;
}
.footer-link li a {
	color: #000;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #666;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.footer-link li a:hover {
	color: #00cb3b;
}
/* footer contact us */
.footer-contact-us li {
	color: #000;
	padding-bottom: 15px;
}
.footer-contact-us li:last-child {
	padding-bottom: 0px;
}
.footer-contact-us li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #00cb3b;
	margin-bottom: 8px;
}
.footer-contact-us li a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-us li a:hover {
	color: #00cb3b;
}
/* footer contact form */
.footer-contact-form textarea {
	height: 120px !important;
}
/* copyright footer */
.copyright-footer {
	border-top: 1px dashed rgba(0,0,0,0.1);
}
/* ===================================
	14. Inner page title
=================================== */
.inner-page-title-area {
	background-image: url(../img/bg/inner-page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 160px 0px;
	position: relative;
	z-index: 0;
}
.inner-page-title-area:after {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0px;
	left: 0px;
	z-index: -1;
}
.inner-page-title-box {
	border-left: 2px solid #00cb3b;
	padding-left: 20px;
}
.inner-page-title-area h1 {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
	line-height: 24px;
	display: inline-block;
}
.inner-page-title-area .breadcrumb {
	margin: auto;
	padding: 0px;
	display: inline-block;
	background-color: transparent;
}
.inner-page-title-area .breadcrumb li {
	float: none;
	color: #fff;
	display: inline-block;
}
.inner-page-title-area .breadcrumb li a {
	color: #00cb3b;
}
.inner-page-title-area .breadcrumb-item + .breadcrumb-item:before {
	color: #fff;
}
/* ===================================
	15. Contact Us
=================================== */
.contact-info-area {
	position: relative;
	background: #f0f3f6;
	border-radius: 6px;
	z-index: 1;
	background-color: #f5f5f5;
}
.contact-info-area .single-item {
	position: relative;
	display: block;
	text-align: center;
	margin: 50px 0px;
}
.contact-info-area .single-item:before {
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	width: 1px;
	height: 100%;
	top: 0px;
	right: -15px;
}
.contact-info-area .single-column:last-child .single-item:before {
	display: none;
}
.contact-info-area .single-item .icon-box {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 34px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: -7px -7px 0px 0px #c6eed2;
	background-color: #00cb3b;
	border-radius: 6px;
}
.contact-info-area .single-item h5 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 3px;
	color: #000;
}
.contact-info-area .single-item p {
	line-height: 22px;
	margin-bottom: 0px;
}
.contact-info-area .single-item p a {
	color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info-area .single-item p a:hover {
	color: #00cb3b;
}
/* contact page social */
.contact-page-social {
	margin-top: 50px;
}
.contact-page-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: #3c3c3c;
	border-radius: 100%;
	margin-right: 6px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-page-social a:hover {
	background-color: #00cb3b;
}
/* contact title */
.contact-title h4 {
	color: #00cb3b;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 6px;
}
.contact-title h2 {
	font-size: 50px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 56px;
	color: #000;
	margin-bottom: 20px;
}
/* contact form */
.contact-form input, .contact-form textarea {
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,0.1);
	color: #000;
}
.contact-form input:focus, .contact-form textarea:focus {
	background-color: #f5f5f5;
	border: 1px solid rgba(0,203,59,0.3);
	box-shadow: none;
	color: #000;
}
.contact-form textarea {
	height: 120px !important;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	16. Faq
=================================== */
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header i {
	position: absolute;
	right: 25px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000 !important;
	padding: 20px 20px !important;
	font-size: 18px;
	background-color: rgba(255,255,255,0.1);
}
.faq-box .accordion-item {
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(0,0,0,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	background-color: #f5f5f5;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #00cb3b !important;
	padding: 20px !important;
	border-bottom: 0;
	font-size: 18px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.1);
}
