/*!
Theme Name: Maharashtra Mandal
Theme URI: http://underscores.me/
Author: Abhishek Potdar
Author URI: https://purecss.co.in/
Description: This is a custom developed theme for Maharashtra Mandal Abu-Dhabhi
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mh_mandal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Maharashtra Mandal is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@font-face {
    font-family: 'emilio';
    src: url('assets/fonts/algerian_regular-webfont.woff2') format('woff2'),
         url('assets/fonts/algerian_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
	--color-primary: #222C54;
	--color-secondary: #a22631;
	--color-light: #F3F8FB;
	--primary-font: 'DM Sans', sans-serif;
}




/* 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;
	overflow-x: hidden;
}

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

/* 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: "DM sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/* margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*===========================================================
COMMON CLASSES
===========================================================*/

.bg-light-primary{
    background-color: var(--color-light);
}

/*===============================================================
HEADER CSS
=================================================================*/

.navigation-menu-section {
    background-color: #222C54;
}
.quicklinks-topbar li {
    border-right: 1px solid #afafaf;
    padding-right: 10px;
    text-transform: uppercase;
}

.site-logo img {
    width: 140px;
}

div#sticky-wrapper {
    z-index: 999;
}

.contact-info-wrap ul{
    margin: 0px;
}
.contact-info-wrap ul li {
    display: inline-flex;
    margin-right: 10px;
    color: var(--color-primary);
    font-size: 12px;
    list-style: none;
    align-items: center;
    font-weight: 500;
}
.contact-info-wrap ul li i{
    font-size: 20px;
    color: var(--color-secondary);
    margin-right: 5px;
}

.header-top-section {
    padding: 10px 0px;
    background-color: #fff;
}

.header-top-content {}
.header-top-content h3{
    font-family: Merriweather;
    font-size: 26px;
    color: var(--color-secondary);
    font-weight: 700;
    -webkit-text-stroke-color: var(--color-secondary);
    -webkit-text-stroke-width: 0.1px;
}
.header-top-content h4{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-primary);
}
.header-top-content p{
    font-family: "DM sans";
    color: var(--color-primary);
    margin: 0;
}

.topbar {
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}

.New-update {
    background-color: #a22631;
    color: #fff;
    width: 100%;
    /* height: 42px; */
    text-align: center;
    /* background: #a22631 url(http://mtcloud.in/sclc/wp-content/uploads/2021/01/arrow.png) no-repeat right; */
}
.New-update {
    background-color: #a22631;
    color: #fff;
    width: 100%;
    /* height: 37px; */
    text-align: center;
    position: relative;
    padding: 10px;
}
.no-gutter-1 {padding-right: 0px;}

.no-gutter-2 {
    padding-left: 0px;
}
.New-update:after {
    /* border-left-color: #a22631; */
}
.New-update:after {
    content:'';
    width: 28px;
    position: absolute;
    right: -13px;
    top: 5px;
    height: 28px;
    background: #a22631;
    z-index: 1;
    /* border-style: solid; */
    /* border-width: 10px 0 10px 10px; */
    transform: rotate(45deg);
}
.New-update h4 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*==============================================================
 * BUTTON CSS
 * ============================================================*/

.btn {
    padding: 10px 30px;
}
.primary-btn {
    background-color: var(--color-primary);
    color: #fff !important;
    transition: all .7s !important;
}
.primary-btn:hover {
    background-color: var(--color-secondary);
    color: #fff !important;
    transition-duration: .8s;
}
.primary-btn-transparent {
    background-color: transparent;
    color: var(--color-primary) !important;
    transition: all .7s !important;
    border: 2px solid var(--color-primary);
    font-weight: 600;
}
.primary-btn-transparent:hover{
     background-color: var(--color-primary);
    color: #fff !important;
    transition: all .7s !important;
}

