/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2025 | 03:37:12 */
#section-1 {
  display: block;
}

.hidden {
  display: none;
}

#button#load-more {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #00ADBB;
  color: white;
  border: none;
  cursor: pointer;
	border-radius:15px;
	font-size:16px;
	text-transform:capitalize;
	font-weight:400;
	border-radius:8px;
}
.elementor-icon-box-description
{
	padding:5px 0px;
}
#button#load-more:hover {
  background-color: #00ADBB;
}
div#category-list {
    margin-bottom: 27px;
}
.category-item
{
	background-color:#B2D6F6;
}
.category-item a {
	color: #17458F;
    font-size: 22px;
    font-weight: 700 !important;
    line-height: 29px;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.postcount { text-align: right;}
.postcount span {
    color: #17458F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: right;
    padding: 5px 9px;
    background-color: #DEF0FF;
    border-radius: 4px;
}
img.arrow-d {
    max-width: 60%!important;
}
}
.archive-author.elementor-post__card p.default-author {
    font-size: 16px!important;
    font-weight: 500!important;
}
span.img.bg-cover.wp-post-image
{
	background-position: center top!important;
}
#thumbimg .elementor-posts-container .elementor-post__thumbnail img, #thumbimg .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img,#thumbimg.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img
{
	 position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;

  /* your crop rules */
  object-fit: cover;
  object-position: top center;
}