/*!
Theme Name: Arham Vijja
Theme URI: Rydot Infotech.
Author: Rydot Infotech
Author URI: https://rydotinfotech.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arham-vijja
Tags: Brand Site
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
Arham Vijja is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @charset "charset";

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.20em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em !IMPORTANT;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
a:hover,
a:active {
	outline: 0;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* border: 1px solid;
	border-color: #ccc #ccc #bbb; */
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
.form-control:focus{
	color: var(--secondary-color) !important;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post,
.page {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* ====================== main css ======================  */
:root{
	/* colors  */
	--primary-color:#DB4242;
	--primary-light-color:#FD8F8F;
	--theme-dark:#44233B;
	--body-color:#7E4555;
	--secondary-color:#49263D;
	--yellow-light :#FFEFE2;
	--light-color:#F1F1F1;
	--color-black : #000;
	/* fonts  */
	--body-font:poppins_Regular;
	--font-poppins-regular:poppins_Regular;
	--font-gistesy : Gistesy;
	--font-lora-regular :lora_regular;
	--font-lora-medium :lora_medium;
	--poppins-medium:poppins_Medium;
	--section-padding: 50px 0px;
	--font-size-normal: 16px;
	--font-size-large: 80px;
	--font-section-title:40px;
	--margin-normal: 15px;
	--padding-normal: 15px;
	--font-weight-normal : 400;
	--box-shadow:0px 3px 6px #00000029;
}
/*@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');*/
@font-face{
	font-family: poppins_Regular;
	src: url(../fonts/Poppins-Regular.ttf);
}
@font-face{
	font-family: poppins_Medium;
	src: url(../fonts/Poppins-Medium.ttf);
}
@font-face{
	font-family: lora_regular;
	src: url(../fonts/Lora-Regular.ttf);
}
@font-face{
	font-family: lora_medium;
	src: url(../fonts/Lora-Medium.ttf);
}
@font-face{
	font-family: Gistesy;
	src: url(../fonts/Gistesy.ttf);
}
.text-light-yellow{
	color:var(--yellow-light) !important;
}
.font-gistesy{
	font-family: var(--font-gistesy);
	font-size: var(--font-size-large);
	line-height: 1.5em;
}
.text-theme-dark{
	color: var(--secondary-color);
}
.font-fedra{
	font-family: var(--font-lora-medium);
}
.font-fedra-light{
	font-family: var(--font-fedra-light);
}
.font-14{
	font-size: var(--font-size-normal);
}
.font-16{
	font-size: calc(var(--font-size-normal) * 1);
}
.font-20{
	font-size: calc(var(--font-size-normal) * 1.43);
}
.text-black{
	color: var(--color-black);
}
.navbar{
	background-color: var(--yellow-light) !important;
}
body{
	font-family: var(--body-font);
	/* font-size: var(--font-size-normal); */
	font-weight: normal;
	color: var(--body-color);
	background-color: var(--yellow-light);
}
.main-wrapper{
	position: relative;
	overflow: hidden;
}
.dropdown-menu{
	font-size: 12px;
}
a{
	color: var(--secondary-color);
}
/* ================ Site Navigation ================  */
.search-form{
	position: relative;
    padding-left: 40px;
    border-radius: 30px;
    background: #f6e0ce;
}
.serach-btn {
    position: absolute;
    top: -5px;
    left: 0px;
    bottom: 0px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary-color);
}
.search-form .form-control{
	padding: 10px;
    border-radius: 30px;
    border: none;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    background-color: var(--secondary-color);
    padding: 20px 10px;
}
.navbar-nav .dropdown-menu a {
    color: #fff;
    font-size: var(--font-size-normal);
    padding: 5px 10px;
    line-height: 1.5;
}
.navbar-nav .dropdown-menu a:hover{
	background-color: transparent;
	color: var(--primary-light-color);
}
.dropdown, .dropup {
    position: relative;
    line-height: 35px;
}
.top-header{
	font-size: calc(var(--font-size-normal) * 1);
}
.top-header .navbar-nav{
	flex-direction: row;
	margin: 0px;
}
.search-form .form-wrapper{
	display: flex;
	align-items: center;
}
.search-form .form-control {
    width: auto;
    padding: 10px 30px !important;
	font-weight: 500;
	color: #96818d;
    border-color: #F6E0CE;
    background-color: #ffffff;
	border: 2px solid transparent;
}
.search-form .form-control:hover,
.search-form .form-control:focus{
	border-color: var(--primary-light-color) !important;
	box-shadow: none;
	outline: 0;
}
.search-form .form-control::placeholder{
	color: var(--secondary-color);
}
.dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    border: none;
    top: 8px;
    position: absolute;
    right: 8px;
}
.top-header img{
	width: 210px;
}
.navbar{
	font-family: poppins_Regular;
	font-weight: normal;
}
.main-navbar {
    justify-content: center;
    font-size: 15px !important;
    background-color: var(--secondary-color) !important;
    top: -60px;
    position: static;
    transition: all .3s ease-in-out;
    left: 0px;
    right: 0px;
}
.main-navbar.fixed{
	position: fixed;
	top: 0px;
	z-index: 999;
}
.nav-link,
.navbar-nav .menu-item a {
    display: inline-block;
    padding: 8px 17px !important;
    color: #065fd4;
    text-decoration: none;
    font-family: poppins_Medium;
}
.main-navbar .nav-link,
.main-navbar .menu-item a{
	color: var(--primary-light-color) ;
}
.nav-link:hover,
.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item.current_page_item a{
	color: var(--primary-color);
}
.main-navbar .nav-link:hover,
.main-navbar .menu-item a:hover,
.main-navbar .menu-item.menu-item.current_page_item > a {
	color:var(--yellow-light) !important
}
.btn,
input[type="button"], input[type="reset"], input[type="submit"]{
	/* padding: 10px 35px !important; */
	font-family: var(--poppins-medium);
	border-radius: 18px;
	line-height: 1.1;
}
.carousel-caption {
    left: 0px;
    right: 0px;
    text-align: left;
    top: 40%;
    transform: translate(0px, -50%);
}
.carousel-caption .box-wrapper {
	background: url(../images/caption-bg.png);
    padding: 40px 60px 30px;
    background-color: var(--secondary-color);
    border-radius: 20px;
    font-size: calc(var(--font-size-normal) * 1);
}
.carousel-caption a{
	color: #fff;
}
.carousel-caption h2,
.carousel-caption h3{
	margin-bottom: 15px;
}
.carousel-indicators li {
    /* width: 30px; */
    /* height: 30px; */
    /* background-color: #ffffff80; */
    /* border-radius: 100%; */
    /* cursor: pointer; */
    width: 10px;
    height: 10px;
    margin: 10px;
    background-color: #fff;
}
.carousel-item > img {
    max-height: calc(100vh - 190px);
    object-fit: cover;
}
.section-padding{
	padding: var(--section-padding);
}
.about-us{
	position: relative;
	padding-top: 35px;
}
/* .about-us::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0px;
    width: 82px;
    height: 82px;
    background: url(assets/images/sathia.png) no-repeat center center;
    background-size: contain;
    opacity: .4;
}
.about-us::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 50%;
    width: 82px;
    height: 82px;
    background: url(assets/images/sathia.png) no-repeat center center;
    background-size: contain;
    opacity: .4;
} */
.guru-img-wrapper {
    position: relative;
    text-align: center;
}
.guru-img-wrapper .bg-img{
    position: absolute;
    left: -10px;
    top: -80px;
    z-index: -1;
    max-width: 100%;
}
.section-title {
    font-size: 52px;
    font-family: var(--font-lora-medium);
    color: var(--secondary-color);
    padding-bottom: 50px;
    font-weight: calc(var(--font-weight-normal) * 1.5);
}
/* ================== Program Section ==================  */
.programs .owl-nav {
    position: absolute;
    top: 45%;
    transform: translate(0px, -50%);
    left: 0px;
    right: 0px;
}
.programs .owl-next,
.programs .owl-prev{
	position: absolute;
	width: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
	font-size: calc(var(--font-size-normal) * 2.3) !important;
	background-color: #E6E6E6 !important;
	color: #000 !important;
	border-radius: 100%;
}
.programs .owl-nav button:hover{
	background-color: var(--primary-color) !important; 
	color: #fff !important;
}
.programs .owl-next{
	left: auto;
	right: 0px;
}
.programs .item img{
	border-radius: 20px;
}
.programs .item{
	position: relative;
}
.programs .item::before{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background:linear-gradient(170deg, transparent, black);
	top: 0px;
	bottom: 0px;
}
/* ================= Quote section =============  */
.quote-section {
    background: url(../images/quote-bg.png) no-repeat top center;
    border-radius: 5px;
    background-size: cover;
    box-shadow: 3px 3px 5px #00000029;
}
.quote-text {
    font-size: calc(var(--font-size-normal) * 1.50);
    max-width: 600px;
    font-family: lora;
    font-weight: 500;
    font-style: italic;
    color: var(--secondary-color);
    line-height: 30px;
}
/* =================== Events section ================  */
.event-item .event-img{
	height: 200px;
	object-fit: cover;
}
.event-item .detail {
    padding: 10px 15px 20px;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}