.secondary-btn {
    background-color: var(--color-secondary);
    color: #fff !important;
    transition: all .7s !important;
}
.secondary-btn:hover {
    background-color: var(--color-primary);
    color: #fff !important;
    transition-duration: .8s;
}
.secondary-btn-transparent {
    background-color: transparent;
    color: var(--color-secondary) !important;
    transition: all .7s !important;
    border: 2px solid var(--color-secondary);
    font-weight: 600;
}
.secondary-btn-transparent:hover{
     background-color: var(--color-secondary);
    color: #fff !important;
    transition: all .7s !important;
}

/*===============================================
SLICK SLIDER SETTINGS
=================================================*/

.slick-slider {
    position: relative;
}

.slide-arrow{
    background-color: #fff;
    border: 0px;
    color: var(--color-primary);
    font-size: 20px;
    position: absolute;
    top: 45%;
    z-index: 99;
    border-radius: 0;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
}

.slick-slider .prev-arrow {
    left: 1%;
}
.slick-slider .next-arrow {
    right: 1%;
}

.slick-dots{
    position: absolute;
    bottom: 10%;
    z-index: 999;
    display: flex;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    justify-content: center
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    border: 4px solid #fff;
    border-radius: 30px;
    opacity: .4;
    transition: 0.5s;
    list-style: none;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    opacity: 1;
    transition: 0.5s;
}

/*===============================================
SITE TITLE CSS
================================================*/

.site-title {
    margin-bottom: 50px;
    /* text-align: center; */
    position: relative;
}
.site-title h3{
    font-size: 35px;
    color: var(--color-primary);
}
.site-title h3:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background-color: var(--color-secondary);
}

.site-title.text-center h3:after{
    margin: 0px auto;
    margin-top: 15px
}

/*=============================================
HOME HERO SILIDER CSS
================================================*/

.home-slider-image img {
    height: 68vh;
    width: 100%;
    object-fit: cover;
}

header.header-section {
    z-index: 999999 !important;
}

/*==================================================
COMITTEE MEMBER CSS
==================================================*/
section {
    padding: 4rem 0px;
}

.comittee-members-wrap {
    box-shadow: 0px 0px 10px #ddd;
    padding: 30px 0px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

.comittee-member-image {
    position: relative;
    text-align: center;
}
.comittee-member-image:before{
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: -20%;
    left: 0;
    background-color: var(--color-primary);
    z-index: -1;
}
.comittee-member-image img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}

.comitte-member-content {
    text-align: center;
    margin-top: 20px;
}
.comitte-member-content p{
	line-height: 20px
}
.comitte-member-content p a{
	color: #333;
	font-size: 14px;
	margin-bottom: 0px
}

.comitte-member-content h3{
    color: var(--color-secondary);
    font-size: 22px;
}
.comitte-member-content p{
     color: var(--color-primary);
     margin: 0;
}

.home-hero-slider {
    padding: 0px;
}

/*=========================================
HOME ABOUT SECTION CSS
===========================================*/

section.comitte-members-section {
    background-color: #fff1d042;
}

.about-mmad-content-wrao {}
.about-mmad-content-wrao h3{
    font-size: 35px;
    margin-bottom: 20px
}
.about-mmad-content-wrao p{
    font-size: 16px;
    line-height: 30px;
    
}

.newwrap marquee ol {
    margin-bottom: 0px;
}
.newwrap marquee ol li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.newwrap marquee ol li a{
    color: #fff;
}
.scrolling-text-1 p {
    margin: 0px;
    margin-top: 5px;
}
.scrolling-text-1 p a{
    color: #fff;
    font-size: 14px;
    margin: 0px;
    /* font-weight: 500; */
}

.admission-marque {
    /* border: 1px solid #fff; */
    padding: 3px;
}

section.newsection {
    padding: 0;
    background-color: var(--color-primary);
}

.vw-net-member{

    position: relative;

}

.vw-net-member img{

    display: block;

    margin: 0px auto;

}

