/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */



/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	/* padding: 20px 0; */
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
	height: 24px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar {
	padding: 0;
}

.navbar-brand img {
	height: 70px;
	width: auto;
	display: block;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.nav-link {
	color: #212121 !important;
	font-weight: 500;
	transition: all 200ms linear;
}

.nav-item:hover .nav-link {
	color: #8167a9 !important;
}

.nav-item.active .nav-link {
	color: #777 !important;
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
	transition: all 200ms linear;
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}

.nav-item.active:hover:after {
	opacity: 0;
}

.nav-item {
	position: relative;
	transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
	transition: all 200ms linear;
}

.section {
	position: relative;
	width: 100%;
	display: block;
}

.over-hide {
	overflow: hidden;
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}

h1 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}

p {
	text-align: center;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
	transition: all 300ms linear;
	transition-delay: 1700ms;
}

body.hero-anime p {
	opacity: 0;
	transform: translateY(40px);
	transition-delay: 1700ms;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

h1 span {
	display: inline-block;
	transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}

body.hero-anime h1 span:nth-child(1) {
	opacity: 0;
	transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
	opacity: 0;
	transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
	opacity: 0;
	transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
	opacity: 0;
	transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
	opacity: 0;
	transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
	opacity: 0;
	transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
	opacity: 0;
	transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
	opacity: 0;
	transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
	opacity: 0;
	transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
	opacity: 0;
	transform: translateY(-20px);
}

h1 span:nth-child(1) {
	transition-delay: 1000ms;
}

h1 span:nth-child(2) {
	transition-delay: 700ms;
}

h1 span:nth-child(3) {
	transition-delay: 900ms;
}

h1 span:nth-child(4) {
	transition-delay: 800ms;
}

h1 span:nth-child(5) {
	transition-delay: 1000ms;
}

h1 span:nth-child(6) {
	transition-delay: 700ms;
}

h1 span:nth-child(7) {
	transition-delay: 900ms;
}

h1 span:nth-child(8) {
	transition-delay: 800ms;
}

h1 span:nth-child(9) {
	transition-delay: 600ms;
}

h1 span:nth-child(10) {
	transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
	opacity: 0;
	transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
	opacity: 0;
	transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
	opacity: 0;
	transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
	opacity: 0;
	transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
	opacity: 0;
	transform: translateY(50px);
}

h1 span:nth-child(11) {
	transition-delay: 1300ms;
}

h1 span:nth-child(12) {
	transition-delay: 1500ms;
}

h1 span:nth-child(13) {
	transition-delay: 1400ms;
}

h1 span:nth-child(14) {
	transition-delay: 1200ms;
}

h1 span:nth-child(15) {
	transition-delay: 1450ms;
}

#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
	transition: all 300ms linear;
	transition-delay: 1900ms;
}

body.hero-anime #switch {
	opacity: 0;
	transform: translateY(40px);
	transition-delay: 1900ms;
}


#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}

.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}

.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
	background: #fff;
}

.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
	padding: 10px !important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	transition: all 200ms linear;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
	transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129, 103, 169, .6);
}

body.dark {
	color: #fff;
	background-color: #1f2029;
}

body.dark .navbar-brand img {
	filter: brightness(100%);
}

body.dark h1 {
	color: #fff;
}

body.dark h1 span {
	transition-delay: 0ms !important;
}

body.dark p {
	color: #fff;
	transition-delay: 0ms !important;
}

body.dark .bg-light {
	background-color: #14151a !important;
}

body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
	color: #fff !important;
}

body.dark .nav-item.active .nav-link {
	color: #999 !important;
}

body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
	color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
	background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) {
	h1 {
		font-size: 38px;
	}

	.nav-item:after {
		display: none;
	}

	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0;
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}

	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}

	body.dark .nav-item::before {
		background-color: #fff;
	}

	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}

	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}

.logo img {
	height: 26px;
	width: auto;
	display: block;
	filter: brightness(10%);
	transition: all 250ms linear;
}

body.dark .logo img {
	filter: brightness(100%);
}

.h2 {
	width: 360px;
	height: 138px;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 90px;
	line-height: 48px;
	/* or 100% */

	text-transform: capitalize;

	color: #0A66C2;
}

#hori {

	border-right: none;
}

@media (min-width: 768px) {
	#hori {
		border-right: 2px solid #2251FF;
	}
}

#card-body12 {

	width: 360px;
	height: 138px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 48px;
	/* or 100% */

	text-transform: capitalize;
	color: #0A66C2;
}


