@charset "utf-8";
/* CSS Document */

.mt20 {
	margin-top: 20px;
}
.mymenuact {
	color: red !important;
}
.myselectsize {
	border: var(--border-width) solid var(--color-border);
	transition: all 0.4s ease-out 0s;
	color: #212529 !important;
	width: 100%;
	border-radius: 10px;
	height: 42px;
	padding: 4px 15px !important;
}
.pftrtxt {
	color: #fff !important;
}
.myh1 {
	font-size: 32px !important;
	font-weight: bold !important;
}
.myh2 {
	font-size: 24px !important;
	font-weight: bold !important;
}
.myh3 {
	font-size: 18.72px !important;
	font-weight: bold !important;
}
.myh4 {
	font-size: 16px !important;
	font-weight: bold !important;
}
.myh5 {
	font-size: 13.23px !important;
	font-weight: bold !important;
}
.myh6 {
	font-size: 10.72px !important;
	font-weight: bold !important;
}
.txtblack {
	color: #000 !important;
}
.dynamicdesc img {
	padding: 10px;
}
/* blog img */ 

.img-hover-container {
	position: relative;
	display: inline-block;
	width: 100%;
}
.img-hover-container img {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: cover;
	border: solid 1px #169898;
}
.hover-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 2rem;
	color: white;
}
.img-hover-container:hover .hover-icon {
	opacity: 1;
}
.hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.3s;
}
.img-hover-container:hover .hover-overlay {
	opacity: 1;
}
.mycounter
{
	font-family:"Helvetica Neue", sans-serif;
	font-size: 44px;
	font-weight:700;
	color:#fff;
}
.catimg
{
	border:solid 1px #f6f6f6;
	object-fit: contain;
	object-position: center;
	height: 500px;
	width: 100%;
}

.homepageseries
{
	height:400px !important;
	object-fit:cover !important;
	width:100%;
}

.homepagecategoryimg
{
	object-fit: cover;
	object-position: center;
	height: 640px;
}