@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600&family=Baloo+Paaji+2:wght@400;500;600&family=Comfortaa:wght@400;500;600;700&family=Montserrat:wght@100;400;500&family=Quicksand:wght@300;400;500&family=Raleway:wght@300;400;500;600&display=swap');

html {
	height: 100%;
	font-family: 'Libre Franklin', sans-serif;
	-webkit-font-smoothing: antialiased;
	padding-top: 50px;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	--theme-color: #f47621;
	--bg1-color: #fff;
	--font-color: #111111;
	--bg2-color: #fff;
	--shadow-color: #191919;
	--footer-bg: #000;
	--footer-clr: #c4c4c4;
	--topBtn-bg: #f47621;
	--lgt-white: #f8f8f8;
	--heading-clr: #444;
	--eventcard: 5px 5px 15px rgba(0, 0, 0, 0.6);
	--box-clr: #fff;
	--wave1-bg: #636363;
	--wave2-bg: #b2b2b2;
	--bg-image: url('../assets/Images/logo/gs.png');
	--logo-image: url('../assets/Images/logo/gs_logo_light.png');
	--box-shadow: 0 10px 25px rgba(240, 112, 0, 0.23), 0 6px 0px rgba(240, 112, 0, 0.5);
	--btn-shadow: 0 5px 10px #ff9a0e;
	--nav-bar: #fff;
	--nav-color: #f47621;
	--nav-clr: #000;
	--txt-shadow: 0px 3px 6px rgba(244, 118, 33, 0.3);
	--navbar-toggle: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	--btn-text: #fff;
	--btn-hover: none;
}

html[data-theme='dark'] {
	--theme-color: rgb(245, 90, 43);
	--bg1-color: #121212;
	--font-color: #fff;
	--bg2-color: #272727;
	--shadow-color: #fff;
	--footer-bg: #000;
	--footer-clr: #fff;
	--topBtn-bg: #ff8723;
	--heading-clr: #fff;
	--eventcard: 0 2px 4px 0 #f47621;
	--box-clr: #202020;
	--wave1-bg: #686868;
	--wave2-bg: #b2b2b2;
	--bg-image: url('../assets/Images/logo/logo_1.1.png');
	--logo-image: url('../assets/Images/logo/gs_logo_dark.png');
	--box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
	--btn-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
	--nav-bar: #000;
	--nav-color: #fff;
	--nav-clr: rgb(245, 90, 43);
	--txt-shadow: 0px 3px 6px rgba(255, 255, 255, 0.3);
	--navbar-toggle: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	--btn-text: #000;
	--btn-hover: whitesmoke;
}

body {
	height: 100%;
	font-family: 'Libre Franklin', sans-serif;
	-webkit-font-smoothing: antialiased;
	padding-top: 50px;
	background-color: var(--bg1-color);
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--font-color);
	font-weight: 400;
	font-family: 'Libre Franklin', sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
#typeit {
	font-size: 8vw;
	font-weight: bold;
	color: rgb(247, 95, 39);
}
.dark-mode {
	color: var(--font-color);
}
.clr-wt {
	color: var(--bg1-color) !important;
}
.clr-theme {
	color: var(--theme-color) !important;
}
.fw-bold {
	font-weight: bold;
}
.fw-100 {
	font-weight: 100;
}
.fw-400 {
	font-weight: 400;
}
.bg-lgt-grey {
	background-color: var(--bg2-color) !important;
}
.bg-lgt-wt {
	background-color: var(--lgt-white);
}
.newsection {
	background-color: var(--bg1-color) !important;
	padding: 1rem;
}
#aboutSection {
	margin-top: 30px;
}

.fs-17px {
	font-size: 17px;
}

/*-----------
Nav bar
---------------------*/

.navbar {
	background: var(--nav-bar);
	color: var(--nav-bar);
	overflow: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
	position: fixed;
	z-index: 400;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
}

.navbar a {
	color: var(--nav-clr);
	font-weight: bold;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.navbar ul li a:hover {
	-webkit-box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
	display: block;
	background: rgba(255, 255, 255, 0.08);
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-family: 'Quicksand', sans-serif;
	padding-right: 1rem;
	padding-left: 1rem;
	border-radius: 2rem;
	letter-spacing: 1px;
}

#logo {
	width: 150px !important;
	-webkit-transition: 0.4s !important;
	-o-transition: 0.4s !important;
	transition: 0.4s !important;
	content: var(--logo-image) !important;
}

.navbar-toggler-icon {
	background-image: var(--navbar-toggle);
	cursor: pointer;
}