.grid-divider {

	position: relative;
}

.grid-divider>[class*="col-"]:nth-child(n + 2):after {
	content: "";
	background-color: red;
	position: absolute;
	top: 0;
	bottom: 0;

	@media (max-width: 767px) {
		width: 100%;
		height: 1px;
		left: 0;
		top: -4px; // quickfix to center line between columns
	}

	@media (min-width: 768px) {
		width: 1px;
		height: auto;
		left: -1px; // quickfix to hide divider on left side
	}
}


.container img {
	position: relative;
	text-align: center;
	color: black;
}

.container .centered {

	position: absolute;
	width: 278px;
	height: 80px;
	left: 90px;
	top: 100px;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 33px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	margin-left: 20%;

	color: #FFFFFF;

}

.container .btn {
	position: absolute;
	top: 100%;
	left: 20%;
	transform: translate(-30%, -30%);
	background-color: white;
	color: blue;
	font-size: 16px;
	padding: 3px 20px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.rounded-social-buttons {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.rounded-social-buttons .social-button {
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #cecece;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
	font-size: 25px;
}

/* .rounded-social-buttons .social-button.facebook {
	background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
	color: #3b5998;
	background: #fefefe;
	border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
	background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
	color: #55acee;
	background: #fefefe;
	border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
	background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
	color: #007bb5;
	background: #fefefe;
	border-color: #007bb5;
} */

#newevnet {
	/* padding: 10px; */
	background-image: url('media/image.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 40px 0px;

}

#cardSection {
	padding: auto;
	margin: auto;
	width: 85%;
	height: 85%;


}

.card-block {
	background-color: white;
	width: 90%;
	height: 85%;
	border-radius: 20px;

}

#textsection h6 {

	color: rgb(66, 65, 65);
	/* padding:10px; */
	text-align: justify;

}


:root {}

body {
	background-color: #FFFFFF;

}

.card {

	border-radius: 10px;
	margin: 10px auto;
	overflow: hidden;
}

.card-header {
	height: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0px;
}

.card-header>button {
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	background: #fff;
	color: #F7941D;
	cursor: pointer;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: -0.25px;
	text-transform: capitalize;
	color: #F7941D;
}



.card-header button.btnActive {
	background-color: #FFF5E9;
}

.infoCard {
	width: 310px;
	height: 600px;
	border-radius: 10px;
	border: 1px solid #B2B5B7;
	overflow: hidden;
}

@media (min-width: 1080px) {
	.card-header {
		height: 80px;
		width: 100%;
		flex-direction: row;
	}

	.card-header>button {
		width: 347px;
		height: 80px;
	}

	.infoCard {
		width: 400px;
		height: 640px;
	}
}

.set1 {
	background-color: white;
	padding: 1.5em .5em .5em;
	border-radius: 2em;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	margin: 10px auto;
	text-align: left;

}

.card-title {
	text-transform: uppercase;
	color: #E44424;
}

.card-text {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
}

a.btn,
a.btn:visited {
	color: #333333;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container .sym {
	width: 1440px;
	height: 80px;
	background: #FFFFFF;
	/* Inside auto layout */
	flex: none;
	order: 0;
	flex-grow: 0;
	/* height: 50px; */
}


