/* Bwlow code in style.css */
/* Common CSS for All components : Start */
:root {

	--dark: #141b4d;
	--white: #fff;

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0;
	line-height: normal;
	font-family: 'Mukta';
	font-weight: normal;
	background: linear-gradient(135deg, #fefdec 0%, #fef4f2 33%, #f5f9f9 66%, #f5fefe 100%);
}


input,
select,
textarea,
button {
	outline: none;
	box-shadow: none;
	font-family: 'Mukta';
}

input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

input[type=email]::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

input[type=email]::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

input[type=email]::-ms-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

textarea::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-family: 'Mukta';
}

a {
	text-decoration: none;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

a:hover {
	text-decoration: none;
}

.flxrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flxcol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.flxfix {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.flxflexi {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	position: relative;
}

/* Common CSS for All components : End */

@media (min-width:576px) {
	.container {
		width: 100%;
		max-width: 100%;
	}


}

@media (min-width: 768px) {
	.container {
		width: 750px;
		padding: 0 15px;
	}

}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1240px) {
	.container {
		width: 1180px;
		max-width: 1180px;
		padding: 0 16px;
	}
}



h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Mukta';

}

h1 {
	font-size: 42px;

}

h2 {
	font-size: 36px;

}

h3 {
	font-size: 32px;

}

h4 {
	font-size: 28px;

}

h5 {
	font-size: 24px;

}

h6 {
	font-size: 20px;

}

p {
	margin: 0;
	font-family: 'Mukta';
	padding: 0;
	color: var(--dark);
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
}

p+p {
	padding-top: 24px;
	;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
}

