/*!
Theme Name: ABCEL - Enriching Life
Theme URI: https://www.adityabirla.com/
Author: Aditya Birla Group
Author URI: https://www.adityabirla.com/
Description: Custom WP theme created by Aditya Birla group.
Version: 1.0.0

*/

/*--------------------------------------------------------------
>>> 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	text-align: justify;
}

/**
 * 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.67em 0;
}

h4 {
	margin: 10px 0;
}

ul {
	list-style: none;
	margin-left: 20px;
	padding: 0;
}

ul li {
	margin-bottom: 10px;
}

ul li strong {
	color: var(--primaryred);
}

ul li:last-child {
	margin-bottom: 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;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0.9em;
}

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;
}

ol {
	margin: 0 0 1.5em 3em;
}

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:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-align: center;
	display: inline-block;
	min-width: 192px;
	background-color: var(--primaryred);
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--secondaryyellow);
	color: #383838;
}

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 {
	background-color: var(--secondaryyellow);
	color: #383838;
}

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,
.form-control {
	color: var(--textcolor);
	font-size: 18px;
	border: none;
	border-bottom: rgba(50, 50, 50, .5) solid 1px;
	border-radius: 0;
	padding: 5px 0;
}

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;
}

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;
}

.research_block {
	border: 1px solid #d3d3d3;
	margin-bottom: 30px;
}

.research_block .research_txt {
	background-color: #fef0d7;
	padding: 10px 15px;
	min-height: 210px;
}

.research_block a {
	color: #000;
}

.research_block a:hover {
	color: #77070b;
}

@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;
}

.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;
}


/*-- theme style --*/
:root {
	--primaryred: #9e1818;
	--secondaryyellow: #f9c732;
	--whitecolor: #fff;
	--textcolor: #383838;
	--black: #000000;
	--headlinecolor: #1b1b1b;
	--darkgray: #1c1c1c;
}




body {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	/*color: #5d5d5d;*/
	color: var(--black);
}

a,
a:hover {
	text-decoration: none;
}

