/*!
Theme Name: Medicos
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom
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.

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

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

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

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

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.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: -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: 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;
}





/* ================= start common ================= */

:root {
	/* start primary color */
	--bs-primaryMain: #FF7512;
	--bs-primaryDark: #320AD4;

	/* start secondary color */
	--bs-secondary: #202020;
	--bs-secondaryLight: #1E1E1E;

	/* start light grey & blue color */
	--bs-greyLight: #F6F6F4;

	/* start typography color */
	--bs-white: #fff;
	--bs-black: #000;
	--bs-grey: #929292;

	/* start error success color */
	--bs-red: #f00;
	--bs-green: #15D44A;

	/* start font family */
	--bs-fontPop: 'Poppins', sans-serif;
	--bs-fontOpen: 'Open Sans', sans-serif;


}

/* start global scroll design */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	transition: 0.4s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3);
	transition: 0.4s;
}

body::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

body::-webkit-scrollbar-track {
	background: #d5d5d5;
}

/* end global scroll design */


/** Navbar Section Start **/
.navbarSection {
	padding: 20px 0 !important;
	background-color: #000;
}



.navbarSection .customNavbar {
	justify-content: space-around;
	font-family: var(--bs-fontPop);
}


.navbarSection .navbar-toggler i {
	color: var(--bs-white);
}

.icon-sec {
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-sec .icon-inner {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid var(--bs-white);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin-right: 12px;
	cursor: pointer;
}

.icon-sec .icon-inner:hover {
	transition: all 0.3s;
	background-color: var(--bs-primaryMain);
	border: 1px solid var(--bs-primaryMain);
}

.icon-sec .icon-inner i {
	color: #fff;
}


.navbarSection .custom-logo {
	width: 150px;
}

.customNavbar .rightSec .customLink {
	color: var(--bs-white);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	margin-right: 30px;
	font-family: var(--bs-fontPop);
}


.customNavbar .customMenu li {
	margin-right: 16px;
}

.customNavbar .customMenu li a {
	color: var(--bs-white) !important;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 6px !important;
	font-family: var(--bs-fontPop);
	height: 30px;
}

.customNavbar .customMenu li a:hover,
.customNavbar .customMenu li a.active {
	border-bottom: 4px solid var(--bs-primaryMain);
	transition: all 0.5s;

}

.navbarSection .navbar-toggler,
.navbarSection .navbar-toggler:focus {
	border: none;
	box-shadow: none;
}

.fullWidthContainer .elementor-container {
	width: 100% !important;
	max-width: 100% !important;
}

@media (min-width: 1200px) {

	.container,
	.elementor-container {
		max-width: 1200px !important;
	}

	.customNavbar .customMenu {
		margin-left: 20px;
	}

	.customNavbar .customMenu li a {
		padding: 0 !important;
		font-size: 14px;
	}

	.customNavbar .rightSec .mainBtn {
		padding: 8px 20px;
		font-size: 14px;
	}

	.customNavbar .rightSec .customLink {
		font-size: 14px;
	}

	.customNavbar .rightSec {
		display: flex;
		align-items: center;
	}

	.customNavbar .customMenu li {
		margin-right: 25px;
	}
}

@media (min-width: 1400px) {
	.navbarSection .navbar-brand {
		font-size: 20px;
		margin-right: 10px;
		font-family: var(--bs-fontPop);
	}

	.container,
	.elementor-container {
		max-width: 1350px !important;
	}

	.customNavbar .customMenu {
		margin: 0 0 0 25px;
	}

	.customNavbar .customMenu li a {
		padding: 0 !important;
		font-size: 16px !important;
	}



	.customNavbar .rightSec .customLink {
		font-size: 16px !important;
		margin-right: 10px !important;
	}

	.customNavbar .rightSec {
		display: flex;
		align-items: center;
	}

	.customNavbar .customMenu li {
		margin-right: 40px;
	}
}

@media (min-width: 1600px) {
	.navbarSection .navbar-brand {
		margin-right: 20px;
	}

	.container,
	.elementor-container {
		max-width: 1400px !important;
	}

	.customNavbar .customMenu {
		margin: 0 0 0 35px;
	}

	.customNavbar .rightSec {
		display: flex;
		align-items: center;
	}

	.customNavbar .customMenu li {
		margin-right: 50px;
	}

}

@media (min-width: 1800px) {

	.container,
	.elementor-container {
		max-width: 1600px !important;
	}

	.customNavbar .rightSec .mainBtn {
		padding: 14px 34px !important;
		font-size: 18px !important;
	}

	.customNavbar .rightSec .customLink {
		font-size: 18px !important;
		margin-right: 20px !important;
	}

	.customNavbar .customMenu li a {
		padding: 0 !important;
		font-size: 18px !important;
	}
}


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

	.customNavbar .rightSec {
		display: block;
	}

	.customNavbar .customMenu {
		margin: 0;
	}

	.customNavbar .icon-sec {
		margin-top: 30px;
		justify-content: flex-start;
	}

	.customNavbar {
		margin-top: 20px;
		padding: 30px 0;
	}

}

@media (max-width:1080px) {
	.customNavbar .navbar-brand {
		font-size: 18px;
		padding: 0;
	}

	.customNavbar .customMenu {
		margin-left: 0;
	}

	.customNavbar .customMenu li a {
		padding: 0 !important;
		margin-right: 12px;
		font-size: 13px;
	}

	.customNavbar .rightSec .mainBtn {
		padding: 8px 16px;
		font-size: 13px;
		margin-right: 20px;
	}

	.customNavbar .rightSec .customLink {
		font-size: 13px;
	}

	.navbarSection {
		padding: 10px 0 !important;
	}
}

@media (max-width:992px) {
	.customNavbar .customMenu {
		margin-top: 20px;
	}

	.customNavbar .rightSec .customLink {
		display: block;
		margin-bottom: 12px;
	}

	.customNavbar .customMenu li a {
		margin-bottom: 16px;
		font-size: 16px;
		width: fit-content;
	}

	.customNavbar .rightSec .customLink {
		font-size: 16px;
	}
}

@media screen and (max-width:575px) {
	.navbar .container-fluid {
		padding: 0 35px;
	}

}

/** Navbar Section End **/


