.section-white {
	background: white;
	padding: 2rem 0 2rem 0;
}

.section-parallax-blog {
	background-image: url(../banner16.png);
	width: 100%;
	background-attachment: scroll;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.parallax-blog {
	background: linear-gradient(150deg, #f27935e6 20%, #ba4506f0 80%);
	padding: 12rem 0 8rem 0;
}

@media screen and (max-width:768px) {
	.section-parallax-blog {
		background-position: initial;
		background-size: cover;
	}

	.parallax-blog {
		padding: 7rem 0 1rem 0;
	}

	.blog-banner-content h1 {
		font-size: 28px;
	}

	.blog-banner-content p {
		font-size: 14px;
	}

}
@media (min-width:768px) and (max-width:1024px) {
.parallax-blog {
		padding: 7rem 0 2rem 0;
	}
}
.blog-banner-content {
	text-align: center;
	color: white;
	padding-left: 16px;
}

.last-desc p {
	color: #666;
}

.overview-box img {
	border-radius: 12px;
	background: #dedddd45;
}

/* -- ---- --*/
.breadcrumb-wrapper a {
	font-family: "Jost", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.breadcrumb-wrapper a:hover {
	color: #f79d2b;
	text-decoration: none;
}

.breadcrumb-wrapper {
	text-align: center;
	color: #fff;
	transition: all 0.3s ease 0s;
}

.breadcrumb-wrapper span.current-item {
	color: #fff;
}

/* -- --- -- */
.overview-content {
	padding: 22px 10px;
	border-bottom: 1px solid #eee;
}

.overview-descr {
	border-bottom: 1px solid #eee;
	margin-top: 15px;
	padding: 22px 10px;	
}

.overview-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0px 0px 5px 0px;
	color: #13519fe3;
}

.overview-subtitles {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	text-align: justify;
}

.overview-subtitles span {
	font-weight: bolder;
	font-family: "Jost", Tahoma, Geneva, sans-serif;
}

/* -- --- -- */

/*--------*/
.blog-post {

	/*border: 1px solid #eee;*/
	padding: 0px 20px;	/*box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);*/
}

.blog-post h3.title {
	font-size: 30px;
	color: #13519fe3;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

.blog-post h3.title::before {
	background-color: #e66d2a;
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: -1px;
}

.blog_recent_posts .item {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.blog_recent_posts .item .thumb {
	float: left;
	height: 70px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}

.blog_recent_posts .item .thumb .fullimage {
	width: 80px;
	height: 70px;
	border-radius: 12px;
	display: inline-block;
	background-size: cover !important;
	background-position: center center !important;
}

.blog_recent_posts .item .info {
	overflow: hidden;
	margin-top: 10px;
}

.blog_recent_posts .item .info time {
	display: block;
	font-size: 12px;
	color: #767676;
	text-transform: uppercase;
	margin-top: 10px;
}

.blog_recent_posts .item .info .title {
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
	font-weight: 600;
}

.blog_recent_posts .item .info .title a {
	color: #d15e1e;
}

.rp-bg1 {
	background-image: url(../budget-planning.jpg);
}

.rp-bg2 {
	background-image: url(../ANALYTICAL_ACCOUNTS.png);
}

.rp-bg3 {
	background-image: url(../Dropship_3.jpg);
}

.rp-bg4 {
	background-image: url(../img4.jpg);
}

.blog_recent_posts .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.overview-content {
		padding: 22px 15px;
	}

	.overview-subtitles {
		font-size: 14px;
	}

	.overview-descr {
		padding: 22px 15px;
	}

	.blog-sidebar {
		margin: 25px 0px;
	}

}

.btn-expert {
	text-align: center;
	margin: 25px 0px 35px;
}

.btn-expert .expert-click-btn {
	background: #2700ff;
	color: #fff;
	padding: 5px 25px 5px 25px;
	font-size: 20px;
	text-decoration: none;
	border-radius: 10px;
	font-weight: 600;
	border: 1px solid transparent;
	transition: .5s;
}

.blink-soft {
	font-weight: 700;
	color: #fb8002;
	font-size: 26px;
	margin-bottom: 20px;
	animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----*/
.blog-list-area {
    background: #e3e3e317;
    padding: 18px;
}
.blog-features-list {
    padding-left: 13px;
}
.blog-features-list li {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    list-style: disc;
}