.social {
	background-color: white;
	color: white;
	height: 80px;
	width: 99%;
	padding: 0%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

/* Slider */
h2 {
	text-align: center;
	/* padding: 20px; */
}

/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* footer */
footer {
	color: #fff;
	width: 100%;
	height: auto;
	margin: 0px auto;
	margin-left: 0%;
	position: absolute;

}

ul {
	padding: 0px;
}

ol,
ul {
	margin-bottom: 0px;
}


.address1 li {
	list-style: none;
	position: relative;
	padding: 0px;
	line-height: 26px;
	text-align: start;

}

ul.address1 span {
	position: absolute;
	width: 40px;
	max-width: 40px;
	left: 0;
}

.address1 li a {
	color: #fff;
	text-decoration: none;
	width: 100%;
}

ul.address1 i {
	width: 20px;
	position: absolute;
	left: 0px;
	text-align: center;
	font-size: 28px;
	top: 0;
}

ul.address1 i.fa-envelope {
	font-size: 18px;
	top: 4px;
}

.social-icon li {
	list-style: none;
	display: inline-block;
}

.social-icon li i {
	font-size: 14px;
	color: #262725;
	border: solid 2px #ffffff;
	height: 31px;
	width: 31px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100px;
	line-height: 27px;
	margin-right: 15px;
	transition: 1s;
	background: #fff;
}

.social-icon li i:hover {
	border: solid 2px #262725;
	color: #ffffff;
	background: #262725;
}

.footer-top {
	/* position:relative; */
	/* padding: 20px 20px; */
	background: #0A66C2;


}

.footer-top h4 {
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 30px;
	/* text-align: center; */
}

.footer-top p {
	font-size: 13px;
	line-height: 2;
}

footer p {
	margin-bottom: 0;
}

footer {
	background-color: #0A66C2 !important;
}

footer h3 {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-align: start;
	letter-spacing: 0.2px;
	color: #FFFFFF;
}

footer li,
footer li a {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: rgba(255, 255, 255, 0.8);
}

.footer-row {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
}

.footer-box {
	width: 320px;
	height: auto;
}

@media (min-width: 768px) {
	.footer-row {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 40px;
		flex-wrap: wrap;
	}
}

.footer-logo {
	display: block;
	margin-bottom: 32px;
}

.address1 li {
	list-style: none;
	position: relative;
	padding: 0px;
	line-height: 26px;
}

ul.address1 span {
	position: absolute;
	width: 40px;
	max-width: 40px;
	left: 0;
}

.address1 li a {
	color: #fff;
	text-decoration: underline;
}

ul.address1 i {
	width: 20px;
	position: absolute;
	left: 0px;
	text-align: center;
	font-size: 28px;
	top: 0;
}

ul.address1 i.fa-envelope {
	font-size: 18px;
	top: 4px;
}

footer ul.social-icon {
	float: left;
}

footer .social-icon li i:hover {
	background: #4b8800;
	border-color: #4b8800;
}

.footer-bottom {
	background: #004C9C;
	padding: 10px 0px;
	text-align: center;

}

.footer-bottom .h6 {

	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	/* identical to box height, or 150% */
	letter-spacing: 0.2px;

	/* light-text-color */
	color: #FFFFFF;

	font-size: 20px;

}

.section {
	background-color: #f3dfdf !important;
}


/**map***/
.responsive-map-container {
	position: relative;
	width: 320px;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 320px;
	height: 180px;
}

.pill-btn {

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	margin-right: 40%;

	/* width: 424px;
height: 60px; */

	background: #0A66C2;
	border-radius: 100000px;
	width: 284px;
	height: 40px;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #FFFFFF;
	vertical-align: bottom;
	white-space: nowrap;
	border: 3px solid #5C81F2;

	transition: .15s background-color, .15s border-color, .15s color, .15s fill;

}

.pill-btn:hover {
	background: #7A9BFF;
	border: 3px solid #7493F2;
}

.getf {

	width: 278px;
	height: 40px;
	background: #F7941D;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	text-align: center;
	border-style: none;
	margin-left: 24px;
	margin-right: 48px;


}

.text-center {
	color: #f7f7f7;
}

.btn_split {
	border-radius: 15px !important;
	display: inline-block;
	font-weight: 400;
	color: #858796;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.35rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.split_btn {
	color:
		#0A66C2;
	background-color: #ffffff;
	border-color: #4e73df;
}

.btn-icon-split {
	padding: 0;
	overflow: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-icon-split .icon {
	background-color: #004C9C;
	/* background: rgba(0, 0, 0, 0.15); */
	display: inline-block;
	padding: 0.400rem 0.75rem;

}

.btn-icon-split .text {
	display: inline-block;
	padding: 0.375rem 0.75rem;
}

#newevnet1 {
	background-image: url('media/image11.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	padding: 40px 0px;
	width: 100%;
}

.text1 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
	color: rgb(255, 254, 254);

}

.text2 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
	color: rgb(255, 254, 254);

}

.data {
	background: #f78f2e;
	padding-top: 10px;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: white;
	display: block;
	width: 320px;
	height: 60px;
	border-radius: 0px 10px;
	transform: translateY(30px);
	position: relative;
	z-index: 9;
}

.login-container {
	background-position: center;
	background: rgba(34, 81, 255, 0.7);
	backdrop-filter: blur(2.5px);
	-webkit-backdrop-filter: blur(2.5px);
	padding: 50px 30px;
	min-width: 340px;
	width: 100%;
	max-width: 1040px;
	border-radius: 20px;
	/* padding-top: 100px;	 */
}

.login-container p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: start;
	color: #FFFFFF;
}

.login-container p input[type='checkbox'] {
	width: 24px;
	height: 24px;
}