/** Footer Section Start **/
.footer-mn {
	background: url(images/footerBackimg.webp), #131315;
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	border-top: 10px solid var(--bs-primaryMain);
	padding: 70px 0 0;
}

.footer-mn h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: var(--bs-fontPop);
}



.ourLink a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.70);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 18px;
	font-family: var(--bs-fontPop);
	outline: none;
}

.ourLink a:hover {
	color: var(--bs-primaryMain);
	transition: all 0.3s;
}

.footer-mn .details {
	margin-top: 30px;
}

.footer-mn .details a {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	font-family: var(--bs-fontPop);
}

.footer-mn .details a:first-child {
	margin-bottom: 10px;
}

.footer-mn .logo-icon img {
	display: block;
	margin: 0 auto;
}

.footer-mn .social-logo {
	display: flex;
	justify-content: center;
}

.footer-mn .social-logo img:first-child {
	margin-right: 10px;
}

.footer-mn .details a img {
	margin-right: 10px;
}

.footer-mn .fst_row {
	position: relative;
	padding: 70px 0 0;
}

.footer-mn .sec_row .ftr-cntnt {
	color: var(--bs-white);
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding: 40px 0;
}

.ourIcon a {
	display: block;
}

.go-to-top {
	position: fixed;
	bottom: 95px;
	right: 22px;
	display: none;
	z-index: 9;
	width: fit-content;
}

.go-to-top i {
	background-color: var(--bs-primaryMain);
	color: white;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	padding: 8px 0;
	transition: 0.5s;
}

.go-to-top.active {
	display: block;
	animation-name: fadeInUp;
	animation-duration: 0.8s;
}


@media (max-width:992px) {
	.footer-mn {
		padding: 50px 0 0;
	}

	.footer-mn .icon-sec {
		justify-content: flex-start;
		margin-left: 20px;
	}

	.footer-mn .fst_row {
		padding: 0;
		margin: 0;
	}

	.footer-mn .socialIconMainWrap {
		margin: 40px 0;
	}

	.footer-mn .logo-icon img {
		display: block;
		margin: 0;
		width: 150px;
		margin-bottom: 40px;
	}

	.footer-mn .social-logo {
		justify-content: flex-start;
		margin-left: 10px;
	}
}

@media (max-width:767px) {
	.sectionGap {
		padding: 0 40px;
	}

	.footer-mn h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.footer-mn p {
		font-size: 16px;
	}

	.ourLink a {
		font-size: 16px;
		line-height: 24px;
	}
}

/** Footer Section End **/

/** Banner Section Start **/
.banner_item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: -10px;
}
.banner_item .first-img{
	width: 200px;
}

.banner_item .container .row {
	justify-content: center;
}

.bottom-img-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-img {
	position: relative;
	height: auto;
	bottom: -1px;
	left: -5px;
}

.icon-img {
	position: absolute;
	animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
	0% {
		margin-top: 0;
	}

	50% {
		margin-top: 20px;
	}

	100% {
		margin-top: 0;
	}
}

.banner_item .cntnt-wrap-mn {
	width: 100%;
	padding: 60px;
	text-align: center;
	position: relative;
}

.banner_item .banner-heading {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	text-transform: capitalize;
	font-family: var(--bs-fontPop);
}

.homepage-slider .owl-dots {
	display: flex !important;
	margin: 20px 0 0 0;
	position: absolute;
	bottom: 20px;
	left: 50%;
}

.homepage-slider .owl-dots .owl-dot {
	height: 12px;
	width: 12px;
	display: block;
	background-color: #fff;
	margin: 5px;
	border-radius: 50%;
	transition: 0.5s;
}

.homepage-slider .owl-dots .owl-dot.active span {
	background-color: #fff;
	transition: 0.5s;
}

@media (max-width:1200px) {
	.banner_item {
		height: 100%;
		padding: 80px 80px 0;
	}

	.banner_item .banner-heading {
		font-size: 40px;
		line-height: 50px;
	}

	.banner_item .banner-para {
		font-size: 26px;
		line-height: 36px;
	}

	.banner_item .banner-shortPara {
		font-size: 20px;
		line-height: 30px;
	}

	.banner_item .cntnt-wrap-mn {
		width: 80%;
	}

	.sec-img {
		bottom: -2px;
	}
}

@media screen and (max-width:991px) {
	.banner_item .cntnt-wrap-mn {
		width: 100%;
		padding: 50px;
	}
}

@media (max-width:767px) {
	.banner_item .cntnt-wrap-mn {
		width: 100%;
		padding: 0;
	}

	.banner_item .banner-heading {
		font-size: 35px;
		line-height: 45px;
	}

	.banner_item .banner-para {
		font-size: 22px;
		line-height: 32px;
	}

	.banner_item {
		padding: 50px 50px 0;
	}
}

@media (max-width:575px) {
	.banner_item {
		padding: 40px 40px 0;
	}

	.banner_item .banner-heading {
		font-size: 25px;
		line-height: 35px;
	}

	.banner_item .banner-para {
		font-size: 20px;
		line-height: 30px;
	}

	.banner_item .banner-shortPara {
		font-size: 16px;
		line-height: 24px;
	}
}

/** Banner Section End **/


/** About Section Start **/
.aboutSection {
	background-image: url(images/aboutbackImg.webp);
	padding: 100px 0 0;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 78%;
	text-align: center;
}

.aboutSection .elementor-container {
	justify-content: center;
}



.aboutSection .leftImg {
	width: 700px !important;
	margin-right: 50px;
}