a.active {
	color: var(--nav-color) !important;
	font-weight: 800 !important;
	text-shadow: var(--txt-shadow);
}

@media only screen and (max-width: 1185px) {
	.nav-item {
		font-size: 0.93rem;
	}
}

@media only screen and (max-width: 1141px) {
	.nav-item {
		font-size: 0.85rem;
	}
}

@media only screen and (max-width: 1094px) {
	.nav-item {
		font-size: 0.72rem;
	}
}

@media only screen and (max-width: 1054px) {
	.nav-item {
		font-size: 0.71rem;
	}
}

@media only screen and (max-width: 998px) {
	.nav-item {
		font-size: 0.7rem;
	}
}

.fullScreen-navigation {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: var(--nav-bar);
}

.navigation-content {
	position: relative;
	top: 30%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.fullScreen-navigation a {
	padding: 8px;
	text-decoration: none;
	font-size: 25px;
	font-weight: 600 !important;
	color: var(--nav-clr);
	display: block;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	font-weight: 100;
}

a.home {
	color: var(--nav-color) !important;
	font-weight: 800 !important;
	text-shadow: var(--txt-shadow);
}

.fullScreen-navigation a:hover .fullScreen-navigation a:focus {
	color: var(--nav-color);
}

.fullScreen-navigation .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 45px;
	color: var(--font-color);
}

@media screen and (max-width: 480px) {
	.navigation-content {
		margin-top: 10px;
	}

	.fullScreen-navigation a {
		font-size: 15px;
	}

	.fullScreen-navigation .closebtn {
		font-size: 40px;
		top: 15px;
		right: 20px;
	}
}

/*---------------------
  Counter Section
-----------------------*/

.heading {
	font-family: 'Baloo Bhaina 2', sans-serif;
	font-size: 45px;
	color: var(--heading-clr);
}

.about-para {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
}

.about-para span {
	color: var(--theme-color);
}
.about-para .italic {
	color: #777;
}

.about-para + ul {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
}

.join-us {
	font-family: 'Quicksand', sans-serif;
	font-size: 25px;
	color: var(--font-color);
}

.achieve-content {
	font-family: 'Quicksand', sans-serif;
	font-size: 25px;
}

.containersection {
	background-color: var(--bg2-color);
}

.counter-section {
	background: var(--shadow-color);
	padding-top: 755px;
	margin-top: -640px;
	padding-bottom: 70px;
}

.counter-text {
	margin-bottom: 40px;
}

.counter-text .section-title {
	text-align: left;
	margin-bottom: 50px;
}

.counter-item {
	margin-bottom: 30px;
	position: relative;
}

.counter-item .ci-text {
	padding-left: 150px;
}

.counter-item .ci-text p {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.5px;
}

