/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.3.1768905437
Updated: 2026-01-20 10:37:17

*/


@font-face {
    font-family: "quentinregular";
    src: url("quentin-webfont/quentin-webfont.eot");
    src: url("quentin-webfont/quentin-webfont.eot?#iefix") format("embedded-opentype"),
        url("quentin-webfont/quentin-webfont.woff2") format("woff2"),
        url("quentin-webfont/quentin-webfont.woff") format("woff"),
        url("quentin-webfont/quentin-webfont.ttf") format("truetype"),
        url("quentin-webfont/quentin-webfont.svg#quentinregular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
a, a img, li::before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.white_color * {
    color: #fff;
}

/* header css */
.site-branding a.brand {
    z-index: 9;
    position: absolute;
    top: 29px;
    left: 50%;
    transition: all 0.5s ease-in-out;
    transform: translate(-50%, 0);
}
.site-header-main-section-left {
    justify-content: flex-end;
    padding-right: 130px;
    align-items: center;
}
.site-header-main-section-right {
    padding-left: 130px;
    justify-content: flex-start;
    align-items: center;
}
.site-top-header-inner-wrap {
    background-color: #fff;
}
.site-header-top-section-left,
.site-header-top-section-right {
    background-color: #5d212c;
    border-radius: 0 0 26px 0;
}
.site-header-top-section-right {
    border-radius: 0 0 0 26px;
}
.site-header-top-section-center {
    position: relative;
    z-index: 1;
}
.site-header-top-section-center::before,
.site-header-top-section-center::after {
    content: '';
    position: absolute;
    left: -19px;
    top: -28px;
    width: 33px;
    height: 62px;
    background-color: #5d212c;
    z-index: 1;
    transform: rotate(26deg);
}
.site-header-top-section-center::after {
    right: -19px;
    left: auto;
    transform: rotate(-26deg);
}
#main-header .header-button {
    padding: 0 110px;
    cursor: auto;
    font-weight: 600;
    font-size: 85%;
}
.site-header-top-section-right p {
    margin: 0;
}
.search-form .kadence-search-icon-wrap {
    background-color: #fff;
    color: #f1798f;
    border-radius: 0px 6px 6px 0px;
}
.search-form input[type=search],
.search-form input.search-field {
    background-color: transparent;
    border-radius: 6px;
    border-color: #fff;
    padding-left: 15px;
}
.search-form input.search-field::placeholder {
    color: #fff;
}
.header-navigation ul ul.sub-menu {
    border-radius: 0 0 10px 10px;
}
/* end header css */

/* footer css */
#experiences {
    font-size: 20px;
    font-style: italic;
    background-image: url(/wp-content/uploads/2026/01/experiences-bg.webp);
    padding: 26px 0;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.social_icons ul.socials {
    margin: 18px 0;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 30px;
}
.lower_footer {
    background-image: url(/wp-content/uploads/2026/01/footerbg.webp);
    width: 100%;
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding: 100px 0 0;
}
.lower_footer .social_icons {
    padding: 30px 0 15px;
    border-bottom: 1px solid #4a4a4a;
}
.social_icons ul.socials li {
    font-size: 13px;
}
.social_icons ul.socials li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #0f0f0f;
    text-decoration: none;
}
.social_icons ul.socials li a:hover {
    color: #f189b8;
}
.social_icons ul.socials li a span {
    margin-left: 10px;
}
img.nehacreativehead {
    display: inline;
}
img.nehacreativehead:hover {
    filter: brightness(0);
}
.footer-credits p {
    margin: 0;
    padding: 20px 0;
}
.footer-credits p a {
    text-decoration: none;
}
.upper_footer {
    margin: 60px 0 45px;
}
.upper_footer #experiences a {
    color: #fff;
    text-decoration: none;
}
.upper_footer #experiences a:hover {
    color: #000;
}
.copy_right {
    padding: 15px 0;
}
/* end footer css */

/* banner css */
.banner_sec {
    padding: 50px 0px 130px;
}
.banner_sec .mf-featured-posts-wrapper {
    display: flex;
    gap: 40px;
    width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.banner_sec .mf-featured-post {
    flex: 1 1 calc(33.333% - 40px);
    text-align: center;
}
.banner_sec .mf-featured-title {
    background: #fff;
    padding: 20px;
    margin: 0 auto 0;
    font-size: 18px;
    border-radius: 12px;
    transition: 0.3s;
    outline: 2px dashed #9c9c9c80;
    outline-offset: -10px;
    box-shadow: 0 8px 14px rgb(0 0 0 / 20%);
}
.banner_sec .mf-featured-post:hover .mf-featured-title {
    color: #f189b8;
}
.banner_sec .mf-img-frame img {
    width: 100%;
    height: 365px;
    object-fit: cover;
    transition: border-radius 500ms ease-in-out;
}
.banner_sec.banner_mein::before {
    content: '';
    background-image: url(/wp-content/themes/kadence-child/images/banner-hero.jpg) !important;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
.banner_sec .mf-featured-post:nth-child(1) img,
.banner_sec .mf-featured-post:nth-child(3) img {
    border-radius: 85% 15% 84% 16% / 13% 74% 26% 87%;
    box-shadow: 0 0 16px rgb(0 0 0 / 60%);
    padding: 7px;
    background-color: #fff;
}
.banner_sec .mf-featured-post:nth-child(1) a:hover img,
.banner_sec .mf-featured-post:nth-child(3) a:hover img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
/* end banner css */

/* banner bottom css */
.hcounters {
    padding: 35px 0 33px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .13);
    width: 1300px;
    margin: -80px auto 0 !important;
}
.hcounters .vc_col-sm-3 .vc_column-inner {
    border-right: 1px solid #ddd;
}
.hcounters .vc_col-sm-3:last-child .vc_column-inner {
    border-right: none;
}
.hcounters .stats-block {
    position: relative;
    z-index: 1;
    margin-bottom: 0px !important;
}
.hcounters .stats-block:before {
    content: 'Shows';
    color: #c5c5c5;
    font-size: 65px;
    position: absolute;
    top: -15px;
    white-space: nowrap;
    opacity: .6;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    font-family: "quentinregular";
}
.hcounters .stats-block .stats-number {
    display: inline-block;
}
.hcounters .stats-block .stats-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}
.hcounters .stats-block.coun2:before {
    content: 'Clients';
}
.hcounters .stats-block.coun3:before {
    content: 'Awards';
}
.hcounters .stats-block.coun4:before {
    content: 'Hair';
}
/* end banner bottom css */