.aboutSection .shortHeading {
	color: #FF7512;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.aboutSection .aboutHeading {
	color: rgba(0, 0, 0, 0.97);
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.aboutSection .aboutPara {
	color: #1A1919;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	text-transform: capitalize;
	font-family: var(--bs-fontOpen);
}

@media (min-width:1400px) {
	.aboutSection .shortHeading {
		color: #FF7512;
		font-size: 28px;
		font-weight: 700;
		line-height: 38px;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
	}

	.aboutSection .aboutHeading {
		color: rgba(0, 0, 0, 0.97);
		font-size: 35px;
		font-weight: 600;
		line-height: 45px;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
	}

	.aboutSection .aboutPara {
		color: #1A1919;
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		text-transform: capitalize;
		font-family: var(--bs-fontOpen);
	}
}

@media (min-width:1800px) {
	.aboutSection .shortHeading {
		color: #FF7512;
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
	}

	.aboutSection .aboutHeading {
		color: rgba(0, 0, 0, 0.97);
		font-size: 40px;
		font-weight: 600;
		line-height: 50px;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
	}

	.aboutSection .aboutPara {
		color: #1A1919;
		font-size: 25px;
		font-weight: 400;
		line-height: 35px;
		text-transform: capitalize;
		font-family: var(--bs-fontOpen);
	}
}


@media (max-width:1375px) {
	.aboutSection .shortHeading {
		color: #FF7512;
		font-size: 24px;
		font-weight: 700;
		line-height: 34px;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
	}

	.aboutSection .aboutHeading {
		color: rgba(0, 0, 0, 0.97);
		font-size: 32px;
		font-weight: 600;
		line-height: 42px;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
	}

	.aboutSection .aboutPara {
		color: #1A1919;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		text-transform: capitalize;
		font-family: var(--bs-fontOpen);
	}
}

@media (max-width:1200px) {
	.aboutSection .aboutHeading .elementor-heading-title {
		font-size: 40px;
	}

	.aboutSection .aboutPara {
		font-size: 16px;
		line-height: 26px;
	}

	.aboutSection {
		padding: 50px;
	}

	.aboutSection .leftImg {
		width: 100% !important;
		margin-right: 0;
	}
}

@media (max-width:1100px) {
	.aboutSection .shortHeading {
		color: #FF7512;
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
		margin-bottom: 10px !important;
	}

	.aboutSection .aboutHeading {
		color: rgba(0, 0, 0, 0.97);
		font-size: 26px;
		font-weight: 600;
		line-height: 36px;
		text-transform: uppercase;
		font-family: var(--bs-fontPop);
		margin-bottom: 10px !important;
	}

	.aboutSection .aboutPara {
		color: #1A1919;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-transform: capitalize;
		font-family: var(--bs-fontOpen);
		margin-bottom: 10px !important;
	}

	.common-btn {
		font-size: 18px;
		font-weight: 600;
		line-height: 26px;
	}

	.aboutSection {
		background-position: center;
		background-size: contain;
	}
}

@media screen and (max-width:1023px) {
	.aboutSection {
		background-position: bottom;
		background-size: auto;
	}
}

@media screen and (max-width:768px) {
	.aboutSection .col-75 {
		width: 100% !important;
	}
}

@media screen and (max-width:575px) {
	.aboutSection {
		padding: 20px;
	}

	.aboutSection .aboutHeading {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 14px !important;
	}

	.aboutSection .shortHeading {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 14px !important;
	}

	.aboutSection .aboutPara {
		margin-bottom: 14px !important;
	}
}

/** About Section End **/

/** Img Section Start **/
.meetUpSection {
	padding: 100px 0 70px;
	display: none;
}

.meetUpSection .elementor-container {
	justify-content: center;
}

.meetUpSection .shortHeading {
	color: #FF7512;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.meetUpSection .meetUpHeading {
	color: rgba(0, 0, 0, 0.97);
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.meetUpSection .meet-up-wrapper {
	margin-top: 70px;
}

.meetUpSection .meet-up-wrapper .owl-carousel {
	display: block;
}

.meetUpSection .meet-up-wrapper .meet-up-item {
	width: 100%;
}

.meetUpSection .meet-up-wrapper .meet-up-item:hover {
	cursor: pointer;
}

.meetUpSection .meet-up-wrapper .meet-up-item img {
	position: relative;
	height: auto;
	/* width: 650px; */
}

.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper {
	content: "";
	background: rgba(0, 0, 0, 0.59);
	position: absolute;
	bottom: 10px;
	padding: 40px;
	display: flex;
	width: 98%;
	height: 300px;
	left: 8px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: var(--bs-white);
	box-sizing: border-box;
}

.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper .heading-text {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);

}

.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper .para-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-transform: capitalize;
	text-align: center;
	font-family: var(--bs-fontPop);
}

.meet-up-slider .owl-dots .owl-dot.active span {
	background-color: var(--bs-primaryMain);
	transition: 0.5s;
}

.meet-up-slider .owl-dots .owl-dot span {
	height: 12px;
	width: 12px;
	display: block;
	background-color: #cdcaca;
	margin: 5px;
	border-radius: 50%;
	transition: 0.5s;
}

.meet-up-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
}

@media (max-width:1400px) {
	.imgSection .imgOverlayBtn {
		position: absolute;
		left: -10px;
		bottom: 20%;
	}
}

@media (max-width:1200px) {
	.imgSection .reunionText .elementor-heading-title {
		font-size: 24px;
	}

	.imgSection .customCol {
		width: 50% !important;
	}

	.imgSection #secondCol,
	.imgSection #fourCol {
		padding-top: 0;
	}

	.imgSection .imgOverlayBtn,
	#fourCol .imgOverlayBtn #secondCol .imgOverlayBtn {
		left: 0 !important;
		bottom: 15% !important;
	}

	.imgSection {
		padding: 50px 0;
	}

}

@media (max-width:767px) {
	.imgSection .elementor-container {
		align-items: center;
		justify-content: center;
	}

	.imgSection .customCol {
		width: 100% !important
	}

	.meetUpSection {
		padding: 50px;
	}

	.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper {
		padding: 20px;
		height: 260px;
	}

	.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper .heading-text {
		font-size: 30px;
		line-height: 40px;
	}

	.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper .para-text {
		font-size: 16px;
		line-height: 24px;
	}

	.meetUpSection .meet-up-wrapper {
		margin-top: 50px;
	}
}

@media screen and (max-width:575px) {
	.meetUpSection {
		padding: 20px;
	}

	.meetUpSection .meet-up-wrapper {
		margin-top: 30px;
	}

	.meetUpSection .shortHeading {
		font-size: 20px;
		line-height: 28px;
	}

	.meetUpSection .meetUpHeading {
		font-size: 24px;
		line-height: 34px;
	}

	.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper {
		padding: 10px;
		height: auto;
		left: 3px;
		bottom: 4px;
	}

	.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper .heading-text {
		font-size: 22px;
		line-height: 30px;
	}

	.meetUpSection .meet-up-wrapper .meet-up-item .meet-up-content-wrapper .para-text {
		font-size: 14px;
		line-height: 20px;
	}

}

/** Img Section End **/