a,
.blog-single-item {
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4 {
	font-family: 'Oxygen', sans-serif;
}

.hero-section h1,
.section-title h2,
.page-banner h1 {
	font-family: 'Oxygen', sans-serif;
}

.page-banner h3,
.page-content h2,
#newsletterModal h4,
.download-label h5 {
	font-family: 'Oxygen', sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

.gap {
	padding: 83px 0;
}

/*body:not(.home) .gap {
	padding: 65px 0;
}*/

img {
	max-width: 100%;
	height: auto;
}

.trending {
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.trendhead {
	background: var(--primaryred);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
	max-width: 185px;
	min-width: 185px;
}

.trendcontent {
	font-size: 15px;
	padding: 0 20px;
}

.trendcontent a {
	color: var(--primaryred);
}

@media screen and (min-width:1360px) {
	.container {
		max-width: 1200px;
	}
}

@media screen and (min-width:767px) {
	.text_md_justify {
		text-align: justify !important;
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 14px;
	}

	.focusgroup {
		text-align: center;
	}

	.star_text {
		padding-top: 30px !important;
	}

	.trending {
		flex-wrap: wrap;
	}

	.trendhead,
	.trendcontent {
		padding: 10px 15px;
		text-align: center;
		max-width: 100%;
		min-width: 100%;
	}

	/*body:not(.home) .gap {
		padding: 25px 0;
	}*/
}

/*-- header --*/
.notification-bar {
	font-size: 14px;
	background-color: var(--secondaryyellow);
	padding: 10px 0;
	text-align: center;
}

.site-header.fix-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	z-index: 99;
	background-color: var(--whitecolor);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.site-branding {
	padding: 10px 0;
	max-width: 170px;
}

.navigation-bar {
	padding: 6px 0;
}

.nav-btn {
	border-left: rgba(0, 0, 0, .2) solid 1px;
	padding-left: 10px;
}

.nav-btn .search-icon {
	color: var(--primaryred);
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 16px;
	padding: 4px;
	text-align: center;
	cursor: pointer;
}

.main-navigation a {
	color: #040404;
}

.main-navigation a:hover {
	color: var(--primaryred);
}

.navigation-bar .menu {
	justify-content: flex-end;
	align-items: center;
}

.main-navigation .menu>li {
	margin: 0;
}

.main-navigation .menu>li>a {
	padding: 0px 15px 0px 15px
}

.home-nav-btn {
	width: 32px;
	height: 20px;
	padding: 8px 0;
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	margin-right: 10px;
	position: relative;
}

.home-nav-btn:hover,
.home-nav-btn:focus,
.home-nav-btn:active {
	background-color: transparent;
}

.home-nav-btn span {
	width: 32px;
	height: 4px;
	background-color: var(--primaryred);
	border-radius: 4px;
	display: block;
	position: relative;
}

.home-nav-btn span::before,
.home-nav-btn span::after {
	content: "";
	width: 32px;
	height: 4px;
	background-color: var(--primaryred);
	border-radius: 4px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .2s ease-out;
}

.home-nav-btn.active span {
	background-color: transparent;
}

.home-nav-btn span::before {
	top: -8px;
}

.home-nav-btn span::after {
	top: 8px;
}

.home-nav-btn.active span::before {
	transform: rotate(45deg);
	top: 1px;
	height: 3px;
}

.home-nav-btn.active span::after {
	transform: rotate(-45deg);
	top: 1px;
	height: 3px;
}

.nav-btn a {
	color: #040404;
	padding: 9px 15px;
	border-radius: 30px;
	display: inline-block;
	min-width: 152px;
	text-align: center;
	margin-left: 15px;
}

.nav-btn a:first-clid {
	margin-left: 0;
}

.nav-btn a.login-btn {
	background-color: #fff;
	border: rgba(50, 50, 50, .2) solid 1px;
}

.nav-btn a.signup-btn {
	background-color: var(--secondaryyellow);
	border: var(--secondaryyellow) solid 1px;
}

.nav-btn a.login-btn:hover,
.nav-btn a.signup-btn:hover {
	color: #fff;
	background-color: var(--primaryred);
}

header button {
	min-width: inherit;
}

@media screen and (min-width:1025px) {
	.home-navigation .menu-home-page-menu-container {
		position: relative;
		opacity: 0;
		transform: translateX(10%);
		transition: all .35s ease-in-out;
		pointer-events: none;
	}

	.home-navigation.show-menu .menu-home-page-menu-container {
		opacity: 1;
		transform: translateX(0);
		pointer-events: auto;
	}
}

@media screen and (max-width: 1024px) {
	.home-navigation {
		width: 300px;
		height: 100%;
		color: #fff;
		background-color: var(--primaryred);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999999;
		transform: translateX(110%);
	}

	.home-navigation.show-menu {
		transform: translateX(0);
	}

	.home-navigation ul {
		display: block;
	}

	.home-navigation ul.menu li {
		border-bottom: rgba(255, 255, 255, .1) solid 1px;
	}

	.home-navigation ul.menu li a {
		display: block;
		padding: 8px 10px;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
	}

	.home-nav-btn.active {
		position: fixed;
		top: 11px;
		right: 4px;
		margin-right: 0;
		z-index: 99999999;
		transform: scale(.75) !important;
	}

	.mega-menu-open button.mega-toggle-animated {
		position: fixed;
		top: 10px;
		right: 0;
		z-index: 99999999;
		transform: scale(.6) !important;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after,
	.home-nav-btn.active span::before,
	.home-nav-btn.active span::after {
		background-color: #fff;
	}
}


@media screen and (max-width:1024px) {

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color: var(--primaryred);
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
		border-bottom: rgba(255, 255, 255, .1) solid 1px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
		width: 40px;
		text-align: center;
		border-left: rgba(255, 255, 255, .1) solid 1px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		padding: 0 0 0 10px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		position: fixed;
		max-width: 300px;
		left: auto !important;
		right: 0;
		top: 0;
		height: 100%;
		overflow: auto;
	}

}

@media screen and (max-width:767px) {
	.navigation-bar {
		padding: 6px 0;
	}

	.home .navigation-bar {
		padding: 8px 0;
	}

	.nav-btn a {
		min-width: auto;
		padding: 4px 8px;
		margin-left: 10px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
		width: 1000%;
	}

}

/*-- hero section --*/
.hero-section {
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 0;
	margin-bottom: 40px;
}

.hero-slider-section,
.page-banner-section {
	/*margin-bottom: 83px;*/
}

.hero-slide img,
.page-banner-section img {
	width: 100%;
}

.hero-section-new {
	margin-bottom: 40px;
}

.single-slide-block img {
	display: block;
	width: 100%;
	height: auto;
}

.hero-section h1 {
	color: var(--secondaryyellow);
	font-size: 52px;
	font-weight: 700;
	margin: 0 0 20px;
}

.hero-section ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.hero-section li {
	font-size: 26px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
}

.hero-section li span {
	width: 48px;
	margin-right: 15px;
}

.video-slide video {
	width: 100%;
	height: auto;
	object-fit: cover;

}

.video-slide {
	opacity: 0;
	transition: all .3s ease-out;
}

.video-slide.active {
	opacity: 1;
}

.hero-slider .hero-slide {
	display: none;
	visibility: hidden;
}

.hero-slider .hero-slide:first-child {
	display: block;
	visibility: visible;
}

.hero-slider.slick-initialized .hero-slide {
	display: block;
	visibility: visible !important;
}

/*-- intro section --*/
.intro-section h2 {
	color: #1b1b1b;
	font-size: 44px;
	font-weight: 700;
	margin: 0 0 35px;
}

.intro-section h2 span {
	color: var(--primaryred);
}

.intro-section h3 {
	font-size: 30px;
	font-weight: 600;
	color: #1b1b1b;
}

.theme-btn,
.theme-btn:visited,
.theme-btn:focus {
	text-align: center;
	display: inline-block;
	min-width: 192px;
	background-color: var(--primaryred);
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
}

.t-bottom .theme-btn {
	color: #181818;
	background-color: #e0e0e2;
}

.theme-btn:hover,
.t-bottom .theme-btn:hover {
	background-color: var(--secondaryyellow);
	color: #000;
}

.volunteers_section .theme-btn:hover {
	background-color: #971111;
	color: var(--secondaryyellow);
}


.yellow-btn {
	background-color: #ef860f;
	color: #fff;
}

.yellow-btn:hover {
	background-color: var(--primaryred);
	color: #fff;
}

a.theme-btn-simple {
	color: var(--primaryred);
}

a.theme-btn-simple span {
	color: #ea7028;
}

@media screen and (max-width:1200px) {
	.intro-section h2 {
		font-size: 34px;
	}
}

@media screen and (max-width:1200px) {
	.intro-section h2 {
		font-size: 28px;
	}
}

/* .section-title h2{
	font-size: 44px;
	font-weight: 500;
	margin-bottom: 20px;
} */
.section-title h3 {
	color: #1b1b1b;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-02 {
	color: #000000;
	background: rgb(252, 230, 163);
	background: -moz-linear-gradient(top, rgba(252, 230, 163, 1) 0%, rgba(249, 199, 50, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(252, 230, 163, 1) 0%, rgba(249, 199, 50, 1) 100%);
	background: linear-gradient(to bottom, rgba(252, 230, 163, 1) 0%, rgba(249, 199, 50, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fce6a3', endColorstr='var(--secondaryyellow)', GradientType=0);
}

.section-02 .container {
	padding-top: 50px;
}

.section-02 .section-text {
	padding-bottom: 35px;
}

.section-02 ol,
.sub-service-list ol {
	padding-left: 20px;
	margin-left: 0;
	max-width: 300px;
}

.section-02 ol li,
.sub-service-list ol li {
	padding: 12px 0;
	position: relative;
	border-bottom: var(--primaryred) solid 1px;
}

.section-02 ol li:last-child,
.sub-service-list ol li:last-child {
	border-bottom: none;
}

.section-02 ol li span {
	position: absolute;
	top: 15px;
	left: 0;
}

.section-img {
	position: absolute;
	bottom: 0;
	right: -1%;
	width: 65%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.section-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.section-01 .section-img {
	left: -1%;
	right: auto;
}

.section-01 .section-title h2 {
	font-size: 42px;
}

@media screen and (max-width:1200px) {

	.section-01 .section-title h2,
	.section-title h2 {
		font-size: 30px;
	}
}

@media screen and (max-width:991px) {
	.section-img {
		display: none;
	}

	.section-01 .section-title h2,
	.section-title h2 {
		font-size: 28px;
	}
}

@media screen and (max-width:640px) {
	.section-img {
		display: none;
	}

	.section-01 .section-title h2,
	.section-title h2 {
		font-size: 22px;
	}
}

.join-us {
	color: #000;
}

.join-us h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

.join-us-couse {
	position: relative;
	border: rgba(50, 50, 50, .2) solid 1px;
	border-radius: 20px;
	overflow: hidden;
}

.join-us-icon {
	width: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.join-us-icon {
	padding: 10px 15px 7px;
	background: rgb(223, 76, 40);
	background: -moz-linear-gradient(top, rgba(223, 76, 40, 1) 0%, rgba(214, 45, 39, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(223, 76, 40, 1) 0%, rgba(214, 45, 39, 1) 100%);
	background: linear-gradient(to bottom, rgba(223, 76, 40, 1) 0%, rgba(214, 45, 39, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df4c28', endColorstr='#d62d27', GradientType=0);
}

.join-us-icon img {
	margin-bottom: 5px;
}

.join-us-icon h4 {
	font-size: 20px;
	color: var(--secondaryyellow);
	margin: 0;
}

.join-us a {
	color: #383838;
}

.join-us-icon h4 a {
	color: var(--secondaryyellow);
}

.join-us-text {
	-webkit-width: calc(100% - 231px);
	width: calc(100% - 231px);
	padding: 35px;
}

.more,
.read {
	color: var(--primaryred);
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.read {
	font-weight: 400;
}

.more-text,
.read-text {
	display: none;
	margin-bottom: 15px;
}

.charting {
	padding: 35px 0 60px;
}

.charting .heading p {
	max-width: 732px;
	margin: 12px auto 0;
}

.charting_box {
	margin: 15px 0 23px;
	padding: 10px 45px 10px 5px;
}

.charting_box.c_border {
	min-height: 250px;
	border-right: 1px solid #000000;
}

.charting_box.chartbox_box_lets {
	margin: 40px 0 0 0;
	padding: 0 10px;
	min-height: auto;
}

.chartbox_upper {
	display: flex;
	padding-bottom: 30px;
}

.charting_box.chartbox_box_lets .chartbox_upper {
	padding-bottom: 15px;
}

.chartbox_upper h5 {
	font-size: 18px;
	font-weight: 700;
	color: #8e1413;
	font-family: 'Oxygen', sans-serif;
}

.c_icon {
	margin-right: 20px;
}

.enrichment {
	padding: 55px 0 20px;
}

.why_section {
	/*	padding: 58px 0 13px;*/
	padding: 55px 0px;
	background: linear-gradient(to right, #d42828 0%, #d42826 35%, #d62a28 35%, #d52e26 38%, #d83128 39%, #d63226 40%, #d8342a 41%, #d83627 42%, #d93529 42%, #da3829 43%, #d93a27 43%, #db3f29 45%, #da3e27 45%, #dc422a 46%, #dc4027 46%, #dd4329 47%, #dd4627 48%, #e04e29 50%, #e25327 53%, #e56028 57%, #e76a28 62%, #ea6b28 62%, #e86d27 64%, #eb6f29 64%, #ea7027 100%);
	color: #fff;
}

.why_section .xy_slider .slick-dots {
	margin: 0;
	position: relative;
}

.why_section .xy_slider .slick-dots li button {
	background-color: #fff;
}

.why_text ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.why_text ul li {
	padding-left: 35px;
	margin-bottom: 10px;
	position: relative;
}

.why_text ul li:last-child {
	margin-bottom: 0;
}

.why_text ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 18px;
	background: url('https://abcel.techshu.com/wp-content/uploads/2023/08/whyul_tick.png');
	background-size: cover;
}

.why_text .heading {
	margin-bottom: 25px;
}

.why_text .heading h2 {
	font-weight: 700;
	color: #fff;
}

.why_text .heading p {
	max-width: 376px;
	margin-top: 25px;
}

.why_section.why_text_two .heading p {
	margin: 0 0 10px 0;
}

.why_section.why_text_two .heading h2 {
	margin: 0 0 20px 0;
}

.explore_section {
	padding: 55px 0px;
}

.explore_section.explore_gap {
	padding: 33px 0 55px;
}

.explore_section .heading {
	margin: 0;
}

.exp_text {
	padding-left: 30px;
}

.explore_section.explore_gap .exp_text {
	padding-left: 10px;
}

/* .exp_text h2 {
	max-width: 465px;
} */
.exp_text p {
	max-width: 415px;
}

.white_strp {
	background-color: #fff;
	height: 1px;
}

@media screen and (max-width:991px) {
	.join-us-text {
		padding: 15px;
	}

	.join-us-icon {
		width: 180px;
	}

	.join-us-text {
		-webkit-width: calc(100% - 181px);
		width: calc(100% - 181px);
	}
}

@media screen and (max-width:767px) {
	.join-us-text {
		padding: 15px;
	}

	.join-us-icon,
	.join-us-text {
		width: 100%;
	}
}

.blogs .section-title {
	color: #000;
}

.blog-single-item {
	background-color: var(--secondaryyellow);
}

.blog-single-item:hover {
	background-color: var(--primaryred);
}

.blog-title a {
	display: block;
	padding: 15px 15px;
}

.blog-title h4 a {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	cursor: default;
}

.blog-single-item:hover .blog-title h4 a {
	color: #fff;
}

.blogs .slick-slide>div,
.blogs .slick-slide .blog-single-item {
	height: 100%;
}

.blog-slider .slick-slide {
	margin: 0 15px;
}

.slick-dots {
	padding: 0;
	margin: 10px auto;
	text-align: center;
	list-style: none;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots li button {
	font-size: 0;
	color: transparent;
	width: 12px;
	height: 12px;
	min-width: inherit;
	background-color: var(--primaryred);
	border: none;
	border-radius: 10px;
	padding: 0;
	opacity: .5;
}

.slick-dots li.slick-active button {
	opacity: 1;
}

.blog-slider .slick-list {
	margin: 0 -15px;
}

.site-footer {
	color: #000;
	/*background-color: var(--primaryred);*/
	/* border-bottom: var(--secondaryyellow) solid 3px; */
	padding: 42px 0;

	/* background: rgb(158,24,24);
	background: -moz-linear-gradient(45deg,  rgba(158,24,24,1) 50%, rgba(218,92,41,1) 100%); 
	background: -webkit-linear-gradient(45deg,  rgba(158,24,24,1) 50%,rgba(218,92,41,1) 100%); 
	background: linear-gradient(45deg,  rgba(158,24,24,1) 50%,rgba(218,92,41,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--primaryred)', endColorstr='#da5c29',GradientType=1 );  */
}

.newsletter-section {
	padding: 45px 0 0;
	margin-bottom: 50px;
}

.newsletter-section h2 {
	font-size: 30px;
}

.newsletter-section hr {
	width: 100%;
	height: 1px;
	background-color: #f9c732;
	border: none;
	margin: 40px 0 0;
}

.site-footer ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.site-footer li {
	margin-bottom: 12px;
}

.site-footer li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.site-footer li a:hover {
	color: #d09500;
}

.site-footer .widget-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-bottom: 20px;

}

.newsletter-section h2,
.footer-bottom h4.widget-title,
.social-links h4.widget-title {
	color: #9e1818;

	font-size: 21px;
}

.newsletter-section h2 {
	color: #000;
	font-size: 21px;
}

.newsletter-section .theme-btn {
	padding: 0;
	font-size: 21px;
	width: 374px;
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	letter-spacing: 2px;
}

.footer-bottom a {
	color: #000;
}

.footer-bottom .contct-us {
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-address {
	font-size: 14px;
	font-weight: 300;
}

.copyright-text {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.social-links a {
	font-size: 18px;
	text-align: center;
	color: #b85a5a;
	width: 40px;
	height: 40px;
	border: #b85a5a solid 2px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 5px 2px;
}

.social-links a:hover {
	color: #d09500;
	border-color: #d09500;
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-menu li a,
.social-links span {
	font-size: 18px;
	color: #000;
}

.footer-menu li a {
	font-weight: 600;
}

.social-links span {
	display: inline-block;
	margin-right: 15px;
}

.divider-line {
	width: 3px;
	height: 75%;
	background-color: var(--primaryred);
}

.mail-icon {
	display: inline-block;
	color: var(--primaryred);
	margin-right: 6px;
}

a.mail-us {
	color: #000;
}

.site-main {
	min-height: 40vh;
}

.join-the-movement {
	color: #000;
}

#newsletterModal .modal-content {
	border-radius: 10px;
	overflow: hidden;
}

.modal-header {
	background-image: url(images/modal-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	border: none;
	padding-bottom: 30px;
}

#newsletterModal .btn-close {
	min-width: inherit;
	font-size: 14px;
	padding: 9px;
	position: absolute;
	top: 8px;
	right: 7px;
}

.mobal-logo {
	background-color: #fff;
	width: 130px;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	margin-top: -16px;
	box-shadow: rgba(50, 50, 50, 0.2) 0px 7px 29px 0px;
}



#newsletterModal .modal-title {
	font-weight: 700;
	margin-left: 25px;
	font-size: 30px;
	color: #fff;
}

#newsletterModal h4 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 400;
}

#newsletterModal .modal-body {
	padding: 30px;
}

.modal-footer {
	background-color: rgba(50, 50, 50, 0.1);
	box-shadow: 0 0 12px 1px rgba(50, 50, 50, .05) inset;
}

.modal-footer button,
.modal-footer a {
	text-align: center;
	font-weight: 600;
	display: inline-block;
	min-width: 130px;
	border: var(--primaryred) solid 2px;
	color: var(--primaryred);
	padding: 6px 20px;
	border-radius: 30px;
	margin: 0 10px;
}

.modal-footer a.btn-continue {
	background-color: var(--primaryred);
	color: #fff;
}

.modal-footer button:hover,
.modal-footer a.btn-continue:hover {
	background-color: var(--secondaryyellow);
	color: #000;
	border-color: var(--secondaryyellow);
}

@media screen and (min-width:991px) {
	#newsletterModal .modal-dialog {
		max-width: 600px;
	}
}

@media screen and (max-width:1200px) {
	.newsletter-section h2 {
		font-size: 22px;
	}
}

@media screen and (max-width:991px) {
	.site-footer {
		padding: 0 0 45px;
	}

	.footer-address {
		width: 100%;
	}

	.footer-menu ul {
		justify-content: center;
	}

	.footer-menu li {
		margin: 0 10px 10px;
	}

	.footer-menu li a {
		font-size: 16px;
	}

	.footer-top,
	.copyright-text {
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.mobal-logo {
		width: 80px;
	}

	#newsletterModal .modal-title {
		font-size: 26px;
		margin-top: -10px;
	}

	#newsletterModal h4 {
		font-size: 20px;
	}

	.newsletter-section h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.newsletter-section .theme-btn {
		font-size: 16px;
	}
}

@media screen and (max-width:380px) {
	.social-links span {
		display: block;
		margin: 15px auto;
	}
}

/*-- inner page banner --*/
.page-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.page-banner::before {
	content: "";
	background-color: var(--primaryred);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30vw;
	height: 100%;
	display: block;
	z-index: 1;
}

.banner-overlay {
	position: relative;
}

.banner-overlay::after {
	content: "";
	width: 30vw;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	z-index: 1;
	background-image: url(images/banner-cutting.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% 80%;
}

.banner-overlay-inner {
	padding: 100px 0;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: -moz-linear-gradient(left, rgba(158, 24, 24, 1) 30%, rgba(158, 24, 24, 0) 31%);
	background: -webkit-linear-gradient(left, rgba(158, 24, 24, 1) 30%, rgba(158, 24, 24, 0) 31%);
	background: linear-gradient(to right, rgba(158, 24, 24, 1) 30%, rgba(158, 24, 24, 0) 31%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryred)', endColorstr='#009e1818', GradientType=1);
}

.banner-overlay-inner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 70%;
	height: 120%;
	transform: translate(0, -28%) rotate(-45deg);

	background: rgb(158, 24, 24);
	background: -moz-linear-gradient(105deg, rgba(158, 24, 24, 1) 40%, rgba(234, 112, 40, .75) 99%);
	background: -webkit-linear-gradient(105deg, rgba(158, 24, 24, 1) 40%, rgba(234, 112, 40, .75) 99%);
	background: linear-gradient(105deg, rgba(158, 24, 24, 1) 40%, rgba(234, 112, 40, .75) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryred)', endColorstr='#ea7028', GradientType=1);
}

.banner-content {
	position: relative;
	z-index: 4;
}

.page-banner h1 {
	font-size: 50px;
	color: var(--secondaryyellow);
	margin: 0 0 5px;
}

.page-banner h3 {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

.page-content h2 {
	color: #1b1b1b;
	font-size: 44px;
	font-weight: 900;
}



@media screen and (max-width:1200px) {
	.page-banner h1 {
		font-size: 40px;
	}

	.page-banner h3 {
		font-size: 22px;
	}

	.page-content h2 {
		font-size: 38px;
	}

	.banner-overlay-inner {
		min-height: 310px;
	}
}

@media screen and (max-width:991px) {
	.page-banner h1 {
		font-size: 34px;
	}

	.page-banner h3 {
		font-size: 18px;
	}

	.page-content h2 {
		font-size: 30px;
	}

	.banner-overlay-inner {
		padding: 70px 0;
		min-height: inherit;
	}
}

@media screen and (max-width:767px) {
	.banner-overlay-inner {
		margin-right: -15px;
	}

	.banner-overlay-inner::before {
		width: 100%;
		height: 100%;
		transform: none;
	}

	.banner-overlay::after {
		display: none;
	}

	.page-banner h1 {
		font-size: 24px;
	}

	.page-banner h3 {
		font-size: 14px;
	}
}

/*-- join as  --*/
.join-as-role .t-top {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	border-radius: 10px;
	background: rgb(158, 24, 24);
	background: -moz-linear-gradient(-45deg, rgba(158, 24, 24, 1) 0%, rgba(234, 112, 40, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(158, 24, 24, 1) 0%, rgba(234, 112, 40, 1) 100%);
	background: linear-gradient(135deg, rgba(158, 24, 24, 1) 0%, rgba(234, 112, 40, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryred)', endColorstr='#ea7028', GradientType=1);
	margin-bottom: 30px;
}

.join-as-role .t-top>div,
.t-bottom>div {
	padding: 11px 20px;
}

.role-img {
	width: 10%;
}

.role-name {
	font-size: 17px;
	font-weight: 600;
	text-decoration: underline;
	width: 17%;
}

.role-des {
	width: 52%;
}

.role-link {
	width: 21%
}

.t-bottom {
	margin-bottom: 15px;
	border: rgba(50, 50, 50, .2) solid 1px;
}

.tab-nav {
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: #1b1b1b solid 1px;
}

.tab-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.tab-nav ul li {
	color: var(--primaryred);
	font-size: 30px;
	font-weight: 700;
	padding: 0 16px 0 0;
	margin: 0 10px 0 0;
	position: relative;
	cursor: pointer;
}

.tab-nav ul li::before {
	content: "";
	width: 4px;
	height: 30px;
	background-color: var(--primaryred);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.tab-nav ul li:last-child::before {
	display: none;
}

.tab-single {
	display: none;
}

.tab-single:first-child {
	display: block;
}

@media screen and (max-width:1200px) {
	.role-img {
		width: 10%;
	}

	.role-name {
		width: 20%;
	}

	.role-des {
		width: 40%;
	}

	.role-link {
		width: 30%
	}
}

@media screen and (max-width:991px) {
	.role-img {
		width: 15%;
	}

	.role-name {
		width: 85%;
	}

	.role-des {
		width: 100%;
	}

	.role-link {
		width: 100%
	}
}

@media screen and (max-width:767px) {

	.role-img,
	.role-name {
		width: 100%;
	}

	.t-bottom>div {
		text-align: center;
		justify-content: center;
	}
}


div.tnp-subscription {
	border-bottom: var(--secondaryyellow) solid 4px;
	border-radius: 5px;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	padding: 25px;
}

body .tnp-subscription input[type="text"],
body .tnp-subscription input[type="email"],
body .tnp-subscription input[type="submit"],
body .tnp-subscription select,
body .tnp-subscription textarea,
body .tnp-profile input[type="text"],
body .tnp-profile input[type="email"],
body .tnp-profile select,
body .tnp-profile textarea {
	border-bottom: 1px solid #222;
}

/*-- about us page --*/
.red_txt,
.intro-section h2.red_txt,
body:not(.home) .section-title h2.red-txt {
	color: var(--primaryred);
}

body:not(.home) .section-title h2 {
	font-weight: 600;
	color: #1b1b1b;
}


.focus-block,
.yellow-gradient-bg {
	background: rgb(253, 237, 189);
	background: -moz-linear-gradient(top, rgba(253, 237, 189, 1) 0%, rgba(249, 199, 50, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(253, 237, 189, 1) 0%, rgba(249, 199, 50, 1) 100%);
	background: linear-gradient(to bottom, rgba(253, 237, 189, 1) 0%, rgba(249, 199, 50, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdedbd', endColorstr='var(--secondaryyellow)', GradientType=0);
}

.focus-block {
	padding: 50px 0;
}

.chairman-img {
	max-height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
}

.chairman-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	pointer-events: auto;
}

.join-box-wrap:nth-child(odd) {
	justify-content: start;
}

.join-box-wrap:nth-child(even) {
	justify-content: end;
}

.join-as-box {
	color: #fff;
	position: relative;
	max-width: 450px;
	padding: 40px 0;
	border-radius: 15px;

	background: rgb(158, 24, 24);
	background: -moz-linear-gradient(45deg, rgba(212, 53, 52, 1) 50%, rgba(218, 92, 41, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(212, 53, 52, 1) 50%, rgba(218, 92, 41, 1) 100%);
	background: linear-gradient(45deg, rgba(212, 53, 52, 1) 50%, rgba(218, 92, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryred)', endColorstr='#da5c29', GradientType=1);
}

.join-as-title {
	background-color: var(--primaryred);
	border-radius: 20px;
	margin-left: -25px;
	width: 100%;
}

.join-as-title h2 {
	color: var(--secondaryyellow);
	margin: 0;
	position: relative;
	padding: 9px 55px 9px 30px;
}

.join-as-title span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.join-text {
	padding: 30px;
}

.btn-block {
	padding: 0 30px;
}

.join-as-box .theme-btn {
	background-color: var(--secondaryyellow);
	color: var(--black);
}

.join-as-box .theme-btn:hover {
	background-color: var(--primaryred);
	color: var(--whitecolor);
}

.member-block {
	width: 215px;
}

.member-img {
	width: 215px;
	width: 215px;
	border-radius: 50%;
	position: relative;
	padding: 7px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.member-info h5,
.member-info {
	font-weight: 600;
	color: var(--black);
}

.media-block {
	border-left: rgba(0, 0, 0, 0.3) solid 1px;
	padding: 0 0 15px 10px;
}

.media-block h5 a {
	font-size: 22px;
	color: #1e1e1e;
}

.media-title {
	min-height: 255px;
	padding: 10px;
	margin-bottom: 15px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.media-block .post-date {
	background: rgb(158, 24, 24);
	background: -moz-linear-gradient(45deg, rgba(212, 53, 52, 1) 50%, rgba(218, 92, 41, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(212, 53, 52, 1) 50%, rgba(218, 92, 41, 1) 100%);
	background: linear-gradient(45deg, rgba(212, 53, 52, 1) 50%, rgba(218, 92, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryred)', endColorstr='#da5c29', GradientType=1);
	border-left: #d42827 solid 4px;
}

.media-block .post-date a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 5px 20px 5px 15px;
}

.media-block .post-date a span {
	font-size: 20px;
	color: var(--secondaryyellow);
}

/*-- our mission --*/
.values {
	background: rgb(253, 237, 189);
	background: -moz-linear-gradient(top, rgba(253, 237, 189, 1) 0%, rgba(249, 199, 50, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(253, 237, 189, 1) 0%, rgba(249, 199, 50, 1) 100%);
	background: linear-gradient(to bottom, rgba(253, 237, 189, 1) 0%, rgba(249, 199, 50, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdedbd', endColorstr='var(--secondaryyellow)', GradientType=0);
}

.value-box {
	color: var(--whitecolor);
	max-width: 335px;
	height: 100%;
	padding: 40px;
	border-radius: 20px;
	background: rgb(158, 24, 24);
	background: -moz-linear-gradient(45deg, rgba(212, 53, 52, 1) 30%, rgba(218, 92, 41, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(212, 53, 52, 1) 30%, rgba(218, 92, 41, 1) 100%);
	background: linear-gradient(45deg, rgba(212, 53, 52, 1) 30%, rgba(218, 92, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryred)', endColorstr='#da5c29', GradientType=1);
}

.value-box h3 {
	color: var(--secondaryyellow);
	border-bottom: var(--whitecolor) solid 1px;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.values img {
	border-radius: 20px;
}

.service-img-right {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}

.service-img-right img {
	pointer-events: auto;
}

@media screen and (max-width: 1400px) {
	.service-img-right {
		width: 35%;
	}
}

@media screen and (max-width: 1200px) {
	.service-img-right {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body:not(.home) .service-details.gap {
		padding-top: 20px;
	}

	.value-box {
		max-width: 100%;
	}
}

/*-- media page --*/
.reach-icon {
	width: 81px;
	min-width: 81px;
}

.download-block {
	overflow: hidden;
	border-radius: 10px;
}

.download-label {
	min-height: 60px;
	color: var(--whitecolor);
	padding: 5px 185px 5px 10px;
	position: relative;
	background: rgb(158, 24, 24);
	background: -moz-linear-gradient(45deg, rgba(158, 24, 24, 1) 50%, rgba(218, 92, 41, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(158, 24, 24, 1) 50%, rgba(218, 92, 41, 1) 100%);
	background: linear-gradient(45deg, rgba(158, 24, 24, 1) 50%, rgba(218, 92, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--primaryred)', endColorstr='#da5c29', GradientType=1);
}

.download-label h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.download-label a {
	display: block;
	width: 150px;
	height: 46px;
	border: rgb(255, 255, 255) solid 1px;
	border-radius: 25px;
	text-align: center;
	color: #fff;
	padding: 9px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}

.journalist-resources .col-12 .row,
.journalist-resources .col-12 .col-12 {
	height: 100%;
}

.highlight-box {
	height: 100%;
	padding: 20px 12px;
	border: rgba(0, 0, 0, .2) solid 1px;
	border-radius: 15px;
}

.highlight-box h6 {
	font-size: 16px;
	font-weight: 600;
}

.highlight-box img {
	border-radius: 10px;
}

.single-latest-blog {
	border-top: var(--primaryred) solid 1px;
}

.single-latest-blog:last-child {
	border-bottom: var(--primaryred) solid 1px;
}

.single-latest-blog a {
	color: var(--textcolor);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 10px;
}

.single-latest-blog a span {
	display: block;
	max-width: 290px;
}

.single-latest-blog i {
	color: #ea7028;
	font-size: 12px;
}

.single-latest-blog a:hover {
	color: var(--whitecolor);
	background-color: var(--primaryred);
}

.media-link a {
	display: block;
	position: relative;
}

.media-link a .overlay-block {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
}

.media-link a h4 {
	font-size: 22px;
	font-weight: 600;
	color: var(--whitecolor);
	margin: 0;
}

@media screen and (max-width:1200px) {
	.media-link a h4 {
		font-size: 18px;
	}
}

@media screen and (max-width:991px) {
	.join-as-title {
		margin-left: -10px;
	}

	.chairman-img {
		left: auto;
	}
}

@media screen and (max-width:767px) {

	.journalist-resources .col-12 .row,
	.journalist-resources .col-12 .col-12,
	.highlight-box {
		height: auto;
	}

	.join-box-wrap:nth-child(odd),
	.join-box-wrap:nth-child(2n) {
		justify-content: center;
	}

	.media-title {
		min-height: auto;
	}

	.chairman-img {
		display: none;
	}

}

/*-- Chairman's Message --*/
.quote-block {
	color: #707070;
	background-image: url(images/quote-icon-01.png), url(images/quote-icon-02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	padding: 25px 0;
}

.person-info h4 {
	font-size: 24px;
	font-weight: 600;
	color: #1b1b1b;
	margin-bottom: 0;
}

.person-designation {
	font-size: 22px;
	font-weight: 600;
	color: #7d7d7d;
}

/*-- contact us page --*/
.tab-form .tab-nav,
.tab-opportunity .tab-nav {
	padding-bottom: 0;
	margin-bottom: 4em;
	border-bottom: none;
	display: flex;
	justify-content: center;
}

.tab-form .tab-nav ul,
.tab-opportunity .tab-nav ul {
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
	border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
}

.tab-form .tab-nav ul li,
.tab-opportunity .tab-nav ul li {
	color: #666;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 15px;
	margin: 0;
	position: relative;
	cursor: pointer;
	background-color: #e5e5e5;
	width: 400px;
	height: 60px;
	text-align: center;
	border-radius: 15px 15px 0 0;
}

.tab-opportunity .tab-nav ul li {
	font-size: 18px;
	margin: 0 3px;
}

.tab-form .tab-nav ul li::before,
.tab-opportunity .tab-nav ul li::before {
	display: none;
}

.tab-form .tab-nav ul li.active,
.tab-opportunity .tab-nav ul li.active {
	color: var(--black);
	background: linear-gradient(to right, #ffc503 0%, #f2932b 100%);
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}

.contact-form-wrap .wpcf7-form-control-wrap {
	margin-bottom: 1.5em;
}

.contact-form-wrap h3 {
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 0.6em;
	font-weight: 600;
}

.contact-form-wrap textarea {
	resize: none;
}

.contact-form-wrap .form-control,
.contact-form-wrap .with-label label {
	color: #1c1c1c;
	font-size: 15px;
	padding-left: 10px;
	border-bottom: rgba(50, 50, 50, .2) solid 1px;
}

.form-control:focus {
	box-shadow: none !important;
}

.contact-form-wrap .with-label {
	margin-bottom: 1.2em;
}

.contact-form-wrap .with-label p {
	display: flex;
}

.contact-form-wrap .with-label label {
	min-width: 170px;
	padding-top: 4px;
}

.contact-form-wrap .with-label .wpcf7-form-control-wrap {
	-webkit-width: calc(100% - 171px);
	width: calc(100% - 171px);
	margin-bottom: 0;
}

.agree-box .wpcf7-list-item-label {
	font-size: 14px;
}

.contact-form-wrap ::-webkit-input-placeholder {
	color: #1c1c1c !important;
	opacity: 1 !important;
}

.contact-form-wrap ::-moz-placeholder {
	color: #1c1c1c !important;
	opacity: 1 !important;
}

.contact-form-wrap :-ms-input-placeholder {
	color: #1c1c1c !important;
	opacity: 1 !important;
}

.contact-form-wrap :-moz-placeholder {
	color: #1c1c1c !important;
	opacity: 1 !important;
}

.select-drop select {
	background-image: url(images/select-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 10px;
}

.contact-form-wrap [type="checkbox"] {
	width: 23px;
	height: 23px;
	vertical-align: middle;
}

.contact-form-wrap input[type="submit"] {
	/*width: 100%;*/
	min-width: 160px;
	padding: 8px;
	font-size: 24px;
	margin: 0 auto;
}

.contact-information .section-title h2 {
	font-size: 24px;
	margin: 0 50px 0 0;
}

.contact-information .email-us a {
	display: inline-block;
	font-weight: 400;
	color: var(--black);
	background-image: url(images/mail-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
}


.contact-form-wrap .with-label label small {
	display: block;
	color: #666;
	line-height: 15px;
}

.contact-information p {
	color: #555555;
	font-weight: 600;
}

@media screen and (max-width:1200px) {
	.tab-form .tab-nav ul li {
		width: 300px;
	}
}

@media screen and (max-width:991px) {
	.tab-form .tab-nav ul li {
		width: 250px;
		height: 55px;
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.tab-form .tab-nav ul li {
		width: 195px;
		height: 46px;
		font-size: 16px;
		padding: 12px 10px;
	}

	.contact-form-wrap .wpcf7-form-control-wrap {
		margin-bottom: 1.5em;
	}

	.contact-form-wrap .with-label p {
		flex-wrap: wrap;
	}

	.contact-form-wrap .with-label label,
	.contact-form-wrap .with-label .wpcf7-form-control-wrap {
		width: 100%;
	}

	.contact-information .section-title h2 {
		margin: 0 0 20px;
	}

	.contact-information .email-us {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 460px) {
	.tab-form .tab-nav ul li {
		width: 146px;
		height: 40px;
		font-size: 13px;
		padding: 12px 9px;
	}
}

/*-- service listing page --*/
.single-service-block {
	margin-bottom: 55px;
}

.service-text {
	-webkit-width: calc(100% - 501px);
	width: calc(100% - 501px);
}

.service-text-inner {
	background-color: #ebebeb;
	padding: 70px 50px;
	border-radius: 25px 0 0 25px;
	position: relative;
}

.service-text-inner::before {
	content: "";
	width: 100px;
	height: 100%;
	background-color: #ebebeb;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -99px;
	z-index: 1;
}

.service-text h2 {
	font-size: 30px;
	font-weight: 600;
	color: var(--headlinecolor);
	margin-bottom: 15px;
}

.service-image {
	width: 500px;
	position: relative;
	z-index: 5;
}

.single-service-block:nth-child(even) .service-image {
	order: 1;
}

.single-service-block:nth-child(even) .service-text {
	order: 2;
}

.single-service-block:nth-child(even) .service-text-inner {
	border-radius: 0 25px 25px 0;
}

.single-service-block:nth-child(even) .service-text-inner::before {
	left: -100px;
	right: auto;
}

@media screen and (max-width: 1200px) {
	.service-text-inner {
		padding: 40px 30px;
	}

	.service-image {
		width: 300px;
	}

	.service-text {
		-webkit-width: calc(100% - 301px);
		width: calc(100% - 301px);
	}
}

@media screen and (max-width: 1024px) {
	.service-image {
		width: 250px;
	}

	.service-text {
		-webkit-width: calc(100% - 251px);
		width: calc(100% - 251px);
		padding-top: 30px;
	}

	.service-text-inner {
		padding: 30px 20px;
	}

	.service-text h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	body:not(.home) .service-list.gap {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.service-list {
		overflow: hidden;
	}

	.service-image,
	.service-text {
		width: 100%;
	}

	.service-text {
		padding: 0;
		margin-top: -25px;
	}

	.service-text-inner {
		padding: 45px 20px 30px 20px;
	}

	.single-service-block:nth-child(odd) .service-image {
		padding-left: 30px;
	}

	.single-service-block:last-child {
		margin-bottom: 25px;
	}

	.service-text h2 {
		font-size: 22px;
	}
}

.hero-section-new {
	position: relative;
}

/* .animated_block {position: absolute;right: 23.5%;top: 25%;z-index: 2;} */
/* .animated_block { width: 100%; position: absolute;left:0;top: 25%; z-index: 2;} */
.animated_block {
	width: 100%;
	position: absolute;
	left: 0;
	top: 2%;
	z-index: 2;
	display: none;
}

.active .animated_block {
	display: block;
}

.animated_block2 {
	top: 0%;
}

.animated_block3 {
	top: 0%;
}

.animated_block4 {
	top: 1%;
}

/*.hero-section-new .carousel-indicators {bottom: -55px;}*/
.hero-section-new .carousel-indicators {
	z-index: 99;
}

.hero-section-new .carousel-indicators button {
	width: 12px;
	height: 12px;
	background-color: #9e1818;
	border-radius: 50%;
	margin: 0 5px;
	border: 0;
	outline: none;
	min-width: 12px;
}

.hero-section-new .carousel-item img {
	width: 100%;
	height: auto;
}

/*@media screen and (max-width: 1199px) {
	.animated_block {
		right: 20.5%;
		top: 18%;
	}
}

 @media screen and (max-width: 991px) {
	.animated_block {
		right: 22.5%;
		top: 20%;
		max-width: 76px;
	}
}

@media screen and (max-width: 767px) {
	.animated_block {
		max-width: 65px;
	}
} 

@media screen and (max-width: 575px) {
	.animated_block {
		right: 16.5%;
		top: 13%;
		max-width: 54px;
	}
}*/



/* new home */
.heading h2 {

	font-family: 'Oxygen', sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #1b1b1b;
	margin: 0;
	letter-spacing: 1px;
	margin-bottom: 35px;
}

.heading h2 span {
	color: #9e1818;
}

.heading p {
	margin-top: 12px;
	margin-bottom: 50px;
}

.join {
	padding: 0 0 40px 0;
}

.join_video {
	text-align: center;
}

.join .text_block {
	padding-right: 30px;
}

.join .text_block p strong {
	color: #9e1818;
	font-weight: 700;
}

.user_groups .heading h2 {
	margin-bottom: 15px;
}

.define {
	padding: 40px 0 55px 0;
}

.define_tab {
	border: none;
}

.define_tab .nav-tabs {
	background-color: #eeeeee;
	margin: 0;
	/*justify-content: space-between;*/
	border-bottom: none;
	/*border-bottom: 1px solid #df4b28;border-top: 1px solid #df4b28;*/
}

.define_tab .nav-tabs li.nav-item {
	flex: 1 1 0px;
	border-bottom: 1px solid #d62d27;
	margin-bottom: 0;
}

.define_tab .nav-link {
	width: 100%;
	position: relative;
	border-radius: 0;
	border: 0;
	margin: 0;
	/*border-bottom: 3px solid transparent;*/
	font-size: 16px;
	font-weight: 400;
	color: #040404;
	padding: 0.5rem 1.5rem;
	min-width: inherit;
	text-align: left;
}

.define_tab .nav-link.active,
.define_tab .nav-link:hover {
	/*border-color: #e04f28;*/
	color: #fff;
	background: rgb(217, 56, 40);
	background: -moz-linear-gradient(left, rgba(217, 56, 40, 1) 18%, rgba(217, 56, 40, 1) 18%, rgba(217, 56, 40, 1) 18%, rgba(226, 85, 40, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(217, 56, 40, 1) 18%, rgba(217, 56, 40, 1) 18%, rgba(217, 56, 40, 1) 18%, rgba(226, 85, 40, 1) 100%);
	background: linear-gradient(to right, rgba(217, 56, 40, 1) 18%, rgba(217, 56, 40, 1) 18%, rgba(217, 56, 40, 1) 18%, rgba(226, 85, 40, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d93828', endColorstr='#e25528', GradientType=1);
}

.define_tab .nav-link::before {
	content: "";
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(images/active-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	opacity: 0;
	pointer-events: none;
}

.define_tab .nav-link::after {
	content: "";
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url(images/active-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	opacity: 0;
	pointer-events: none;
	transform: rotate(180deg);
}

.define_tab .nav-item:first-child .nav-link::after,
.define_tab .nav-item:last-child .nav-link::before {
	content: none;
}

.define_tab .nav-link.active::before,
.define_tab .nav-link:hover::before,
.define_tab .nav-link.active::after,
.define_tab .nav-link:hover::after {
	opacity: 1;
}

.define_tab .tab-content {
	border: 1px solid #d3d3d3;
	border-top: none;
}

.tb_cont_inn {
	padding: 15px;
}

.tb_cont_inn {
	font-size: 14px;
	line-height: 20px;
}

.tb_img {
	border: 2px solid #b9b9b9;
}

.tb_img img {
	width: 100%;
}

.life_enriching_sec {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 62% 100%;
	padding: 0 0 55px 0;
}

.life_enrichingflex {
	display: flex;
}

.life_enriching_sec .score_img {
	margin-bottom: 20px
}

.life_enriching_sec .heading h2 a {
	color: #1b1b1b;
	border: #9e1818 solid 2px;
	padding: 5px 16px;
	border-radius: 30px;
	margin-top: 15px;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.life_enriching_sec .heading h2 a:hover {
	color: #fff;
	background-color: #9e1818;
}

.life_enriching_sec .heading h2 a:hover span {
	color: #fff;
}

.xy_slider .slick-dots {
	margin: 0 auto;
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 50%;
	text-align: left;
	padding-left: 30px;
}

.xy_slider .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 1;
	background-color: #a9a9a9;
}

.xy_slider .slick-dots li.slick-active button {
	background-color: #b21b1b;
}

.xy_heading {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'Oxygen', sans-serif;
	padding-left: 0;
}

.xy_heading span {
	color: #9e1818;
}

.navsliderwrap .more-link {
	padding: 0;
}

.score_block {
	max-width: 415px;
}

.score_img {
	text-align: center;
	margin-bottom: 35px;
}

.score_block p {
	text-align: center;
}

.score_block p strong {
	color: #9e1818;
	font-weight: 700;
}

.shape {
	position: absolute;
	left: -127px;
	bottom: -22px;
}

.ladyimg {
	width: 54%;
	position: relative;
}

.phoneimg {
	position: absolute;
	width: calc(47% + 14px);
	right: 32px;
	bottom: 4%;
	overflow: hidden;
	border-radius: 33px;
	background: white;
}

.phoneimg img {
	width: 100%;
}

.imgslideleft {
	width: 70%;
}

.textslideright {
	width: 30%;
	position: relative;
}

.slider_wrap {
	position: absolute;
	width: 47%;
	right: 38px;
	bottom: calc(4% + 4px);
	border-radius: 25px;
	overflow: hidden;
}

.textslideright .slick-dots {
	text-align: left;
	padding-left: 0;
	margin: 0;
}

.navsliderwrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
}

.communityimg {
	background-color: #f0efef;
	position: relative;
}

.community-action-wrap {
	position: relative;
	padding: 30px 0;
}

.community-action {
	padding: 50px 35px;
	border: #fff solid 4px;
}

.community-action-text {
	max-width: 500px;
}

.community-action-text p {
	font-weight: 600;
	color: #4d4d4d;
}

.comimage-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% - 480px);
}

.comimage-wrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.xy_slidernav .slick-dots li button {
	background: #a9a9a9;
}

.xy_slidernav .slick-dots li.slick-active button {
	background: #b21b1b;
}

.user_groups {
	padding: 55px 0;
}

.ug_block {
	position: relative;
}

.ug_block_img {
	max-height: 193px;
	min-height: 193px;
	overflow: hidden;
}

.ug_block_text {
	padding: 15px;
}

.ug_block_text p {
	font-size: 14px;
	color: #383838;
}

.ug_block:hover .ug_block_text {
	background-color: #e4e4e4;
}

@media screen and (max-width:1360px) {
	.comimage-wrap {
		width: auto;
		height: 100%;
	}

	.community-action-text {
		position: relative;
		z-index: 2;
	}

	.communityimg::after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	.community-action-text .heading h2,
	.community-action-text p {
		color: #fff;
	}

	.comimage-wrap img {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width:1200px) {
	.life_enriching_sec {
		background-size: 55% 100%;
	}

	.shape {
		left: -170px;
	}

	.slider_wrap {
		bottom: calc(4% + 2px);
	}

	.life_enrichingflex {
		flex-direction: column;
	}

	.navsliderwrap {
		position: static;
	}

	.imgslideleft,
	.textslideright {
		width: 80%;
	}

	.xy_heading,
	.navsliderwrap .more-link {
		padding-left: 0;
		margin-top: 30px;
		text-align: center;
	}

	.textslideright .slick-dots {
		padding-left: 0;
		text-align: center;
	}
}

@media screen and (max-width:991px) {
	.life_enriching_sec {
		background-size: 100% auto;
	}
}

.volunteers_section {
	padding: 40px 0;
	background: #f9c93a;
	/*background: -moz-linear-gradient(left,  #d42828 0%, #d42826 35%, #d62a28 35%, #d52e26 38%, #d83128 39%, #d63226 40%, #d8342a 41%, #d83627 42%, #d93529 42%, #da3829 43%, #d93a27 43%, #db3f29 45%, #da3e27 45%, #dc422a 46%, #dc4027 46%, #dd4329 47%, #dd4627 48%, #e04e29 50%, #e25327 53%, #e56028 57%, #e76a28 62%, #ea6b28 62%, #e86d27 64%, #eb6f29 64%, #ea7027 100%);
	background: -webkit-linear-gradient(left,  #d42828 0%,#d42826 35%,#d62a28 35%,#d52e26 38%,#d83128 39%,#d63226 40%,#d8342a 41%,#d83627 42%,#d93529 42%,#da3829 43%,#d93a27 43%,#db3f29 45%,#da3e27 45%,#dc422a 46%,#dc4027 46%,#dd4329 47%,#dd4627 48%,#e04e29 50%,#e25327 53%,#e56028 57%,#e76a28 62%,#ea6b28 62%,#e86d27 64%,#eb6f29 64%,#ea7027 100%);
	background: linear-gradient(to right,  #d42828 0%,#d42826 35%,#d62a28 35%,#d52e26 38%,#d83128 39%,#d63226 40%,#d8342a 41%,#d83627 42%,#d93529 42%,#da3829 43%,#d93a27 43%,#db3f29 45%,#da3e27 45%,#dc422a 46%,#dc4027 46%,#dd4329 47%,#dd4627 48%,#e04e29 50%,#e25327 53%,#e56028 57%,#e76a28 62%,#ea6b28 62%,#e86d27 64%,#eb6f29 64%,#ea7027 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d42828', endColorstr='#ea7027',GradientType=1 );*/
}

.volunteers_section .heading {
	margin: 0;
}

.volunteers_section .heading h2 {
	color: #1c1c1c;
	font-size: 32px;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.volunteers_section .heading h2:last-child {
	margin-bottom: 0;
}

.volunteers_section .heading p {
	color: #1c1c1c;
	font-size: 20px;
	padding: 0 !important;
	margin: 0;
}

.faq_section {
	padding: 60px 0;
}

.f_accordion_block {
	margin-bottom: 4px;
}

.f_accordion_block h4 {
	color: #000;
	background-color: #cfcfcf;
	padding: 14px 45px 14px 15px;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin: 0;
	transition: all 500ms;
}

.f_accordion_block h4:after {
	content: "";
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 15px;
	top: 24px;
}

.f_accordion_block h4:before {
	content: "";
	height: 14px;
	width: 2px;
	background-color: #fff;
	position: absolute;
	right: 21px;
	top: 19px;
}

.active h4 {
	color: #fff;
	background: #d42828;
	background: -moz-linear-gradient(left, #d42828 0%, #d42826 35%, #d62a28 35%, #d52e26 38%, #d83128 39%, #d63226 40%, #d8342a 41%, #d83627 42%, #d93529 42%, #da3829 43%, #d93a27 43%, #db3f29 45%, #da3e27 45%, #dc422a 46%, #dc4027 46%, #dd4329 47%, #dd4627 48%, #e04e29 50%, #e25327 53%, #e56028 57%, #e76a28 62%, #ea6b28 62%, #e86d27 64%, #eb6f29 64%, #ea7027 100%);
	background: -webkit-linear-gradient(left, #d42828 0%, #d42826 35%, #d62a28 35%, #d52e26 38%, #d83128 39%, #d63226 40%, #d8342a 41%, #d83627 42%, #d93529 42%, #da3829 43%, #d93a27 43%, #db3f29 45%, #da3e27 45%, #dc422a 46%, #dc4027 46%, #dd4329 47%, #dd4627 48%, #e04e29 50%, #e25327 53%, #e56028 57%, #e76a28 62%, #ea6b28 62%, #e86d27 64%, #eb6f29 64%, #ea7027 100%);
	background: linear-gradient(to right, #d42828 0%, #d42826 35%, #d62a28 35%, #d52e26 38%, #d83128 39%, #d63226 40%, #d8342a 41%, #d83627 42%, #d93529 42%, #da3829 43%, #d93a27 43%, #db3f29 45%, #da3e27 45%, #dc422a 46%, #dc4027 46%, #dd4329 47%, #dd4627 48%, #e04e29 50%, #e25327 53%, #e56028 57%, #e76a28 62%, #ea6b28 62%, #e86d27 64%, #eb6f29 64%, #ea7027 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d42828', endColorstr='#ea7027', GradientType=1);
}

.active h4:before {
	display: none;
}

.f_accordion_content {
	padding: 15px;
	display: none;
}

.p_movement_section {
	padding: 55px 0;
}

.pm_block {
	height: 100%;
	border-radius: 15px;
	padding: 20px 15px 40px 15px;
	text-align: center;
	background: #ea7028;
	background: -moz-linear-gradient(top, #ea7028 0%, #ea7028 22%, #e86928 43%, #df4a28 100%);
	background: -webkit-linear-gradient(top, #ea7028 0%, #ea7028 22%, #e86928 43%, #df4a28 100%);
	background: linear-gradient(to bottom, #ea7028 0%, #ea7028 22%, #e86928 43%, #df4a28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7028', endColorstr='#df4a28', GradientType=0);
}

.pm_block_icon {
	height: 103px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.pm_block_arrow {
	text-align: center;
	margin-bottom: 20px;
}

.pm_block_text p {
	font-size: 20px;
	color: #f9c732;
	font-family: 'Oxygen', sans-serif;
	line-height: normal;
}

.social_section {
	padding: 40px 0 60px 0;
}

.community_section {
	padding: 20px 0;
	background-color: #f5f5f5;
	/*background: #d42828;
		background: -moz-linear-gradient(left,  #d42828 0%, #d42826 35%, #d62a28 35%, #d52e26 38%, #d83128 39%, #d63226 40%, #d8342a 41%, #d83627 42%, #d93529 42%, #da3829 43%, #d93a27 43%, #db3f29 45%, #da3e27 45%, #dc422a 46%, #dc4027 46%, #dd4329 47%, #dd4627 48%, #e04e29 50%, #e25327 53%, #e56028 57%, #e76a28 62%, #ea6b28 62%, #e86d27 64%, #eb6f29 64%, #ea7027 100%);
		background: -webkit-linear-gradient(left,  #d42828 0%,#d42826 35%,#d62a28 35%,#d52e26 38%,#d83128 39%,#d63226 40%,#d8342a 41%,#d83627 42%,#d93529 42%,#da3829 43%,#d93a27 43%,#db3f29 45%,#da3e27 45%,#dc422a 46%,#dc4027 46%,#dd4329 47%,#dd4627 48%,#e04e29 50%,#e25327 53%,#e56028 57%,#e76a28 62%,#ea6b28 62%,#e86d27 64%,#eb6f29 64%,#ea7027 100%);
		background: linear-gradient(to right,  #d42828 0%,#d42826 35%,#d62a28 35%,#d52e26 38%,#d83128 39%,#d63226 40%,#d8342a 41%,#d83627 42%,#d93529 42%,#da3829 43%,#d93a27 43%,#db3f29 45%,#da3e27 45%,#dc422a 46%,#dc4027 46%,#dd4329 47%,#dd4627 48%,#e04e29 50%,#e25327 53%,#e56028 57%,#e76a28 62%,#ea6b28 62%,#e86d27 64%,#eb6f29 64%,#ea7027 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d42828', endColorstr='#ea7027',GradientType=1 );*/
}

.community_section .heading {
	margin-bottom: 16px;
}

.community_section .heading h2 {
	color: #1c1c1c;
}

.community_section .heading p {
	font-weight: 700;
}

.community_block {
	position: relative;
}

.community_block h4 {
	position: absolute;
	left: 0;
	bottom: 5px;
	padding: 12px 12px;
	color: #fff;
	font-size: 14px;
	background-color: #e05028;
	margin: 0;
	width: 92%;
}

.community_block h4:after {
	content: "";
	border-left: 20px solid #e05028;
	border-bottom: 44px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}

.community_img img {
	width: 100%;
}

.blogs {
	padding: 55px 0;
}

.blogs .blog-single-item {
	border-radius: 15px;
	overflow: hidden;
}

.bottom_img_section img {
	width: 100%;
}

.site-footer {
	background-color: #f6f6f6;
}





/* new home page start*/
.sec_gap {
	padding: 65px 0;
}

.pad_top_130 {
	padding-top: 130px;
}

.sec_text {
	/*font-size: 16px;line-height: 26px;*/
	color: #000000;
	font-weight: 400;
}

.textarrow_btn {
	color: #9e1818;
	display: inline-block;
	font-weight: 600;
}

.textarrow_btn img {
	margin-left: 8px;
	transition: all 500ms;
}

.textarrow_btn:hover img {
	margin-left: 14px;
}

.page_sec_img img {
	width: 100%;
}

.heading1 {
	margin-bottom: 50px;
}

.heading1 h2 {
	font-size: 32px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	font-weight: 700;
}

.heading1 h4 {
	font-weight: 700;
}

.heading1 h2 span,
.heading1 h4 span {
	color: #9e1818;
}

.heading1 p {
	/*font-size: 16px;*/
	color: #383838;
	font-weight: 400;
	/*line-height: 26px;*/
}

.sec_text h3 {
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: none;
	color: #000000;
	font-weight: 700;
}

.sec_text h3 span {
	color: #9e1818;
}

.img_shape {
	position: relative;
}

.shape_img img {
	width: 100%;
}

.shape_img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/*.movement .heading1 { max-width: 92%; margin: 0 auto 65px auto;}*/
.movement .heading1 {
	margin-bottom: 35px;
}

.mr_img img {
	width: 100%;
}

.gray_bg {
	background-color: #f5f5f5;
}

.join_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

/*.join_sec { margin: 60px 0;}*/
.join_sec .heading1 {
	margin: 0;
}

.join_sec .theme-btn {
	font-size: 16px;
	position: relative;
	z-index: 4;
}

/*.join_shape { position: absolute; left: 0; bottom: -80px; width: 100%; pointer-events: none;}
.join_shape img { width: 100%;}*/
.join_sec {
	position: relative;
	background-color: #f5f5f5;
}

.join_sec .container {
	position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -35%);
	transform: translate(-50%, -50%);
}

.padding_top130 {
	padding-top: 130px !important;
}

.be-thechange,
.wondering {
	background-color: #f5f5f5;
	padding: 80px 0;
	margin: 0;
}

.be-thechange h2,
.join_sec h2,
.wondering h2 {
	font-size: 45px;
	line-height: 55px;
}

.page_sec_img {
	padding-top: 6px;
}

.gap-top {
	margin-top: 83px;
}

.gap-bottom {
	margin-bottom: 83px;
}

.wondering h3 {
	font-size: 24px;
	font-weight: 600;
	color: #1c1c1c;
}

/* new home page end */

@media screen and (max-width:1199px) {
	.define .text_block {
		padding-right: 0;
	}

	.define_tab .nav-link {
		padding: 0.5rem 12px;
	}

	.be-thechange h2,
	.join_sec h2,
	.wondering h2 {
		font-size: 40px;
		line-height: 50px;
	}

}

@media screen and (max-width:991px) {
	.heading1 h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.define_tab {
		margin-top: 20px;
	}

	.xy_slider .item div {
		text-align: center;
	}

	.xy_slider .item div img {
		display: inline-block;
	}

	.ug_block_img {
		text-align: center;
	}

	.site-footer .widget-title {
		font-size: 22px;
	}

	.community_block h4:after {
		display: none;
	}

	.community_block {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:767px) {
	.heading1 h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.sec_content {
		padding: 15px !important;
	}

	.sideblock {
		padding: 15px !important;
		margin-bottom: 15px !important;
		min-height: unset !important;
	}

	.sideblock:last-child {
		margin-bottom: 30px !important;
	}

	.faq h5 {
		margin: 20px 0;
		font-size: 15px;
	}

	.wondering h3 {
		font-size: 20px;
	}

	.sec_text h3 {
		margin-bottom: 18px;
	}

	.sec_text {
		font-size: 14px;
	}

	.imgslideleft,
	.textslideright {
		width: 100%;
	}

	.heading {
		margin-bottom: 20px;
	}

	.heading h2 {
		font-size: 30px;
		word-break: break-all;
	}

	.join {
		padding: 0 0 20px 0;
	}

	.join .text_block {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.define {
		padding: 20px 0 50px 0;
	}

	.slider_wrap {
		bottom: calc(4% + 6px);
	}

	.xy_heading {
		color: #1b1b1b;
	}

	.life_enriching_sec {
		background-image: none !important;
	}

	.score_block .heading h2 {
		text-align: center;
	}

	.life_enriching_sec {
		padding: 20px 0;
	}

	.user_groups {
		padding: 20px 0 20px 0;
	}

	.volunteers_section {
		padding: 40px 0;
	}

	.faq_section {
		padding: 40px 0 20px 0;
	}

	.p_movement_section {
		padding: 20px 0 0 0;
	}

	.social_section {
		padding: 20px 0 40px 0;
	}

	.community_section {
		padding: 40px 0;
	}

	.blogs {
		padding-top: 40px;
	}

	.site-footer .widget {
		text-align: center;
	}

	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .contct-us.d-flex {
		justify-content: center;
	}

	.pm_block {
		margin-bottom: 20px;
		height: auto;
	}

	.tb_img {
		max-width: 250px;
		margin-top: 20px;
	}

	.phoneimg {
		border-radius: 18px;
	}

	.join_row {
		align-items: flex-start;
		justify-content: center;
		padding: 0;
		flex-wrap: wrap;
	}

	.join_shape {
		bottom: 0px;
	}

	.gap_top {
		padding-top: 0 !important;
	}

	.h_top .sec_text {
		padding-bottom: 30px;
	}

	.heading1 {
		margin-bottom: 20px;
	}

	/*.movement .heading1 {max-width: 100%;margin: 0 auto 20px auto;}*/
	.movement .page_sec_img {
		margin-bottom: 20px;
	}

	.join_sec {
		margin: 10px 0;
	}

	.sec_text h3 {
		font-size: 20px;
	}

	p {
		margin-bottom: 1em;
	}
}

@media screen and (max-width:420px) {
	.shape {
		left: 60%;
		transform: translateX(-100%);
		width: 100%;
	}

	.heading h2 {
		font-size: 25px;
	}

	.community-action {
		padding: 20px;
	}
}

.social-conversation .card-title {
	color: #000;

}

@media screen and (min-width:768px) {
	.social-conversation .card {
		height: 100%;
	}
}


.search-block {
	background-color: rgba(255, 255, 255, .8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100vh;
	z-index: 99;
	display: none;
}

.search-wrap {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em;
}

.search-inner {
	width: 90%;
	max-width: 700px;
	position: relative;
	padding-top: 30px;
}

.search-wrap .close-search {
	width: 25px;
	height: 25px;
	padding: 0;
	min-width: inherit;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	color: var(--primaryred);
	background-color: transparent;
}

.search-wrap .search-form {
	width: 100%;
	position: relative;
	border: var(--primaryred) solid 1px;
	border-radius: 25px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.26) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.search-wrap label {
	width: 100%;
}

.search-wrap input[type="search"].search-field,
.search-wrap input[type="search"].search-field:focus {
	width: 100%;
	border: none;
	height: 50px;
	background-color: transparent;
	padding: 5px 130px 5px 25px;
	outline: none !important;
}

.search-wrap input[type="submit"].search-submit {
	position: absolute;
	top: 3px;
	right: 3px;
	min-width: 120px;
}

@media screen and (max-width:767px) {
	.search-wrap input[type="submit"].search-submit {
		min-width: 70px;
	}
}

.search-results h1.page-title {
	color: var(--primaryred);
}

.search-result-block {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: rgba(50, 50, 50, .1) solid 1px;
	border-radius: 5px;
	padding: 15px;
}

.search-result-block h2.entry-title {
	font-size: 18px;
}

.search-result-block h2.entry-title a {
	color: var(--textcolor);
}

.search-result-block .entry-summary {
	margin: 1em 0 0;
}

.read-more-wrap {
	margin-top: 1.5em;
}

.read-more-wrap a {
	color: #8e1413;
	margin-top: 15px;
}

.search-result-block,
.search-result-block article,
.search-result-block .inner-wrap {
	height: 100%;
}

.search-result-block .entry-meta {
	font-size: 12px;
}

.search-result-block .entry-meta,
.search-result-block .entry-meta a {
	color: var(--textcolor);
}

.nav-links {
	border-top: rgba(0, 0, 0, .1) solid 1px;
	border-bottom: rgba(0, 0, 0, .1) solid 1px;
	padding: 16px 0;
	margin-top: 15px;
}

.nav-previous,
.nav-next {
	position: relative;
}

.nav-previous::before,
.nav-next::after {
	color: var(--primaryred);
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.nav-previous::before {
	content: "\f177";
	margin-right: 6px;
}

.nav-next::after {
	content: "\f178";
	margin-left: 6px;
}

.nav-previous a,
.nav-next a {
	color: var(--textcolor);
}


.static-page h1.entry-title {
	color: var(--black);
}

.static-page h4 {
	font-size: 18px;
	color: var(--black);
}

.static-page h5 {
	font-size: 15px;
	font-weight: 600;
	color: var(--black);
}

.static-page ol {
	padding-left: 11px;
	margin-left: 0;
}

.static-page ul {
	list-style: none;
	margin-left: 0;
}

.static-page ul ul,
.static-page ol ol,
.static-page ol ul,
.static-page ul ol {
	padding-left: 15px;
}

.static-page ul li {
	position: relative;
	padding-left: 15px;
}

.static-page ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	background-color: var(--primaryred);
	position: absolute;
	top: 9px;
	left: 0;
}


.experiences h3,
.collaborative h3,
.how-you-can h3,
.a-circle h3,
.focusgroup h3 {
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: none;
	color: #000000;
	font-weight: 700;
}

.experiences h3 span,
.collaborative h3 span,
.how-you-can h3 span,
.a-circle h3 span,
.focusgroup h3 span {
	color: #9e1818;
}

.focusgroup h3 span.hindi {
	color: #000000;
	font-size: 22px;
}

.focusgroup h3 {
	min-height: 37px;
}

.experiences a {
	font-size: 16px;
	color: #000;
}

.experiences a i {
	display: inline-block;
	margin-left: 15px;
}

.experiences a:hover {
	color: var(--primaryred);
}

.inspired-to-see .heading1 {
	max-width: 470px;
}

.inspired-to-see .heading1 p {
	font-size: 16px;
	font-weight: 600;
}

.img-hover {
	overflow: hidden;
}

.img-hover a {
	display: block;
	position: relative;
}

.img-hover a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: rgba(158, 24, 23, 0) solid 10px;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.img-hover:hover a::before {
	border: rgba(158, 24, 23, 1) solid 10px;
}

.gallery-section img {
	width: 100%;
}

@media screen and (max-width: 1601px) and (min-width: 1600px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child>a.mega-menu-link {
		padding-right: 0;
	}

	.page-banner-section {
		overflow: hidden;
	}

	/* .page-banner-section img {width: 1615px; max-width: inherit;} */
	.page-banner-section picture {
		transform: scale(1.047);
		display: block;
	}

	.hero-slider-section {
		width: 100%;
		overflow: hidden;
		padding-bottom: 10px;
	}

	.hero-slider {
		transform: scale(1.042);
	}
}

@media screen and (max-width:1199px) {

	.experiences h3,
	.collaborative h3,
	.how-you-can h3,
	.a-circle h3,
	.focusgroup h3 {
		font-size: 22px;
	}
}

/*-- new about us --*/
.sec_text.text-transform-normal h3 {
	text-transform: none;
}

h4 {
	color: var(--darkgray);
}

.gray-bg {
	background-color: #f9f9f9;
}

.about-us-img {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.beginning p:last-child {
	margin-bottom: 0;
}

.enrich-society {
	background-image: url(images/curve-01.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.enrich-society .heading1 p {
	font-size: 24px;
	font-weight: 700;
	color: var(--darkgray);
}

.chairman-message-text {
	color: #fff;
	background-color: #af1e23;
	background-image: url(images/Chairmans-message-logo.png);
	background-repeat: no-repeat;
	background-position: 94% 106%;
	background-size: 170px;
	padding: 50px;
	height: 100%;
}

.chairman-message-inner {
	padding: 45px 0;
}

.chairman-message-wrap {
	height: 365px;
}

.chairman-message-wrap p {
	margin-bottom: 1.2em;
}

.chairman-info span {
	font-size: 12px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #d71f26;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 7px;
	background-color: #77070b;
}

@media screen and (max-width:1359px) {
	.chairman-message-wrap {
		height: 340px;
	}
}

@media screen and (max-width:1200px) {
	.chairman-message-wrap {
		height: 240px;
	}
}

@media screen and (max-width:991px) {
	.chairman-message-text {
		padding: 20px;
	}

	.chairman-message-wrap {
		height: 175px;
	}
}

@media screen and (max-width:991px) {
	.about-us-img {
		background-image: none !important;
	}
}

.think-tank-block {
	padding-top: 95px;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.think-tank-block-inner {
	padding: 100px 0 0;
	border: rgba(0, 0, 0, 0.2) solid 1px;
	height: 100%;
}

.think-img-wrap {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	position: absolute;
	top: -85px;
	left: 0;
	right: 0;
	margin: auto;
}

.think-tank-img {
	width: 170px;
	height: 170px;
	background-color: #e0e0e0;
	border-radius: 50%;
	overflow: hidden;
	border: rgba(0, 0, 0, 0.2) solid 3px;
}

.think-tank-info h5 .think-tank-info .designation-think {
	padding: 0 45px;
}

.think-tank-info .gray-bg {
	padding: 20px 45px;
	margin-top: 25px;
}

.think-social-links-float {
	position: absolute;
	bottom: 8px;
	right: 6px;
	z-index: 2;
}

.think-social-links-float a {
	color: #0a66c2;
	font-size: 35px;
	line-height: 29px;
	width: 30px;
	height: 30px;
	display: block;
	background-color: var(--whitecolor);
	border-radius: 6px;
	overflow: hidden;
}

.think-social-links-float a i {
	line-height: 30px;
}

.think-tank-block-inner h5 {
	color: var(--darkgray);
	font-weight: 700;
}

.think-tank-block-inner {
	font-size: 12px;
	position: relative;
}

.designation-think {
	min-height: 54px;
}

.designation-think p {
	/*max-width: 252px;*/
	padding: 0px 45px;
	margin: 0 auto 10px;
}

.think-social-links {
	margin: 20px 0;
}

.think-social-links a {
	color: #0a66c2;
	font-size: 40px;
}

.science-img {
	position: relative;
}

.science-img .overlay-block,
.gallery-section .overlay-block {
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 170px;
	height: 170px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.science-img .overlay-block img,
.gallery-section .overlay-block img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.multiple_sec.gallery-section .overlay-block {
	left: 0;
	right: auto;
}

.overlay-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	pointer-events: none;
}

body:not(.home) .change-makers.gap,
body:not(.home) .collaborative.gap {
	padding-bottom: 220px;
}

.bottom-curve {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.you-can-wrap {
	height: 100%;
	overflow: hidden;
}

.role-btn-wrap {
	z-index: 4;
}

.role-btn {
	width: 100%;
	background-color: var(--primaryred);
	color: var(--whitecolor);
	font-size: 24px;
	font-weight: 600;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

/*.role-btn:hover{
	background-color: var(--secondaryyellow);
	color: var(--darkgray);
}*/
.hover-block {
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(162, 28, 38, .95);
	color: var(--whitecolor);
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s ease-in-out;
	z-index: 3;
}

.role-btn::before {
	content: "";
	width: 15px;
	height: 15px;
	border: #fff solid 1px;
	border-top: none;
	border-right: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	display: block;
	-webkit-transform: rotate(-137deg);
	transform: rotate(-137deg);
}

.hover-block h3 {
	color: var(--whitecolor);
	margin-bottom: 25px;
}

.hover-block .theme-btn {
	font-size: 16px;
	border: var(--whitecolor) solid 1px;
}

@media screen and (min-width: 992px) {
	.you-can-wrap:hover .role-btn {
		color: var(--primaryred);
	}

	.you-can-wrap:hover .role-btn::before {
		transform: rotate(47deg);
	}

	.you-can-wrap:hover .hover-block {
		top: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

@media screen and (max-width: 991px) {

	.you-can-wrap.active .role-btn,
	.role-btn:hover,
	.role-btn:active,
	.role-btn:focus {
		color: var(--primaryred);
	}

	.you-can-wrap.active .role-btn::before {
		transform: rotate(47deg);
	}

	.you-can-wrap .hover-block.showmoretxt {
		top: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

.wpcf7-spinner {
	display: block;
}

.how-you-can {
	/*background-image: url(images/curve-01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 200px;*/
}

.our-focus ul,
.custom-bullet ul {
	margin-left: 0;
}

.our-focus ul li,
.custom-bullet ul li {
	margin-bottom: 2px;
	position: relative;
	padding-left: 25px;
}

.our-focus ul li::before,
.custom-bullet ul li::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background-color: var(--primaryred);
	position: absolute;
	top: 8px;
	left: 0;
}

.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0
}

.home_sec_first {
	font-size: 15px;
}

.circle-of-relations p {
	letter-spacing: 0.02em;
}

.page_sec .videowrapper {
	padding-top: 0;
}

@media screen and (max-width: 991px) {

	.science-img .overlay-block,
	.gallery-section .overlay-block {
		width: 80px;
		height: 83px;
	}

	.how-you-can {
		padding-bottom: 130px;
	}

	body:not(.home) .change-makers.gap,
	body:not(.home) .collaborative.gap {
		padding-bottom: 140px;
	}

	.experiences h3,
	.collaborative h3,
	.how-you-can h3,
	.a-circle h3,
	.focusgroup h3 {
		font-size: 20px;
	}

	.contact-form-wrap h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.gap {
		padding: 30px 0;
	}

	.be-thechange,
	.wondering {
		padding: 30px 0;
		margin: 10px 0;
	}

	.gap-top {
		margin-top: 30px;
	}

	.gap-bottom,
	.hero-slider-section {
		margin-bottom: 30px;
	}

	.page-banner-section {
		margin-bottom: 10px;
	}

	.circle-of-relations.gap-top,
	.collaborative.gap-top,
	.focusgroup.gap-top {
		margin-top: 0;
	}

	.circle-of-relations.gap-bottom,
	.welcome-to.gap-bottom {
		margin-bottom: 0;
	}

	.movement .heading1 {
		margin-bottom: 25px;
	}

	.enrich-society .heading1 p {
		font-size: 18px;
	}

	.join_sec {
		padding-top: 85px;
	}

	.join_sec .heading1 {
		margin: 0 0 5px;
		width: 100%;
		text-align: center;
	}

	.focusgroup h3 {
		min-height: inherit;
	}

	.contact-form-wrap h3 {
		font-size: 18px;
	}

	.think-tank-block-inner h5,
	.designation-think p {
		padding: 0 15px;
	}

	.think-tank-info .gray-bg {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 460px) {
	.how-you-can {
		padding-bottom: 60px;
	}

	body:not(.home) .change-makers.gap,
	body:not(.home) .collaborative.gap {
		padding-bottom: 70px;
	}
}

.chairman-message {
	display: none;
}

.videowrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.go-to-top {
	width: 40px;
	height: 40px;
	display: block;
	background-color: #d8d5d5;
	border-radius: 50%;
	position: fixed;
	bottom: 5%;
	right: 2vw;
	padding: 17px 13px 0;
	display: none;
	z-index: 99;
}

.go-to-top span {
	width: 15px;
	height: 15px;
	display: block;
	border: var(--primaryred) solid 1px;
	border-bottom: none;
	border-left: none;
	transform: rotate(-45deg);
}

.partners-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	border-bottom: rgba(50, 50, 50, .3) solid 1px;
	padding: 45px 0;
}

.partners-logos:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.partner-name {
	font-size: 14px;
	color: var(--black);
	margin-bottom: 12px;
}

.middle-logo-block {
	width: 530px;
	padding: 0 30px;
}

.partner-img {
	position: relative;
}

.middle-logo-block .partner-img::before,
.middle-logo-block .partner-img::after {
	content: "";
	width: 1px;
	height: 135px;
	background-color: rgba(50, 50, 50, .3);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.middle-logo-block .partner-img::before {
	left: -30px;
}

.middle-logo-block .partner-img::after {
	right: -30px;
}

.left-logo-block,
.right-logo-block {
	width: 310px;
	padding: 0 30px;
}

.abg-partner-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}

.abg-partner-block {
	width: 33.33%;
	padding: 15px 30px;
}

.abg-partner-row:first-child .abg-partner-block {
	padding-top: 0;
}

.abg-partner-row:last-child .abg-partner-block {
	padding-bottom: 0;
}

.abg-partner-name {
	text-align: center;
	background-color: var(--primaryred);
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 125px;
}

.abg-partner-name h3 {
	color: var(--whitecolor);
	font-size: 20px;
	font-weight: 600;
}

.abg-partners .divider-block {
	width: 100%;
	height: 1px;
	background-color: rgba(50, 50, 50, .3);
	margin: 0 auto;
}

.abg-partner-block:nth-child(2) {
	border-left: rgba(50, 50, 50, .3) solid 1px;
	border-right: rgba(50, 50, 50, .3) solid 1px;
}

.our-partners .heading1 h2,
.abg-partners .heading1 h2 {
	font-size: 45px;
	line-height: 55px;
}

@media screen and (min-width: 1025px) {
	.setup-partners-slider {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (max-width: 1359px) {

	.left-logo-block,
	.right-logo-block {
		width: 290px;
	}

	.middle-logo-block {
		width: 496px;
	}

	.abg-partner-name h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {

	.left-logo-block,
	.right-logo-block {
		width: 250px;
	}

	.middle-logo-block {
		width: 436px;
	}
}

@media screen and (max-width: 1024px) {
	.setup-partners-slider {
		padding: 0 15px;
	}

	.partners-logo-wrap {
		text-align: center;
	}

	.partners-logo-wrap img {
		display: inline-block;
	}

	.slick-slide {
		margin: 0 15px;
	}

	.slick-list {
		margin: 0 -15px;
	}

	.slick-arrow {
		min-width: inherit;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 30px;
		height: 30px;
		padding: 0 0 2px;
		z-index: 2;
	}

	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}
}

@media screen and (max-width: 991px) {

	.left-logo-block,
	.right-logo-block {
		width: 210px;
	}

	.middle-logo-block {
		width: 270px;
	}

	.abg-partner-name h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.partners-logos {
		padding: 0;
		border: none;
	}

	.left-logo-block,
	.right-logo-block {
		width: 100%;
	}

	.middle-logo-block {
		width: 100%;
	}

	.middle-logo-block .partner-img::before,
	.middle-logo-block .partner-img::after {
		display: none;
	}

	.left-logo-block,
	.middle-logo-block,
	.right-logo-block {
		border-bottom: rgba(50, 50, 50, .3) solid 1px;
		margin-bottom: 25px;
		padding-bottom: 15px;
	}

	.abg-partner-block {
		width: 100%;
	}

	.abg-partner-block:nth-child(2) {
		border: none;
	}

	.abg-partners .divider-block {
		display: none;
	}

	.abg-partner-row:last-child .abg-partner-block:first-child {
		padding-top: 0;
	}
}

/*.exp{
	background-image: url(images/curve-04.png);
	background-repeat: no-repeat;
	background-position: center 95px;
	background-size: 100% auto;
}*/
.exp .container {
	position: relative;
	z-index: 3;
}

.divider-block-04 {
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	margin: auto;
	pointer-events: none;
	z-index: 1;
	width: 100%;
	height: 286px;
}

.divider-block-04 img {
	width: 100%;
	max-height: 100%;
}

.exp ul,
.expert-team ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.exp ul li,
.expert-team ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}

.exp ul li::before,
.expert-team ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: var(--primaryred);
	display: block;
	border-radius: 4px;
	position: absolute;
	top: 10px;
	left: 0;
}

.exp ul li strong,
.expert-team ul li strong {
	color: var(--black);
}

.top-col {
	margin-bottom: 150px;
}

@media screen and (min-width: 1800px) {
	.divider-block-04 {
		top: 80px;
	}
}

@media screen and (max-width: 1601px) and (min-width: 1600px) {
	.top-col {
		margin-bottom: 130px;
	}

	.exp ul li {
		margin-bottom: 3px;
	}

	.divider-block-04 {
		top: 55.4px !important;
	}
}

@media screen and (max-width: 1199px) {
	.divider-block-04 {
		top: 160px;
	}
}

@media screen and (max-width: 991px) {
	.divider-block-04 {
		top: 195px;
	}
}

@media screen and (max-width: 767px) {
	.top-col {
		margin-bottom: 35px;
	}

	.divider-block-04 {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.exp {
		overflow: hidden;
	}

	.top-text {
		margin-bottom: 70px;
	}

	.divider-mobile img {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
}

.expert-team-top {
	background-image: url(images/curve-04.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.expert-team ul li {
	margin-bottom: 5px;
}

.experts-name span {
	display: block;
}

.experts-name span span {
	display: inline-block;
	position: relative;
	padding-right: 7px;
	margin-right: 6px;
	line-height: 28px;
}

.experts-name span span::before {
	content: "";
	width: 2px;
	height: 15px;
	background-color: var(--primaryred);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.experts-name span:last-child::before {
	display: none;
}

@media screen and (max-width: 480px) {
	.experts-name span {
		display: inline;
	}

	.experts-name span span:last-child::before {
		display: block;
	}

	.experts-name span:last-child span:last-child::before {
		display: none;
	}

	.logo-block-p {
		width: 50%;
		display: flex;
		justify-content: center;
	}
}

.font-size-change {
	display: flex;
	border: rgba(0, 0, 0, .1) solid 1px;
	border-radius: 5px;
	/*box-shadow: rgba(50, 50, 50, 0.1) 0px 0px 12px;*/
	margin-left: 20px;
}

/*.font-size-change span{
	font-size: 14px;
	line-height: 15px;
	color: var(--whitecolor);
	display: block;
  	width: 100%;
  	padding: 6px 15px;
  	word-break: break-all;
  	font-weight: 600;
  	text-align: center;
	border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
}*/
.font-size-change button {
	font-family: 'Oxygen', sans-serif;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 35px;
	color: #040404;
	background-color: transparent;
	border-right: rgba(0, 0, 0, 0.1) solid 1px;
	border-radius: 0;
	padding: 0;
	min-width: inherit;
	cursor: pointer;
}

.font-size-change button:hover {
	color: var(--primaryred);
	background-color: var(--whitecolor);
	;
}

.font-size-change button:last-child {
	border-right: none;
	border-radius: 0 0 0 5px;
}


/*-- font changer --*/
@media screen and (min-width:1025px) {
	body.largefornt {
		font-size: 18px;
		line-height: 27px;
	}

	body.largerfornt {
		font-size: 20px;
		line-height: 30px;
	}

	body.largefornt #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 18px;
	}

	body.largerfornt #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 20px;
	}

	body.largefornt .heading1 h2 {
		font-size: 34px;
	}

	body.largerfornt .heading1 h2 {
		font-size: 36px;
	}

	body.largefornt .home_sec_first,
	body.largefornt .contact-form-wrap .form-control,
	body.largefornt .contact-form-wrap .with-label label {
		font-size: 17px;
	}

	body.largerfornt .home_sec_first,
	body.largerfornt .contact-form-wrap .form-control,
	body.largerfornt .contact-form-wrap .with-label label {
		font-size: 19px;
	}

	body.largefornt .be-thechange h2,
	body.largefornt .join_sec h2,
	body.largefornt .wondering h2 {
		font-size: 47px;
		line-height: 57px;
	}

	body.largerfornt .be-thechange h2,
	body.largerfornt .join_sec h2,
	body.largerfornt .wondering h2 {
		font-size: 49px;
		line-height: 59px;
	}

	body.largefornt .experiences h3,
	body.largefornt .collaborative h3,
	body.largefornt .how-you-can h3,
	body.largefornt .a-circle h3,
	body.largefornt .focusgroup h3,
	body.largefornt .sec_text h3,
	body.largefornt .enrich-society .heading1 p,
	body.largefornt .wondering h3,
	body.largefornt .tab-form .tab-nav ul li,
	body.largefornt .contact-information .section-title h2 {
		font-size: 26px;
	}

	body.largerfornt .experiences h3,
	body.largerfornt .collaborative h3,
	body.largerfornt .how-you-can h3,
	body.largerfornt .a-circle h3,
	body.largerfornt .focusgroup h3,
	body.largerfornt .sec_text h3,
	body.largerfornt .enrich-society .heading1 p,
	body.largerfornt .wondering h3,
	body.largerfornt .tab-form .tab-nav ul li,
	body.largerfornt .contact-information .section-title h2 {
		font-size: 28px;
	}

	body.largefornt .think-tank-block-inner h5 {
		font-size: 22px;
	}

	body.largerfornt .think-tank-block-inner h5 {
		font-size: 24px;
	}

	body.largefornt .think-tank-block-inner {
		font-size: 14px;
	}

	body.largerfornt .think-tank-block-inner {
		font-size: 16px;
	}

	body.largefornt .footer-menu li a,
	body.largefornt .social-links span {
		font-size: 20px;
	}

	body.largerfornt .footer-menu li a,
	body.largerfornt .social-links span {
		font-size: 22px;
	}
}

@media screen and (max-width:1024px) {
	body.largefornt {
		font-size: 18px;
		line-height: 27px;
	}

	body.largerfornt {
		font-size: 20px;
		line-height: 30px;
	}

	body.largefornt #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 18px;
	}

	body.largerfornt #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 20px;
	}

	body.largefornt .heading1 h2 {
		font-size: 30px;
		line-height: 40px;
	}

	body.largerfornt .heading1 h2 {
		font-size: 32px;
		line-height: 42px;
	}

	body.largefornt .home_sec_first {
		font-size: 17px;
	}

	body.largerfornt .home_sec_first {
		font-size: 19px;
	}

	body.largefornt .experiences h3,
	body.largefornt .collaborative h3,
	body.largefornt .how-you-can h3,
	body.largefornt .a-circle h3,
	body.largefornt .focusgroup h3 {
		font-size: 22px;
	}

	body.largerfornt .experiences h3,
	body.largerfornt .collaborative h3,
	body.largerfornt .how-you-can h3,
	body.largerfornt .a-circle h3,
	body.largerfornt .focusgroup h3 {
		font-size: 24px;
	}

	body.largefornt .sec_text h3,
	body.largefornt .enrich-society .heading1 p {
		font-size: 26px;
	}

	body.largerfornt .sec_text h3,
	body.largerfornt .enrich-society .heading1 p {
		font-size: 28px;
	}

	body.largefornt .home_sec_first,
	body.largefornt .contact-form-wrap .form-control,
	body.largefornt .contact-form-wrap .with-label label {
		font-size: 17px;
	}

	body.largerfornt .home_sec_first,
	body.largerfornt .contact-form-wrap .form-control,
	body.largerfornt .contact-form-wrap .with-label label {
		font-size: 19px;
	}

	body.largefornt .think-tank-block-inner h5 {
		font-size: 22px;
	}

	body.largerfornt .think-tank-block-inner h5 {
		font-size: 24px;
	}

	body.largefornt .think-tank-block-inner {
		font-size: 16px;
	}

	body.largerfornt .think-tank-block-inner {
		font-size: 18px;
	}

	body.largefornt .footer-address {
		font-size: 16px;
	}

	body.largerfornt .footer-address {
		font-size: 18px;
	}

	body.largefornt .footer-menu li a,
	body.largefornt .social-links span {
		font-size: 18px;
	}

	body.largerfornt .footer-menu li a,
	body.largerfornt .social-links span {
		font-size: 20px;
	}

}


@media screen and (max-width: 767px) {

	body.largefornt,
	body.largefornt .sec_text,
	body.largefornt .footer-address {
		font-size: 16px;
	}

	body.largerfornt,
	body.largerfornt .sec_text,
	body.largerfornt .footer-address {
		font-size: 18px;
	}

	body.largefornt .heading1 h2 {
		font-size: 24px;
		line-height: 34px;
	}

	body.largerfornt .heading1 h2 {
		font-size: 26px;
		line-height: 36px;
	}

	body.largefornt .sec_text h3 {
		font-size: 22px;
	}

	body.largerfornt .sec_text h3 {
		font-size: 24px;
	}

	body.largefornt .sec_text h3,
	body.largefornt .enrich-society .heading1 p {
		font-size: 20px;
	}

	body.largerfornt .sec_text h3,
	body.largerfornt .enrich-society .heading1 p {
		font-size: 22px;
	}

	body.largefornt .think-tank-block-inner h5 {
		font-size: 22px;
	}

	body.largerfornt .think-tank-block-inner h5 {
		font-size: 24px;
	}

	body.largefornt .think-tank-block-inner {
		font-size: 16px;
	}

	body.largerfornt .think-tank-block-inner {
		font-size: 18px;
	}

	body.largefornt .footer-menu li a {
		font-size: 18px;
	}

	body.largerfornt .footer-menu li a {
		font-size: 20px;
	}
}

.setup-partners-slider .slick-arrow:focus,
.setup-partners-slider .slick-arrow:hover {
	background-color: var(--primaryred);
	color: var(--whitecolor);
}


/*28-02-2024*/
.the_idea_sec {
	background: #f5f5f5;
	margin-top: 70px;
}

.chairman-info {
	margin: 0;
}

.latest-post-block {
	padding: 0 10px;
}

.latest-post-block h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.latest-post-block a,
a.readmore-link {
	font-size: 16px;
	color: #000;
}

.latest-post-block a:hover,
a.readmore-link:hover {
	color: #9e1818;
}


.the-mission .inner-area {
	background-image: url(images/bg-shape.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 90%;
}

.mission-title {
	text-align: center;
	position: relative;
}

.title-left,
.title-right {
	background-color: #f9f9f9;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 27px;
	height: 100%;
	overflow: hidden;
}

.title-left {
	left: 0;
}

.title-right {
	right: 1px;
}

.title-left::before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 205px 95px 205px 0;
	border-color: transparent #9e1818 transparent transparent;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.title-left::after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 205px 99px 205px 0;
	border-color: transparent #f9f9f9 transparent transparent;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	z-index: 2;
}

.title-right::before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 205px 0 205px 94px;
	border-color: transparent transparent transparent #9e1818;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.title-right::after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 205px 0 205px 99px;
	border-color: transparent transparent transparent #f9f9f9;
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	z-index: 2;
}

.mission-title-inner {
	border: 2px solid #9e1818;
	border-left: none;
	border-right: none;
	padding: 10px 40px;
}

.mission-title h4 {
	font-size: 18px;
	font-weight: 700;
}

.mission-bottom {
	padding: 0 30px;
}

.single-post h1.entry-title {
	font-weight: 700;
	border-bottom: rgba(0, 0, 0, .1) solid 1px;
	padding-bottom: 18px;
}

.site-main .post-navigation {
	margin: 0 0 2.5em;
}

.single-article-block {
	border: rgba(0, 0, 0, 0.1) solid 1px;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .03);
}

.polls header {
	min-height: 71px;
	justify-content: flex-start !important;
}

.ts_poll_form footer {
	display: none !important;
}

.comment-form-comment label {
	display: block;
	margin-bottom: 20px;
}

.comment-form-comment textarea {
	padding: 20px;
}

.comments-area input {
	padding: 5px 10px;
}

body .ts_poll_form header {
	padding: 15px 10px 5px
}

body .ts_poll_form header span {
	font-weight: 600;
}

.poll-nav button {
	min-width: 90px;
}

.ts_poll_section .ts_poll_answer .ts_poll_answer_label {
	padding: 5px 10px 5px 15px !important;
}

.polls main {
	border-bottom: var(--primaryred) solid 2px;
}

.polls .ts_poll_answer {
	position: relative;
	background-color: rgba(50, 50, 50, 0.05) !important;
	border-radius: 2px;
}

.polls .ts_poll_answer::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
}

.polls .ts_poll_answer:hover::before {
	color: #fff;
}

.polls .ts_poll_answer:nth-child(1)::before {
	content: "a.";
}

.polls .ts_poll_answer:nth-child(2)::before {
	content: "b.";
}

.polls .ts_poll_answer:nth-child(3)::before {
	content: "c.";
}

.polls .ts_poll_answer:nth-child(4)::before {
	content: "d.";
}

.polls .ts_poll_answer:nth-child(5)::before {
	content: "e.";
}

.polls .ts_poll_answer:nth-child(6)::before {
	content: "f.";
}

.poll-nav button.slick-disabled {
	opacity: .5;

}

@media screen and (max-width:1200px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		padding: 0px 7px 0px 7px;
	}

	.mission-title h4 {
		font-size: 14px;
	}

	.title-left::after {
		border-width: 205px 114px 205px 0;
	}

	.title-right::after {
		border-width: 205px 0 205px 114px;
	}


}

@media screen and (max-width:991px) {
	.mission-title-inner {
		padding: 10px 45px;
	}

}

@media screen and (max-width:767px) {
	.mission-title-inner {
		padding: 10px 50px;
	}

}


.bullet_list ul {
	margin-left: 0;
}

.bullet_list li {
	padding-left: 24px;
	position: relative;
}

.bullet_list li::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background-color: var(--primaryred);
	position: absolute;
	top: 6px;
	left: 0;
}

p.note {
	font-size: 12px;
}

.heading1 h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}

.interdisci {
	padding-top: 30px;
}

.line_list {
	display: flex;
	margin: 0;
	justify-content: space-around;
	padding: 12px 0;
	border: 1px dashed #444;
}

.line_list li {
	text-align: center;
	font-weight: 600;
	margin: 0;
}

@media screen and (max-width:991px) {
	.dimensions .container .row:nth-child(2) .col-md-12:last-child {
		order: -1;
		margin-bottom: 20px;
	}
}

.sec_img img {
	width: auto;
}

.accordion-button,
.accordion-button:not(.collapsed) {
	color: var(--black);
	background: linear-gradient(to right, #ffc503 0%, #f2932b 100%);
	font-weight: 600;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-body ol {
	margin: 0;
}

.faq h5 {
	margin: 30px 0 20px;
}

.pagebtn_holder {
	margin-top: 30px;
}

.pagebtn {
	text-align: center;
	display: inline-block;
	min-width: 192px;
	background-color: var(--primaryred);
	color: #fff !important;
	padding: 10px 20px;
	border: none;
	border-radius: 30px;
}

.eco_img {
	width: 80%;
	margin: auto;
}

.tabb-nav ul,
.tabb2-nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 40px;
}

.tabb-single,
.tabb2-single {
	display: none;
}

.tabb-single.active,
.tabb2-single.active {
	display: block;
}

.tabb-nav ul li,
.tabb2-nav ul li {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 15px;
	margin: 0;
	position: relative;
	cursor: pointer;
	background-color: #e5e5e5;
	text-align: center;
	border-radius: 15px 15px 0 0;
}

.tabb-nav ul li.active,
.tabb2-nav ul li.active {
	color: var(--black);
	background: linear-gradient(to right, #ffc503 0%, #f2932b 100%);
}

.sec_content.grey_bg {
	background: #f8f8f8;
}

.sec_content {
	padding: 45px;
	border-radius: 15px;
}

.sec_content h4 {
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: left;
}

.entry-content {
	text-align: justify;
}

.the-mission .heading1 {
	margin-bottom: 25px;
}

.fw_img img {
	width: 100%;
}

.sideblock {
	padding: 30px 20px;
	margin-bottom: 30px;
	background-color: #f8f8f8;
	min-height: 250px;
}

.contemp_opp.gap {
	padding-bottom: 20px;
}

.star_text {
	padding-top: 65px;
}

.for_g_right {
	background-image: linear-gradient(to right, #af1e24, #c64726, #db6a29, #ec8c30, #fbaf3c);
}

.for_g_right .sideblock {
	background: transparent url(https://abcel.techshu.com/app/uploads/2024/04/image_vector_bg.png) 0 0 no-repeat;
	min-height: 270px;
	background-size: 100%;
	background-position: 0 bottom;
	padding-bottom: 66px !important;
}

/*.focus_g_right .for_g_right:nth-child(even){
	background: red;
}*/
.for_g_right.focus_did_know .sideblock {
	background: transparent url(https://abcel.techshu.com/app/uploads/2024/04/Frame-8.png) 0 0 no-repeat;
	min-height: 270px;
	background-size: cover;
	background-position: center bottom;
	padding-bottom: 20px;
}

.for_g_right .sideblock h4 {
	font-size: 25px;
	color: #fff;
}

.for_g_right .sideblock p {
	font-size: 18px;
	color: #fff;
}

.for_g_right.focus_did_know .sideblock h4,
.for_g_right.focus_did_know .sideblock p {
	color: #000;
}

.page-template-focusgroup-innerpage-template .change-makers.position-relative.gap.contemp_opp {
	padding-bottom: 30px;
}

.eco_foc_part_img {
	width: 50%;
	padding: 0;
	margin: 0;
}

.sitemap_sec {
	padding: 70px 0;
}

.sitemap_sec h2 {
	font-size: 32px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}

.sitemap_sec ul li a {
	font-size: 15px;
	color: #000;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 300px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	
}

.flip-card:focus {
	outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flip-card-front {
	background: #fff;
	color: black;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 20px;
}

.flip-card-front h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.flip-card-back {
	background: #ab2b28;
	color: white;
	transform: rotateY(180deg);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;	
	padding: 15px;
}



.flip-card-back ul li {
	margin: 0;
	list-style: disc;
	text-align: left;
}

.flip-card-back a {
	display: inline-flex;
	padding: 8px 22px;
	background: #fcae3f;
	border-radius: 10px;
	font-size: 13px;
	color: #ab2b28;
	text-transform: uppercase;
	font-weight: 500;
}

.trending_home {
	background: #e9e8e8;
	padding: 50px 0;
}

body.home .the_idea_sec.page_sec.gap.h_top {
	margin: 0;
}

.trending_home ul.slides {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.trending_home ul.slides li {
	display: flex;
	width: 49%;
	background: #fff;
	align-items: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin: 0 20px;
}

.trending_home ul.slides li span {
	padding: 18px;
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
}

.trending_home ul.slides li span a {
	display: block;
	background: #9e221e;
	color: #fff;
	padding: 8px;
	border-radius: 12px;
	width: 100%;
	max-width: 174px;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: 500;
}

.heading1.text-lg-center.heading1_trending h2 {
	font-weight: 500;
}

.heading1.text-lg-center.heading1_trending {
	margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
	.trending_home ul.slides li {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width:767px) {
	.trending_home ul.slides li span a {
		padding: 6px;
		font-size: 13px;
	}

	.trending_home ul.slides li span {
		padding: 10px;
		font-size: 13px;
	}
}

.readmodal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0, .5);
}

.modal-content {
	background-color: #f4f4f4;
	margin: 20% auto;
	padding: .5em;
	width: 70%;
	box-shadow: 0 5px 8px 0 rgba(0,0,0, .2), 0 7px 20px 0 rgba(0,0,0, .17);
	animation-name: modalopen;
	animation-duration: 1.75s;
}

@keyframes modalopen {
	from{opacity: 0}
	to {opacity: 1}
}

.closeBtn {
	color: #ccc;
	float: right;
	font-size: 1.875em;
	color: white;
}

.closeBtn:hover, .closeBtn:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.modal-content {
		width: 90%;
	}
}

/* 07-04-25 */


.r_pub {background-color: #F9F8F6;}
.r_pub .heading1 h2 {text-align:left;}
.r_pub button {background: #FFF; border-radius: 5px; font-size: 18px; color: #000;min-width: 140px;margin-left: 28px; padding: 15px 20px;}
.r_pub button:hover {background: #FBB040;}

.r_pub .all-post-thumbnail a img { width: 100%;}
.r_pub .all-latest-post {background-color: #fff; border-radius: 20px; overflow: hidden;border: 1px solid rgba(0, 0, 0, 0.24);height: 100%;}
.all-post-content {background-color: #fff; padding: 35px 30px; font-size: 14px; line-height: 19px; text-align: left;min-height: 248px;}
.all-post-content h3 {color: #000;font-size: 19px;font-weight: 700; margin-bottom: 14px;}
.all-post-content a {color: #000;font-size: 16px;font-weight: 400; display: inline-flex;align-items: center;}
.all-post-content a i { margin-left: 5px;transition: all 300ms;}
.all-post-content a:hover i { margin-left: 10px;}



.flip-box {
  background-color: transparent;
  height: 245px;
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
	border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 15px;
}

.flip-box-front {
  background-color: #9CAC3A;
  color: #fff;
}
.flip-box-front h3 {color: #fff;margin: 28px 0 0 0;font-size: 20px;  font-weight: 700;}

.flip-box-back {
  background-color: #9CAC3A;
  color: #fff;
  transform: rotateY(180deg);
	font-size: 14px; line-height: 19px;
}
.flip-box-back p {margin-bottom: 35px;}
.flip-box-back a {display: inline-flex;align-items: center; padding: 0;background: transparent;border-radius: 0;font-size: 16px;color: #fff;text-transform: unset;font-weight: 400;}
.flip-box-back a i { margin-left: 5px;}
.enrich_top .row .col-md-3:nth-child(1) .flip-box-front {	background: #9CAC3A;}
.enrich_top .row .col-md-3:nth-child(1) .flip-box-back {	background: #9CAC3A;}
.enrich_top .row .col-md-3:nth-child(2) .flip-box-front {	background: #BB6C29;}
.enrich_top .row .col-md-3:nth-child(2) .flip-box-back {	background: #BB6C29;}
.enrich_top .row .col-md-3:nth-child(3) .flip-box-front {	background: #C02471;}
.enrich_top .row .col-md-3:nth-child(3) .flip-box-back {	background: #C02471;}
.enrich_top .row .col-md-3:nth-child(4) .flip-box-front {	background: #38B1AE;}
.enrich_top .row .col-md-3:nth-child(4) .flip-box-back {	background: #38B1AE;}


.enrich-intro-text {background-color: #9CAC3A; border-radius: 12px; overflow: hidden; padding: 50px 45px; margin-bottom: 35px; color: #fff; font-size: 18px; line-height: 24px;text-align: left;}
.enrich-intro-text h2 {font-size: 32px; line-height: normal; font-weight: 700; margin-bottom: 18px;}
.enrich-post-block {background-color: #9CAC3A; border-radius: 12px; overflow: hidden; font-size: 14px;color: #fff;line-height: 19px; text-align: left;}
.enrich-post-block {font-size: 12px;font-weight: 400;line-height: 14.5px; height: 100%;}
.enrich-thumbnail img{width:100%;}
.enrich-post-block h3 {color: #FFF;font-size: 14px;font-weight: 700;margin-bottom: 10px;}
.enrich-post-block h3 a { color: #fff;}
.enrich-more a {color: #FFF;font-size: 12px;font-weight: 400;}
.enrich-more a i { margin-left: 5px; transition: all 300ms;}
.enrich-more a:hover i { margin-left: 10px;}
.social_row { padding: 15px 15px 0 15px;position: relative;}
.post-comments {text-align: right;color: #fff; display: flex;justify-content: flex-end;}
.enrich-post-block-content { padding: 15px;}
.post-comments i {font-size: 18px; cursor: pointer;}
.p_like {margin-right: 10px; position: relative;}
.p_like .reaction-buttons { display: none;gap: 2px;	margin-top: 0; position: absolute;left: auto; right: -20px; top: 100%;}
.p_like .reaction-btn {	padding: 3px 5px;background-color: transparent;border: 0;border-radius: 5px;font-size: 12px;color: #000;}
.p_like:hover .reaction-buttons{ display: flex;}
.p_like .reaction-btn img {width: 25px;}
.p_like .reaction-btn span {display: block;}

.enrich-banner {position: relative;}
.enrich-banner:after {content: "";position: absolute;left: 0;bottom: 0;width: 36%;height: 109px;background-color: #9CAC3A;}
.enrich-banner-content {position: absolute;left: 0;bottom: 0;width: 100%;display: flex;z-index: 2;}
.enrich-banner-content h1 {background-color: #9CAC3A; color: #fff; font-size: 34px; font-weight: 700;width: 35%;margin: 0; padding: 34px 0;border-radius: 0px 20px 0px 0px;}
.enrich-banner-health-well-being:after, .enrich-banner-health-well-being .enrich-banner-content h1{background-color: #BB6C29;}
.enrich-banner-meaning-purpose:after, .enrich-banner-meaning-purpose .enrich-banner-content h1{background-color: #C02471;}
.enrich-banner-social-belonging:after, .enrich-banner-social-belonging .enrich-banner-content h1{background-color: #38B1AE;}
.reaction-buttons{width: 170px;}
.p_like:hover .reaction-buttons,
.reaction-buttons.show-reaction{	display: flex;background-color: rgba(255,255,255,1);padding: 5px 10px;border-radius: 54px;}

.comment-box {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 100%;
	display: none;
}
.p_comment:hover .comment-box {
	display: block;
}
.custom-comment-box {
	position: relative;
	background-color: rgba(255,255,255,0.9);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
	border-radius: 60px;
}
button.submit-comment {
	width: auto;
	min-width: inherit;
	padding: 0;
	color: #9e1818;
	background: transparent;
}

.custom-comment-box textarea {
	font-size: 12px;
	padding: 12px 10px;
	height: 43px;
	resize: none;
	background: transparent;
	border: 0;
	outline: none;
}
.comment-box .post-comments {
	background-color: rgba(255,255,255,0.9);
	color: #000;
	padding: 10px;
	border-radius: 10px;
	text-align: left;
	margin-top: 5px;
	display: block;
}
.comment-box .post-comments h3 { color: #000;}
.comment-box .post-comments ul { margin: 0;}
.enrich-sidebar-block .slick-slide {height: auto;}
.enrich-sidebar-block .slick-slide > div {border-radius: 12px; overflow: hidden; border: 1px solid rgba(0, 0, 0, 0.24);margin-bottom: 2px;}
.latest-post-block { padding: 0;}
.post-info { padding: 20px;font-size: 14px;font-weight: 400;	line-height: 19px;}
.post-info h3 {font-size: 16px;font-weight: 700;	line-height: 23px;margin-bottom: 13px;}
.post-author { padding-top: 30px;font-size: 12px; font-weight: 400; color: #626262;}
.post-author strong { display: block;font-size: 12px; font-weight: 400; color: #000;}
.enrich-sidebar-block .slick-arrow {
	position: absolute;
	left: 0;
	bottom: -45px;
	width: 35px;
	min-width: 35px;
	height: 35px;
	padding: 0;
	background: transparent;
	border: 1px solid #000;
	color: #000;
}
.enrich-sidebar-block .slick-next { left: 45px;}
.v_more_btn a {font-size: 16px; font-weight: 400; color: #000;}
.enrich-sidebar-block .post-thumbnail {border-radius: 12px; overflow: hidden;position: relative;}
.post-cate {
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 36px;
	background: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(4.699999809265137px);
	color: #fff;
	font-size: 14px;
	padding: 0px 6px;
	display: flex;
}
.post-cate img { margin-right: 5px;width: 18px;}
.comment_response {background-color: rgba(255, 255, 255, 0.9);color: #000;padding: 10px;border-radius: 10px;text-align: left;margin-top: 5px;display: block;}
.post-label {width: 100%;}
.color-theme-ease-of-living .enrich-intro-text {
	background-color: transparent;
	background: url(../abcel/images/top_bg.png) no-repeat right bottom;
	background-size: cover;
}
.color-theme-health-well-being .enrich-intro-text {
	background-color: transparent;
	background: url(../abcel/images/top_bg1.png) no-repeat right bottom;
	background-size: cover;
}
.color-theme-meaning-purpose .enrich-intro-text {
	background-color: transparent;
	background: url(../abcel/images/top_bg2.png) no-repeat right bottom;
	background-size: cover;
}
.color-theme-social-belonging .enrich-intro-text {
	background-color: transparent;
	background: url(../abcel/images/top_bg3.png) no-repeat right bottom;
	background-size: cover;
}


.color-theme-health-well-being .enrich-banner-content h1 {background-color: #BB6C29;}
.color-theme-health-well-being .enrich-banner:after {background-color: #BB6C29;}
.color-theme-health-well-being .enrich-intro-text {background-color: #BB6C29;}
.color-theme-health-well-being .enrich-post-block{background-color: #BB6C29;}

.color-theme-meaning-purpose .enrich-banner-content h1 {background-color: #C02471;}
.color-theme-meaning-purpose .enrich-banner:after {background-color: #C02471;}
.color-theme-meaning-purpose .enrich-intro-text {background-color: #C02471;}
.color-theme-meaning-purpose .enrich-post-block{background-color: #C02471;}

.color-theme-social-belonging .enrich-banner-content h1 {background-color: #38B1AE;}
.color-theme-social-belonging .enrich-banner:after {background-color: #38B1AE;}
.color-theme-social-belonging .enrich-intro-text {background-color: #38B1AE;}
.color-theme-social-belonging .enrich-post-block{background-color: #38B1AE;}

.reaction-buttons {
display: flex;
gap: 10px;
margin-top: 10px;
}

.reaction-btn {
padding: 5px 5px;
background-color: #f1f1f1;
border: 1px solid #ddd;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
min-width: inherit;
}

.reaction-btn.active img{
  transform: scale(1.4);
}
.comment-box-wrap {
  display: none;
  width:100%;
  height:100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  background-color: rgba(0,0,0,.6);
  z-index: 999;
  backdrop-filter: blur(5px); 
}

.comment-box-content{
  display: flex;
  position: fixed;
  top: 10vh;
  left: 0;
  right: 0;
  margin:auto;
  width: 600px;
  background-color: #f9f9f9;
  height: 80vh;
  border-radius:10px;
  overflow: hidden;
  position: relative;  
}
.comment-box-content h3{
  color:#000;
}
.custom-comment-box{
  background-color: #F9F8F6;
  border-radius: 0;
  padding:0;
  width: 100%;
}
.custom-comment-box textarea{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px inset;
}
.custom-comment-box textarea,
button.submit-comment{
	height: 105px;  
}
button.submit-comment{
  width:50px;
  border-radius: 0;
  background-color:#9e1818;
  color:#fff;
}
.popup-comment {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.post-comments-inner {
  text-align: left;
  color: #000;
  display: block;
  height: calc(100% - 120px);
  overflow:auto;
  width: 100%;
  padding:15px;
}
.post-comments-inner ul{
  margin:0;
}
.post-comments-inner li {
  display: flex;
  margin-bottom: 20px;
}
.post-author-img {
  width: 50px;
  height: 50px;
  border-radius:50%;
  overflow:hidden;
  margin-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding:2px;
  
  font-size:28px;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-author-img img{
  border-radius:50%;
}
.close-comment {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  min-width: inherit;
  border-radius:50%;
  padding:0;
  background-color: #fff;
  color: #000;
  z-index: 2;
}
.post-author-content {
  background-color: #fff;
  width:calc(100% - 71px);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding:10px;
  border-radius:0 4px 4px 4px;
  position:relative;
}
.post-author-content::before{
  content:"";
  width: 0px;
  height: 0px;
  display:block;
  border-style: solid;
  border-width:0 22px 17px 11px;
  border-color: transparent rgba(0,0,0,.1) transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 3px;
  margin:auto;
  left: -33px;
}
.post-author-content::after{
  content:"";
  width: 0px;
  height: 0px;
  display:block;
  border-style: solid;
  border-width: 0 20px 15px 11px;
  border-color: transparent #fff transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 4px;  
  margin:auto;
  left: -30px;
}
.single-msg {
	margin-bottom: 10px;  
}
.comment-date {
  color: #666;
}
.post-author-content strong{
  color:#222;
  font-size:14px;  
}
.post-author-content p{
  color:#222;
  font-size:14px;
  line-height:20px;
}
.login-btn-wrap{
  color:#222;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:15px;
  background-color: rgba(0,0,0,.05);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px inset;
}
#loginModal .modal-content{
  width:100%;
  max-width: 400px;
}
#tabs button.active{background-color:var(--secondaryyellow);}
  .enrich-banner-content h1{
    display:inline-block;
    text-align: left;
    width: auto;
    max-width:90%;
    padding-right: 1em;
  }
  .filter-nav{
    background-color: #F9F8F6;
    padding:2em 0;
  }
  .filter-nav ul{
    padding:0;
    margin: 0;
  }
  .filter-nav li{
    margin: 0 10px;
  }
  .filter-nav li a{
    color:#000;
    display:block;
    padding:10px 15px;
    background-color:#fff;
    border-radius:4px;
  }
  .filter-nav li.active a{
    background-color: #FBB040;
    color:#000;
  }

.pagination-block {
  display: flex;
  justify-content: center;
  margin:2em 0;
}
.pagination-block span, .pagination-block a {
  display: block;
  padding:2px 5px;
  margin:0 2px;
  background-color: rgba(50,50,50,.1);
  min-width: 34px;
  border-radius:50%;
  font-size: 16px;
  text-align: center;
  color: #222;
}
.pagination-block a.prev.page-numbers,
.pagination-block a.next.page-numbers {
  background-color: transparent;
}
.pagination-block span.page-numbers.current{
  background-color: var(--secondaryyellow);
}
@media screen and (max-width:1200px) {
  .r_pub button{
    min-width: 120px;
  	margin-left: 15px;
  	padding:15px 10px;
  }
  .filter-nav li {
    margin:0 5px 5px;
  }
  .filter-nav li a{
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media screen and (max-width:991px) {
  .enrich-banner::after{
    display:none;
  }
  .enrich-banner-content{
    position:relative;
    margin-top:-30px;
  }
  .enrich-banner-content h1{
    width:100%;
    max-width:100%;
    font-size: 28px;
    padding: 20px 30px;
    text-align:center;
    border-radius: 10px;
  }
} 
@media screen and (max-width:767px) {
  .r_pub button {
    min-width: 100px;
    margin-left: 0;
  }
  .enrich-banner-content{   
    margin-top:-10px;
  }
  .enrich-banner-content h1 {
    font-size: 20px;
    padding:14px 20px;
    text-align: center;
    border-radius:5px;
  }
  .enrich-post-block{position:relative;}
  .social_row{position: static; padding: 20px 15px 0 15px;}
  .enrich-post-block h3{font-size: 16px; line-height: 22px; margin-bottom: 15px;}
  .enrich-post-block-content {font-size: 15px;line-height: 18px;}
  .enrich-more a {font-size: 16px;}
  .enrich-more {margin-top: 5px;}
  .comment-box-wrap{position: absolute;} 
  .comment-box-content{width: 100%; top:20px; height: calc(100% - 21px);}
  .single-article-wrap .enrich-thumbnail img{width:100%;} 
  .article-slider, .enrich-sidebar-block{overflow:hidden;}
  .article-slider .slick-arrow{top: 25%; bottom: auto; width: 44px;height: 44px; background-color:rgba(255,255,255,.6); color:#222;}
  .article-slider .slick-prev{border-radius:0 4px 4px 0;}
  .article-slider .slick-next{border-radius:4px 0 0 4px;}
  .enrich-sidebar-block .slick-slide{padding: 0 2px;}
  .login-btn-wrap{display: block; text-align: center;} 
  .login-btn-wrap button{margin-top:10px;}
}

.enrich-content .row .col-md-4 {margin-bottom: 20px;}


.enrich-post-block a, .enrich-post-block .post-author, .enrich-post-block .post-author strong{ color:#fff;}

/* 25-04-25 */
.sticky_btn {
	position: fixed;
	right: -66px;
	bottom: 150px;
	display: inline-block;
	padding: 12px 20px;
	border-radius: 10px 10px 0 0;
	text-decoration: none;
	color: #fff;
	background-color: #9e1818;
	transform: rotate(-90deg);
	z-index: 222;
}
.sticky_btn:hover {background-color: #f9c732; color: #000;}

/* reflection landing page */
.lyf-header{
  padding:10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.lyf-logo{
  max-width:170px;
}
.lyf-header a.signin-link{
  color:#000;
}
.page-template-reflection-landing-page .site-header{
  display:none;
}
.red-btn {
  background-color: #D71D24;
  color: #fff;
  display: inline-block;
  padding:11px 30px;
  border-radius:60px;
}
.red-btn::after{
  content:"";
  width:18px;
  height:18px;
  background-image:url(../abcel/images/arrow-up-right-white.svg);
  display:inline-block;
  vertical-align: middle;
  margin-left:5px;
}
.white-btn{
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding:10px 20px;
  border-radius:60px; 
}
.white-btn::after{
  content:"";
  width:18px;
  height:18px;
  background-image:url(../abcel/images/arrow-up-right-black.svg);
  display:inline-block;
  vertical-align: middle;
  margin-left:5px;
}
.white-btn:hover{
  color:#000;
}

.hero {background-color: #f9f4ee; padding-top: 70px;}
.hero h1 { text-align: left; font-weight: 600;}
.section-title { font-size: 40px; font-weight: 600;}
.icon-box h5 { font-weight: 600; font-size: 18px;}
.why_list { margin: 0; padding: 0; border-radius: 0; display: flex; flex-wrap: wrap;}
.why_list li { width: 50%; min-width: 50%;margin-bottom: 20px;}
.why_list li i {margin-right: 10px; color: #0000ff;}
blockquote.blockquote.mt-4 {display: block;margin-left: 0;font-size: 14px;}

.custom_modal .modal-header .btn-close {
	padding: 8px;
	margin: 0;
	position: absolute;
	right: 4px;
	top: 8px;
	display: block;
	width: 24px;
	min-width: 24px;
}
.custom_modal .modal-header .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	font-size: 26px;
	font-weight: 600;
}
.custom_modal .form-control {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 15px;
	height: 40px;
	line-height: 38px;
}
.custom_modal .modal-header {
	background-image: none;
}
.custom_modal .btn-primary {
	max-width: 265px;
	display: block;
	margin: 0 auto;
}
#tabs {
  display: flex;
  justify-content: space-between;
  border-bottom:rgba(0,0,0,.1) solid 1px;
}
#tabs button{
  width: 49%;
  min-width: inherit;
  border-radius:10px 10px 0 0;
  background-color: #fff;
  color: #222;     
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#loginModal .form-control  {
  padding:10px;
  border-radius:5px;
}
#loginModal .btn-close {
  width: 30px;
  height: 30px;
  min-width: inherit;
  position: absolute;
  top: -14px;
  right: -14px;
}
#loginModal .btn-close:hover{
  opacity:1;
  background-color:transparent;
}