.vw-net-member .vw-member{

    position: absolute;

    /* background-color: #000; */

    border-radius: 50%;

    padding: 4px;

    animation-name: flipInX;

    animation-duration: 1s;

    animation-iteration-count: 1;

}

.vw-net-member .vw-member:hover{transform:scale(1.5,1.5);transition:all .2s;border: 3px double #FF723A;padding: 0px;/* cursor: pointer; */}

.vw-net-member .vw-member img{

    height: 50px;

    width: 50px;

    border-radius: 50%;

    object-fit: cover;

}



.vw-net-member .member1{

    top: 0px;

    left: 41.2%;

}



.vw-net-member .member2{

    top: 13.7%;

    left: 54.7%;

}



.vw-net-member .member3{

    top: 15.4%;

    left: 17.5%;

}



.vw-net-member .member4{

    top: 29.6%;

    left: 26%;

}



.vw-net-member .member5{

    top: 32%;

    left: 77%;

}



.vw-net-member .member6{

    top: 28.5%;

    left: 62%;

}



.vw-net-member .member7{

    top: 33%;

    left: 9.5%;

}



.vw-net-member .member8{

    top: 50%;

    left: 21.5%;

}



.vw-net-member .member9{

    top: 52.5%;

    left: 63%;

}



.vw-net-member .member10{

    top: 61.9%;

    left: 10.7%;

}



.vw-net-member .member11{

    top: 64.5%;

    left: 29.2%;

}



.vw-net-member .member12{

    top: 72.3%;

    left: 47.4%;

}



.vw-net-member .member13{

    top: 58.3%;

    left: 77%;

}



.vw-net-member .member14{

    top: 82.3%;

    left: 26.8%;

}



.vw-net-member .member15{

    top: 81.3%;

    left: 62.9%;

}

.vw-net-member .member16{

   top: 89.3%;
   left: 43.9%;

}

/*==================================================================
HOME RECENT EVENTS
===================================================================*/

.events-box-wrap {
    /* background-color: #fff; */
    padding: 15px;
}

.events-date-box {
    position: absolute;
    right: 10%;
    top: 5%;
}

.events-img-wrap {
    position: relative;
}
.events-img-wrap img{
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

.date-month-wrap {
    text-align: center;
    background-color: var(--color-secondary);
    padding: 5px 10px
}
.date-month-wrap span{
    display: block;
    color: #fff;
    line-height: 1;
}

.date-year-wrap {
    background-color: var(--color-primary);
    text-align: center;
    padding: 5px 10px;
}
.date-year-wrap span{
    color: #fff;
}

.events-content-wrap {
    padding: 20px;
    background-color: #fff;
    margin-top: -10% !important;
    /* z-index: 9999; */
    position: relative;
    width: 90%;
    margin: 0px auto;
    border-radius: 5px;
    border: 2px solid #f0f0f0;
}
.events-content-wrap h3{
    font-size: 22px;
    color: var(--color-primary);
}
.events-content-wrap{
	min-height: 250px;
}
.events-content-wrap p{
    font-size: 16px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.events-carousel-wrap .slick-dots {
    position: unset;
}
.events-carousel-wrap .slick-dots li{
    background-color: var(--color-primary);
}

/*============================================================
FOOTER CSS
=============================================================*/

.site-footer {
    background-color: var(--color-primary);
    padding: 4rem;
}

.bottom-footer {
    background-color: var(--color-secondary);
    padding: 10px 0px;
}

.site-footer .widget {}
.site-footer .widget h4{
    color: #ffffff;
    margin-bottom: 20px;
}

.site-footer .widget h4:after{
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	background-color: var(--color-secondary);
	margin-top: 5px
}

.site-footer .widget p{
    color: #fff;
    font-size: 14px;
    line-height: 25px
}
.site-footer .widget ul{
    margin: 0;
}
.site-footer .widget ul li{
    list-style: none;
    padding-bottom: 5px;
}
.site-footer .widget ul li a{
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    line-height: 25px;
}

.site-info a{
    color: #fff;
    text-decoration: underline
}
.site-info{
    color: #fff;
}
.site-info p{
	margin: 0;
	color: #fff;
}

.sponsor-list-item{
    padding-right: 25px;
    margin-bottom: 20px;
}
.sponsor-list-item img {
    height: 150px;
    object-fit: contain;
    padding: 0px 25px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
}

section.gallery-section {
    /* background-color: #fff1d042; */
}

.ngg-gallery-thumbnail img {
    width: 100%;
}

/*=====================================================================
LOGIN PAGE CSS
=====================================================================*/

/*-------------------- 23. Login ------------------- */

.login-area {
    background: #F3F8FB;
    height: 100vh;
    display: flex;
    align-items: center;
}

.login-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}

.login-box form {
    margin: auto;
    width: 450px;
    max-width: 100%;
    background: #fff;
    border-radius: 3px;
}

.login-form-head {
    text-align: center;
    background: var(--color-secondary);
    padding: 50px;
}

.login-form-head h4 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}

.login-form-head p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.login-form-body {
    padding: 50px;
}

.form-gp {
    margin-bottom: 25px;
    position: relative;
}

.form-gp label {
    /* position: absolute; */
    left: 0;
    top: 0;
    color: #b3b2b2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-gp.focused label {
    top: -15px;
    color: #7e74ff;
}

.form-gp input {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.form-gp input::-webkit-input-placeholder {
    color: #dad7d7;
}

.form-gp input::-moz-placeholder {
    color: #dad7d7;
}

.form-gp input:-ms-input-placeholder {
    color: #dad7d7;
}

.form-gp input:-moz-placeholder {
    color: #dad7d7;
}

.form-gp i {
    position: absolute;
    right: 5px;
    color: #7e74ff;
    font-size: 16px;
}

.form-gp.has-error, .form-gp.has-error label, .form-gp.has-error input, .form-gp.has-error input::placeholder, .form-gp.has-error i {
    color: var(--red);
}

.rmber-area {
    font-size: 13px;
}

.submit-btn-area {
    text-align: center;
}

.submit-btn-area button {
    width: 100%;
    height: 50px;
    border: none;
    background: var(--color-primary);
    color: #fff;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.submit-btn-area button:hover {
    background: var(--color-secondary);
    color: #ffffff;
}

.submit-btn-area button i {
    margin-left: 15px;
    -webkit-transition: margin-left 0.3s ease 0s;
    transition: margin-left 0.3s ease 0s;
}

.submit-btn-area button:hover i {
    margin-left: 20px;
}

.login-other a {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 43px;
    line-height: 43px;
    border-radius: 40px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
}

.login-other a i {
    margin-left: 5px;
}

.login-other a.fb-login {
    background: #8655FC;
    color: #fff;
}

.login-other a.fb-login:hover {
    box-shadow: 0 5px 15px rgba(44, 113, 218, 0.38);
}

.login-other a.google-login {
    background: #fb5757;
    color: #fff;
}

.login-other a.google-login:hover {
    box-shadow: 0 5px 15px rgba(251, 87, 87, 0.38);
}

.form-footer a {
    margin-left: 5px;
}

/*========================================================
BREADCRUMB SECTION
========================================================*/

.breadcrumbsection {
    padding: 40px;
    background-color: #F3F8FB;
}

.breadcrumb-wrap {
    text-align: center;
}
.breadcrumb-wrap h1{
    margin: 0;
    color: var(--color-secondary);
}
.breadcrumb-wrap #breadcrumbs{}

/*=======================================================
ABOUT PAGE INTRO CSS
========================================================*/

.counter-wrap {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--color-primary);
    margin-bottom: 20px;
}
.counter-wrap h4{
    font-size: 2rem;
    color: var(--color-secondary);
}
.counter-wrap p{
    margin: 0;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 18px;
}

.about-intro-content-wrap {
    margin-bottom: 30px;
}

.about-itro-img {
    margin-bottom: 30px;
}
h3.wps_visitor_title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

div#wpsvcattribution {
    display: none;
}

