.no-webp .bg-blog {
    background-image: url("../../images/backgrounds/bg-blog.jpg");
}

.webp .bg-blog {
    background-image: url("../../images/backgrounds/bg-blog.webp");
}

.blog-item .date-box {
    background-color: #3ec1c7;
	padding: 0 9px 9px 9px;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 1;
    margin: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.blog-item .date-box .d {
    font-size: 32px;
    font-weight: bold;
}

.blog-item .date-box .m {
    font-size: 12px;
    letter-spacing: 2px;
	text-transform:uppercase;
}

.blog-item .date-box .y {
    font-size: 12px;
    letter-spacing: 2px;
	/*padding: 0 0 9px 0;*/
}

.blog-item .card-body {
	background-color: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.blog-item .card-body .card-title {
	color: #0c3b68;
}

.blog-item:hover .date-box {
	background-color: #fff;
	color: #0c3b68;
}

.blog-item:hover .card-body {
	background-color: #2774be;
}

.blog-item:hover .card-body .card-title,
.blog-item:hover .card-body p {
	color: #fff;
}

.sticky-post {
	background-color: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.sticky-post .title {
	color: #0c3b68;
}

.sticky-post .date {
	color: #3ec1c7;
}

.sticky-post:hover {
	background-color: #2774be;
}

.sticky-post:hover .title,
.sticky-post:hover .date,
.sticky-post:hover .excerpt {
	color: #fff;
}

.pagination {
	margin: 0 auto;
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:16px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	border-radius:5px;
	float:left;
	margin: 2px 2px 2px 0;
	padding:12px;
	text-decoration:none;
	font-weight:bold;
	width:auto;
	color:#fff;
	border:1px solid #3ec1c7;
	background: #3ec1c7;
}

.pagination a:hover {
	color:#0c3b68;
	border:1px solid #0c3b68;
	background: #fff;
	text-decoration:none;
}

.pagination .page-link.current {
	color: #0c3b68;
    background-color: #fff;
    border-color: #0c3b68;
}

.focus-shadow-none {
    box-shadow: none !important;
}

.form-control {
    height: 55px;
    padding: 0 20px;
}

.post-search {
    border: 0;
    background: transparent;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.bullet-point,
.category-point {
	padding-left: 0;
	line-height: 2.0;
    vertical-align: middle;
}

.bullet-point li,
.category-point li {
    position: relative;
    padding-left: 35px;
	font-size:18px;
}

.bullet-point li::before,
.category-point li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    color: #3ec1c7;
    transition: .3s ease;
}

.bullet-point li::before,
.category-point li::before {
    content: "\f192";
	font-size: 18px;
}

.category-point li a {
    color: #0c3b68;
}

.category-point li a:hover {
    color: #3ec1c7;
}

@media (max-width: 767px) {
.bullet-point li {
	font-size:16px;
}

.bullet-point li::before {
	font-size: 16px;
}
}

.border-box {
	position: relative;
    display: block;
    width: 70px;
    height: 2px;
    background: #3ec1c7;
    margin: 0 auto;
}

.date-layer {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    padding: 12px 25px 10px;
}

.date-layer span {
    position: relative;
    display: inline-block;
    float: left;
	color: #0c3b68;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

article img {
	max-width: 100%;
    height: auto;
	border-radius: .25rem!important;
	margin-bottom: 1.25rem!important;
}

article h2,
article h3 {
	color: #0c3b68;
	font-weight: bold;
}

article h4,
article h5 {
	color: #333;
	font-weight: bold;
}

article a {
	color: #0c3b68;
}

article a:hover {
	color: #3ec1c7;
}

article ul {
	padding-left: 0;
	line-height: 2.0;
    vertical-align: middle;
	margin-bottom: 1.25rem!important;
	color: #0c3b68;
	font-family: 'Lato', sans-serif;
}

article ul li {
	position: relative;
    padding-left: 35px;
	font-size: 1rem;
}

article ul li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    color: #3ec1c7;
    transition: .3s ease;
}

article ul li::before {
    content: "\f192";
	font-size: 1rem;
}

.blog-social-share {
    text-align: center;
    padding-top: 22px;
}

.blog-social-share .btn {
    border-radius: 100px;
    border: 2px solid transparent;
	color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 20px 6px;
    padding: 10px 16px;
}

.blog-social-share .btn-facebook {
    background: #3b5998;
}

.blog-social-share .btn-facebook:hover {
    background: #fff;
	color: #3b5998;
	border: 2px solid #3b5998;
}

.blog-social-share .btn-linkedin {
    background: #0077b5;
}

.blog-social-share .btn-linkedin:hover {
    background: #fff;
	color: #0077b5;
	border: 2px solid #0077b5;
}

.blog-social-share .btn-twitter {
	background: #1da1f2;
}

.blog-social-share .btn-twitter:hover {
    background: #fff;
	color: #1da1f2;
	border: 2px solid #1da1f2;
}

.blog-social-share a .fa {
    padding-right: 4px;
}