/** Schedule Section Start **/
.scheduleSection {
	border-top: 10px solid var(--bs-primaryMain);
	margin: 100px 0 0;
}



.scheduleSection .reunionHeading {
	color: #FFF;
	font-size: 30px !important;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	font-family: var(--bs-fontOpen);
}

.scheduleSection .reunionPara {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
	margin-top: 20px;
}

.scheduleSection .leftCol .shortHeading .elementor-heading-title {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.scheduleSection .leftCol .heading {
	color: #070707;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
}

.scheduleSection .leftCol .customBtn .elementor-button {
	color: #FFF;
	border-radius: 5px;
	background-color: var(--bs-primaryDark) !important;
	padding: 20px 34px;
	font-size: 16px;
	font-weight: 600;
	width: 50%;
	font-family: var(--bs-fontPop);
}

.scheduleSection .leftCol .customBtn:hover .elementor-button {
	background-color: var(--bs-primaryMain) !important;
	transition: all 0.4s;
}

.scheduleSection .counterSection {
	width: 570px;
}

.scheduleSection .counterCol {
	position: relative;
	width: 18%;
	text-align: center;
}

.scheduleSection .counterCol .time {
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
}

.scheduleSection .counterCol .smalltext {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #010101;
}

.scheduleSection .counterCol::before {
	content: "";
	position: absolute;
	z-index: 999;
	right: -20px;
	height: 100%;
	border-right: 1px solid #000;
	/* background-image: url(images/dot.png); */
	/* background-size: contain;
	background-repeat: no-repeat; */
}

.scheduleSection .counterCol:last-child:before {
	border-right: none;
}

.scheduleSection .counterSection {
	border-radius: 4px;
	border: 2px solid rgba(0, 0, 0, 0.43);
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px 12px;
}

.scheduleSection .mainHeading {
	color: #000;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: var(--bs-fontPop);
	margin-bottom: 10px !important;
}

.scheduleSection .theReunionText {
	color: var(--bs-primaryMain);
	font-size: 80px;
	font-weight: 900;
	line-height: 80px;
	text-shadow: 6px 0 #fff;
	margin-bottom: 30px !important;
	font-family: var(--bs-fontPop);
}

.scheduleSection .shortText .elementor-icon-box-title {
	font-size: 18px !important;
	font-weight: 400;
	line-height: 28px;
	font-family: var(--bs-fontPop);
	margin-bottom: 10px !important;
}
.scheduleSection .shortText.mb10 {
	margin-bottom: 6px !important;
}

.scheduleSection .shortText.mb-20 {
	margin-bottom: 25px !important;
}

.scheduleSection .shortText .number {
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 28px;
}

@media screen and (min-width:1600px) {
	.scheduleSection .leftCol .elementor-widget-wrap {
		padding: 50px 130px !important;
	}
}

@media screen and (max-width:1375px) {
	.scheduleSection .counterSection {
		width: 470px;
	}
}

@media (max-width:767px) {
	.scheduleSection .theReunionText {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 20px !important;
	}

}

@media (max-width:575px) {
	.scheduleSection .counterSection {
		display: block;
		width: 100%;
	}

	.scheduleSection .counterCol {
		width: 100%;
		height: 90px;
	}

	.scheduleSection .counterCol::before {
		border-bottom: 1px solid #000;
		border-right: none;
		left: 36%;
		width: 130px;
		right: 0;
		padding: 14px 0;
	}

	.scheduleSection .theReunionText {
		font-size: 40px;
		line-height: 50px;
	}

	.scheduleSection .counterCol:last-child:before {
		border-bottom: none;
	}

	.scheduleSection .leftCol .heading {
		font-size: 30px;
		line-height: 40px;
	}
}
@media (max-width:450px){
	.scheduleSection .counterCol::before {
		left: 35%;
		width: 100px;
	}
}

/** Schedule Section End **/


/** Announcements Section End **/
.announceSection {
	padding: 100px 0;
	display: none;
}

.announceSection .shortHeading {
	color: #FF7512;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.announceSection .announceHeading {
	color: rgba(0, 0, 0, 0.97);
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.announce-slider .item {
	padding: 0 15px;
}

.announceSection .announce-item {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.13);
	background: #FFF;
	box-shadow: 0px 4px 6.6px 4px rgba(0, 0, 0, 0.04);
}

.announceSection .announce-wrapper {
	margin-top: 80px;
}

.announceSection .announce-content-wrapper {
	padding: 40px;
	text-align: center;
}

.announceSection .announce-content-wrapper .heading-text {
	color: rgba(0, 0, 0, 0.97);
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.announceSection .announce-content-wrapper .para-text {
	color: #1A1919;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
	font-family: var(--bs-fontOpen);
}

.announce-slider .owl-dots .owl-dot.active span {
	background-color: var(--bs-primaryMain);
	transition: 0.5s;
}

.announce-slider .owl-dots .owl-dot span {
	height: 12px;
	width: 12px;
	display: block;
	background-color: #cdcaca;
	margin: 5px;
	border-radius: 50%;
	transition: 0.5s;
}

.announce-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
}


.owl-arrow-nav {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.announce-slider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.owl-carousel .nav-btn {
	height: 36px;
	position: absolute;
	width: 40px;
	cursor: pointer;
	bottom: 200px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.8;
}

.owl-carousel .prev-slide {
	background: url(images/left-arrow.png) no-repeat scroll 0 0;
	left: -40px;
}

.owl-carousel .next-slide {
	background: url(images/right-arrow.png) no-repeat scroll 0px 0px;
	right: -40px;
}

.owl-carousel .prev-slide:hover {
	background-position: 0px;
}

.owl-carousel .next-slide:hover {
	background-position: 0px;
}

@media screen and (max-width:1375px) {
	.announceSection {
		padding: 50px;
	}
}

@media screen and (max-width:575px) {
	.announce-slider .item {
		padding: 0 10px;
	}

	.announceSection .announce-content-wrapper {
		padding: 20px;
	}

	.announceSection {
		padding: 25px;
	}

	.announceSection .shortHeading {
		font-size: 20px;
	}

	.announceSection .announceHeading {
		font-size: 30px;
		line-height: 40px;
		margin: 0;
	}

	.announceSection .announce-wrapper {
		margin-top: 40px;
	}

	.owl-carousel .nav-btn {
		display: none;
	}
}

/** Announcements Section End **/


/** Video Section End **/
.videoSection {
	padding: 60px 0;
	background: url(images/video-banner-img.webp), linear-gradient(177deg, rgba(0, 0, 0, 0.77) 56.4%, rgba(0, 0, 0, 0.77) 94.67%);
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: color-burn;
}

.videoSection .shortHeading {
	color: #FF7512;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.videoSection .announceHeading {
	color: var(--bs-white);
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.videoSection .common-btn {
	color: var(--bs-white) !important;
}

.videoSection .videoImgSec {
	margin: 40px 0;
}

.videoSection .video-wrapper {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

.videoSection .video-item {
	width: 30%;
	margin-right: 3%;
	background: #fff;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.videoSection .video-item .video-img {
	position: relative;
}

.videoSection .video-item .btn-img {
	position: absolute;
	top: 97px;
	font-size: 60px;
	color: var(--bs-white);
	cursor: pointer;
}

.videoSection .video-item .btn-img:hover {
	transition: all 0.5s;
	color: var(--bs-primaryMain);
}

.videoSection .video-content-wrapper {
	padding: 10px 0;
}

.videoSection .video-content-wrapper .para-text {
	color: rgba(0, 0, 0, 0.97);
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	margin: 0;
}

@media screen and (max-width:1199px) {
	.videoSection .videoImgSec .elementor-container {
		justify-content: center;
		padding: 0 40px;
	}

	.videoSection .video-item {
		width: 45%;
		margin-right: 3%;
		margin-top: 30px;
	}



}

@media screen and (max-width:768px) {
	.videoSection .videoImgSec .elementor-container {
		justify-content: center;
		padding: 0 40px;
	}

	.videoSection .video-item {
		width: auto;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.videoSection {
		padding: 50px 0;
	}

	.videoSection .shortHeading {
		font-size: 26px;
		line-height: 36px;
	}

	.videoSection .announceHeading {
		font-size: 35px;
		line-height: 45px;
	}

	.videoSection .video-wrapper {
		margin-top: 30px;
	}
}

/** Video Section End **/


/** Gallery Section Start **/


.galleryContainer .content_grid {
	margin: 0 auto 0;
	width: 100%;
	overflow: hidden;
	height: 800px;
}

.galleryContainer .content_grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallerySection .gallery_wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.gallerySection .firstCol {
	height: 800px;
	padding: 0;
	width: 22%;
	/* position: absolute;
	top: 0;
	left: 0; */
	border-right: 10px solid #fff;
	overflow: hidden;
}

.gallerySection .secondCol {
	height: 400px;
	padding: 0;
	width: 28%;
	/* position: absolute;
	top: 0;
	left: 403px; */
	border-right: 10px solid #fff;
}

.gallerySection .thirdCol {
	height: 400px;
	padding: 0;
	width: 27%;
	/* position: absolute;
	top: 0;
	right: 405px; */
	border-right: 10px solid #fff;
}

.gallerySection .fourCol {
	height: 400px;
	padding: 0;
	width: 54%;
	position: absolute;
	top: 415px;
	left: 403px;
	border-right: 10px solid #fff;
}

.gallerySection .fiveCol {
	height: 400px;
	padding: 0;
	width: 24%;
	position: absolute;
	top: 0;
	right: 0;
}

.gallerySection .sixCol {
	height: 400px;
	padding: 0;
	width: 24%;
	position: absolute;
	top: 415px;
	right: 0;
	background-image: url(images/img6.webp);
}

.gallerySection .itemContent {
	position: absolute;
	left: 100px;
	bottom: 34%;
	color: var(--bs-white);
	font-size: 30px;
	font-weight: 600;
	font-family: var(--bs-fontPop);
	text-decoration: none;
}

.gallerySection .sixCol img {
	width: auto;
	height: auto;
	position: absolute;
	left: 180px;
	top: 40%;
}

@media (min-width:1200px) {

	.gallerySection .secondCol,
	.gallerySection .fourCol {
		left: 305px !important;
	}

	.gallerySection .thirdCol {
		right: 306px !important;
	}

	.gallerySection .sixCol img {
		left: 130px;
		top: 38%;
	}
	.gallerySection .itemContent {
		position: absolute;
		left: 48px;
		bottom: 34%;
	}
}

@media (min-width:1400px) {

	.gallerySection .secondCol,
	.gallerySection .fourCol {
		left: 327px !important;
	}

	.gallerySection .thirdCol {
		right: 366px !important;
		position: absolute;
		width: 25%;
	}
	.gallerySection .itemContent {
		left: 70px;
	}
	.gallerySection .sixCol img {
		left: 150px;
	}
}

@media (min-width:1600px) {

	.gallerySection .secondCol,
	.gallerySection .fourCol {
		left: 384px !important;
	}

	.gallerySection .thirdCol {
		right: 415px !important;
		width: 26%;
	}
	.gallerySection .itemContent {
		left: 100px;
	}
	.gallerySection .sixCol img {
		left: 180px;
	}
}

@media (min-width:1800px) {

	.gallerySection .secondCol,
	.gallerySection .fourCol {
		left: 423px !important;
	}

	.gallerySection .thirdCol {
		right: 460px !important;
	}
}


@media (max-width:1250px) {
	.gallerySection .secondCol {
		left: 260px;
		height: 350px;
		border-right: none;
	}

	.gallerySection .fourCol {
		left: 303px;
		top: 350px;
		height: 350px;
	}

	.gallerySection .thirdCol {
		right: 198px;
		height: 350px;
	}

	.gallerySection .firstCol {
		height: 704px;
		width: 27%;
		border-right: none;
	}

	.gallerySection .fiveCol,
	.gallerySection .sixCol {
		height: 350px;
	}

	.gallerySection .sixCol {
		top: 350px;
	}

	.gallerySection .itemContent {
		left: 55px;
		bottom: 34%;
		font-size: 22px;
	}

	.gallerySection .sixCol img {
		width: 55px;
		left: 100px;
		top: 33%;
	}

	.galleryContainer .content_grid {
		height: 700px;
	}

}

@media (max-width:992px) {
	.galleryContainer .content_grid {
		height: 1000px;
	}

	.gallerySection .gallery_wrap {
		display: flex;
		flex-wrap: wrap;
		position: unset;
	}

	.gallerySection .firstCol,
	.gallerySection .secondCol,
	.gallerySection .thirdCol,
	.gallerySection .fiveCol,
	.gallerySection .sixCol {
		width: 50%;
		border-right: none;
	}


	.gallerySection .firstCol {
		height: 600px;
	}

	.gallerySection .secondCol,
	.gallerySection .thirdCol {
		height: 300px;
	}

	.gallerySection .fourCol {
		width: 100%;
		left: 0;
		top: 60%;
		border-right: none;
	}

	.gallerySection .secondCol {
		right: 0;
		left: unset;
	}

	.gallerySection .thirdCol {
		right: 0;
		top: 300px;
		position: absolute;
	}

	.gallerySection .fiveCol {
		top: 95%;
		left: 0;
	}

	.gallerySection .sixCol {
		top: 95%;
		right: 0;
	}

	.gallerySection .itemContent {
		left: 138px;
	}

	.gallerySection .sixCol img {
		left: 200px;
	}

	.gallerySection {
		margin-bottom: 300px;
	}
}

@media screen and (max-width:768px) {
	.gallerySection .itemContent {
		left: 80px;
	}

	.gallerySection .sixCol img {
		left: 150px;
	}
}

@media (max-width:556px) {
	.gallerySection .sixCol img {
		left: 76px;
	}

	.gallerySection .itemContent {
		left: 40px;
		font-size: 17px;
	}
}

/** Gallery Section End **/



/*========================
Inner Page Banner - start
==========================*/
.inner__page-banner * {
	margin: 0;
	padding: 0;
}

.inner__page-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #000;
}

.bottom-img-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner__page-banner .first-img{
	width: 200px;
}


.inner__page-banner-contents-wrapper {
	padding: 60px 0 0;
}

.inner__page-banner-contents-wrapper-inner {
	width: 90%;
	margin: auto;
	padding: 0 15px;
	text-align: center;
}

.inner__page-banner .page__title,
.inner__page-banner .page__subtitle,
.inner__page-banner .page__info,
.inner__page-banner .inner__page-banner-btn {
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: var(--bs-white);
}

.inner__page-banner .page__title {
	color: var(--bs-white);
	font-size: 50px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: var(--bs-fontPop);
}

.inner__page-banner .page__subtitle {
	color: var(--bs-white);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.inner__page-banner .page__info {
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
}

.inner__page-banner .btn-wrapper {
	margin-top: 40px;
}

.inner__page-banner .inner__page-banner-btn {
	border-radius: 5px;
	background: var(--bs-primaryDark);
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding: 18px 40px;
	cursor: pointer;
}

.inner__page-banner .inner__page-banner-btn:hover {
	background: var(--bs-primaryMain);
	transition: all 0.4s;
}

.common-btn {
	color: rgba(0, 0, 0, 0.97) !important;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	cursor: pointer;
	width: max-content;
	max-width: 485px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 4px solid var(--bs-primaryMain);
	font-family: var(--bs-fontPop);
}

.common-btn.always-centered {
	margin: auto;
	margin-top: 30px;

}

.common-btn:hover {
	color: var(--bs-primaryMain) !important;
	transition: all 0.4s;
}

@media screen and (max-width:1199px) {
	.inner__page-banner .page__title {
		font-size: 50px;
		line-height: 60px;
	}

	.inner__page-banner .first-img,
	.banner_item .first-img {
		width: 200px;
	}
}

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

	.inner__page-banner .first-img,
	.banner_item .first-img {
		width: 160px;
	}

	.inner__page-banner-contents-wrapper {
		padding: 60px 0 0;
	}

	.inner__page-banner .page__title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 14px;
	}

	.inner__page-banner .page__info {
		font-size: 20px;
		line-height: 30px;
	}

	.inner__page-banner .page__subtitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.inner__page-banner .btn-wrapper {
		margin-top: 30px;
	}

	.inner__page-banner .inner__page-banner-btn {
		font-size: 16px;
		padding: 20px 30px;
	}
}

@media screen and (max-width:575px) {
	.inner__page-banner-contents-wrapper {
		padding: 30px 0 0;
	}

	.inner__page-banner-contents-wrapper-inner {
		width: 100%;
	}

	.inner__page-banner .page__title {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 10px;
	}

	.inner__page-banner .page__info {
		font-size: 18px;
		line-height: 28px;
	}

	.inner__page-banner .page__subtitle {
		margin-bottom: 10px;
	}

	.inner__page-banner .btn-wrapper {
		margin-top: 20px;
	}

	.inner__page-banner .inner__page-banner-btn {
		padding: 14px;
	}

	.sec-img {
		bottom: -2px;
	}
}

/*========================
Inner Page Banner - End
==========================*/



/** About Page Start **/
.about_content,
.service_section,
.member_section,
.event_section,
.contact_section,
.gallery_section,
.meetUp_section {
	padding: 80px 0 30px;
}

.about_content2 {
	padding: 0 0 40px;
}
.member_section.memberPage{
	padding: 0 0 60px;
}



.about_content .short-text>.elementor-widget-container,
.about_content2 .short-text>.elementor-widget-container,
.service_section .short-text>.elementor-widget-container,
.member_section .short-text>.elementor-widget-container,
.batch_section .short-text>.elementor-widget-container,
.gallery_section .short-text>.elementor-widget-container,
.contact_section .short-text>.elementor-widget-container,
.event_section .short-text>.elementor-widget-container,
.meetUp_section .short-text>.elementor-widget-container {
	color: var(--bs-primaryMain);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	line-height: normal;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);
}

.about_content .big-text>.elementor-widget-container,
.about_content2 .big-text>.elementor-widget-container,
.service_section .big-text>.elementor-widget-container,
.member_section .big-text>.elementor-widget-container,
.batch_section .big-text>.elementor-widget-container,
.event_section .big-text>.elementor-widget-container,
.contact_section .big-text>.elementor-widget-container,
.gallery_section .big-text>.elementor-widget-container,
.meetUp_section .big-text>.elementor-widget-container {
	color: rgba(0, 0, 0, 0.97);
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	text-transform: capitalize;
	font-family: var(--bs-fontPop);
}

.about_content .sub-text>.elementor-widget-container,
.about_content2 .sub-text>.elementor-widget-container {
	color: #1A1919;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: -10px;
	text-transform: capitalize;
	font-family: var(--bs-fontOpen);
}

.about_content .text-content>.elementor-widget-container,
.about_content2 .text-content>.elementor-widget-container,
.service_section .text-content>.elementor-widget-container,
.contact_section .text-content>.elementor-widget-container {
	color: #1A1919;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	text-transform: capitalize;
	font-family: var(--bs-fontOpen);
}

.about_content .text-content .italic-text {
	font-style: italic;
}

.about_content .inner-sec .elementor-container,
.about_content2 .inner-sec .elementor-container {
	display: block;
}

.about_content .inner-sec .col-100,
.about_content2 .inner-sec .col-100 {
	width: 100%;
	margin-bottom: 25px;
}

@media (min-width:1200px) {

	.about_content .elementor-container,
	.service_section .elementor-container,
	.member_section .elementor-container,
	.about_content2 .elementor-container {
		margin: 0 100px !important;
	}

	.inner-content-sec .elementor-container,
	.inner-sec .elementor-container {
		margin: 0 !important;
	}
}

@media (min-width:1400px) {

	.about_content .elementor-container,
	.service_section .elementor-container,
	.member_section .elementor-container,
	.about_content2 .elementor-container {
		margin: 0 150px !important;
	}
	.inner-content-sec .elementor-container,
	.inner-sec .elementor-container {
		margin: 0 !important;
	}
}

@media (min-width:1800px) {

	.about_content .elementor-container,
	.service_section .elementor-container,
	.member_section .elementor-container,
	.about_content2 .elementor-container {
		margin: 0 200px !important;
	}
	.inner-content-sec .elementor-container,
	.inner-sec .elementor-container {
		margin: 0 !important;
	}
}




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

	.about_content,
	.about_content2,
	.service_section,
	.member_section,
	.event_section,
	.contact_section,
	.gallery_section,
	.meetUp_section {
		padding: 50px;
	}
}

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

	.about_content .short-text>.elementor-widget-container,
	.service_section .short-text>.elementor-widget-container,
	.member_section .short-text>.elementor-widget-container,
	.batch_section .short-text>.elementor-widget-container,
	.gallery_section .short-text>.elementor-widget-container,
	.contact_section .short-text>.elementor-widget-container,
	.event_section .short-text>.elementor-widget-container,
	.meetUp_section .short-text>.elementor-widget-container {
		font-size: 24px;
		line-height: 32px;
	}

	.about_content .big-text>.elementor-widget-container,
	.service_section .big-text>.elementor-widget-container,
	.member_section .big-text>.elementor-widget-container,
	.batch_section .big-text>.elementor-widget-container,
	.event_section .big-text>.elementor-widget-container,
	.contact_section .big-text>.elementor-widget-container,
	.gallery_section .big-text>.elementor-widget-container,
	.meetUp_section .big-text>.elementor-widget-container {
		font-size: 35px;
		line-height: 45px;
	}



	.about_content .text-content>.elementor-widget-container,
	.service_section .text-content>.elementor-widget-container,
	.contact_section .text-content>.elementor-widget-container {
		font-size: 18px;
		line-height: 28px;
	}

	.about_content .sub-text>.elementor-widget-container {
		font-size: 26px;
		line-height: 36px;
	}

	.about_content .inner-sec .col-100 {
		margin-bottom: 30px;
	}
}

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

	.about_content,
	.service_section,
	.member_section,
	.event_section,
	.contact_section,
	.gallery_section,
	.meetUp_section {
		padding: 25px;
	}

	.about_content .short-text>.elementor-widget-container,
	.service_section .short-text>.elementor-widget-container,
	.member_section .short-text>.elementor-widget-container,
	.batch_section .short-text>.elementor-widget-container,
	.gallery_section .short-text>.elementor-widget-container,
	.contact_section .short-text>.elementor-widget-container,
	.event_section .short-text>.elementor-widget-container,
	.meetUp_section .short-text>.elementor-widget-container {
		font-size: 18px;
		line-height: 26px;
	}

	.about_content .big-text>.elementor-widget-container,
	.service_section .big-text>.elementor-widget-container,
	.member_section .big-text>.elementor-widget-container,
	.batch_section .big-text>.elementor-widget-container,
	.event_section .big-text>.elementor-widget-container,
	.contact_section .big-text>.elementor-widget-container,
	.gallery_section .big-text>.elementor-widget-container,
	.meetUp_section .big-text>.elementor-widget-container {
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 0px;
	}

	.about_content .text-content>.elementor-widget-container,
	.service_section .text-content>.elementor-widget-container,
	.contact_section .text-content>.elementor-widget-container {
		font-size: 16px;
		line-height: 24px;
	}

	.about_content .inner-sec .col-100 {
		margin-bottom: 10px;
	}
}