.emp-profile{
    /* padding: 2% 2%; */
    /* margin-top: 3%; */
    /* margin-bottom: 3%; */
    border-radius: 0.5rem;
    /* background: #F3F8FB; */
}
.profile-img{
    text-align: center;
}
.profile-img img{
    /* width: 70%; */
    height: 100%;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5{
    color: #000000;
}
.profile-head h6{
    color: #474747;
    font-weight: 400;
}
.profile-edit-btn{
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs{
    margin-bottom: 2%;
}
.profile-head .nav-tabs .nav-link{
    font-weight:600;
    border: none;
    color: var(--color-secondary);
    outline: none !important;
}
.profile-head .nav-tabs .nav-link.active{
    border: none;
    border-bottom: 2px solid var(--color-primary);
    background-color: transparent;
}
.profile-work{
    padding: 14%;
    margin-top: -15%;
}
.profile-work p{
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a{
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}
.profile-work ul{
    list-style: none;
}
.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}


/*====================================================
EVENT DETAILS PAGE CSS
====================================================*/

.event-details-box-wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.event-details-header {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background-color: var(--color-primary);
}

.event-details-header h3{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px
}

.event-details-content {
    padding: 20px;
}

.event-detail-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.event-detail-item h4{
    color: var(--color-secondary);
    font-size: 16px;
    flex: 50% 0 0;
}
.event-detail-item p{
    margin: 0;
}

.apply-now-form-wrap {
    padding: 30px;
    background-color: #F3F8FB;
}

.form-group label {
    font-weight: 600;
}
.form-group input{
    border: none;
    padding: 10px;
    height: 45px;
    background-color: #fff;
}
.green-color {
    color: green;
}
.color-danger {
    color: red;
}
.acf-button {
    color: #fff;
    padding: 10px 35px;
    margin: 0;
    border: 0px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}
.acf-button.button-primary {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 35px;
    margin: 0;
    border: 0px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
}
@media(max-width: 568px){
.profile-head {
    overflow: scroll;
}
.profile-head ul{
    display: inline-flex;
    width: 270%;
    overflow: scroll;
}
}

#submiteventregistration {
    width: 135px;
}

.classified-ads-wrap {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.ad-image-wrap {
    margin-bottom: 15px
}
.ad-image-wrap img{
    height: 250px;
    width: 100%;
    object-fit: cover
}

.ad-content{}
.ad-content h4{
    margin-bottom: 15px;
    color: #a22631;
}
.ad-content ul{
    margin-left: 0;
}
.ad-content ul li{
    list-style: none
}

@media(max-width: 768px){
   #myaccountbtn {
       /* transform: translate(0px, -2.5rem); */position: fixed;top: 1rem;z-index: 999999;padding: 5px 10px;right: 1rem;font-size: 14px;} 
}

@media(max-width: 568px){
	.site-info p{
		font-size: 12px;
		text-align: center
	}
	.New-update:after {
		display: none;
	}
	.no-gutter-1{
		padding-left: 0px !important
	}
	#myaccountbtn {
       /* transform: translate(0px, -2.5rem); */position: fixed;top: 1rem;z-index: 999999;padding: 5px 10px;right: 1rem;;}
}

.sw-pagination{
    margin-top: 30px
}
.sw-pagination ul li{
    display: inline-block;
    list-style: none;
}
.sw-pagination ul li a{
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: #333;
}
.sw-pagination ul li a:hover{
    background-color: #222c54;
    color: #fff;
    border: 1px solid #222c54;
}
.sw-pagination ul .current{
    background-color: #222c54;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #222c54;
}
.quicklinks-footer li a i {font-size: 24px;margin-right: 10px;}

.acf-field-62273e4394de5 {display: none;}