.search-bmm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.search-pagination {
    text-align: center;
}
.search-page h1.search-title {
    text-align: center;
    padding: 20px;
}
article.bmm-item {
    align-items: center;
    padding: 18px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .13);
    border-radius: 12px;
    cursor: pointer;
}
.search-thumb img {
    transition: transform .3s ease-in-out;
}
.bmm-item:hover .search-thumb img {
    transform: scale(1.04);
}
.search-meta h2 {
    line-height: 34px;
    margin-bottom: 10px;
}
.bmm-item:hover .search-meta h2 a {
    color: #f189b8;
}
.search-meta .categories {
    padding: 5px 0 5px;
    display: block;
}
.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini {
    border: 2px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.4s;
    background: #fff;
    height: 100%;
}
.edution_box_cent .vc_col-sm-12.vc_gitem-col .wpb_single_image {
    margin: -10px !important;
    padding-bottom: 35px;
}
.edution_box_cent .vc_col-sm-12 img {
    border-radius: 10px 10px 0 0;
}
.edution_box_cent .vc_col-sm-12.vc_gitem-col  .vc_custom_heading {
    margin-bottom: 10px;
}
.text-mg .wpb_single_image.wpb_content_element.vc_align_{
    margin-bottom: 20px !important;
}
.edution_box_cent .vc_separator.wpb_content_element.vc_separator_align_center {
    position: relative;
    top: -20px;
    margin-bottom: 10px;
}
.edution_box_cent h4 {
    font-family: "quentinregular" !important;
    color: #8fcad3;
    font-size: 35px !important;
    padding: 0 0.1em !important;
}
.edution_box_cent .vc_column-inner > .wpb_wrapper {
    background-color: #fff;
    border-radius: 0px 0px 19px 20px;
    box-shadow: 0 5px 17px rgb(0 0 0 / 17%);
}
.smart_ersary {
    padding: 60px 0 20px;
}
.edution_box_cent .vc_grid-container-wrapper {
    padding: 0px 25px 28px;
}
.edution_box_cent h2 a {
    font-size: 18px;
    line-height: normal;
    display: block;
    font-weight: bold;
}
.main-navigation .primary-menu-container ul li.menu-item a:after,
.secondary-navigation .secondary-menu-container ul li.menu-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #8A3948;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0;
}
.main-navigation .primary-menu-container ul li.menu-item a:hover:after,
.secondary-navigation .secondary-menu-container ul li.menu-item a:hover:after {
    width: 100%;
    left: 0;
}
.custom-h2.pd-50 {
    padding-top: 40px;
}
.custom-h2.pd-50 .category-head p {
    margin-bottom: 22px;
}
.custom-h2.pd-50 .category-head {
    margin-bottom: 10px;
}

/* Home categories Section CSS */
.category-home {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.single-catedd {
    align-items: center;
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0px 1px 16px #9c9c9c80;
     transition: all 0.4s ease-in-out;
    border-radius: 12px;
    height: 196px;
}
.single-catedd:hover {
    transform: scale(1.04);
    box-shadow: 0 0 10px 0 #9c9c9c80;
    transform: translateY(-6px);
}
.single-catedd img {
    display: inline-block;
    width: 70px;
}
.category-home h4 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
}
.custom-h2 h2 {
    font-family: "quentinregular" !important;
    font-size: 40px;
    color: #8fcad3;
    margin-bottom: 5px;
}
.header-navigation .header-menu-container ul ul.sub-menu li:last-child a {
    border-radius: 0 0 10px 10px;
}
.header-navigation .header-menu-container ul ul.sub-menu li:last-child a::after {
    background: transparent;
}
.text-mg .vc_grid-filter, .edution_box_cent .vc_gitem-post-data {margin-bottom: 10px !important;}
.pd-50{padding:50px 0px;}
/* .pd-50 .vc_column-inner{padding:0px !important;} */

/* Old Website Css Start Here */