/** About Page End **/

/** Member Page Start **/

.memberPage .member-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.memberPage .member-wrapper .member-item {
	width: 13%;
	margin-right: 6%;
	text-align: center;
	margin-bottom: 55px;
	animation-name: zoomIn;
	animation-duration: 2s;
}
.memberPage .member-wrapper .member-item .member-img{
	width: 130px;
	height: 130px;
	border-radius: 50%;
}

.memberPage .member-wrapper .member-item .member-name {
	color: var(--bs-black);
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	text-transform: capitalize;
	margin-top: 10px;
	font-family: var(--bs-fontPop);
}

.memberPage .member-wrapper .member-item .member-designation {
	color: rgba(0, 0, 0, 0.53);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
}

@media screen and (max-width:1199px) {
	.memberPage .member-wrapper .member-item {
		width: 23%;
		margin-right: 3%;
	}

	.memberPage .member-wrapper .member-item .member-name {
		font-size: 22px;
		line-height: 32px;
		margin: 8px 0 0;
	}
}

@media screen and (max-width:768px) {
	.memberPage .member-wrapper .member-item {
		width: 35%;
		margin-right: 6%;
	}
}

@media screen and (max-width:575px) {
	.memberPage .member-wrapper .member-item {
		width: 50%;
	}
}

