a {
	text-decoration: none;
		transition: 0.3s;
}

.textcall a {
	text-decoration: none;
		color: white;
}

.textad a {
	color: #393939;
} 


/*salabvi*/

.slab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bvi-shortcode {
    position: absolute;
    opacity: 0.1;
}


/*headling text*/

h1.text01 {
  white-space: nowrap;
  opacity: 0.4;
}


h2.text02 {
border-bottom: 1px solid #B7B7B7;
    letter-spacing: 0.13em;
    display: flex;
    align-items: end;
}


h2.text02::before {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #0c99ed;
    position: absolute;
}


/**/
.dir-img img {
	    width: 100vh;
    height: 400px;
    object-fit: cover;
}


/*feature img*/

.img-01-grid figure,
.img-01-grid figure a,
.img-01-grid figure a img {
	height: 400px;
		object-fit: cover;
}






/*post img*/

.wp-block-latest-posts__featured-image img {
    width: 300px;
		height: 250px;
		border-radius: 10px;
    object-fit: cover;
		box-shadow: 0 10px 25px 0 rgb(0 0 0 / 20%);
}
ul.wp-block-latest-posts.is-grid li,
ul.wp-block-latest-posts.is-grid li a {
	font-weight: bold;
		font-size: 18px;
		text-decoration: none;
}

.wp-block-themeisle-blocks-posts-grid .o-posts-grid-post-image img {
	    width: 100vh;
    height: 200px;
    object-fit: cover;
}




/*comments*/
.comment-form-cookies-consent {
	display: none;
}

/*footer logo slider*/
.footer--row .builder-item {
	margin-left: -22px;
}