.category-section .category {
	margin-bottom: 50px;
}


.col_content_blog .sidebar-form {
	margin-top: 0;
}


.category-section .category img {
	display: inline-block;
	width: 100px;
}

.category-section .category .content {
	display: inline-block;
}

.category-section .category .content h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.category-section .category .content p {
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 2px;
}

.right_arrow {
	border: 1px solid #000;
	padding: 2px 5px;
	float: right;
}

.right_arrow {
	font-size: 10px;
}

.right_arrow i {
	color: black;
}

.category-section span {
	float: right;
}

.article-section .paginate {
	list-style-type: none;
}

.article-section .paginate li {
	display: inline;
	padding: 0px 20px;
	color: #8C8B8B;
}

.article-section .paginate .active {
	border: 1px solid #8C8B8B;
	padding: 1px 8px;
}

.article-section .title {
	margin-bottom: 40px;
}

.article-section .title h2 {
	font-size: 42px;
	font-weight: 600;
	color: #000;
}

.article-section .article {
	position: relative;
	border: 1px solid #000;
	width: 260px;
	margin-bottom: 20px;
	min-height: 360px;
	max-height: 360px;
}

.article-section .article .content {
	text-align: center;
	padding: 20px 10px;
}

.article-section .article .content h6 {
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

.article-section .article .content p {
	font-size: 14px;
	margin-bottom: 20px;
}

.article-section .article img {
	position: absolute;
	bottom: 0;
}

.article-section .article .label {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #F8D24A;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 5px;
}

@media only screen and (min-width: 768px) {
	.article-section .mt-20 {
		margin-left: -67px !important;
	}
}

.sidebar .bussiness-card .business-list li img {
	display: inline;
	float: left
}

.sidebar .bussiness-card .business-list li p {
	display: inline;
}

.sidebar .service-card .service-list li img {
	display: inline;
	float: left
}

.sidebar .service-card .service-list li span {
	display: inline;
}

.category-section .category .content a i {
	color: #1A1818;
}

.sidebar-form .form-control::placeholder {
	color: #738073;
}

.sidebar-form .form-control {
	color: #242524;
}
/* 
.blog-banner {
	background: none !important;
	height: 60vh !important;
}

.blog-banner::before {
	background-color: #fff !important;
}

.blog-banner .banner h1 {
	color: #000 !important;
}

.blog-banner .banner p {
	color: #000 !important;
} */

@media only screen and (max-width:770px) {
	.article-section .article {
		width: 240px;
	}
/* 
	.blog-banner {
		height: 30vh !important;
	}

	.blog-banner .banner {
		margin-top: 100px;
	} */
}


#cta .btn-get-started{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	padding: 20px 50px;
	border-radius: 6px;
	transition: 0.5s;
	color: white;
	background: #FD841F;
}

#cta .btn-get-started:hover {
    background: #22b7d4;
    color: white;
}