/** Member Page End **/

/** Event Page End **/

.event_section .member-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.event_section .member-wrapper .list_item {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 50px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.13);
	background: #FFF;
	box-shadow: 0px 4px 6.6px 4px rgba(0, 0, 0, 0.04);
	animation-name: zoomIn;
	animation-duration: 2s;
}

.event_section .member-wrapper .list_item .list_item-content {
	padding: 40px;
}

.event_section .member-wrapper .list_item .event-title {
	color: rgba(0, 0, 0, 0.97);
	text-align: center;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	text-transform: uppercase;
	margin: 20px 0;
	font-family: var(--bs-fontPop);
}

.event_section .member-wrapper .list_item .event-para {
	color: #1A1919;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-family: var(--bs-fontOpen);
}

.event_section .member-wrapper .list_item a {
	color: var(--bs-black);
}

.event_section .member-wrapper .list_item .event_content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.event_section .member-wrapper .list_item .event_content .customCol {
	text-align: center;
	border-right: 1px solid #C7C7C7;
	width: 33% !important;
}

.event_section .member-wrapper .list_item .event_content .customCol:last-child {
	border: none;
}

.event_section .member-wrapper .list_item .event_content .customCol .commonTitle {
	color: #010101;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-transform: capitalize;
}

.event_section .member-wrapper .list_item .event_content .customCol .event-schedule {
	color: #010101;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: capitalize;
}

