.section_padding {
	padding: 35px 0;
}
.section_heading {
	margin-bottom: 30px;
}
.section_heading h2 {
	color: #222;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 30px;
	text-transform: uppercase;
}
.section_heading h2 span {
	color: rgba(24, 75, 121, 0.6);
}
.section_heading p {
	font-size: 16px;
	margin: 10px 0 5px;
}

.owl-dots.disabled {
    display: block !important; /* Force display */
    pointer-events: auto !important; /* Ensure they are clickable */
    opacity: 1 !important; /* Ensure full visibility */
}

.owl-carousel  .owl-carousel{
    display: block;
}
.single-blog {
	transition: all 0.30s ease 0s;
}
.single-blog:hover {
	transform: translateY(-10px);
}
.single-blog .post-img {
	position: relative;
}
.single-blog .post-img img {
	max-width: 100%;
	height: auto;
}
.single-blog .post-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: rgba(24, 75, 121, 0.6);

	transition: all 0.30s ease 0s;
}
.single-blog:hover .post-img:after {
	opacity: 1;
}
.single-blog .single_blog {
	border-top: none;
	padding: 25px 20px 25px;
	background: #fff;
	position: relative;
    text-align: center;
}
.single-blog .post-title {

    margin: 0 0 0px 0px;
    font-size: 17px;
    line-height: 16px;
    word-spacing: 0px;
    text-align: start;
    color: rgb(0, 58, 112);
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    font-size: 10px;
    text-align: justify;
    line-height: 15px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin: 7px 0 10px;
    color: rgb(0, 58, 112);
}

.icon-area {
	list-style: none;
	font-size: 14px;
	color: rgb(24, 74, 122);
	padding: 0;
}
.icon-area>li {
	display: inline-block;
	margin-right: 5px;
	color: rgb(24, 74, 122);;
	font-style: italic;
}
.icon-area>li i {
	color: rgba(24, 75, 121, 0.6);
	margin-right: 5px;
	font-size: 14px;
}
.btn-area a {
	background: rgb(24, 74, 122);
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 11px 22px;
	margin: 10px 0px 10px;
	border: none;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.2s ease-in-out 0s;
}


.post-img img{

	border: 3px solid rgb(24, 74, 122);
}