/* 13-02-2026 */
 .blog-main {
    display: inline-block;
}
.blog-left {
    width: 70%;
    padding-right: 50px;
    float: left;
}
.blog-right {
    width: 30%;
    float: right;
    position: sticky;
    top: 15px;
}
.blog-left .blog-homel {
    margin-bottom: 60px;
    position: relative;
}
.blog-left .homel_post a::before, .blog-left .homel_post, .blog-left .blog-homel img {
    border-radius: 12px;
}
.blog-left .homel_post {
	outline: 1px solid #fff;
	outline-offset: -5px;
	transition: 1s ease-in-out;
}
.blog-left .homel_post a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000bd;
	transition: .5s ease;
}
.blog-left .homel_post a:hover::before {
	opacity: .5;
}
.blog-left .post_overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.blog-left .post_overlay .catlinks a {
	color: #fff;
	font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
}
.blog-left .post_overlay .catlinks::after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #fff;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
.blog-homel .post_overlay h3.title {
    margin-top: 15px;
    line-height: 1.35;
}
.blog-homel .post_overlay h3.title a {
	font-size: 24px;
	color: #fff;
    font-weight: bold;
	text-transform: uppercase;
}
.blog-left .post_share {
    position: absolute;
    bottom: -20px;
    left: 30px;
    right: 30px;
    background: rgb(255 255 255);
    padding: 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.post_share .pdate {
	position: relative;
}
.post_share .pdate::before {
    content: "\f017";
    position: absolute;
    font-family: 'FontAwesome';
    left: -18px;
    font-size: 12px;
    top: 3px;
    font-weight: 600;
}
.blog-left .post_share .pdate::after, .blog-left .poshare::before {
	content: "";
	height: 10px;
	margin: 0 15px;
	display: inline-block;
	border-right: 1px solid #888;
}
.blog-left .sp-sharebox {
    padding: 13px 5px;
}
.spost-head .post-tags div, .sp-sharebox div {
	display: inline-block;
}
.sp-sharebox ul.socials {
    display: flex;
    gap: 13px;
    list-style: none;
    padding-left: 0;
}
.sp-sharebox ul.socials li a {
    font-size: 18px;
    color: #8fcad3;
}
.sp-sharebox ul.socials li a:hover {
    color: #000;
}
.blog-inner {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-item {
    border: 2px solid #d9d9d9;
    border-radius: 12px;
    transition: 0.4s;
    background: #fff;
    width: 100%;
    max-width: 395px;
}
.edution_box_cent .vc_gitem-zone {
    transition: 0.4s;
    border-radius: 12px;
}
.bcs-card:hover, .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini:hover {
    box-shadow: 0 5px 14px rgb(0 0 0 / 20%);
    border: 2px solid #f189b8;
}
.blog-item h4.title:hover a, .edution_box_cent h2:hover a {
    color: #62a0aa;
}
.blog-item .thumb-box {
    aspect-ratio: 4 / 2;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.blog-item .thumb-box img, .edution_box_cent .vc_col-sm-12 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-item .infobox {
    padding: 25px 20px 20px;
    text-align: center;
    display: inline-block;
}
.blog-item h4.title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 13px 0 0;
}
.blog-item .infoboxinn .catlinks a, .edution_box_cent .vc_gitem-post-category-name a {
    font-weight: 800;
    color: #f189b8;
    font-size: 15px;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 25px;
    background-color: #f3f3f3;
}
.sidebarbox .widget {
    margin-bottom: 30px;
}
.sidebarbox h4.widget-title, .related-posts h4.widget-title, .about_me1 .wpb_widgetised_column h4.widget-title, .blog-right h4.widget-title {
	text-align: center;
	font-size: 16px;
	color: #000;
	background-image: url(/wp-content/themes/kadence-child/images/experiences-bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95% 100%;
	padding: 14px 10px;
	margin: 0 0 30px;
}
.sidebarbox img {
    width: 100%;
}
.sidebarbox .search-form input[type="search"]::placeholder, .sidebarbox .search-form input[type="search"] {
    color: #606060;
}
.sidebarbox .search-form input[type="search"] {
    margin: 0;
    border: 2px solid #d9d9d9;
    padding: 12px 40px 12px 20px;
    letter-spacing: 1px;
    background-color: #fff;
}
.sidebarbox .search-form button.search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #fff0 !important;
	background-image: url(/wp-content/themes/kadence-child/images/searchsubmit.png);
	background-repeat: no-repeat;
	background-position: center;
}
.sidebarbox .textwidget p {
    font-size: 15px;
    margin: 0;
}
.sidebarbox .parul_head, .parul_head {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    margin: 12px 0 5px;
}
.sidebarbox .ws-sidebox {
    padding: 30px;
    border: 2px solid #d9d9d9;
    border-radius: 12px;
    background-color: #fff;
}
.sidebarbox .ws-text h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.sidebarbox .ws-text a button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.sidebarbox .ws-img {
    display: flex;
    gap: 15px;
}
.sidebarbox .ws-img img {
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    min-width: 148px;
    width: 100%;
}
.sidebarbox .textwidget img, .blog-right img, .about_me1 .wpb_widgetised_column img {
    border-radius: 12px;
    width: 100%;
}
.sidebarbox .widget_text.cwidget, .blog-right .widget_text.cwidget, .about_me1 .widget_text.cwidget {
    margin-bottom: 30px;
}
.edution_box_cent .vc_grid.vc_row .vc_pageable-slide-wrapper {
    display: flex;
}
.sidebarbox .search-form .kadence-search-icon-wrap {
    background-color: transparent;
}
.sidebarbox .search-form .kadence-search-icon-wrap .kadence-svg-iconset {
    justify-content: center;
}
.home_shape {
    background-color: #ebebeb;
}
.parul_main {
    overflow: visible !important;
    padding: 68px 0 35px;
    background-color: #ebebeb;
    background: linear-gradient(0deg, #ebebeb 0.000%, #ffffff 16.667%, #ffffff 33.333%, #ffffff 50.000%, #ffffff 66.667%, #ffffff 83.333%, #ebebeb 100.000%);
}
.home_shape .wpb_raw_code {
    margin-bottom: 10px;
}
.home_shape .wpb_raw_code .wpb_wrapper {
    position: absolute;
    height: 50px;
    top: -1px;
    left: 0;
    overflow: hidden;
    right: 0;
    z-index: 1;
}
.home_shape .wpb_raw_code .wpb_wrapper svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 100.2%;
    height: 100%;
    display: block;
    fill: #fff;
}
.home_shape.home_shape1 .wpb_raw_code {
    margin-bottom: 48px;
}
.home_shape.home_shape1 .wpb_raw_code .wpb_wrapper svg {
    transform: translateX(-50%) rotate(0deg);
}
.archive .content-area, .post-template-default .content-area {
    margin-top: 4rem;
    margin-bottom: 1rem;
}
ul.kadence-posts-list {
    column-gap: 35px;
    row-gap: 35px;
}
ul.kadence-posts-list li {
    padding: 13px;
}
ul.kadence-posts-list li, .post-template-default .entry-content-wrap {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 4px 13px 0px rgba(10, 10, 10, 0.05);
}
ul.kadence-posts-list li .entry-content-wrap {
    padding: 15px 5px 0 5px !important;
    box-shadow: none;
}
ul.kadence-posts-list li.entry-list-item a.post-thumbnail, .post-template-default .post-thumbnail {
    border-radius: 10px;
}
.post-template-default .entry-content-wrap {
    padding: 1.5rem;
}
ul.kadence-posts-list li:hover, .post-template-default .entry-content-wrap:hover {
    box-shadow: 0 5px 14px rgb(0 0 0 / 20%);
    border: 1px solid #f189b8;
}
.has-sidebar .entry-related .entry-content-wrap {
    border: none;
}
.has-sidebar .entry-related {
    background-color: #f5f5f5 !important;
    border-radius: 12px;
}
.entry-related .entry-related-inner-content {
    padding: 30px 30px 5px;
}
.post-template-default .entry-content-wrap h2 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 20px;
}
.post-template-default .entry-content-wrap p, .entry-related .entry-related-inner-content h2.entry-related-title, .about_me1 .wpb_text_column p {
    margin-bottom: 15px;
}
.post-template-default .entry-content-wrap .wpb_text_column {
    margin-bottom: 20px;
}
.has-sidebar .entry-related h3.entry-title {
    font-weight: 700;
    line-height: 1.3;
    font-size: 18px;
}
.post-template-default #masthead .site-header-inner-wrap,
.archive #masthead .site-header-inner-wrap,
.page #masthead .site-header-inner-wrap,
.worksheet-template-default .site-header-inner-wrap {
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.home #masthead .site-header-inner-wrap {
    box-shadow: none;
}
.archive .content-area .post-archive-title, .post-template-default .content-area .post-archive-title {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 15px 20px;
}
.archive .content-area .post-archive-title #kadence-breadcrumbs, .post-template-default .content-area .post-archive-title #kadence-breadcrumbs {
    margin: 4px 0 0;
}
.archive .content-area .post-archive-title h1.page-title, .post-template-default .content-area .post-archive-title h1.page-title {
    font-size: 26px;
    line-height: normal;
}
.item-is-fixed .site-branding a.brand img {
    max-height: 121px !important;
    max-width: max-content;
}
.kadence-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image) {
    max-height: 95px !important;
}
.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {
    max-width: var(--global-content-width);
}
.page-id-1034 .content-area {
    margin-top: 4rem;
}
.about_me1 .wpb_row.vc_inner {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 30px 15px;
    margin: 0 0 30px;
}
.about_me1 .wpb_single_image img {
    border-radius: 10px;
    height: 255px;
    object-fit: cover;
}
.post-template-default .hentry {
    background-color: transparent;
}
.privacy_sec1 {
    padding: 60px 0;
}
.privacy_sec1 h2 {
    margin: 0 0 10px;
}
.privacy_sec1 p {
    margin-bottom: 15px;
}
.privacy_sec1 .wpb_text_column {
    margin-bottom: 25px;
}
.worksheets1 {
    padding: 60px 0 40px;
}
.worksheets1 .head_box, .category-header-box .category-banner {
    background-image: url(/wp-content/themes/kadence-child/images/bmm-bnr2.webp);
    background-size: cover;
    border-radius: 15px;
    text-align: center;
    height: 342px;
    color: #fff;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    padding: 20px 0 0;
}
.worksheets1 .head_box h2, .category-header-box .category-banner h1 {
    font-size: 33px;
    margin: 0;
    color: #fff;
    font-weight: 800;
}
.worksheets1 .head_box p, .worksheets1 .worksheets_txt em {
    font-size: 19px;
}
.worksheets1 .worksheets_txt, .category-description {
    background-color: #97cde18f;
    border-radius: 12px;
    padding: 30px 30px 25px;
}
.worksheets1 .worksheets_txt p, .category-description p {
    margin: 0 0 15px;
    line-height: 1.6;
    text-align: center;
}
.worksheets1 .worksheets_txt p:last-child, .category-description p:last-child {
    margin-bottom: 0px;
}
.worksheets2 .wpb_text_column {
    background-image: url(/wp-content/themes/kadence-child/images/bg-kids1.webp);
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    padding: 60px 20px 170px;
    text-align: center;
    background-position: center;
}
.worksheets2 .worksheet-term-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.worksheets2 .worksheet-term-item {
    border: 1px solid #f189b8;
    border-radius: 40px 15px;
    text-align: center;
    width: 21%;
    padding: 20px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}