@media screen and (max-width:1199px) {
	.event_section .member-wrapper .list_item {
		width: 45%;
		margin-right: 3%;
	}

	.event_section .member-wrapper .list_item .event-title {
		font-size: 30px;
		line-height: 40px;
	}

	.event_section .member-wrapper .list_item .event-para {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:767px) {
	.event_section .member-wrapper .list_item {
		width: 85%;
		margin-right: 0;
		margin-bottom: 50px;
	}
}

/** Event Page End **/


/** Conatct Page Start **/
.contact_section .elementor-widget-wrap {
	justify-content: center;
}

.contact_section .contact-sec {
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 4px 7.3px 3px rgba(0, 0, 0, 0.07);
	padding: 20px 50px;
	width: 50% !important;
	display: flex;
	flex-direction: column;
}


.contact_section .contact-sec .heading {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	text-transform: capitalize;
	font-family: var(--bs-fontPop);
}

.contact_section .contact-sec .shortText {
	display: flex;
	justify-content: center;
}

.contact_section .contact-sec .shortText .elementor-icon-box-title {
	font-size: 18px !important;
	font-weight: 400;
	line-height: 28px;
	font-family: var(--bs-fontPop);
}

.contact_section .contact-sec .shortText .number {
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 28px;
	font-family: var(--bs-fontPop);
}

@media screen and (max-width:1199px) {
	.contact_section .contact-sec {
		width: 100% !important;
		padding: 30px;
	}
}

@media screen and (max-width:768px) {
	.contact_section .contact-sec {
		padding: 20px;
	}

	.contact_section .contact-sec .shortText {
		justify-content: flex-start;
	}
}
@media screen and (max-width:575px) {
	.contact_section .contact-sec .shortText .elementor-icon-box-title {
		font-size: 14px !important;
		line-height: 20px;
	}
}


/** Contact Page End **/

/** Gallery Page Start **/


.gallery_section .gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.gallery_section .gallery-wrapper .gallery-item {
	width: 20%;
	margin-right: 2%;
	margin-bottom: 30px;
	animation-name: zoomIn;
	animation-duration: 2s;
}

.gallery_section .gallery-wrapper .gallery-item .member-img{
  width: auto;
  height: 300px;
  object-fit: cover;
}

.gallery_section .galleryTab .elementor-tabs-wrapper .elementor-tab-title {
	color: rgba(0, 0, 0, 0.47);
	font-size: 30px !important;
	font-weight: 600;
	margin-right: 40px;
	padding: 10px;
}

.gallery_section .galleryTab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	border-bottom: 4px solid var(--bs-primaryMain);
}