.row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.row>* {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.main_wapper {
	overflow: hidden;
}

.blog-banner-main {
	position: relative;
	width: 100%;
	display: block;
}

.blog-banner-main .banner-img {
	height: 45vh;
	width: 100%;
	position: relative;
}

.blog-banner-main .banner-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-banner-main .sidebar-text {
	display: flex;
	height: 100%;
	z-index: 10;
	color: var(--white);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 85px;
	justify-content: flex-start;
	color: #fff;
	padding: 8px;
	align-items: end;
}

.blog-banner-main .sidebar-text p {
	text-transform: uppercase;
	font-size: .5625rem;
	line-height: .6875rem;
	letter-spacing: normal;
	font-weight: normal;
	font-family: 'Mukta';
	text-align: right;
	width: auto;
	color: var(--white);
	height: calc(100% - 16px);
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.banner-caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.banner-caption h1 {
	text-align: center;
	color: var(--white);
	letter-spacing: .12em;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 12px rgba(0, 0, 0, .6);
	line-height: 3.75rem;
}

.banner-caption h3 {
	letter-spacing: .05em;
	font-size: 2rem;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 12px rgba(0, 0, 0, .6);
	line-height: 3.375rem;
	color: var(--white);
}

.blog-section-1 {
	position: relative;
	z-index: 10;
}

.search-block {
	margin: -23px 0 0 0;
	width: 100%;
	display: block;
	position: relative;
}

.search-input {
	width: 100%;
	display: block;
	position: relative;
}

.search-input .input-text {
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	font-weight: normal;
	width: 100%;
	position: relative;
	border: none;
	background: white;
	font-family: 'Mukta';
	padding: 12px 24px;
	min-width: 100%;
	text-transform: uppercase;
}

.search-input .input-text::placeholder {
	opacity: 0.5;
}

.search-input button {
	width: 46px;
	height: 46px;
	background: url(../images/search_icon.svg) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 28px auto;
	border: 0;
}

#header {
	min-height: 56px;
}

.main-wapper {
	min-height: 120vh;
}

.blog-filter {
	padding: 40px;
}

.blog-filter ul {
	row-gap: 0;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.blog-filter ul li {
	margin: 20px 0 0 0;
}

.blog-filter ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	z-index: 2;
	letter-spacing: .045em;
	position: relative;
	cursor: pointer;
	background: white;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	border: 2px solid;
	border-radius: 24px;
	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: normal;
	text-transform: uppercase;
}

.blog-filter ul li a .icon {
	position: relative;
	z-index: 2;
	display: none;
	align-items: center;
}

.blog-filter ul li a .icon img {
	width: 16px;
}

.blog-filter ul li a span {
	position: relative;
	z-index: 2;
}

.blog-filter ul li a::after {
	position: absolute;
	transition-duration: .3s;
	position: absolute;
	transition-timing-function: ease-in-out;
	content: "";
	width: 0;
	bottom: -5px;
	height: 120%;
	left: -25px;
	transform: skew(-15deg);
	z-index: 1;
}

.blog-filter ul li a:hover {
	color: var(--white) !important;
}

.blog-filter ul li a:hover::after {
	width: 110%;
	left: -5px;
}

.blog-filter ul li.color-1 a {
	color: #f5b2db;
	border-color: #f5b2db;
}

.blog-filter ul li.color-1 a::after {
	background: #f5b2db;
}

.blog-filter ul li.color-2 a {
	color: #dcd8c8;
	border-color: #dcd8c8;
}

.blog-filter ul li.color-2 a::after {
	background: #dcd8c8;
}

.blog-filter ul li.color-3 a {
	color: #a5e19c;
	border-color: #a5e19c;
}

.blog-filter ul li.color-3 a::after {
	background: #a5e19c;
}

.blog-filter ul li.color-4 a {
	color: #b6dfe6;
	border-color: #b6dfe6;
}

.blog-filter ul li.color-4 a::after {
	background: #b6dfe6;
}



.blog-filter ul li.color-5 a {
	color: #bdc4ec;
	border-color: #bdc4ec;
}

.blog-filter ul li.color-5 a::after {
	background: #bdc4ec;
}

.blog-box.color-1 .overlay-box {
	background: #f5b2db;
}

.blog-box.color-2 .overlay-box {
	background: #dcd8c8;
}

.blog-box.color-3 .overlay-box {
	background: #a5e19c;
}

.blog-box.color-4 .overlay-box {
	background: #b6dfe6;
}

.blog-box.color-5 .overlay-box {
	background: #bdc4ec;
}

.blog-box.color-1 .blog-box-inner .button-set a {
	border-color: #f5b2db;
	color: #f5b2db;
}

.blog-box.color-1 .blog-box-inner .button-set a::after {
	background: #f5b2db;
}

.blog-box.color-1 .blog-box-inner .text p a::after {
	background: #f5b2db;
}

.blog-box.color-2 .blog-box-inner .button-set a {
	border-color: #dcd8c8;
	color: #dcd8c8;
}

.blog-box.color-2 .blog-box-inner .button-set a::after {
	background: #dcd8c8;
}

.blog-box.color-2 .blog-box-inner .text p a::after {
	background: #dcd8c8;
}

.blog-box.color-3 .blog-box-inner .button-set a {
	border-color: #a5e19c;
	color: #a5e19c;
}

.blog-box.color-3 .blog-box-inner .button-set a::after {
	background: #a5e19c;
}

.blog-box.color-3 .blog-box-inner .text p a::after {
	background: #a5e19c;
}

.blog-box.color-4 .blog-box-inner .button-set a {
	border-color: #b6dfe6;
	color: #b6dfe6;
}

.blog-box.color-4 .blog-box-inner .button-set a::after {
	background: #b6dfe6;
}

.blog-box.color-4 .blog-box-inner .text p a::after {
	background: #b6dfe6;
}

.blog-box.color-5 .blog-box-inner .button-set a {
	border-color: #bdc4ec;
	color: #bdc4ec;
}

.blog-box.color-5 .blog-box-inner .button-set a::after {
	background: #bdc4ec;
}

.blog-box.color-5 .blog-box-inner .text p a::after {
	background: #bdc4ec;
}

.blog-listing .row {
	row-gap: 16px;
	margin: 0 -8px !important;
}

.blog-listing .row>* {
	padding: 0 8px !important;
}

.blog-box {
	height: 100%;
	width: 100%;
	background: var(--white);
	display: block;
}

.blog-box .img {
	height: 180px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.blog-box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.blog-box .blog-box-inner .overlay-box {
	width: 70%;
	margin: -50px auto 0;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	flex-direction: column;
	padding: 16px;
	line-height: 1.2;
	z-index: 3;
	min-height: 160px;
	position: relative;
}

.blog-box .blog-box-inner .overlay-box h6 {
	font-size: .75rem;
	line-height: .875rem;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
}

.blog-box .blog-box-inner .overlay-box h4 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: normal;
	text-transform: uppercase;
	margin: 8px 0;
	text-align: left;
	width: 100%;
}

.blog-box .blog-box-inner .overlay-box .data {
	font-size: .75rem;
	line-height: .875rem;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: left;
	width: 100%;
}

.blog-box-inner .text {
	padding: 24px;
}

.blog-box-inner .text p {
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	color: #141b4d;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body .blog-box .blog-box-inner .text p a {
	z-index: 5;
	color: var(--dark);
	position: relative;
}

body .blog-box .blog-box-inner .text p a::after {
	width: 100%;
	height: 40%;
	z-index: -1;
	content: '';
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	bottom: 0;
}

body .blog-box .blog-box-inner .text p a:hover::after {
	height: 100%;
}

body .blog-box .blog-box-inner .text p a:hover {
	background-size: 100% 100% !important;
}

.blog-box-inner .button-set {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 24px 24px;
}

.blog-box-inner .button-set a {
	margin: 20px 0 0 0;
	display: flex;
	font-family: 'Mukta';
	font-size: .875rem;
	line-height: 1.125rem;
	letter-spacing: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	border-radius: 24px;
	text-transform: uppercase;
	cursor: pointer;
	background: white;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	padding: 8px 20px;
	z-index: 2;
	letter-spacing: 0.15em;
	position: relative;
	overflow: hidden;
}

.blog-box-inner .button-set a::after {
	position: absolute;
	transition-duration: .3s;
	position: absolute;
	transition-timing-function: ease-in-out;
	content: "";
	width: 0;
	bottom: -5px;
	height: 120%;
	left: -25px;
	transform: skew(-15deg);
	z-index: 1;
}

.blog-box-inner .button-set a span {
	position: relative;
	z-index: 5;
}

.blog-box-inner .button-set a:hover {
	color: var(--white) !important;
}

.blog-box-inner .button-set a:hover::after {
	width: 110%;
	left: -5px;
}

.paginaction {
	padding: 56px 0 16px;
}

.paginaction ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.paginaction ul li a {
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	color: #141b4d;
	font-family: 'Mukta';
	width: 32px;
	height: 32px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paginaction ul li.active a {
	border: var(--dark) solid 1px;
}

.paginaction ul li.next a {
	border: var(--dark) solid 1px;
	background: url(../images/right-arrow.png) no-repeat center center;
	background-size: 70% auto;
}

.paginaction ul li.prev a {
	border: var(--dark) solid 1px;
	background: url(../images/left-arrow.png) no-repeat center center;
	background-size: 70% auto;
}

.blog-box-big {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 60px -80px;
}

.blog-box-big .blog-box-left {
	margin: 0 0 80px;
	min-width: 750px;
	width: 750px;
	position: relative;
}

.blog-box-big .blog-box-left img {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 2;
}

.blog-box-big .blog-box-left .overlay-text {
	padding: 24px;
	color: var(--white);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}

.blog-box-big .blog-box-left .overlay-text h2 {
	font-size: 3rem;
	line-height: 3.75rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-weight: bold;
}

.blog-box-big .blog-box-left .overlay-text p {
	padding: 10px 0 0 0;
	font-size: 1.05rem;
	line-height: 1.5rem;
	letter-spacing: normal;
	font-family: 'Mukta';
	color: var(--white);
	font-weight: 500;
}

.blog-box-big .blog-box-right {
	align-self: self-end;
	padding: 24px;
	width: 680px;
	margin: 0 0 0 -80px;
	background: var(--white);
	position: relative;
	z-index: 10;
	display: flex;
}

.blog-box-big .blog-box-right .img-in {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	max-width:60%;
	min-width: 40%;
	overflow: hidden;
	transform: translateY(-30%);
}

.blog-box-big .blog-box-right .img-in img {
	max-width: 100%;
}

.blog-box-big .blog-box-right .blog-box-right-inner {
	padding: 0 20px 20px 0;
	width: 50%;
	align-self: flex-end;
}

.blog-box-big .blog-box-right .blog-box-right-inner h3 {
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.blog-box-big .blog-box-right .blog-box-right-inner p {
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	margin: 20px 0 32px;
}

.blog-box-big .blog-box-right .themebtn {
	justify-content: flex-end;
}

.themebtn {
	display: flex;
	align-items: center;
}

.themebtn a {
	display: flex;
	align-items: center;


	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased;
	background-color: #b6dfe6;
	border: none;
	color: #141b4d;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	letter-spacing: 1px;
	padding: 20px 40px;
	text-transform: uppercase;
	transition: all .1s ease-out;
	cursor: pointer;
	padding: 4px 24px;
	min-height: 40px;
	position: relative;
	z-index: 2;
	color: #141b4d;
}

.themebtn a:hover {
	background: #7dc6d2;
}

.footer-top-line {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-top-line span {
	position: relative;
	padding: 20px;
}

.footer-top-line::after,
.footer-top-line::before {
	width: 100%;
	background: #141b4d;
	;
	content: '';
	height: 1px;
}

.footer-top {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.footer-box {
	padding: 20px 0;
	width: 25%;
}

.footer-box h6 {
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-weight: bold;
	color: #141b4d;
	margin-bottom: 20px;
}

.footer-box ul li {
	display: flex;
}

.footer-box .address p,
.footer-box ul li a {
	color: var(--dark);
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	display: flex;

	padding: 4px 0;
	color: #141b4d;
	width: 100%;
}

.footer-copyright-text {
	max-width: 920px;
	margin: auto;
	text-align: center;
	padding: 20px 0;
}

.email-row {
	display: flex;
}

.email-row a {
	gap: 10px;
	color: #141b4d;
	display: flex;
	align-items: center;
	padding: 4px 0;
}

.email-row a img {
	width: 20px;
	height: auto;
}

#header {
	background: linear-gradient(90deg, #faf7bd 0%, #fcdbd8 100%);
	position: fixed;
	left: 0;
	z-index: 10;
	top: 0;
	width: 100%;
	z-index: 999;
}

.contain-wapper {
	position: relative;
	z-index: 1;
	padding: 56px 0 0 0;
}

.header-top {
	position: relative;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top .logo {
	display: flex;
	align-items: center;
}

.header-top .logo a {
	display: flex;
	align-items: center;
}

.header-top .logo a img {
	height: 25px;
	display: flex;
	align-items: center;
}

.header-top .logo-2 {
	display: flex;
	align-items: center;
}

.header-top .logo-2 a {
	display: flex;
	align-items: center;
}

.header-top .logo-2 a img {
	height: 32px;
	display: flex;
	align-items: center;
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.header-right .search-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .search-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .search-icon a img {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .menu-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .menu-icon a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .menu-icon a img {
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-wapper .container {
	padding: 0;
}

.header-wapper .search-form {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.menu-outer .container {
	padding: 0;
}

.menu-outer-inner {
	background: var(--white);
}

.menu-outer-inner .close-icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu-outer-inner .close-icon a {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-outer-inner .close-icon a img {
	width: 16px;
}

.menu-links-block {
	width: 100%;
	padding: 20px;
	max-height: calc(100vh - 112px);
	overflow: auto;
}

.menu-links-block .row {
	margin: 0 -12px !important;
}

.menu-links-block .row>* {
	padding: 12px !important;
}

.menu-links-block .menu-box h4 {
	font-size: .8125rem;
	line-height: 1.0625rem;
	letter-spacing: normal;
	display: flex;
	font-family: 'Mukta';
	font-weight: bold;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0;
	cursor: pointer;
	border-bottom: transparent solid 2px;
}

.menu-links-block .menu-box ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 0;
}

.menu-links-block .menu-box ul li {
	display: flex;
}

.menu-links-block .menu-box ul li a {
	font-size: .875rem;
	line-height: 1.125rem;
	letter-spacing: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	border-radius: 24px;
	text-transform: uppercase;
	cursor: pointer;
	background: white;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	z-index: 2;
	letter-spacing: .045em;
}

.menu-links-block .menu-box ul li a::after {
	position: absolute;
	transition-duration: .3s;
	position: absolute;
	transition-timing-function: ease-in-out;
	content: "";
	width: 0;
	bottom: -5px;
	height: 120%;
	left: -25px;
	transform: skew(-15deg);
	z-index: 1;
}

.menu-links-block .menu-box ul li a span {
	position: relative;
	z-index: 5;
}

.menu-links-block .menu-box ul li a:hover {
	color: var(--white) !important;
}

.menu-links-block .menu-box ul li a:hover::after {
	width: 110%;
	left: -5px;
}

.menu-links-block.menu-links-block .menu-box.color-1 ul li a,
.menu-links-block.menu-links-block .menu-box.color-1 h4 {
	border-color: #f5b2db;
	color: #f5b2db;
}

.menu-links-block.menu-links-block .menu-box.color-1 ul li a::after {
	background: #f5b2db;
}

.menu-links-block.menu-links-block .menu-box.color-2 ul li a,
.menu-links-block.menu-links-block .menu-box.color-2 h4 {
	border-color: #dcd8c8;
	color: #dcd8c8;
}

.menu-links-block.menu-links-block .menu-box.color-2 ul li a::after {
	background: #dcd8c8;
}

.menu-links-block.menu-links-block .menu-box.color-3 ul li a,
.menu-links-block.menu-links-block .menu-box.color-3 h4 {
	border-color: #a5e19c;
	color: #a5e19c;
}

.menu-links-block.menu-links-block .menu-box.color-3 ul li a::after {
	background: #a5e19c;
}

.menu-links-block.menu-links-block .menu-box.color-4 ul li a,
.menu-links-block.menu-links-block .menu-box.color-4 h4 {
	border-color: #b6dfe6;
	color: #b6dfe6;
}

.menu-links-block.menu-links-block .menu-box.color-4 ul li a::after {
	background: #b6dfe6;
}

.menu-links-block.menu-links-block .menu-box.color-5 ul li a,
.menu-links-block.menu-links-block .menu-box.color-5 h4 {
	border-color: #bdc4ec;
	color: #bdc4ec;
}

.menu-links-block.menu-links-block .menu-box.color-5 ul li a::after {
	background: #bdc4ec;
}

.menu-outer {
	position: absolute;
	left: 0;
	display: none;
	top: 100%;
	width: 100%;
}

.overlay-bg {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
	transition: all 0.3s ease-in-out;
	-webkit-backdrop-filter: blur(4px) opacity(1);
	backdrop-filter: blur(4px) opacity(1);
	z-index: 9;
	pointer-events: none;
	opacity: 0;
}

body.hidden-scroll .overlay-bg {
	opacity: 1;
}

.menu-outer.active-menu {
	display: block;
}

.blog-details-section-1 {
	position: relative;
	z-index: 5;
}

.white-wapper {
	margin: -80px 0 0 0;
	display: block;
	width: 100%;
	background: var(--white);
	min-height: 120px;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	width: 100%;
}

.breadcrumbs ul {
	padding: 24px 0;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.breadcrumbs ul li {
	text-transform: uppercase;
	color: var(--dark);
	display: flex;
	align-items: center;
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.breadcrumbs ul li a {
	text-transform: uppercase;
	color: var(--dark);
	display: flex;
	align-items: center;
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	font-weight: normal;
}

.breadcrumbs ul li+li::before {
	content: '';
	width: 16px;
	margin: 0 16px;
	height: 16px;
	background: url(../images/arrow_icon.png) no-repeat center center;
	background-size: cover;
}

.max-width-block {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 950px;
}

.blog-date-top {
	margin: 40px 0 0 0;
	padding: 28px 0 0 0;
}

.blog-date-top .date {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	font-weight: 300;
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.blog-date-top h1 {
	font-size: 3rem;
	line-height: 3.75rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-weight: bold;
	color: #141b4d;
	width: 100%;
	text-align: center;
}

.blog-date-top .sub-title {
	font-size: 2rem;
	line-height: 2.75rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 500;

	color: #141b4d;
	width: 100%;
	text-align: center;
	margin-bottom: 28px;
}

.blog-date-top .auth-img {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.blog-date-top .auth-img span {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-date-top .auth-img span img {
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 100px;
	object-fit: cover;
}

.blog-date-top .auth-img .name {
	font-size: .875rem;
	line-height: 1.125rem;
	letter-spacing: normal;
	text-transform: uppercase;
	box-sizing: border-box;
	font-weight: normal;
	position: relative;
	margin-top: 16px;
}

.link-list-verticle {
	display: block;
	width: 100%;
}

.link-list-verticle .con {
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-list-verticle ul {
	display: flex;
	flex-direction: column;
}

.link-list-verticle ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.link-list-verticle ul li a {
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	font-weight: 500;

	text-align: center;
	color: #141b4d;
	text-transform: uppercase;
}

.link-list-verticle ul li::after {
	width: 1px;
	height: 20px;
	content: '';
	margin: 8px 0;
	background: #141B4D;
	opacity: 0.3;
}

.link-list-verticle ul li a:hover {
	font-weight: bold;
}

.link-list-verticle ul li:last-child::after {
	display: none;
}

.cms-data-box {
	padding: 40px 40px;
}

.cms-data-box .cms-data h1 {
	padding: 40px 0 5px 0;
	font-size: 44px;
	line-height: 1.5;
	font-family: 'Mukta';
	font-weight: bold;
	letter-spacing: 0.25px;
	color: #141B4D;
}

.cms-data-box .cms-data h2 {
	padding: 40px 0 5px 0;
	font-size: 2.375rem;
	line-height: 3.375rem;
	letter-spacing: normal;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0;
}

.cms-data-box .cms-data h3 {
	padding: 25px 0 5px 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	letter-spacing: normal;
	font-weight: bold;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
	text-align: left;
	width: 100%;
}

.cms-data-box .cms-data h4 {
	padding: 25px 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Mukta';
	font-weight: bold;
	letter-spacing: 0.25px;
	color: #141B4D;
}

.cms-data-box .cms-data h5 {
	padding: 25px 0 5px 0;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Mukta';
	font-weight: bold;
	letter-spacing: 0.25px;
	color: #141B4D;
}

.cms-data-box .cms-data h6 {
	padding: 25px 0 5px 0;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Mukta';
	font-weight: bold;
	letter-spacing: 0.25px;
	color: #141B4D;
}

.cms-data {
	margin-bottom: 20px;
}


.cms-data-box .cms-data p {
	margin: 0;
	font-family: 'Mukta';
	padding: 0;
	color: var(--dark);
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
}

.cms-data-box .cms-data ul li strong,
.cms-data-box .cms-data ol li strong,
.cms-data-box .cms-data p strong {
	font-weight: bold;
}

.cms-data-box .cms-data p img {
	max-width: 100%;
	display: block;
	margin: 16px auto;
}

.cms-data-box .cms-data p+p {
	padding-top: 24px;
}

.cms-data-box .cms-data ul li a,
.cms-data-box .cms-data ol li a,
.cms-data-box .cms-data p a {
	z-index: 1;
	position: relative;
	margin: 0;
	font-family: 'Mukta';
	padding: 0;
	color: var(--dark);
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	text-decoration: none;
}

.cms-data-box .cms-data ul {
	margin: 0px;
	padding: 0px 0 10px 0px;
}

.cms-data-box .cms-data ul li {
	margin: 0;
	font-family: 'Mukta';
	padding: 0;
	color: var(--dark);
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
}

.cms-data-box .cms-data ul li+li {
	margin-top: 12px;
}

.cms-data-box .cms-data ol {
	margin: 0px;
	padding: 24px 0 0px 0px;
}

.cms-data-box .cms-data ol li {
	margin: 0;
	font-family: 'Mukta';
	padding: 0;
	color: var(--dark);
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	display: list-item;
	list-style-type: decimal;
	list-style-position: outside;
}

.cms-data-box .cms-data ol li+li {
	margin-top: 12px;
}

.cms-data-box .cms-data .heading-tag:first-child {
	padding-top: 0px;
	;
}

.cms-data-box .cms-data ol+p,
.cms-data-box .cms-data ul+p,
.cms-data-box .cms-data p+ul,
.cms-data-box .cms-data p+ol,
.cms-data-box .cms-data ol+ul,
.cms-data-box .cms-data ul+ol {
	padding-top: 24px;
}

.cms-data-box .cms-data p+p {
	padding-top: 24px;
}

.cms-data-box .cms-data ul li a::after,
.cms-data-box .cms-data ol li a::after,
.cms-data-box .cms-data p a::after {
	width: 100%;
	height: 40%;
	z-index: -1;
	content: '';
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f5b2db;
}

.cms-data-box .cms-data ul li a:hover::after,
.cms-data-box .cms-data ol li a:hover::after,
.cms-data-box .cms-data p a:hover::after {
	height: 100%;
}

.cms-data-box .cms-data table {
	padding: 24px 0;
	display: block;
}

.cms-data-box .cms-data table tr td {
	font-family: 'Mukta';
	padding: 0;
	color: var(--dark);
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
}

.cms-data-box .cms-data ul li {
	list-style: none;
	padding: 3px 0 0 36px;
	background: url(../images/list-icon-4.svg) no-repeat left top;
}

.cms-data-box .cms-data ol li {
	list-style: none;
	padding: 3px 0 0 36px;
	background: url(../images/sml-4.svg) no-repeat left top;
}

.products-box-list .pro-box {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0;
	gap: 30px;
}

.products-box-list .pro-box .themebtn {
	justify-content: center;
}

.products-box-list .pro-box .price,
.products-box-list .pro-box h4 {
	font-size: 1.5625rem;
	line-height: 1.75rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 600;
}

.catgory-outer {
	padding: 44px 0;
}

.catgory-outer h3 {
	max-width: 600px;
	margin: 0 auto;
	display: block;
	padding: 0 0 28px;
	font-size: 1.5625rem;
	line-height: 1.75rem;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0 0 28px;
	text-align: center;
	font-weight: bold;

	color: #141b4d;
}

.catgory-box {
	min-height: 356px;
	background: var(--white);
	padding: 20px;
	width: 100%;
	display: flex;
	align-items: center;
}

.catgory-box .img {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catgory-box .img img {
	max-width: 100%;
}

.catgory-box-sub {
	padding: 0 0 0 10px;
	width: 50%;
}

.catgory-slider-block .slick-slide {
	margin: 0 12px;
}

/* the parent */
.catgory-slider-block .slick-list {
	margin: 0 -12px;
}

.catgory-box-sub h4 {
	font-size: 1.5625rem;
	line-height: 1.75rem;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0 0 28px;
	font-weight: bold;

	color: #141b4d;
}

.catgory-box-sub .price-box {
	padding: 0 0 12px;
	display: block;
	text-align: right;
}

.catgory-box-sub .price-box>span {
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	display: block;
}

.catgory-box-sub .price-box>span span {
	text-decoration: line-through;
}

.catgory-box-sub .price-box>span:last-child {
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 600;
}

.catgory-slider-block .slick-dots {
	padding: 30px 0 0 0;
	gap: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catgory-slider-block .slick-dots button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	background: none;
	font-size: 0;
	padding: 0;
	border: var(--dark) solid 1px;
	border-radius: 100px;
}

.catgory-slider-block .slick-dots li.slick-active button {
	background: var(--dark);
}

.catgory-outer .blog-filter {
	padding: 0 40px;
}

.share-blk {
	position: relative;
	padding: 20px 0;
}

.share-blk::after {
	width: 100%;
	height: 1px;
	background: #f5b2db;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
}

.share-blk ul {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.share-blk ul li a {
	overflow: hidden;
	position: relative;
	width: 40px;
	height: 40px;
	border: #f5b2db solid 1px;
	background: var(--white);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f5b2db;
}

.share-blk ul li a svg {
	position: relative;
	z-index: 10;
	max-width: 19px;
	max-height: 20px;
	width: auto;
	height: auto;
}

.share-blk ul li a::after {
	position: absolute;
	transition-duration: .3s;
	position: absolute;
	transition-timing-function: ease-in-out;
	content: "";
	width: 0;
	bottom: -5px;
	height: 120%;
	left: -25px;
	transform: skew(-15deg);
	z-index: 1;
	background: #f5b2db;
}

.share-blk ul li a:hover {
	color: var(--white) !important;
}

.share-blk ul li a:hover::after {
	width: 120%;
	left: -5px;
}

.border-box {
	margin: 80px 0 40px 0;
	position: relative;
	padding: 40px;
	border: #f5b2db solid 1px;
}

.border-box h3 {
	text-transform: uppercase;
	color: #f5b2db;
	white-space: nowrap;
	max-width: 90%;
	padding: 0 20px;
	background: var(--white);
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 0;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}




.color-theme-1 .cms-data-box .cms-data ul li a::after,
.color-theme-1 .cms-data-box .cms-data ol li a::after,
.color-theme-1 .cms-data-box .cms-data p a::after,
.color-theme-1 .share-blk ul li a::after,
.color-theme-1 .share-blk::after {
	background: #f5b2db;
}

.color-theme-1 .share-blk ul li a {
	border-color: #f5b2db;
	color: #f5b2db;
}

.color-theme-1 .border-box {
	border-color: #f5b2db;
}

.color-theme-1 .border-box h3 {
	color: #f5b2db;
}


.color-theme-2 .cms-data-box .cms-data ul li a::after,
.color-theme-2 .cms-data-box .cms-data ol li a::after,
.color-theme-2 .cms-data-box .cms-data p a::after,
.color-theme-2 .share-blk ul li a::after,
.color-theme-2 .share-blk::after {
	background: #dcd8c8;
}

.color-theme-2 .share-blk ul li a {
	border-color: #dcd8c8;
	color: #dcd8c8;
}

.color-theme-2 .border-box {
	border-color: #dcd8c8;
}

.color-theme-2 .border-box h3 {
	color: #dcd8c8;
}


.color-theme-3 .cms-data-box .cms-data ul li a::after,
.color-theme-3 .cms-data-box .cms-data ol li a::after,
.color-theme-3 .cms-data-box .cms-data p a::after,
.color-theme-3 .share-blk ul li a::after,
.color-theme-3 .share-blk::after {
	background: #a5e19c;
}

.color-theme-3 .share-blk ul li a {
	border-color: #a5e19c;
	color: #a5e19c;
}

.color-theme-3 .border-box {
	border-color: #a5e19c;
}

.color-theme-3 .border-box h3 {
	color: #a5e19c;
}


.color-theme-4 .cms-data-box .cms-data ul li a::after,
.color-theme-4 .cms-data-box .cms-data ol li a::after,
.color-theme-4 .cms-data-box .cms-data p a::after,
.color-theme-4 .share-blk ul li a::after,
.color-theme-4 .share-blk::after {
	background: #b6dfe6;
}

.color-theme-4 .share-blk ul li a {
	border-color: #b6dfe6;
	color: #b6dfe6;
}

.color-theme-4 .border-box {
	border-color: #b6dfe6;
}

.color-theme-4 .border-box h3 {
	color: #b6dfe6;
}


.color-theme-5 .cms-data-box .cms-data ul li a::after,
.color-theme-5 .cms-data-box .cms-data ol li a::after,
.color-theme-5 .cms-data-box .cms-data p a::after,
.color-theme-5 .share-blk ul li a::after,
.color-theme-5 .share-blk::after {
	background: #bdc4ec;
}

.color-theme-5 .share-blk ul li a {
	border-color: #bdc4ec;
	color: #bdc4ec;
}

.color-theme-5 .border-box {
	border-color: #bdc4ec;
}

.color-theme-5 .border-box h3 {
	color: #bdc4ec;
}


.color-theme-1 .cms-data-box .cms-data ul li {
	background: url(../images/list-icon-1.svg) no-repeat left 3px;
}

.color-theme-1 .cms-data-box .cms-data ol li {
	background: url(../images/sml-1.svg) no-repeat left 3px;
}

.color-theme-2 .cms-data-box .cms-data ul li {
	background: url(../images/list-icon-2.svg) no-repeat left 3px;
}

.color-theme-2 .cms-data-box .cms-data ol li {
	background: url(../images/sml-2.svg) no-repeat left 3px;
}

.color-theme-3 .cms-data-box .cms-data ul li {
	background: url(../images/list-icon-3.svg) no-repeat left 3px;
}

.color-theme-3 .cms-data-box .cms-data ol li {
	background: url(../images/sml-3.svg) no-repeat left 3px;
}

.color-theme-4 .cms-data-box .cms-data ul li {
	background: url(../images/list-icon-4.svg) no-repeat left 3px;
}

.color-theme-4 .cms-data-box .cms-data ol li {
	background: url(../images/sml-4.svg) no-repeat left 3px;
}

.color-theme-5 .cms-data-box .cms-data ul li {
	background: url(../images/list-icon-5.svg) no-repeat left 3px;
}

.color-theme-5 .cms-data-box .cms-data ol li {
	background: url(../images/sml-5.svg) no-repeat left 3px;
}

.Quellen-box {
	padding: 80px 0px;
}

.cms-data-box .cms-data .Quellen-box {
	max-width: 620px;
	margin: 0 auto;
	display: block;
}

.cms-data-box .cms-data .Quellen-box p+p {
	padding-top: 16px;
}


#ast-scroll-top {
	background-color: #212529;
}

.blog-filter ul li a::after,
.blog-filter ul li a {
	text-decoration: underline;
}

header.page-header.search-header,
.archive-page {
	margin: 80px 0 30px 0;
}


.blog-filter ul li a {
	color: var(--link-after-bg, #f5b2db) !important;
	border-color: var(--link-after-bg, #f5b2db) !important;
}

.blog-filter ul li a::after {
	background: var(--link-after-bg, #f5b2db) !important;
}

.blog-box .overlay-box {
	background: var(--post-bg, #f5b2db) !important;
}

.blog-box .blog-box-inner .button-set a {
	border-color: var(--post-bg, #f5b2db) !important;
	color: var(--post-bg, #f5b2db) !important;
}

.blog-box .blog-box-inner .button-set a::after {
	background: var(--post-bg, #f5b2db) !important;
}

.blog-box-inner .button-set a:hover {
	color: var(--white) !important;
}

.paginaction li.active.disabled {
	cursor: text;
}

.paginaction li.active.disabled a {
	pointer-events: none;
}

.menu-links-block.menu-links-block .menu-box ul li a,
.menu-links-block.menu-links-block .menu-box h4 {
	border-color: var(--menu-color, #f5b2db) !important;
	color: var(--menu-color, #f5b2db) !important;
}

.menu-links-block.menu-links-block .menu-box ul li a::after {
	background: var(--menu-color), #f5b2db !important;
}

.menu-links-block.menu-links-block .menu-box ul li a:hover {
	color: var(--white) !important;
}

.header-top .site-title a {
	color: var(--dark);
}

.menu-links-block.menu-links-block .menu-box a {
	color: var(--menu-color, #f5b2db);
	width: 100%;
	text-align: left;
}

.cms-data .post-content .wp-block-table tbody {
	width: 100%;
	display: inline-table;
}

.cms-data .post-content .wp-block-table tbody tr td {
	padding: 10px;
	width: auto;
}



.blog-single-content .cms-data-box .cms-data ul li a::after,
.blog-single-content .cms-data-box .cms-data ol li a::after,
.blog-single-content .cms-data-box .cms-data p a::after,
.blog-single-content .share-blk ul li a::after,
.blog-single-content .share-blk::after {
	background: var(--blog-cat-color, #f5b2db);
}

.blog-single-content .border-box h3,
.blog-single-content .share-blk ul li a {
	color: var(--blog-cat-color, #f5b2db);
}

.blog-single-content .border-box,
.blog-single-content .share-blk ul li a {
	border-color: var(--blog-cat-color, #f5b2db);
}



.wp-block-uagb-container {
	margin: 5px 0 25px 0;
}

.wp-block-uagb-image {
	overflow: hidden;
}

.wp-block-button__link {
	margin: 20px 0;
}

.card {
	border-radius: 8px;
	overflow: hidden;
}

.btn-primary,
.btn-secondary {
	font-size: 18px;
	padding: 10px;
}

.table th {
	background-color: #f8f9fa;
	text-align: left;
	width: 50%;
}

.table td {
	text-align: left;
}

.text-center {
	margin-top: 20px;
}

.progress-container {
	width: 100%;
	background-color: #e0e0e0;
	border-radius: 10px;
	margin: 20px 0;
}

.progress-bar {
	height: 30px;
	border-radius: 10px;
	background-color: #4CAF50;
	width: 0%;
	transition: width 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
}

.progress-info {
	text-align: center;
	margin-bottom: 10px;
}

.progress-info h4 {
	margin-bottom: 5px;
}


@media (max-width: 768px) {
	.blog-banner-main .banner-img {
		height: 220px;
	}
}


.cms-data-box .cms-data .clacy-box  h3{ font-size: 24px;  }
.cms-data-box .cms-data .clacy-box .form-label{ font-weight: bold; display: block; }
.cms-data-box .cms-data .pregnancy-form-inner table tbody{ width: 100%; display: block;} 
.cms-data-box .cms-data .pregnancy-form-inner table tbody tr{ width: 100%; display: flex;}
.cms-data-box .cms-data .pregnancy-form-inner table tbody tr td,
.cms-data-box .cms-data .pregnancy-form-inner table tbody tr th{ padding: 8px; display: block; width: 50%;}