.event-item .event-img{
	border-radius: 5px 5px 0px 0px;
}
.event-item .meta-data{
	margin-bottom: calc(var(--padding-normal) / 1.5);
	color: var(--secondary-color);
}
.event-item .meta-data i{
	margin-right: calc(var(--margin-normal) / 1.5);
}
.event-item .title a,
.event-item .posted-by a,
.testimonials .testimonail-card .user-name{
	color: var(--secondary-color);
}
/* ============= Donation Section ===============  */
.donation {
    background: url(../images/donation-bg.png) no-repeat center center;
    background-size: cover;
    margin-top: -358px;
    padding-top: 287px;
}
/* ================= Testimonails Content =============   */
.testimonials{
	background: url(../images/testimonial-bg.png) no-repeat center top;
	background-size: contain;
}
.testimonials .testimonail-card {
    border: none;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    flex-direction: row;
    padding: 20px;
	min-height: 230px;
}
.testimonials .testimonail-card .content p{
	margin-left: 9px;
	margin-bottom: 0px;
}
.testimonials .testimonail-card .img{
	flex: 0 0 100px;
	padding: 0px 10px;
}
.testimonials .testimonail-card .content {
    flex: 0 0 calc(100% - 100px);
    padding: 0px 10px;
	position: relative;
}
.testimonials .testimonail-card .content i{
	position: absolute;
	color: rgb(212 212 212 / 40%);
	font-size: calc(var(--font-size-normal) * 1.79);
	left: -5px;
	top: -5px;
}
.testimonials .owl-carousel .owl-stage-outer{
	padding: 30px 0px;
}
.testimonials .owl-nav {
    position: absolute;
    bottom: -35px;
    left: 0px;
    right: 0px;
	display: flex;
	justify-content: center;
}
.testimonials .owl-next,
.testimonials .owl-prev{
	width: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
	font-size: calc(var(--font-size-normal) * 2.3) !important;
	background-color: #fff !important;
	color: #000 !important;
	border-radius: 100%;
	margin: 0px 10px;
}
.testimonials .owl-next:hover,
.testimonials .owl-prev:hover{
	background-color: var(--secondary-color) !important;
	color: #fff !important;
}
.testimonials .user-img{
	border-radius: 5px;
	box-shadow: var(--box-shadow);
}
.recommendations .owl-carousel .owl-stage-outer{
	padding: 20px 0px;
}
.recommendation-card{
	border: none;
	box-shadow: var(--box-shadow);
}
.recommendation-card .content {
    padding: 20px;
    text-align: left !important;
    /* min-height: 275px; */
}
.recommendations .owl-nav,
.event-list .owl-nav{
	position: absolute;
	top: 45%;
	transform: translate(0,-50%);
	left: 0px;
	right: 0px;
}
.recommendations .owl-next,
.event-list button,
.recommendations .owl-prev{
	position: absolute;
	width: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
	font-size: calc(var(--font-size-normal) * 2.3) !important;
	background-color: #E6E6E6 !important;
	color: #000 !important;
	border-radius: 100%;
}
.recommendations .owl-next,
.event-list .owl-next{
	left: auto;
	right: 0px;
}
.recommendations .owl-prev,
.event-list .owl-prev{
	right: auto;
	left: 0px;
}
/* ============= Video Section ================  */
.video-card{
	position: relative;
	margin-bottom: calc(var(--margin-normal) * 2);
	border-radius: 5px;
	box-shadow: var(--box-shadow);
	border-radius: 5px;
	overflow: hidden;
}
.video-card.big img {
    height: 440px;
    object-fit: cover;
    width: 100%;
}
.video-card::before{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	bottom: 0px;
	background-image: linear-gradient(180deg , transparent, black);
}
.video-card p{
	position: absolute;
	left: 10px;
	right: 10px;
    bottom: 10px;
    margin: 0px;
    color: #fff;
}
/* ================== Highlights section ===============  */
.highlights {
    background: url(../images/donation-bg.png) no-repeat center bottom;
    background-size: cover;
	padding: 45px 0px;
}
.highlights .section-title{
	color: var(--yellow-light);
}
.hightlight-card{
	padding: 55px;
	background-color: #F1F1F1;
}
.highlights .owl-nav{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0px;
	right: 0px;
}
.highlights .owl-next,
.highlights .owl-prev{
	position: absolute;
	width: 40px !important;
	width: 40px !important;
	line-height: 40px !important;
	font-size: calc(var(--font-size-normal) * 2.3) !important;
	background-color: #E6E6E6 !important;
	color: #000 !important;
	border-radius: 100%;
}
.highlights .owl-next{
	left: auto;
	right: -50px;
}
.highlights .owl-prev{
	right: auto;
	left: -50px;
}
/* =================== statastics ================  */
.statastics {
    background: url(../images/statastic-bg.png) no-repeat center center;
    position: relative;
    background-size: cover;
}
.statastics::before{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #0000008c;
}
.statastics .statastic-card{
	padding: 20px;
	text-align: center;
	border-right: 2px solid #fff;
}
.statastics .col-md-3:last-child .statastic-card{
	border-right: 0px;
}
.statastics .statastic-card img{
	max-width: 60px;
	margin: auto;
	margin-bottom: 20px;
}
/* ================= site footer ===============  */
.site-footer a{
	font-family: var(--body-font);
	font-size: var(--font-size-normal);
	line-height: 1.8;
	color: var(--primary-light-color);
	text-decoration: none;
}
.site-footer a:hover {
    color: var(--yellow-light);
}
.site-footer{
    background: var(--secondary-color) !important;
    padding-top: 60px;
}
.widget .list-unstyled li{
	padding-left: 20px;
	position: relative;
	color: var(--primary-light-color);
	margin-bottom: calc(var(--padding-normal) / 1.5);
}
.widget ul li i{
	position: absolute;
	top: 5px;
	left: 0px;
	color: var(--primary-light-color);
}
.widget-title {
    font-size: calc(var(--font-size-normal) * 1.43);
    margin-bottom: 20px;
    color: var(--yellow-light);
    font-family: var(--font-lora-medium);
    font-weight: calc(var(--font-weight-normal) * 1.5);
}
.social-icons{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.social-icons li a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: calc(var(--font-size-normal) * 1.3);
	background-color: var(--body-color);
	color: #fff;
	border-radius: 100%;
	margin: 0px 5px;
	text-align: center;
	display: block;
}
.social-icons li a:hover{
	color: var(--yellow-light);
}
.bottom-footer {
    padding: 10px 0px;
    background-color: var(--yellow-light);
	color: var(--secondary-color);
}
.bottom-footer p{
	margin-bottom: 0px;
	font-family: var(--body-font);
}
.bottom-footer a:hover{
	color: var(--secondary-color);
}
.site-footer .widget ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.navbar .custom-logo{
	max-width: 200px;
}
.footer-logo .custom-logo{
	max-width: 120px;
	display: block;
	margin: auto;
}
.footer-logo .custom-logo{
	max-width: 100px;
}
.theme-primary-btn,input[type="button"], input[type="reset"], input[type="submit"]{
	background-color: var(--primary-color);
	color: #fff !important;
}
.theme-primary-btn:hover{
	background-color: var(--secondary-color);
}
.theme-secondary-btn{
	background-color: var(--secondary-color);
	color: #fff !important;
}
.theme-secondary-btn:hover{
	background-color: var(--primary-color);
}
.page{
	margin-bottom: 0px;
}
.pb-40{
	padding-bottom: 40px;
}
.guru-img{
	border-radius: 100%;
    width: 387px;
    height: 387px;
    object-fit: cover;
    object-position: center;
    border: 10px solid;
}
.program-item {
    position: relative;
    margin-bottom: 20px;
}
.program-item .post-title {
    color: var(--yellow-light);
    font-family: 'lora_medium';
    font-weight: calc(var(--font-weight-normal) * 1.5);
    font-size: 25px;
    /* font-size: 35px; */
    margin-bottom: 20px;
}
.program-item .content,
.program-item-lg.single .content {
    position: absolute;
    top: 0px;
    padding: 20px 30px 20px;
    /* background: linear-gradient(174deg, #ffffff00, #412236); */
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}
.program-item img {
    max-height: 780px;
    width: 100%;
    /* filter: brightness(0.7); */
    height: 350px;
    object-fit: cover;
}
.event-item .meta-data,
.event-item .posted-by a{
	font-size: var(--font-size-normal);
	color:var(--primary-light-color)
}
.event-item .title {
    font-weight: calc(var(--font-weight-normal) * 1.5);
    text-decoration: none;
    min-height: 60px;
}
.testimonail-card .user-name{
	/* margin-left: 6px; */
	font-size: calc(var(--font-size-normal) * 1);
	font-family: var(--poppins-medium);
	color: var(--primary-light-color) !important;
}
.recommendation-card .title{
	font-size: 18px;
	font-family: var(--font-lora-medium);
	font-weight: calc(var(--font-weight-normal) * 1.5);
	margin-bottom: 20px;
	color: var(--secondary-color);
}
.owl-next:focus,
.owl-prev:focus{
	outline: 0;
}
/* .recommendation-carousel .owl-next,
.recommendation-carousel .owl-prev	{
	background-color: #fff !important;
} */
.recommendation-carousel .owl-next:hover,
.recommendation-carousel .owl-prev:hover,
.event-list button:hover{
	background-color: var(--secondary-color) !important;
	color: #fff !important;
}
.hightlight-card{
	font-size: calc(var(--font-size-normal) * 1);
}
.hightlight-card .section-title {
    font-size: 30px;
    margin-bottom: calc(var(--margin-normal) * 2);
    padding-bottom: 0px;
    color: var(--secondary-color);
}
.upcommings{
	font-size: 18px;
	font-family: var(--body-font);
}
.highlights-carousel.owl-carousel .owl-item img{
	height: 100%;
}
.highlights .owl-next,
.highlights .owl-prev{
	background-color:var(--yellow-light) !important;
	color: var(--secondary-color) !important;
}
.highlights .owl-next:hover,
.highlights .owl-prev:hover{
	color:var(--yellow-light) !important;
	background-color: var(--secondary-color) !important;
}
.statastic-card h2{
	font-family: var(--font-lora-medium);
	font-weight: calc(var(--font-weight-normal) * 1.5);
}
.statastic-card{
	color: var(--yellow-light);
	font-size: calc(var(--font-size-normal) * 1.43);
	font-family: var(--font-lora-medium);
}
.statastic-card h2 {
    font-family: var(--font-lora-medium);
    font-weight: calc(var(--font-weight-normal) * 1.5);
    margin: 0px 0px calc(var(--margin-normal) / 3);
	color: var(--yellow-light);
	font-size: calc(var(--font-size-normal) * 3.21);
}
.donation h4{
	font-size: calc(var(--font-size-normal) * 1.79);
	font-family: var(--body-font);
}
.donation p{
	font-size: calc(var(--font-size-normal) * 1);
}
.event-item{
	margin-bottom: calc(var(--margin-normal) * 2);
}
.owl-carousel .owl-item .posted-by img{
	width: 35px;
	border-radius: 100%;
	display: inline-block;
	margin-right: calc(var(--margin-normal) / 1.5);
}
.row-reverse{
	flex-direction: row-reverse;
}
.page-banner{
	padding: calc(var(--padding-normal) * 5.5) 0px;
}
.page-banner .inner-banner{
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    margin: auto;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}
.overlay-gradient {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient( 45deg ,#44233b, rgb(68 35 59 / 50%) ,#412236); */
    z-index: 1;
}
.rishi-page .guru-img{
	border: none;
	margin: auto;
}
.rishi-page .guru-img img{
	border-radius: 100%;
    width: 387px;
    height: 387px;
    object-fit: cover;
    object-position: center;
	margin: auto;
	border: 10px solid;
	background-color: #fff;
}
.rishi-page .guru-img-wrapper .bg-img {
	position: absolute;
    left: 0px;
    top: -80px;
    z-index: -1;
    max-width: 100%;
    margin: 0px auto;
}
.timelines{
	padding-left: 0;
    padding-bottom: 70px;
}
.timelines .text{
	flex: 1 0 50%;
    width: 50%;
    padding-left: 70px;
}
.timelines .gap{
	left: 50%;
    border-width: 0 2px 0 0;
    border-style: solid;
	display: block;
    position: absolute;
    z-index: 1;
	height: 100%;
}
.timelines .title,
.timelines h2 {
    font-size: 30px;
    line-height: 38px;
	font-family: var(--font-lora-medium);
    font-weight: 700;
    padding-top: 10px;
	color: var(--primary-color);
    /* max-width: 290px; */
}
.timelines .content {
    margin-top: 1.3em;
	font-size: calc(var(--font-size-normal) * 1);
	line-height: 1.8;
}
.timelines .gap {
    left: calc(50% - 12px);
    border-width: 0 2px 0 0;
    border-style: solid;
    display: block;
    border-color: var(--primary-light-color);
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0px;
}
.timelines .gap::before{
	content: '';
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 23px;
    left: 7px;
    background-color: #fd8f8f;
}
.timelines .row{
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 0px;
	gap: 0px;
}
.timelines .row:nth-child(even){
	flex-direction: row-reverse;
}
.timelines .row:nth-child(even) .text{
	padding-right: 70px;
	padding-left: 0px;
	text-align: right;
}
.timelines .row:nth-child(even) .col-md-6 img{
	margin-left: auto;
}
.timelines .row:last-child{
	padding-bottom: 0px;
}
.timelines .row .col-md-6{
	position: static;
}
.timelines .row .col-md-6 img{
	max-width: calc(100% - 40px);
	display: block;
}
.timelines figure{
	margin-bottom: 0px;
}
.guru-vihar h2{
	font-size: 52px;
    font-family: var(--font-lora-medium);
    color: var(--secondary-color);
    padding-bottom: 50px;
    font-weight: calc(var(--font-weight-normal) * 1.5);	
}
.guru-vihar{
	font-size: calc(var(--font-size-normal) * 1);
	line-height: 1.8;
}
.guru-vihar .col-full .size-full {
    width: calc(100% + 10vw - 15px);
}
.guru-vihar .col-full .size-full img{
	width: 100%;
}
.guru-vihar .text-highlighted {
    font-size: calc(var(--font-size-normal) * 1);
    font-family: var(--poppins-medium);
    color: var(--primary-light-color);
    letter-spacing: 10px;
    margin-bottom: calc(var(--padding-normal) / 1.5);
}
.guru-vihar .schedule {
    margin-bottom: 5px;
}
.guru-vihar .schedule span{
	color: var(--secondary-color);
	font-family: var(--poppins-medium);
	margin-right: 10px;
}
.rishi-page .highlights{
	background-image: none;
}
.rishi-page .highlights .section-title{
	color: var(--secondary-color);
}
.rishi-page .hightlight-card{
	background-color: #fff;
}
.rishi-page .highlights button{
    background-color: #ffffff !important;
}
.rishi-page .highlights button:hover{
	background-color: var(--secondary-color) !important;
    color: var(--yellow-light) !important;
}
.our-foundation-page h2{
	font-size: 52px;
    font-family: var(--font-lora-medium);
    color: var(--secondary-color);
    padding-bottom: 50px;
    font-weight: calc(var(--font-weight-normal) * 1.5);
}
.our-foundation-page .wp-block-columns,
.our-foundation-page figure{
	margin-bottom: 0px;
}
.our-foundation-page p{
	/* max-width: 570px; */
	font-size:calc(var(--font-size-normal) * 1);
	line-height:calc(var(--font-size-normal) * 2);
}
.our-foundation-page .main-content .row{
	gap: 0px;
	margin: 0px;
}
.our-foundation-page .main-content .row:nth-child(even){
	flex-direction: row-reverse;
}
.our-foundation-page .main-content .row .content {
    padding: 70px;
    flex: 0 0 50%;
}
.our-foundation-page .content{
	padding: 70px;
    flex: 0 0 50%;
}
.post-layout-chess{
	float: left;
	width: 50%;
	max-width: 50%;
	display: flex;
	align-items: center;
}
.post-layout-chess .post-content {
    padding: 27px 50px;
}
.post-layout-chess .post-content,
.post-layout-chess .post-img {
    flex: 0 0 50%;
	max-width: 50%;
}
.post-layout-chess .post-img img{
	/* min-height: 330px; */
	max-height: 330px;
	object-fit: cover;
	width: 100%;
}
.post-layout-chess .post-title{
	font-size: calc(var(--font-size-normal) * 1.53);
	font-family: var(--font-lora-medium);
	font-weight: 600;
	margin-bottom: calc(var(--padding-normal) / 1.5);
}
.post-layout-chess .post-content .btn{
	margin-top: 40px;
}
.post-layout-chess .meta-data{
	color: var(--primary-light-color);
	font-size: var(--font-size-normal);
}
.post-layout-chess:nth-child(4n + 3),
.post-layout-chess:nth-child(4n + 4){
	flex-direction: row-reverse;
}
.event-scheduale .guru-vihar .col-full .size-full{
	width: 100%;
}
.chaturmas-schedule .nav-item{
	width: 50%;
}
.chaturmas-schedule .nav-item .nav-link {
    width: 100%;
    display: block;
    background: transparent;
    border-radius: 30px;
	cursor: pointer;
    font-size: 20px;
    padding: 20px 0px !important;
	color: var(--secondary-color);
}
.chaturmas-schedule .nav-item .nav-link:focus{
	outline: 0;
	box-shadow: none;
}
.chaturmas-schedule .nav-item .nav-link.active{
	color: #fff;
	background: var(--body-color);
}
.chaturmas-schedule .nav-tabs{
	margin: 0px;
	border: none;
	background-color: #F6E0CE;
	border-radius: 30px;
}
.chaturmas-schedule .tab-content{
	margin-top: 50px;
}
.chaturmas-schedule .post-title {
    font-size: calc(var(--font-size-normal) * 1.25);
    font-family: var(--poppins-medium);
    margin: 10px 0px;
    font-weight: 500;
    padding: 10px 20px;
    background: var(--body-color);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
}
.chaturmas-schedule .meta-data {
    font-size: var(--font-size-normal);
    font-family: var(--poppins-medium);
    color: #694C5C;
}
.chaturmas-schedule .cf-data div{
	margin-bottom: 10px;
}
.chaturmas-schedule .cf-data div, .category-count {
    font-size: var(--font-size-normal);
    font-family: var(--font-poppins-regular);
    color: var(--body-color);
    font-weight: 600;
    margin: 2px 0px;
}
.chaturmas-schedule .category-count {
    color: var(--primary-color);
    margin-top: 5px;
}
.chaturmas-schedule .register-btn{
	margin-top: -50px;
}
.chaturmas-schedule .tab-content .row{
	margin-bottom: 20px;
}
.chaturmas-schedule .tab-content img{
	border-radius: 4px;
}
.form-contact{
	font-size: calc(var(--font-size-normal) * 1);
}
.form-contact .form-control{
	padding: 15px 20px;
	font-size: calc(var(--font-size-normal) * 1);
	border-radius: 30px;
	background: #ffffff;
	border: 2px solid;
    border-color: #F6E0CE;
    color: #96818d;
	font-family: var(--font-poppins-regular);
}
.form-contact label{
	font-family: var(--poppins-medium);
}
.form-contact .form-control::placeholder{
	color: #96818d;
}
.form-contact .form-control:focus,
.form-contact .form-control:hover{
	box-shadow: none;
	outline: 0;
	border-color: #fd8f8f;
	
}
.form-contact textarea{
	resize: none;
	min-height: 13rem;
    max-height: 16.375rem;
}
.wpcf7-not-valid-tip {
    color: var(--primary-color);
    font-size: var(--font-size-normal);
	margin-top: 5px;
}
.d-grid{
	display: grid;
}
.grid-items-2{
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.default-post{
	font-size: calc(var(--font-size-normal) * 1);
}
.default-post .post-title{
	margin-top: 20px;
	margin-bottom: 10px;
}
.post-title{
	font-size: calc(var(--font-size-normal) * 1.71);
    font-family: var(--font-lora-medium);
    font-weight: 600;
    margin-bottom: calc(var(--padding-normal) / 1.5);
}
.default-post .meta-data {
    color: var(--primary-light-color);
    font-size: var(--font-size-normal);
	margin: 10px 0px;
}
.news-item{
	display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}
.news-item .post-title{
	width: 100%;
}
.program-item.news-item img{
	width: 100%;
	height: auto;
}
.program-item.news-item .img {
	width: 100%;
}
.news-item .post-title {
    font-size: 40px;
}
.news-item .content{
	padding-bottom: 40px;
}
.bg-none{
	background: none;
}
.sidebar .widget-box{
	padding: 40px 30px;
	background-color: #fff;
	margin-bottom: 30px;
}
.sidebar .widget-box .widget-title{
	font-size: calc(var(--font-size-normal) * 2.15);
	color: var(--theme-dark);
	font-family: var(--font-lora-medium);
	margin-bottom: 20px;
}
.sidebar .widget-box .form-control {
    width: 100%;
    padding: 10px 30px !important;
    font-weight: 500;
    color: #96818d;
    border-color: #F6E0CE;
    background-color: #ffffff;
    border: 2px solid #F6E0CE;
}
.cat-list{
	margin: 0px;
    padding: 0px;
	color: var(--primary-light-color);
    list-style-position: inside;
	font-size: calc(var(--font-size-normal) * 1);
}
.tag-list {
	margin-left: 0px;
	padding: 0px;
}
.cat-list a{
	color: var(--primary-light-color);
	line-height: 34px;
}
.tag-list li {
    display: inline-block;
}
.tag-list li a {
    background-color: #F6E0CE;
    text-decoration: none;
    display: inline-block;
    padding: 7px 18px;
    margin: 0 10px 10px 0;
    font-size: 16px !important;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
}
.tag-list li a:hover{
	background-color: var(--primary-color);
	color: #fff;
}
.d-grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 0 0 50%;
    grid-gap: 15px;
    padding: 0px 15px;
    justify-items: flex-start;
    align-content: flex-start;
}
.play-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background: #fff;
    border-radius: 100%;
    margin: auto;
}
.play-btn:hover{
	text-decoration: none;
	color: var(--primary-color);
}
.series-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.series-item .img {
    flex: 0 0 300px;
}
.series-item .img img {
    max-height: 225px;
    width: 100%;
    object-fit: cover;
}
.krigya.series-item .img img {
    max-height: 180px;
    min-height: 180px;
}
.series-item .action {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0px 50px;
}
.series-item .title {
    flex: 0 0 auto;
	margin-left: 50px;
}
.series-item .title h4 {
    font-size: calc(var(--font-size-normal) * 1.65);
    color: var(--secondary-color);
    font-family: var(--font-lora-medium);
    font-weight: 600;
}
.self-help .recommendation-card h4 {
    font-size: 30px;
    font-family: 'lora_medium';
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.self-help .recommendation-card {
    box-shadow: none;
	color: var(--secondary-color);
	font-size: calc(var(--font-size-normal) * 1);
}
.pravachan .program-item .content{
	align-content: center;
}
.program-item-lg .play-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.program-item-lg .play-btn:hover{
	text-decoration: none;
	color: var(--primary-color);
}
.program-item-lg .join-section {
    position: absolute;
    right: 40px;
    bottom: 50%;
    transform: translate(0px, 50%);
}
.program-item-lg .content {
    background: linear-gradient(180deg, #ffffff00, #41223687);
}
.program-item-lg .join-section h4{
	margin-bottom: 30px;
	font-size: 40px;
	font-family: var(--font-lora-medium);
	font-weight: 600;
	color: var(--body-color);
	max-width: 70%;
	margin-left: auto;
}
.self-help .program-item-lg .join-section h4{
	max-width: initial;
	color: #44233B;
}
.self-help .program-item-lg .join-section{
	color: #44233B;
}
.self-help .program-item-lg .join-section p{
	max-width: 300px;
    margin-left: auto;
}
.self-help .program-item-lg .content{
	background: none;
}
.self-help .program-item-lg img{
	filter: none;
}
.pravachan .program-item img {
    max-height: 745px;
}
.contact-info .card {
    padding: 10px;
    border: none;
    border-radius: 0px;
    text-align: center;
    font-size: calc(var(--font-size-normal) * 1);
    min-height: 273px;
    max-height: 273px;
}
.contact-info .card .icon {
    width: 55px;
    height: 55px;
    background: var(--body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 100%;
    margin: 30px auto;
}
.contact-info .card h4{
	font-family: var(--font-lora-medium);
	font-size: 30px;
	color: var(--theme-dark);
	margin-bottom: 30px;
}
.contact-info .card ul:not(.social-icons) a:hover{
	color: var(--primary-color);
	text-decoration: none;
}
.contact-info .card .social-icons{
	justify-content: center;
}
.centers h4 {
    font-family: var(--font-lora-medium);
    font-size: 30px;
    color: var(--theme-dark);
    margin-bottom: 10px;
}
.centers .card{
	font-size: calc(var(--font-size-normal) * 1);
	color: var(--theme-dark);
	padding: 30px;
	border: none;
	border-radius: 0px;
	/* margin-bottom: 30px; */
}
.centers .card p{
	margin-bottom: 0px;
}
.contact-info .card .social-icons li.facebook a{
	background-color: #3B5998;
}
.contact-info .card .social-icons li.instagram a{
	background-color: #6A453B;
}
.contact-info .card .social-icons li.linkedin a{
	background-color: #007AB9;
}
.contact-info .card .social-icons li.twitter a{
	background-color: #55ACEE;
}
.contact-info .card .social-icons li.pinterest a{
	background-color: #CB2027;
}
.custom-checkmark:after {
    content: "";
    left: 7px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    transition: all .3s ease-in-out;
    position: absolute;
}
.form-check-inline {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-inline .custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
}
.form-check-inline input:checked + label .custom-checkmark:after {
    display: block;
}
.form-check-inline input:checked + label .custom-checkmark {
    background-color: transparent;
}
.form-check-inline input:checked + label .custom-checkmark:after{
	transform: rotate(45deg) scale(.9);
	border-color: var(--primary-color);
}
.form-check-inline label{
	cursor: pointer;
}
.contact-us  .form-contact .form-control {
    background: #FFF6EF;
	border-color: #FD8F8F;
}
.our-programs .self-help .recommendation-card{
	margin-bottom: 30px;
}
.our-programs .content .row{
	margin: 0px;
	gap: 0px;
	margin-bottom: 30px;
}
.our-programs .content .row .col-12{
	padding: 0px;
}
.our-programs .content .row:nth-child(odd) .inner-content{
	/* padding-left: 60px; */
}
.our-programs .content .row:nth-child(even) .inner-content{
	padding-right: 60px;
}
.our-programs .content h2{
	font-size: 52px;
    font-family: var(--font-lora-medium);
    color: var(--secondary-color);
    padding-bottom: 50px;
    font-weight: calc(var(--font-weight-normal) * 1.5);
}
.our-programs .content{
	font-size: calc(var(--font-size-normal) * 1);
	line-height: 1.8;
}
.highlight-shortcode .highlights-carousel .section-title{
	font-size: 30px !important;
    margin-bottom: calc(var(--margin-normal) * 2);
    padding-bottom: 0px !important;
}
.our-programs .timelines .row{
	margin-bottom: 0px;
}
.our-programs .content h4 {
    font-size: 25px;
    font-family: var(--font-lora-medium);
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
}
.shortcode-program-content .content h4{
	font-size: 18px;
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
}
.shortcode-program-content .content{
	font-size: var(--font-size-normal);
	padding: 5px 0px !important;
}
.shortcode-program-content .content p{
	margin-bottom: 10px !important;
}
.shortcode-program-content .recommendation-card{
	margin-bottom: 20px;
}
.our-programs .content h2{
	padding-bottom: 20px;
}
.our-programs .content p.text-highlighted{
	margin-bottom: 1.5em;
}
.our-programs > .content p {
    margin: 0px;
}
.program-item-lg.single .content {
    background: linear-gradient(180deg, #ffffff00, #41223652);
}
.program-item-lg.single figure{
	margin-bottom: 0px;
}
.program-item-lg.single .wp-block-group__inner-container{
	width: 100%;
}
.single-content h4{
	font-size: calc(var(--font-size-normal) * 2.15);
    font-family: var(--font-lora-medium);
    font-weight: 600;
	margin-bottom: 40px;
    color: var(--theme-dark);
    line-height: 30px;	
	line-height: 1.2;
}
.single-content {
	font-size: calc(var(--font-size-normal) * 1);
}
.get-in-touch .nav-link {
    padding: 20px !important;
    text-align: center;
    background: transparent !important;
    border-bottom: none;
    border-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #DDDDDD;
    border-bottom-color: #ffefe2;
	color: var(--theme-dark);
}
.get-in-touch .nav-tabs{
	margin-left: 0px;
	padding-left: 30px;
}
.get-in-touch .nav-tabs{
	border-bottom-color: #ddd;
}
.get-in-touch .nav-link.active,
.get-in-touch .nav-link:hover,
.get-in-touch .nav-link:focus{
	border-color: var(--secondary-color);
	background-color: var(--theme-dark) !important;
	outline: 0;
	box-shadow: none;
    color: #ffefe2;
}
.form-contact h4 {
    margin-top: 60px;
    text-align: left !important;
    font-family: 'lora_medium';
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
    margin-left: 10px;
    color: var(--theme-dark);
}
.testimonials .owl-dots{
	display: none;
}
.single-content .testimonials{
	font-size: var(--font-size-normal);
}
.register-label {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9;
}
.register-label .btn{
	background-color: var(--body-color);
	border-radius: 0px;
	padding-right: 40px;
	padding: 10px 20px !important;
}
.register-label .btn:hover,
.register-label .btn:focus{
	background-color: var(--secondary-color);
}
.carousel-item .caption-text {
	z-index: 9;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translate(0px, -50%);
    margin: 0px;
	font-size: calc(var(--font-size-normal) * 3.71);
	color: var(--yellow-light);
	font-family: var(--font-lora-medium);
	font-weight: 600;
}
.carousel-control-next{
	right: -05;
}
.carousel-control-prev{
	left: -5px;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #FFFBFC;
	color: var(--body-color);
    margin: auto;
    font-size: 25px;
    border-radius: 100%;
}
.carousel-control-next:hover, .carousel-control-prev:hover,
.carousel-control-next:focus, .carousel-control-prev:focus{
	background-color: var(--body-color);
	color: #FFFBFC;
}
.page-404 h2.section-title{
	font-size: 200px;
}
.page-404{
	font-size: calc(var(--font-size-normal) * 1);
}
.page-404 h4{
	font-family: var(--font-lora-medium);
	font-size: calc(var(--font-size-normal) * 3);
}
.load-more-pravachan,
.load-more-series,
.load-more-program,
.community-item,
.self-item,
.add-program-item,
.load-gallery,
.default-post,
.p_upcoming_event{
	display:none;
}
.load-news-item{
	display: none !important; 
}
.load-news-item.d-flex{
	display: flex !important; 
}
.load-activity{
	display:none !important;
}
.load-activity.d-flex{
	display:flex !important;
}
.masonry-gallery figure.load-gallery,
.masonry-gallery figure.wp-block-image.size-full.load-gallery{
	display: none !important;
}
.masonry-gallery figure.load-gallery.d-inline-block,
.masonry-gallery figure.wp-block-image.size-full.d-inline-block,
.masonry-gallery .gallery-1 figure.load-gallery.d-inline-block,
.masonry-gallery .gallery-1 figure.wp-block-image.size-full.d-inline-block,
.masonry-gallery .gallery-2 figure.load-gallery.d-inline-block,
.masonry-gallery .gallery-2 figure.wp-block-image.size-full.d-inline-block,
.masonry-gallery .gallery-3 figure.load-gallery.d-inline-block,
.masonry-gallery .gallery-3 figure.wp-block-image.size-full.d-inline-block,
.masonry-gallery .gallery-4 figure.load-gallery.d-inline-block,
.masonry-gallery .gallery-4 figure.wp-block-image.size-full.d-inline-block{
	display: inline-block !important;
}
.masonry-gallery figure.wp-block-image.size-full{
	float: left;
    width: 50% !important;
    max-width: 50% !important;
    display: inline-block !important;
    height: calc(600px + 10px) !important;
}
.masonry-gallery figure{
	display: inline-block !important;
	margin-bottom: 10px !important;
	padding: 0px 5px;
	width: 25% !important;
	height: 300px;
}
.masonry-gallery {
    display: inline-block !important;
    margin: 0px -5px;
}
.masonry-gallery .size-large,
.masonry-gallery .size-medium{
	align-self: inherit;
    height: 300px;
    float: left;
    width: 25% !important;
    margin-bottom: 10px;
}
.registeration-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--theme-dark);
    text-align: center;
    display: block;
    width: 100%;
    font-size: calc(var(--font-size-normal) * 2.85);
}
.registeration-modal .close{
	color: var(--primary-color);
	opacity: 1;
}
.registeration-modal .modal-content {
    background: var(--yellow-light);
    border-radius: 30px;
    overflow: hidden;
}
.registeration-modal .modal-header,
.registeration-modal .modal-footer{
	border: none;
}
.registeration-modal .modal-footer{
	padding-top: 0px;
}
.registeration-modal .form-control {
    border: 2px solid #F6E0CE;
    padding: 10px 15px !important;
    border-radius: 30px !important;
    color: #96818D;
    background: #FFF6EF;
}
.registeration-modal .form-control::placeholder{
	color: #96818D;
}
.registeration-modal textarea.form-control{
	border-radius: 20px !important;
	height: 220px;
	transition: all .15s ease-in-out;
	resize: none;
}
.registeration-modal .form-control:hover{
	border-color: var(--primary-color);
}
.registeration-modal .form-control:focus{
	box-shadow: none;
	outline: 0;
}
.registeration-modal .modal-dialog-centered{
	max-width: 1140px;
}
.registeration-modal .max-80{
	max-width: 80%;
	margin: auto;
}
.registeration-modal .modal-body{
	overflow-y: auto;
	max-height: 70vh;
	overflow-x: hidden;
}
.registeration-modal{
	padding-right: 0px !important;
}
.modal-open{
	padding-right: 0px !important;
}
button:focus {
    outline: none;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    z-index: 99;
    background-color: var(--primary-color);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 100%;
    text-decoration: none;
    transition: all .3s ease-in-out;
    right: -40px;
    opacity: 0;
}
.back-to-top.show{
	right: 20px;
	opacity: 1;
}
.back-to-top:hover{
	text-decoration: none;
	background-color: var(--secondary-color);
	color: #fff;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.registeration-modal .modal-body::-webkit-scrollbar {
	width: 10px;
}
.registeration-modal .modal-body::-webkit-scrollbar-track {
	background: var(--yellow-light)
}
.registeration-modal .modal-body::-webkit-scrollbar-thumb {
	background: #f7cca9;
}
.registeration-modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #ffd9bb;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    border: none;
    color: var(--primary-color);
}
.main-navbar .menu-item{
	position: relative;
}
.menu-item-has-children .sub-menu a{
	color: var(--theme-dark) !important;
	display: block;
}
.menu-item-has-children .sub-menu a:hover{
	color: var(--primary-light-color) !important;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    margin: 0px;
    list-style: none;
    z-index: 9;
    background: var(--yellow-light);
    top: 45px;
    left: 0px;
    right: 0px;
    font-size: var(--font-size-normal);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    padding: 10px;
    width: max-content;
    box-shadow: 0px 0px 10px #7e45556b;
    /* overflow: hidden; */
    border-radius: 6px;
    border-bottom: 3px solid var(--secondary-color);
}
.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}
.navbar-toggler{
	display: none;
}
.logo-header {
    display: none;
}
.close-menu{
	width: 25px;
	height: 25px;
}
.close-menu span {
    height: 2px;
    background: #492667;
    display: block;
    position: relative;
    z-index: 999999999;
    width: 100%;
    margin: 5px 0px;
    transform: rotate(45deg);
}
.close-menu span:first-child{
	transform: rotate(130deg);
    top: 6px;
    right: 1px;
}
.close-menu{
	display: inline-block;
	float: right;
	margin-top: 25px;
}
.shortcode-program-content .row .col-12{
	padding: 0px 15px !important;
}
.shortcode-program-content .row{
	margin: 0px -15px !important;
}
.shortcode-program-content p{
	margin-bottom: 1.5em !important;
}
.shortcode-program-content h2{
	padding-bottom: 50px !important;
}
.video-file{
	width: 100%;
	height: 500px;
	object-position: center top;
	object-fit: cover;
	margin-bottom: 30px;
}
.sub-menu ul.sub-menu {
    left: calc(100% + 10px);
    top: -10px;
}
.menu-item-has-children i {
    display: none;
}
.tab-pane h4.text-center{
	text-align: center !important;
}
.self-help .v-card h4{
	font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.self-help .v-card p {
    font-size: var(--font-size-normal);
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.self-help .v-card img{
	min-height: 150px;
	object-fit: cover;
}
.audio-card-h{
	margin-bottom: 30px;
}
.audio-card-h .content {
    padding: 20px 20px 40px;
	background-color: #fff;
	font-size: var(--font-size-normal);
}
.audio-card-h .content .icon-wrapper {
    max-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #FFF0E3;
    border-radius: 100%;
    color: #DB4242;
}
.jain-carousel .owl-nav {
    position: absolute;
    left: 0px;
    bottom: 29px;
}
.jain-carousel .owl-nav button.owl-prev, .jain-carousel .owl-nav button.owl-next {
    width: 80px;
    height: 50px;
    background: #44233B;
    border-radius: 0px !important;
    margin: 0px 10px;
    margin-left: 0px;
	color: #FD8F8F;
}
.jain-carousel.owl-carousel .owl-item img {
    min-height: 500px;
}



/* Audio player css  */


.mejs-time-current, .mejs-time-handle-content {
    background-color: #DB4242 !important;
    top: 5px !important;
    left: 5px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    height: 8px !important;
}
.mejs-horizontal-volume-total {
    background: rgba(50, 50, 50, .8) !important;
    height: 8px !important;
    top: 10px !important;
    width: 50px !important;
    background: #44233b33 !important;
    border-radius: 20px !important;
    height: 18px !important;
}
.mejs-speed-button, .mejs-speed-button button, .mejs-volume-button button, .mejs-volume-button {
    width: 40px !important;
}
.mejs-button {
    font-size: 10px !important;
    height: 55px !important;
    line-height: 50px !important;
}
.mejs-volume-button:hover > button:before, .mejs__speed-selector, .mejs-speed-selector, .mejs-speed-button:hover button, .mejs-playpause-button button {
    color: #44233b !important;
}
.mejs-volume-button{
	color: #44233b !important;
}
.mejs-playpause-button>button {
	background-color: #44233b !important;
    height: 45px !important;
    width: 45px !important;
    flex: 0 0 45px !important;
	border-radius: 100%;
}
.audios .series-item .title {
    flex: 0 0 auto;
    margin-left: 50px;
    position: relative;
    padding-bottom: 0px;
    flex: 0 0 auto;
    margin-left: 50px;
    position: relative;
    padding-bottom: 0px;
    width: 50%;
}
.wp-block-audio audio{
	display: none;
}
.audio-card-h .audioplayer *{
	display: none;
}
.audio-card-h .audioplayer-playpause a,
.audio-card-h .audioplayer-playpause{
	display: flex;
	margin: auto;
}
.audio-card-h .audioplayer-playpause {
    background: #fff0e3 !important;
}
.audio-card-h .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a::before,
.audio-card-h .audioplayer-playing .audioplayer-playpause a::before{
	color: var(--primary-color);
}
.wp-block-audio{
	margin-bottom: 0px;
}



/* language option disabled  */
#trp-floater-ls-current-language{
	display: none !important;
}
.gap-0{
	gap: 0 !important;
}
.donation-page .donate-img img {
    max-height: 100%;
    vertical-align: middle;
    object-fit: cover;
    max-height: 380px;
}
.donation-page .donate-img{
	margin-bottom: 0px;
}
.donation-page .wp-block-button__link{
	padding: 0px;
	background-color: transparent;
	text-decoration: none !important;
}
.donation-page .wp-block-button__link:hover{
	text-decoration: none;
}
.offline-donation .donate-img img {
    max-height: 320px;
}
.theme-primary-btn.p-0 .wp-block-button__link{
	padding: 10px 35px;
}
.theme-primary-btn.p-0{
	padding: 0px !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}
.become-a-volunteer h4 {
    font-family: var(--font-lora-medium);
    color: var(--theme-dark);
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}
.become-a-volunteer .content p {
    margin: 0px;
    text-align: left;
}
.become-a-volunteer .recommendation-card figure {
    margin: 0px;
}
.become-a-volunteer .recommendation-card figure img {
    min-height: 210px;
	object-fit: cover;
}
.become-a-volunteer textarea {
    height: 150px;
}
.text-light-yellow > p{
	color:var(--yellow-light) !important;	
}
.become-a-volunteer .audio-card-h {
    margin: 0px;
}
.sub-menu .menu-item.menu-item.current_page_item > a{
	color: var(--theme-dark) !important;
}
.sub-menu .menu-item.menu-item.current_page_item > a:hover{
	color: var(--primary-light-color) !important;
}
#register_volunteering {
    padding-top: 85px;
}
.translatepress-hi_IN .hi_IN,
.translatepress-en_US .en_US,
.translatepress-en_US .hi_IN.hindi-hide  {
    display: none;
}
.audio-control-show .audio-card-h .audioplayer *{
	display: flex;
}
.audio-control-show .audio-card-h audio{
	display: none !important;
}
.audio-control-show .audioplayer-volume-adjust > div{
	width: 30px;
}
.overflow-hidden{
	overflow: hidden;
}
.audioplayer-bar-loaded{
	display: none !important;
}
.audio-control-show .audioplayer-playpause {
	display: block !important;
    width: 48px;
    height: 48px;
	pointer-events: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
    margin: auto;
    flex: 0 0 100%;
    background: transparent !important;
    margin-bottom: 30px;
}
.audio-control-show .audioplayer-playpause > a{
	background: #fff0e3 !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
    margin: auto;
    flex: 0 0 100%;
	pointer-events: auto;

}
.audio-control-show .audioplayer{
	flex-wrap: wrap;
}
.audioplayer-playing .audioplayer-playpause a{
	justify-content: center;
}
.v-category-card {
	margin-bottom: 30px;
	position: relative;
}
.v-category-card .content{
	padding: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.v-category-card .content .play-btn{
	margin: auto;
}
.close_video_modal {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 99;
    background: #49263d;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video-modal .modal-content{
	/* background: transparent; */
    border: none;
}
.self-help .v-category-card  img {
    min-height: 250px;
    object-fit: cover;
    max-height: 250px;
    width: 100%;
    object-position: center top;
}
.program-item.news-item.program-small img.img-fluid {
    max-height: 362px;
}
.program-item-lg img.img-fluid {
    max-height: 450px;
}
.self-help-cat{
	position: relative;
}	
.self-help-cat .play-btn{
	position: absolute;
    top: -50%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translate(0%, 50%);
}
.program-img {
	position: relative;
	margin-right: 40px;
}
.program-img img{
	max-width: 100%;
}
.program-img .play-btn{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 40px;
}
.timelines .row:nth-child(even) .program-img .play-btn{
    right: 0px;
    left: 40px;
}
.video-testimonails img {
    max-height: 220px;
    min-height: 220px;
    object-fit: cover;
}
.video-modal{
	/* overflow-y: scroll !important; */
}
.modal-open {
    padding-right: 0px !important;
    overflow-y: scroll;
}
.v-category-content h4{
	font-family: 'lora_medium';
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--primary-color);
	font-size: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	min-height: 36px;
}
.v-category-content p{
	font-size: 14px !important;
}
.single-post .overlay-gradient{
	background-image: linear-gradient( 45deg ,#44233b, rgb(68 35 59 / 50%) ,#412236);
}
.single-post-content{
	padding: 20px 30px 40px;
	background-color: #fff;
	line-height: 1.8;
}
.single-post-content p{
	line-height: 1.8;
}
.single-post-content ul{
	margin: 0px;
	padding-left: 35px;
	margin-bottom: 30px;
}
.single-post-content .wp-block-quote{
	margin: 0px;
    padding-left: 20px;
    border-left: 3px solid;
    font-style: italic;
    font-weight: 500;
}
.single-post-content .wp-block-image,
.single-post-content .wp-block-gallery a{
	display: block !important;
}
.single-post-content .wp-block-gallery img {
    height: 200px !important;
}
.post-pagination {
	margin-top: 30px;
}
.post-pagination a {
    background-color: var(--primary-color);
    text-decoration: none;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 10px 25px !important;
    font-family: var(--poppins-medium);
    line-height: 1.5;
    color: #fff;
}
.post-pagination a:hover{
	background-color: var(--secondary-color);
}
.single-post-content h1,.single-post-content h2,.single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
    clear: both;
    font-family: var(--font-lora-medium);
    margin: 10px 0px 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.single .img img{
	max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.search .default-post img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.z-index-1{
	z-index: 1;
}
.page-banner .container{
	position: relative;
	z-index: 1;
}
.video-card .play-btn{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.search-no-results .d-grid {
    grid-template-columns: 1fr;
}
.no-results h5{
	line-height: 1.5;
}
.wp-block-embed__wrapper iframe{
	height: 500px;
}
.testimonials-carousel-1 .owl-nav{
	display: none !important; 
}
.testimonials-carousel-2.owl-carousel {
	margin-top: -30px;
}
/* .translatepress-hi_IN h1,
.translatepress-hi_IN h2,
.translatepress-hi_IN h3,
.translatepress-hi_IN h4,
.translatepress-hi_IN h5,
.translatepress-hi_IN h6,
.translatepress-hi_IN p,
.translatepress-hi_IN a{
	font-family: 'Vesper Libre', serif !important;
} */
.our-foundation-page figure {
    margin-bottom: 0px;
    margin-top: 0px;
}
.hightlight-card,
.highlights-carousel.owl-carousel .owl-item img {
    max-height: 400px;
	min-height: 400px;
    height: 400px;
}
.single-program .single-content ul{
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.single-program .img img {
    width: 90px;
    height: 90px;
    max-width: 90px;
}
.single-program .single-content .testimonail-card .inner-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.single-program .single-content .testimonail-card .inner-content.expand{
	display: block;
}
.testimonials .testimonail-card .show-less,
.testimonials .testimonail-card .show-more{
	color: var(--primary-light-color);
}
.owl-carousel .owl-item .testimonail-card  img {
    display: block;
    width: 100%;
    width: 90px;
    height: 90px;
    max-width: 90px;
	object-fit: cover;
}