.counter-item .ci-text h4 {
	font-family: 'Comfortaa', sans-serif;
	font-size: 22px;
	color: var(--font-color);
	font-weight: 700;
	margin-bottom: 12px;
}
/*-----------------
Parallax section
-------------------*/
.parallax1 {
	background-image: url('https://www.gssoc.tech/images/0.jpg');
	width: 100%;
	height: 40px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parashadow {
	background: var(--bg1-color);
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.4;
	height: 40px;
	width: 100%;
}

/*---------------------
 Team Section
 ----------------------*/
.team-section {
	background: var(--bg1-color);
	padding: 50px;
}

.team-card {
	background-color: transparent;
	width: 300px;
	height: 400px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.team-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.team-card:hover .team-card-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.team-card-front,
.team-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.team-card-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.center-div {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.img-logo {
	content: var(--bg-image);
	padding-left: 2rem;
	padding-right: 2rem;
}

/* footer */

/* Svg wave */

svg {
	width: 100%;
	overflow: visible;
}

.wave {
	-webkit-animation: wave 3s linear;
	animation: wave 3s linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	fill: var(--footer-bg);
}
.drop {
	fill: var(--footer-bg);
	-webkit-animation: drop 3.2s linear infinite normal;
	animation: drop 3.2s linear infinite normal;
	stroke: var(--footer-bg);
	stroke-width: 0.5;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	transform-box: fill-box;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.drop2 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.drop3 {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 3.4s;
	animation-duration: 3.4s;
}
.drop4 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.drop5 {
	-webkit-animation-delay: 2.7s;
	animation-delay: 2.7s;
	-webkit-animation-duration: 3.1s;
	animation-duration: 3.1s;
}
.drop6 {
	-webkit-animation-delay: -2.1s;
	animation-delay: -2.1s;
	-webkit-animation-duration: 3.2s;
	animation-duration: 3.2s;
}
.gooeff {
	-webkit-filter: url(#goo);
	filter: url(#goo);
	fill: var(--footer-bg);
}

#wave1 {
	fill: var(--footer-bg);
}
#wave2 {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	animation-direction: reverse;
	fill: var(--wave1-bg);
}

#wave3 {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	fill: var(--wave2-bg);
}

@-webkit-keyframes drop {
	0% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	30% {
		-webkit-transform: translateY(-10px) scale(0.1);
		transform: translateY(-10px) scale(0.1);
	}
	30.001% {
		-webkit-transform: translateY(25px) scale(1);
		transform: translateY(25px) scale(1);
	}
	70% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	100% {
		-webkit-transform: translateY(-10px) scale(0.1);
		transform: translateY(-10px) scale(0.1);
	}
}

@keyframes drop {
	0% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	30% {
		-webkit-transform: translateY(-10px) scale(0.1);
		transform: translateY(-10px) scale(0.1);
	}
	30.001% {
		-webkit-transform: translateY(25px) scale(1);
		transform: translateY(25px) scale(1);
	}
	70% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
	}
	100% {
		-webkit-transform: translateY(-10px) scale(0.1);
		transform: translateY(-10px) scale(0.1);
	}
}
@-webkit-keyframes wave {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes wave {
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

footer {
	background: var(--footer-bg);
	padding: 20px 0;
	overflow-x: hidden;
}

.logo {
	width: 150px;
	display: block;
}

.social-media {
	margin-top: 3%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-h2,
.footer-h3 {
	font-family: 'Comfortaa', sans-serif;
	margin-top: 2%;
	color: var(--footer-clr);
}

.social-media a {
	margin-right: 25px;
	font-size: 26px;
	text-decoration: none;
}

.social-media a:hover {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a.fa-instagram,
a.fa-twitter,
a.fa-github,
a.fa-linkedin {
	color: var(--theme-color);
}

.fa-twitter:hover {
	color: #00acee;
}

.fa-instagram:hover {
	color: #fb39a4;
}

.fa-github:hover {
	color: #4c3372;
}

.fa-linkedin:hover {
	color: #0e76a8;
}

.btn-spl {
	font-family: 'Quicksand', sans-serif;
	border-radius: 10em;
	color: var(--footer-clr);
	border-color: orangeOrange;
	width: 100px;
	height: 42px;
	border: 1.5px solid var(--theme-color);
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	letter-spacing: 1px;
	border-radius: 5px;
}

.btn-spl:hover {
	background-color: orangeOrange;
	color: white;
	background: var(--theme-color);
}

.right-col h1 {
	font-size: 26px;
}

.border {
	width: 280px;
	height: 3px;
	background: orangeOrange;
	color: orangeOrange;
	border-style: none !important;
	margin: 0 auto;
}

.footer-p {
	font-family: 'Quicksand', sans-serif;
	margin-top: 1%;
	color: var(--footer-clr);
	letter-spacing: 1px;
}
.footer-h {
	font-family: 'Quicksand', sans-serif;
	color: #fff;
}

.txtb {
	font-family: 'Quicksand', sans-serif;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 32px;
	font-size: 16px;
	color: #293043;
	background: #ddd;
	border: none;
	font-weight: 700;
	outline: none;
	border-radius: 30px;
	min-width: 260px;
}

.txtb::placeholder {
	font-family: 'Quicksand', sans-serif;
}

.txtb:focus.txtb:invalid {
	border: 3px solid orangeOrange;
}

.txtb:valid {
	border: 3px solid var(--theme-color);
}

.page-content {
	min-height: 100vh;
	font-size: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Achievements Style
-----------------------*/

.wrapper {
	text-align: center;
}

.button2 {
	border-radius: 15px;
}

.btn-3 {
	color: black;
}

.btn-3:hover {
	border: 4px solid transparent;
}

.card:hover {
	-webkit-box-shadow: -1px 9px 40px -12px rgba(65, 232, 234, 0.75);
	box-shadow: -1px 9px 40px -12px rgba(65, 132, 234, 0.75);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mt-5 h2 {
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: normal;
}

.mt-5 button {
	margin: auto;
	display: block;
	color: white;
	background-color: #ff9933;
}

.about--part1 {
	opacity: 0;
}

.about--part1.animated {
	opacity: 1;
}

/*---------------------
 Initiatives Section
 ----------------------*/
.program-section {
	background: var(--bg1-color);
	padding: 30px;
	-webkit-perspective: 700px;
	perspective: 700px;
}

@media screen and (max-width: 1024px) {
	.center-div {
		top: 30%;
	}
	section.module.parallax-spl {
		height: 55vh;
	}
}
@media screen and (max-width: 770px) {
	.center-div h1 {
		font-size: 40px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.vertical {
		display: hidden;
	}
}
@media screen and (max-width: 600px) {
	section.module.parallax-spl {
		height: 70vh;
	}
	.center-div {
		top: 40%;
	}

	.section-title h2 {
		line-height: 1.5em;
		text-align: center;
	}
	.counter-text .btn {
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.vertical {
		left: 8%;
		margin-top: 45%;
		height: 352px;
	}

	.border {
		margin-left: 19%;
	}
}

/*-----------------
  Achievements
  -------------------*/

#my-canvas {
	position: absolute;
}

@media only screen and (max-width: 1200px) {
	#my-canvas {
		width: 940px;
		height: 484px;
	}
}

@media only screen and (max-width: 990px) {
	#my-canvas {
		width: 700px;
		height: 562px;
	}
}

@media only screen and (max-width: 768px) {
	#my-canvas {
		display: none;
	}
}

.atitle h2 {
	font-size: 4vw;
	color: var(--font-color);
}

.vertical {
	border-left: 6px solid var(--theme-color);
	height: 280px;
	position: absolute;
	left: 45%;
}

.counter-item .ci-number {
	font-family: 'Quicksand', sans-serif;
	font-size: 46px;
	color: var(--font-color);
	font-weight: 700;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.counter-item .ci-text h4 {
	font-size: 22px;
	color: var(--font-color);
	font-weight: 700;
	margin-bottom: 12px;
}

.gotopbtn {
	position: fixed;
	width: 50px;
	height: 50px;
	background: var(--theme-color);
	bottom: 40px;
	right: 50px;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: white;
	z-index: 200;
	font-size: 22px;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 7px 0px #000;
	box-shadow: 0 2px 7px 0px #000;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity ease-in-out 0.4s, visibility ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s, visibility ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s, visibility ease-in-out 0.4s;
}
.gotopbtn i {
	position: absolute;
	top: 47%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 464px) {
	.gotopbtn {
		bottom: 20px;
		right: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.program-section {
		padding: 20px;
		-webkit-perspective: 700px;
		perspective: 700px;
	}
	input:checked + .slider {
		border-color: #fcfcfc !important;
	}
}

@media only screen and (max-width: 767px) {
	.program-section {
		padding: 30px;
	}
}
/*Buttons*/

.center-btn-settings {
	border: none;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	display: block;
	padding: 10px 40px;
	font-size: 16px;
	color: var(--btn-text);
	font-weight: 700;
	background: var(--theme-color);
	width: 200px;
	font-family: 'Comfortaa', sans-serif;
	border-radius: 10px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.center-btn-settings:hover {
	box-shadow: var(--btn-shadow);
	-webkit-box-shadow: var(--btn-shadow);
	color: var(--btn-hover);
}

.prodisplay {
	display: none;
}

/*----Feature Cards Section -------*/
.feature-cards {
	max-width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 872px) {
	.feature-cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width: 872px) {
	.feature-cards {
		margin-bottom: 0rem;
	}
}
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: var(--font-color);
	cursor: pointer;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ih-item.circle {
	position: relative;
	width: 16rem;
	height: 16rem;
	border-radius: 5%;
}
.ih-item.circle .img {
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 5%;
	-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 5%;
	-webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
	border-radius: 5%;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 5%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ih-item.square {
	position: relative;
	width: 316px;
	height: 216px;
	border: 8px solid var(--bg1-color);
	-webkit-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ih-item.circle.effect .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto;
}
.ih-item.circle.effect .img:before {
	display: none;
}
.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect .info {
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	background: #333333;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect .info h3 {
	font-family: 'Quicksand', sans-serif;
	color: #ddd;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 40px 22px 0 30px;
	padding: 55px 0 0 0;
	height: 120px;
	text-shadow: 0 0 1px var(--bg1-color), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect a:hover .info {
	opacity: 1;
}

/*------Initiatives Section--------*/

.initiatives-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1rem auto;
	max-width: 1140px;
}

.upper,
.lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.flip-card {
	width: 13rem;
	height: 13rem;
	-webkit-perspective: 62.5rem;
	perspective: 62.5rem;
	cursor: pointer;
	background-color: var(--bg2-color);
}

.flip-card-content {
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: -webkit-transform 0.6s ease-in-out;
	-o-transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

.flip-card-front {
	width: 13rem;
	height: 13rem;
	padding: 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-head {
	font-family: 'Comfortaa', sans-serif;
	font-size: 16px;
	color: var(--theme-color);
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
	margin: 1rem;
}

.flip-card-head span {
	display: block;
}

.flip-card-img {
	width: 5rem;
	height: 5rem;
	margin: 0 auto;
}

.flip-img {
	width: 100%;
	height: 100%;
	text-align: center;
}

.flip-card-back {
	width: 13rem;
	height: 13rem;
	padding: 0.5rem 1rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: var(--theme-color);
	color: var(--bg1-color);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@media only screen and (hover: none) and (pointer: coarse) {
	.initiatives-cards {
		margin-bottom: 18rem;
	}

	.flip-card {
		-webkit-perspective: 0;
		perspective: 0;
	}
	.flip-card-content {
		position: static;
	}

	.flip-card-front {
		position: static;
	}

	.flip-card-back {
		position: static;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}

	.flip-card:hover .flip-card-content {
		display: block;
	}
}

.flip-card-detail {
	font-family: 'Comfortaa', sans-serif;
	font-size: 0.85rem;
	color: white;
}

.flip-card:hover .flip-card-content {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

@media only screen and (hover: none) and (pointer: coarse) {
	.flip-card:hover .flip-card-content {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@media only screen and (max-width: 1014px) {
	.initiatives-cards {
		max-width: 90%;
		margin: 0 auto;
	}

	.upper,
	.lower {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.flip-card {
		margin: 1rem 0rem;
	}
}

@media only screen and (max-width: 632px) {
	.initiatives-cards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (max-width: 1017px) and (hover: none) and (pointer: coarse) {
	.upper {
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.lower {
		margin-bottom: 2rem;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.flip-card {
		margin-bottom: 16rem;
	}
}
/* fooet and logo */

@media only screen and (max-width: 770px) {
	#footer-c {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}
@media only screen and (max-width: 770px) {
	.logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: auto;
	}
}

/* DARK THEME BUTTON*/

.switch {
	position: relative;
	display: inline-block;
	width: 62px;
	height: 33px;
	margin-bottom: 0;
}

.switch input {
	opacity: 0;
	width: 5rem;
	height: 1rem;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 30px;
	border: 2px solid rgb(0, 204, 255);
	background-color: #81c0d5;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.slider:before {
	position: absolute;
	content: '';
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 3px;
	border-radius: 50%;
	background-color: #f5eb42;
	border: 2px solid #e4c74d;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.cloud {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 20px;
}
.stars {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	cursor: pointer;
}
.stars span {
	position: absolute;
	display: inline-block;
	background-color: #fcfcfc;
	height: 5px;
	width: 5px;
	border-radius: 50%;
}
.stars span:first-child {
	right: 10px;
	top: 4px;
}
.stars span:last-child {
	top: 50%;
	left: 15%;
	height: 8px;
	width: 8px;
}
.stars span:nth-child(2) {
	bottom: 4px;
	right: 25px;
}
.stars span:nth-child(3) {
	left: 20px;
	top: 3px;
	opacity: 0.7;
}
.stars span:nth-child(4) {
	right: 10px;
	bottom: 15px;
	opacity: 0.6;
	height: 7px;
	width: 7px;
	background-color: rgb(192, 192, 192);
}
input:checked ~ .cloud {
	display: none;
}
input:checked ~ .stars {
	display: block;
}
input:checked + .slider {
	background-color: #484848;
	border-color: #202020;
}
input:checked + .slider:before {
	border-color: #dee1c5;
	background-color: #fffdf2;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

/* Recent Event section */
.recent-event-section {
	border-left: 12px solid var(--theme-color);
	border-right: 12px solid var(--theme-color);
}
.conclusion-container {
	background-color: var(--theme-color);
	padding: 20px;
	border-radius: 50px;
	-webkit-box-shadow: var(--eventcard);
	box-shadow: var(--eventcard);
}
.pl-80px {
	padding-left: 80px;
}
.box {
	background-color: var(--box-clr);
}
.color {
	color: var(--font-color);
	font-family: 'Quicksand', sans-serif;
}
.event-heading {
	color: var(--theme-color);
	font-family: 'Baloo Bhaina 2', sans-serif;
	font-size: 3rem;
}
.event-para {
	color: var(--font-color);
	font-family: 'Quicksand', sans-serif;
}

/*Card Designing*/

.myDiv {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	border-radius: 20px;
	cursor: pointer;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	padding: 10px;
	background-color: var(--bg2-color);
}

.spacing {
	padding-left: 60px;
}

.myDiv1 {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	border-radius: 20px;
	cursor: pointer;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	padding: 15px;
	background-color: var(--bg2-color);
}

@media only screen and (max-width: 760px) {
	.spacing {
		padding-left: 10px;
	}
	.fw-bold {
		font-size: 30px;
	}
}

/* Front image animation */

.wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}

.wrap {
	position: relative;
}

.sp-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 200;
	overflow-x: hidden;
}
.sp-container h2 {
	font-family: 'Baloo Bhaina 2', sans-serif;
	position: absolute;
	top: 50%;
	line-height: 100px;
	height: 90px;
	margin-top: -50px;
	font-size: 70px;
	width: 100%;
	text-align: center;
	color: transparent;
	-webkit-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
}

.frame-3 span {
	color: var(--theme-color) !important;
	text-transform: uppercase;
	font-size: 4.5rem;
}
.sp-container h2.frame-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.sp-container h2.frame-2 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.sp-container h2.frame-3 {
	-webkit-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #000;
}
.sp-container h2.frame-3 span {
	-webkit-animation: blurFadeIn 3s ease-in 6s backwards;
	animation: blurFadeIn 3s ease-in 6s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #000;
}
.sp-container h2.frame-3 span:nth-child(2) {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}
.sp-container h2.frame-3 span:nth-child(3) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}

.img-front {
	background-image: -o-linear-gradient(top left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),
		url('../assets/Images/Front-img/event.jpg');
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5))),
		url('../assets/Images/Front-img/event.jpg');
	background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),
		url('../assets/Images/Front-img/event.jpg');
}

.img-front {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%,
	75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #000;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #000;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #000;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
	}
}

@keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	20%,
	75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}
@keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #000;
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #000;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #000;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes fadeInBack {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
	100% {
		opacity: 0.2;
		-webkit-transform: scale(5);
		transform: scale(5);
	}
}

/* Media Queries */

@media only screen and (max-width: 1274px) {
	.sp-container h2 {
		font-size: 3.5rem;
	}

	.frame-3 span {
		font-size: 4rem;
	}
}
@media only screen and (max-width: 1070px) {
	.sp-container h2 {
		font-size: 3rem;
	}

	.frame-3 span {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 838px) {
	.sp-container h2 {
		font-size: 3rem;
	}

	.frame-3 span {
		font-size: 3.2rem;
	}
}

@media only screen and (max-width: 504px) {
	.sp-container h2 {
		font-size: 2.7rem;
	}

	.frame-3 span {
		font-size: 3rem;
	}

	.sp-container h2 {
		margin-top: -90px;
	}
}

.loader-box {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.hollowLoader {
	width: 3rem;
	height: 3rem;
	-webkit-animation: loaderAnim 1.25s infinite ease-in-out;
	animation: loaderAnim 1.25s infinite ease-in-out;
	outline: 1px solid transparent;
}

.largeBox {
	height: 3rem;
	width: 3rem;
	background-color: #ececec;
	outline: 1px solid transparent;
	position: fixed;
}

.smallBox {
	height: 3rem;
	width: 3rem;
	background-color: #000;
	position: fixed;
	z-index: 999;
	outline: 1px solid transparent;
	-webkit-animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
	animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
}
@-webkit-keyframes smallBoxAnim {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}
	100% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
}
@keyframes smallBoxAnim {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(0.2);
	}
	100% {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
}

@-webkit-keyframes loaderAnim {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes loaderAnim {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@media only screen and (max-width: 990px) {
	.svg-img {
		position: absolute;
		top: 0;
		right: 0;
		width: 20rem;
	}
}

@media only screen and (max-width: 810px) {
	.svg-img {
		right: -2rem;
		width: 16rem;
		z-index: -20;
	}
	.navigation-content a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 620px) {
	.navigation-content a {
		font-size: 0.9rem;
	}
	.svg-img {
		width: 14rem;
		z-index: -20;
	}
}

@media only screen and (max-width: 590px) {
	.svg-img {
		top: -110%;
		left: 20%;
		width: 14rem;
		z-index: -20;
	}
}

.success-message {
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 4px;
	font-family:'Comfortaa',sans-serif;
}
.hide{
	opacity:0;
}