.worksheets2 .worksheet-term-item:hover {
    transform: translateY(-6px);
}
.worksheets2 .worksheet-term-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}
.worksheets2 .wpb_text_column h2 {
    font-weight: 800;
    margin: 0 0 25px;
    color: #f189b8;
}
.worksheets1 #ez-toc-container {
    display: none;
}
.category-header-box .category-banner {
    height: 279px;
}
.worksheet-main-wrapper {
    display: flex;
    gap: 30px;
    padding-top: 60px;
}
.worksheet-sidebar {
    width: 250px;
    flex-shrink: 0;
    padding: 25px 20px 20px;
    background: #97cde18f;
    border-radius: 15px;
}
.worksheet-category-list li {
    margin-bottom: 10px;
}
.worksheet-category-list li a {
    display: block;
    padding: 12px 20px;
    background: #fff;
    border-radius: 25px;
    text-decoration: none;
    color: #000000;
    transition: all 0.4s ease-in-out;
}
.worksheet-category-list li.is-active a, .worksheet-category-list li a:hover {
    background: #d63384; 
    color: #fff;
}
.worksheet-category-list {
    list-style: none;
    margin: 0;
}
.worksheet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}
.worksheet-card {
    border: 1px solid #f189b8;
    padding: 15px;
    background-color: rgb(241 137 184 / 10%);
    border-radius: 10px;
}
.worksheet-card h3 {
    font-size: 15px;
    margin: 13px 0 0;
    color: #d63384;
    text-align: center;
    line-height: normal;
}
.Recom_name {
    background-color: #cf519a;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 22px;
    margin: 25px 0 10px;
    display: inline-block;
    font-weight: 600;
}
.Recom_mended {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
}
.main-layout {
    display: flex;
    padding-top: 60px;
    gap: 35px;
}
.custom-type-single {
    width: 65%;
    border: 1px solid #d6d6d6;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
}
.sidebar-area {
    width: 35%;
}
.custom-type-single h1 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #cf519a;
    line-height: 1.3;
}
/* .worksheet-pdf {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
} */
/* .worksheet-pdf img {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
} */
.wrksht-pre-btns {
    display: flex;
    justify-content: space-around;
    margin: 25px 0;
}
.wrksht-pre-btns a {
    width: 48%;
    display: flex;
    justify-content: center;
    background-color: aliceblue;
    border-radius: 13px;
    color: #000;
    padding: 12px;
    gap: 10px;
    font-size: 17px;
    text-decoration: none;
}
.wrksht-pre-btns .wrksht-pre-dwnld {
    background-color: #d95783;
    color: #fff;
}
.worksheet-content {
    background-color: #97cde18f;
    border-radius: 12px;
    padding: 20px 20px 5px;
}
.worksheet-content p {
    margin: 0 0 15px;
}
.worksheet-categories .Recom_name {
    text-decoration: none;
    margin: 6px 0 0;
}
.post-share {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: baseline;
    gap: 13px;
}
.post-share p {
    font-size: 21px;
    color: #cf519a;
    margin: 0;
}
.post-share a {
    color: #d95783;
    text-decoration: none;
    font-size: 19px;
}
.post-share a:hover {
    color: #000;
}
.related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.related-posts ul li {
    margin: 8px 0;
    padding: 14px;
    background-color: #c5e3ee;
    border-radius: 10px;
}
.related-posts ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.related-posts ul li a .thumb {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    margin-right: 15px;
    box-shadow: 0 3px 4px #909090;
}
.related-posts ul li a .thumb img, .related-posts ul li a .thumb {
    border-radius: 10px;
}
.related-posts .title {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.related-posts h4 {
    margin: 0 0 20px;
}
.worksheets2 .worksheet-term-item img {
	margin: auto;
}
/* End 13-02-2026 */




@media screen and (max-width:1362px) {
    .main-navigation .primary-menu-container > ul > li.menu-item > a,
    .secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
        padding-left: calc(1.4em / 2);
        padding-right: calc(1.4em / 2);
    }
    .banner_sec .mf-featured-posts-wrapper {
        gap: 30px;
        width: 100%;
    }
    .banner_sec .mf-img-frame img {
        height: 330px;
    }
    .hcounters {
        width: 100%;
    }
    .blog-inner {
        gap: 25px;
    }
    .blog-item {
        width: 47.7%;
        max-width: 100%;
    }
    .banner_sec .mf-featured-title {
        padding: 15px;
        font-size: 16px;
        line-height: normal;
        outline-offset: -7px;
    }
    .banner_sec {
        padding: 30px 0px 130px;
    }
    .worksheets1 .head_box {
        height: 315px;
    }
    .category-header-box .category-banner {
        background-position: center;
    }
}
@media screen and (max-width:1024px) {
    .site-header-main-section-right {
        padding-left: 0;
        justify-content: flex-end;
    }
    .site-header-main-section-left {
        justify-content: flex-start;
        padding-right: 0;
    }
    .site-branding a.brand {
        position: unset;
        transform: none;
    }
    .post-template-default #masthead .site-header-inner-wrap, .archive #masthead .site-header-inner-wrap, .page #masthead .site-header-inner-wrap {
        box-shadow: 0 3px 8px 2px rgb(0 0 0 / 5%);
        padding: 0;
    }
    .home #masthead .site-header-inner-wrap {
        padding: 10px 0;
    }
    .site-branding a.brand img {
        max-width: 110px;
    }
    .site-main-header-inner-wrap {
        min-height: auto;
    }
    .drawer-content .site-header-item {
        margin-bottom: 0;
    }
    .drawer-content .site-header-item .mobile-html-inner p {
        margin-top: 0;
    }
    .content-area {
        margin-top: 0;
        margin-bottom: 0;
    }
    .banner_sec {
        padding: 40px 0px 87px;
    }
    .banner_sec .mf-img-frame img {
        height: 240px;
    }
    .banner_sec .mf-featured-posts-wrapper {
        gap: 20px;
    }
    .hcounters .stats-block::before {
        font-size: 38px;
        top: -10px;
    }
    .hcounters .stats-block .stats-text {
        letter-spacing: 0;
        margin-top: 4px;
        font-size: 14px !important;
    }
    .hcounters .stats-block .stats-number {
        padding: 0;
        font-size: 30px !important;
    }
    .hcounters {
        padding: 20px 0 18px;
        margin: -51px auto 0 !important;
    }
    .custom-h2.pd-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom-h2.pd-50 .category-head p {
        margin-bottom: 15px;
    }
    .category-home {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .home_shape {
        background-color: #fff;
    }
    .parul_main {
        padding: 53px 0 13px;
    }
    .sidebarbox h4.widget-title {
        font-size: 15px;
        margin: 0 0 15px;
    }
    .blog-left {
        padding-right: 30px;
    }
    .sidebarbox .ws-sidebox {
        padding: 15px;
    }
    .sidebarbox .ws-text h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sidebarbox .ws-text a button {
        margin-bottom: 15px;
        padding: 8px 15px;
    }
    .blog-inner {
        gap: 20px;
    }
    .blog-item {
        width: 48%;
    }
    .blog-left .blog-homel {
        margin-bottom: 35px;
    }
    .blog-left .sp-sharebox {
        padding: 5px;
    }
    .blog-left .post_share {
        bottom: -12px;
    }
    .sidebarbox .widget {
        margin-bottom: 20px;
    }
    .blog-homel .post_overlay h3.title a {
        font-size: 20px;
    }
    .blog-homel .post_overlay h3.title {
        line-height: 1;
    }
    .blog-left .post_overlay .catlinks a {
        font-size: 17px;
    }
    .blog-item .infobox {
        padding: 15px;
    }
    .blog-item .infoboxinn .catlinks a, .edution_box_cent .vc_gitem-post-category-name a {
        font-weight: 600;
        font-size: 14px;
        padding: 5px 20px;
    }
    .blog-item h4.title, .edution_box_cent h2 a {
        font-size: 16px;
        line-height: 1.3;
    }
    .blog-item h4.title {
        margin: 8px 0 0;
    }
    .home_shape.home_shape1 .wpb_raw_code {
        margin-bottom: 0;
        display: none;
    }
    .edution_box_cent .vc_separator.wpb_content_element.vc_separator_align_center {
        margin-bottom: 0;
    }
    .edution_box_cent .vc_col-sm-12.vc_gitem-col .wpb_single_image {
        padding-bottom: 25px;
    }
    .text-mg .vc_grid-filter, .edution_box_cent .vc_gitem-post-data {
        margin-bottom: 8px !important;
    }
    .upper_footer {
        margin: 30px 0 25px;
    }
    #experiences {
        font-size: 16px;
    }
    .lower_footer {
        padding: 60px 0 0;
    }
    .social_icons ul.socials {
        margin: 0;
        gap: 20px;
    }
    .copy_right {
        padding: 15px 30px;
        font-size: 14px;
    }
    .archive .content-area, .post-template-default .content-area {
        margin-top: 3rem;
    }
    ul.kadence-posts-list {
        column-gap: 20px;
        row-gap: 20px;
        margin-bottom: 40px;
    }
    .post-template-default .post-thumbnail {
        margin: 0 auto -4.3em;
        width: 100%;
    }
    .post-template-default .entry-content-wrap {
        width: 96%;
        margin: auto;
    }
    .post-template-default #masthead .site-header-inner-wrap, .archive #masthead .site-header-inner-wrap, .page #masthead .site-header-inner-wrap {
        padding: 12px 0;
    }
    .worksheets1 .head_box {
        height: 265px;
    }
    .worksheets1 .head_box, .category-header-box .category-banner {
        padding: 10px;
    }
    .worksheets1 .head_box h2, .category-header-box .category-banner h1 {
        font-size: 26px;
    }
    .worksheets1 .head_box p, .worksheets1 .worksheets_txt em {
        font-size: 16px;
    }
    .category-header-box .category-banner {
        height: 235px;
    }
    .main-layout {
        flex-wrap: wrap;
    }
    .custom-type-single, .sidebar-area {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    .banner_sec {
        padding: 35px 0px 87px;
    }
    .banner_sec .mf-featured-post {
        flex: auto;
    }
    .banner_sec .mf-img-frame img {
        height: auto;
    }
    .hcounters .stats-block {
        margin-bottom: 15px !important;
    }
    .hcounters {
        padding: 20px 0 0px;
    }
    .custom-h2 h2 {
        font-size: 34px;
        line-height: 1.3;
    }
    .single-catedd {
        height: 160px;
    }
    .category-home h4 {
        margin-top: 10px;
        font-size: 16px;
    }
    .blog-left {
        padding: 0 0 35px;
        width: 100%;
    }
    .blog-right {
        width: 100%;
        position: unset;
    }
    .blog-left .post_share {
        left: 15px;
        right: 15px;
    }
    .edution_box_cent .vc_grid-container-wrapper {
        padding: 0px 15px 15px;
    }
    .edution_box_cent .vc_grid.vc_row .vc_pageable-slide-wrapper {
        display: block;
    }
    .loop-entry.type-post h2.entry-title {
        font-size: 17px;
    }
    .content-style-boxed .content-bg:not(.loop-entry) {
        margin-left: 0;
        margin-right: 0;
    }
    .wp-site-blocks .post-title h1 {
        font-size: 22px;
    }
    .post-template-default .entry-content-wrap .single-content {
        margin: 0;
    }
    .post-template-default .entry-content-wrap h2 {
        font-size: 20px;
        margin-top: 15px;
    }
    .post-template-default .entry-content-wrap .wpb_text_column {
        margin-bottom: 15px;
    }
    .post-template-default .entry-content-wrap .wpb_single_image {
        margin-bottom: 20px;
    }
    .post-template-default .entry-content-wrap .wpb_text_column h3 {
        font-size: 19px;
    }
    .has-sidebar .comments-area {
        margin: 0 0 40px;
    }
    .entry-footer .entry-tags {
        margin: 0;
    }
    .has-sidebar .comments-area .comment-reply-title {
        margin-bottom: 15px;
    }
    .has-sidebar .comments-area .comment-notes, .has-sidebar .comments-area p {
        margin-bottom: 0 !important;
    }
    .has-sidebar .comments-area .comment-form-comment textarea {
        height: 130px;
        resize: none;
    }
    .worksheets1 {
	    padding: 35px 0 25px;
    }
    .worksheets1 .head_box {
        height: 225px;
        margin-bottom: 0;
        background-position: center;
    }
    .worksheets1 .worksheets_txt, .category-description {
        padding: 15px;
    }
    .worksheets1 .worksheets_txt p, .category-description p {
        margin: 0 0 10px;
        line-height: 1.5;
    }
    .worksheets2 .wpb_text_column {
        padding: 30px 15px 60px;
    }
    .worksheets2 .wpb_text_column h2 {
        margin: 0 0 15px;
        font-size: 24px;
    }
    .worksheets2 .worksheet-term-item {
        width: 100%;
    }
    .worksheets2 .worksheet-term-grid {
        gap: 15px;
        flex-wrap: wrap;
    }
    .worksheets1 .head_box h2, .category-header-box .category-banner h1 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 6px;
    }
    .worksheet-main-wrapper {
        gap: 15px;
        padding-top: 35px;
        flex-wrap: wrap;
    }
    .worksheet-sidebar {
        width: 100%;
        text-align: center;
    }
    .category-header-box .category-banner {
        margin-bottom: 0;
    }
    .main-layout {
        padding-top: 35px;
    }
    .about_me1 .wpb_row.vc_inner {
        padding: 15px 0;
        margin: 0 0 15px;
    }
    .about_me1 .wpb_single_image img {
        height: 100%;
        margin-bottom: 15px;
    }
    .sidebarbox h4.widget-title, .related-posts h4.widget-title, .about_me1 .wpb_widgetised_column h4.widget-title, .blog-right h4.widget-title {
        margin: 0 0 15px;
    }
    .sidebarbox .widget_text.cwidget, .blog-right .widget_text.cwidget, .about_me1 .widget_text.cwidget {
        margin-bottom: 15px;
    }
    .page-id-1034 .content-area {
        margin-top: 2rem;
    }
    .about_me1 .wpb_single_image * {
        width: 100%;
    }
    .about_me1 .wpb_widgetised_column {
        margin-bottom: 0;
    }
}
@media screen and (max-width:479px) {
    .banner_sec .mf-featured-title {
        outline-offset: -6px;
        outline: 1.5px dashed #9c9c9c80;
    }
    .category-home {
        grid-template-columns: repeat(1, 1fr);
    }
    .custom-h2.pd-50 .category-head p {
        font-size: 15px;
    }
    .single-catedd {
        height: auto;
        padding: 20px 15px;
    }
    .single-catedd img {
        width: 60px;
    }
    .blog-left .post_overlay {
        width: 94%;
        top: 33%;
    }
    .blog-homel .post_overlay h3.title a {
        font-size: 16px;
    }
    .blog-homel .post_overlay h3.title {
        margin-top: 10px;
    }
    .blog-left .post_overlay .catlinks a {
        font-size: 15px;
    }
    .blog-left .homel_post {
        position: relative;
    }
    .blog-left .post_share {
        left: 0;
        right: 0;
        position: relative;
        bottom: 0;
        margin-top: 10px;
        box-shadow: 0 0 10px #00000026;
        padding: 10px 10px 3px;
        display: block;
        text-align: center;
        font-size: 15px;
    }
    .parul_main {
        padding: 50px 0 7px;
    }
    .post_share .pdate::before {
        left: auto;
        top: 2px;
        margin-left: -20px;
    }
    .blog-left .blog-homel {
        margin-bottom: 25px;
    }
    .blog-inner {
        gap: 15px;
    }
    .blog-item {
        width: 100%;
    }
    .edution_box_cent h4 {
        font-size: 30px !important;
    }
    .edution_box_cent .vc_column-inner > .wpb_wrapper {
        box-shadow: none;
    }
    .edution_box_cent .vc_grid-container-wrapper {
        padding: 0px;
    }
    .upper_footer {
        margin: 0;
    }
    #experiences {
        padding: 26px 10px;
        background-size: cover;
    }
    .lower_footer {
        padding: 40px 0 0;
    }
    .social_icons ul.socials {
        gap: 15px;
        flex-wrap: wrap;
    }
    .copy_right {
        line-height: 1.6;
    }
    .blog-left .post_share .pdate::after, .blog-left .poshare::before {
        margin: 0 10px;
    }
    .blog-left .post_share .pdate:first-child::after {
        display: none;
    }
    .site-branding a.brand img {
        max-width: 90px;
    }
    .home #masthead .site-header-inner-wrap, .post-template-default #masthead .site-header-inner-wrap, .archive #masthead .site-header-inner-wrap, .page #masthead .site-header-inner-wrap {
        padding: 6px 0;
    }
    .archive .content-area, .post-template-default .content-area {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .archive .content-area .post-archive-title h1.page-title, .post-template-default .content-area .post-archive-title h1.page-title {
        font-size: 23px;
    }
    .archive .content-area .post-archive-title, .post-template-default .content-area .post-archive-title {
        padding: 10px 15px;
    }
    .loop-entry.type-post .entry-meta.entry-meta-divider-dot {
        margin: 10px 0 0;
    }
    ul.kadence-posts-list li {
        padding: 10px;
    }
    ul.kadence-posts-list li .entry-content-wrap .entry-header {
        margin-bottom: 7px;
    }
    .post-template-default .post-thumbnail {
        margin: auto;
        border-radius: 10px 10px 0 0;
    }
    .post-template-default .entry-content-wrap {
        width: 100%;
        padding: 1rem;
        border-radius: 0 0 10px 10px;
    }
    .wp-site-blocks .post-title h1 {
	    font-size: 20px;
    }
    .post-template-default .entry-content-wrap h2 {
        font-size: 18px;
    }
    .archive .content-area ul.kadence-posts-list {
        margin-bottom: 20px;
    }
    .archive .content-area .pagination {
        margin: 0 0 35px;
    }
    .sidebarbox .textwidget p {
        margin: 0;
    }
    .post-template-default .entry-content-wrap ul {
        margin-bottom: 15px;
    }
    .worksheets2 .wpb_text_column {
        padding: 20px 15px 30px;
        margin-bottom: 30px;
    }
    .worksheets1 .head_box {
        height: 265px;
    }
    .worksheet-sidebar {
        padding: 20px 15px 10px;
    }
    .category-header-box .category-banner, .worksheets1 .head_box {
        margin-bottom: -20px;
    }
    .Recom_name {
        margin: 15px 0 10px;
    }
    .Recom_mended {
        font-size: 22px;
        margin: 0 0 10px;
        line-height: 1.3;
    }
    .worksheet-card .worksheet-image img {
        width: 100%;
    }
    .worksheet-main-wrapper, .main-layout {
        padding-bottom: 30px;
    }
    .custom-type-single {
        padding: 15px;
    }
    .custom-type-single h1 {
        font-size: 22px;
    }
    .wrksht-pre-btns {
        margin: 20px 0;
        flex-wrap: wrap;
    }
    .wrksht-pre-btns .wrksht-pre-dwnld {
        margin-top: 10px;
    }
    .wrksht-pre-btns a {
        width: 100%;
    }
    .post-share p {
        font-size: 18px;
    }
    .related-posts h4 {
        margin: 0 0 15px;
    }
    .related-posts .title {
        font-size: 15px;
    }
    .related-posts ul li a .thumb {
        width: 75px;
        height: 75px;
    }
    .sidebarbox .ws-img img {
        min-width: 120px;
    }
    .about_me1 .wpb_widgetised_column {
        margin-bottom: 30px;
    }
}