@media (min-width: 1040px) {
	.login-container {
		padding: 50px 160px;
	}
}

.input-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;

}

.input-group ::placeholder {
	font-family: 'Exo 2';
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-align: start;
	color: #bababa;
}

.input-group input {
	width: 100%;
	height: 50px;
	background-color: #fff;
	padding: 16px;
	font-family: 'Exo 2';
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-align: start;
	color: #333333;
	border-radius: 10px;
	border: none;
	outline: none;
}

.input-group input:focus {
	border: 1px solid hsl(201, 100%, 50%);
}

.input-group textarea {
	width: 100%;
	height: 100px;
	background-color: #fff;
	padding: 16px;
	font-family: 'Exo 2';
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-align: start;
	color: #333333;
	border-radius: 10px;
	border: none;
	outline: none;
}

.login-button {
	padding: 10px 30px;
	width: 220px;
	border-radius: 10px;
	background: orange;
	margin-top: 20px;
	cursor: pointer;
	outline: none;
	border: none;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	transition: all ease-in-out 0.2s;
}

.login-button:hover {
	background-color: #D59F15;
}

.login-button:focus {
	background-color: #D59F15;
}

.card-body-flex {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 40px auto;
}

.set {
	width: 308px;
	height: 310px;
	padding: 0px;
	margin: 0px;
}

.set>img {
	width: 308px;
	height: 310px;
	object-fit: cover;
}

.setTxt {
	width: 100%;
	height: auto;
	padding: 20px;
}

.moongroupImg {
	width: auto;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.moongroupImg p {
	font-family: 'Exo 2';
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	color: #444444;
	text-align: start;
}

.moongroupImg>img {
	width: 320px;
	height: 320px;
}

@media (min-width: 768px) {
	.set {
		width: 308px;
		height: 310px;
	}

	.set>img {
		width: 308px;
		height: 310px;
	}

	.card-body-flex {
		flex-direction: row;
	}

	.moongroupImg>img {
		width: 600px;
		height: 600px;
	}
}

@media (min-width: 1080px) {
	.set {
		width: 398px;
		height: 400px;
	}

	.set>img {
		width: 398px;
		height: 400px;
	}

	.card-body-flex {
		gap: 40px;
	}

	.moongroupImg>img {
		width: 720px;
		height: 720px;
	}
}

.setTxt>p {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	color: #222222;
}

.setTxt>p>span {
	width: 100%;
	display: block;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #444444;
}

.setTxt>ul {
	width: 100%;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	justify-content: center;
}

.setTxt>ul>li {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0.2px;
	gap: 12px;
	text-transform: capitalize;
	color: #444444;
}

.setTxt>ul>li>svg {
	color: #F7941D;
	width: 24px;
	height: 24px;
}

.pill-btn {
	display: inline-block;
	box-sizing: border-box;
	width: 250px;
	height: 53px;
	/* height: 50px; */
	/* line-height: 64px; */
	background: white;
	padding: 0px 30px;
	border-radius: 999em;
	text-decoration: none;
	color: #0A66C2;
	font-size: 16px;
	vertical-align: bottom;
	white-space: nowrap;
	border: 3px solid #5C81F2;
	font-family: 'Times New Roman', Times, serif;
	letter-spacing: 2px;
	transition: .15s background-color, .15s border-color, .15s color, .15s fill;
	font-weight: 600;
	text-align: center;
}

.pill-btn:hover {
	background: #7A9BFF;
	border: 3px solid #7493F2;
}

.readmore {
	color: #F7941D !important;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-family: 'Exo 2';
	font-weight: 700;
	font-size: 16px;
}

.btn_new {
	background: #0A66C2;
	width: 246px;
	height: 40px;
	font-family: 'Roboto';
	border-radius: 10px;
	color: #FFFFFF;
	align-items: center;
	border-color: #0A66C2;
}

.back {
	background-size: contain;
	background-repeat: no-repeat;
	height: 600px;
	width: 2000px;
	background-image: url(media/banner.png);

}

.apply {
	margin-top: 80px;
	background-color: white;
	height: 400px;
	width: 680px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;

}

.prop h4 {

	font-family: 'Roboto';
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	/* or 133% */
	display: flex;
	letter-spacing: -0.25px;
	text-align: justify;
	color: #444444;
	margin-left: 150px;

}

.prop h2 {

	font-family: 'Roboto';
	font-style: normal;

	font-size: 40px;
	line-height: 40px;
	/* or 100% */
	text-align: justify;
	color: #222222;
	margin-left: 130px;

}