@media screen and (max-width:1199px) {
	.gallery_section .gallery-wrapper .gallery-item {
		width: 30%;
		margin-right: 3%;
	}
}

@media screen and (max-width:767px) {
	#all-tabs.elementor-section {
		padding-bottom: 100px !important;
	}



	#all-tabs .elementor-tab-title {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		padding: 20px 4%;
		margin-bottom: 0;
		position: relative;
	}

	#all-tabs .elementor-tab-title:after {
		content: "+";
		position: absolute;
		right: 5%;
		top: 27%;
		font-size: 22px;
	}

	#all-tabs .elementor-tab-title.elementor-active {
		margin-bottom: 0;
		background: none;
	}

	#all-tabs .elementor-tab-title.elementor-active:after {
		content: "-";
		position: absolute;
		right: 5%;
		top: 27%;
		font-size: 22px;
	}

	#all-tabs .elementor-tab-content {
		border: none;
		margin-bottom: 0;
		padding: 20px 10px;
	}
}

/** Gallery Page End **/


.meetUp_section .meetUp-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	position: relative;
}

.meetUp_section .meetUp-wrapper .meet-up-item {
	width: 44%;
	margin-right: 3%;
	margin-bottom: 50px;
	position: relative;
}


.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper {
	background: rgba(0, 0, 0, 0.59);
	position: absolute;
	bottom: 12px;
	width: 98%;
	left: 6px;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: var(--bs-white);
	box-sizing: border-box;
}

.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper .heading-text {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	font-family: var(--bs-fontPop);

}

.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper .para-text {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-transform: capitalize;
	text-align: center;
	font-family: var(--bs-fontPop);
}

@media screen and (max-width:1199px) {
	.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper {
		padding: 20px;
	}

	.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper .heading-text {
		font-size: 30px;
		line-height: 40px;
	}

	.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper .para-text {
		font-size: 16px;
		line-height: 24px;
	}

}

@media screen and (max-width:991px) {
	.meetUp_section .meetUp-wrapper .meet-up-item {
		width: 80%;
		margin-right: 0;
	}

	.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper {
		padding: 30px;
	}
}

@media (max-width:575px) {

	.meetUp_section .meetUp-wrapper .meet-up-item {
		width: 100%;
		margin-right: 0;
	}

	.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper {
		padding: 15px;
		bottom: 5px;
		left: 5px;
	}

	.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper .heading-text {
		font-size: 20px;
		line-height: 28px;
	}

	.meetUp_section .meetUp-wrapper .meet-up-item .meet-up-content-wrapper .para-text {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
	}
}

.error-404{
	padding: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.error-404 .error-img{
	width: 300px;
	margin: 0 auto 20px;
	display: block;
}

