.client-carousel-item img {
	margin: 0 auto 1rem;
}

.blog_details ul {
	list-style: disc;
	margin-left: 1rem;
}

.blog_details p {
	color: #171717;
}

.navbar-logo {
	max-height: 47px;
}

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
}

section {
	scroll-margin-top: 80px;
}

.single-post-area .navigation-area {
	margin-top: 30px;
}

.contact-whatsapp {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

.contact-whatsapp a img {
	width: 75px;
	height: 75px;
}

.feature_part .single_feature_part span i {
	position: relative;
	top: -3px;
}

.testimonial_part .textimonial_iner {
	margin-left: unset;
	padding: 2rem 5rem;
}

.testimonial_part .owl-dots {
	margin-left: unset;
}

.client-carousel-item {
	padding: 10px 3rem;
	text-align: center;
}

.client-carousel-item img {
	height: 200px;
	width: auto !important;
	margin-bottom: 1rem;
	object-fit: contain;
}

.client-carousel-item p {
	font-weight: 500;
}

.banner_part:after {
	/*background-image: url("/esokstudio/img/banner_img.jpg");*/
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 576px) {
	.banner_part:after {
		width: 55%;
	}
}

.section_padding {
	padding: 80px 0;
}

.single-home-blog.custom-1 {
	display: flex;
	width: 100%;
	margin-bottom: 2rem;
	cursor: pointer;
}

.single-home-blog.custom-1 .card {
	border-radius: 20px !important;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	transition: 0.2s;
	width: 100%;
}

.single-home-blog.custom-1:hover .card {
	transform: translateY(-2%);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-home-blog.custom-1 .card img {
	height: 250px;
	object-position: center;
	object-fit: cover;
}

.single-home-blog.custom-1 .card .card-body {
	padding: 20px 25px;
}

.feature_part .single_feature_part {
	border-color: #e3e3e3;
}

#client-list {
	overflow: hidden;
}

#client-list .slick-slide {
	width: unset !important;
	padding-left: 5rem;
}

#client-list .slick-list {
	height: 100px !important;
}

#service .single_feature_part {
	border: 1px solid #b0b0b0;
}

ul.pagination .page-item.active .page-link {
	background-color: #f15b0b !important;
	color: white !important;
}

.custom_blog_item {
	display: block;
	position: relative;
	margin-bottom: 3rem;
	min-height: 200px;
}

.custom_blog_item_img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.custom_blog_item_img img {
	width: 200px;
	height: 200px;
	object-fit: cover;
}

.custom_blog_details {
	padding-left: 250px;
}

a.custom-link,
.text-color-theme {
	color: #ff663b !important;
}

@media screen and (max-width: 676px) {
	.custom_blog_item_img {
		position: unset;
		margin-bottom: 20px;
	}

	.custom_blog_item_img img {
		width: 100%;
		height: 300px;
	}

	.custom_blog_details {
		padding-left: 0px;
	}
}

.section_padding {
	padding: 80px 0;
}

.single-post-area .blog_details p {
    text-align: justify;
}

.single-post-area .blog_details ul.wp-block-list li,
.single-post-area .blog_details ol.wp-block-list li,
.single-post-area .blog_details p {
	color: #454c52;
    line-height: 2;
}

.single-post-area .blog_details,
.single-post-area .blog_details p {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.1rem;
}

.single-post-area .blog_details h2 {
	padding-top: 2rem;
}

.single-post-area .blog_details h3 {
	padding-top: 1rem;
}

.single-post-area .blog_details ul.wp-block-list,
.single-post-area .blog_details ol.wp-block-list,
.single-post-area .blog_details p {
	margin-bottom: 15px;
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .single-post-area .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.blog_details h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .single-post-area .blog_details h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}