body {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	overflow-x: hidden;
}





.grid h1 {
	text-transform: capitalize;
}

.inquiry h1 {
	text-transform: capitalize;
}

Chrome,
Safari,
Edge,
Opera input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}



/* .dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	z-index: 0;
	height: 22vh !important;
	overflow-y: scroll;
	background: rgba(0, 123, 255, 0.088) !important;
	backdrop-filter: blur(10.0431px) !important;
	border-color: transparent;

} */

.animate {
	animation: fadeInRight 1.5s ease-in-out;
}

.animate-bottom {
	animation: animatebottom 2s ease-in-out;
}

.animate-bottom2 {
	animation: animatebottom 2.5s ease-in-out;
}

.animate-bottom3 {
	animation: animatebottom 3s ease-in-out;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(300px);
		/* transform: rotate(90deg); */
	}

	to {
		opacity: 1;
		transform: rotate(0deg);
	}
}

@keyframes animatebottom {
	from {
		transform: translateY(150px);
		opacity: 0;
	}

	to {

		opacity: 1;
	}
}



.dropdown-menu a {
	font-weight: bold;
}

.dropdown-menu a:hover {
	color: #2563EB;
}

/* width */
::-webkit-scrollbar {
	width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #2563EB;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

body::after {
	content: "";
	background: rgba(57, 171, 72, 0.2);
	filter: blur(160px);
	position: absolute;
	width: 100%;
	height: 80vh;
	right: -150px;
	top: -398.34px;
	z-index: -1;
}

.features::before {
	content: "";
	background: rgba(57, 171, 72, 0.2);
	filter: blur(160px);
	position: absolute;
	width: 100%;
	height: 80vh;
	right: -150px;
	top: 160vh;
	z-index: -1;
}

.features::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 80vh;
	left: -242.16px;
	top: 280vh;
	background: rgba(37, 99, 235, 0.2);
	filter: blur(160px);
	z-index: -1;
}

body::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80vh;
	left: -242.16px;
	top: 471px;
	background: rgba(37, 99, 235, 0.2);
	filter: blur(160px);
	z-index: -1;

}

a {
	color: #2563EB;
	text-decoration: none;
}

img:not(.homework-img img) {
	max-width: 100%;
}

.started {
	background: #2563EB;
	border-radius: 64px;
	padding: 20px 40px;
	font-weight: 600;
	font-size: 30px;
	line-height: 28px;
	letter-spacing: -0.2px;
	text-transform: capitalize;
}

header {
	background: rgba(255, 255, 255, 0.103);
	box-shadow: inset 54.8536px -54.8536px 54.8536px rgba(165, 165, 165, 0.103), inset -54.8536px 54.8536px 54.8536px rgba(255, 255, 255, 0.103);
	-webkit-backdrop-filter: blur(40.0431px);
	backdrop-filter: blur(40.0431px);
	/* overflow: hidden; */
	transition: 0.5s;
	z-index: 1;
	width: 100%;


}

header.fixed {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
}

header.fixed .navbar {
	padding: 30px 0 20px;
}

header.fixed .navbar .navbar-brand img {
	max-width: 100px;
}

header .navbar {
	background: transparent !important;

}

header .navbar .container {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

header .navbar {
	padding: 20px 0 30px;
}

header .navbar .navbar-collapse {
	flex-grow: inherit;
}

header .navbar .navbar-nav .nav-item {
	margin-left: 10px;
}

header .navbar .navbar-nav .nav-item .nav-link {
	color: #0F172A;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding: 16px 24px;
	border: 2px solid transparent;
	border-radius: 8px;
}

header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .nav-link.active {
	border: 2px solid #2563EB;
	color: #2563EB;
}

.hero-banner {
	padding: 10px 0 100px 0;
}

.hero-banner h1:not(svg) {
	font-weight: 700;
	font-size: 60px;
	line-height: 76px;
	color: #000000;
	text-transform: capitalize;
	/* margin-bottom: 50px; */
}

.hero-banner-academic h1 {
	font-weight: 700;
	font-size: 100px;
	line-height: 100px;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.hero-academic-img img {
	float: right;
}

/* .hero-banner h1 span {
	color: #2563EB;
	border-bottom: 4px solid #2563EB;
} */

.hero-banner p {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #52525B;
	text-transform: capitalize;
	margin-bottom: 30px;
	max-width: 520px;
}

/* .features {
	padding-bottom: 100px;
} */

.heading {
	/* max-width: 768px; */
	margin: 0 auto;
}

.heading h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 24px;
	color: #2563EB;
	margin-bottom: 20px;
}

.heading h2 {
	font-weight: 600;
	font-size: 40px;
	letter-spacing: -0.02em;
	color: #101828;
	margin-bottom: 0;
}

.heading h1 {
	font-weight: 600;
	font-size: 3vw;
	/* letter-spacing: -0.02em; */
	color: #101828;
	margin-bottom: 0;
}

.features .card {
	background: #FFFFFF;
	/* box-shadow: 0px 0px 16px rgba(0, 17, 54, 0.15); */
	border-radius: 24px;
	max-width: 330px;
	padding: 0;
	border: none;
	margin: 60px auto 0;
}

.features .card:hover {
	box-shadow: 0px 0px 56px rgba(0, 17, 54, 0.15);
}

.features .card .card-img-top {
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

.features .card .card-body {
	background: rgba(37, 99, 235, 0.1);
	border-radius: 0px 0px 24px 24px;
	position: relative;
}

.features .card .card-body .card-title {
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 24px;
	text-transform: capitalize;
	color: #101828;
	margin-bottom: 15px;
	margin-top: 10px;
}

.features .card .card-body .card-text {
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	text-transform: capitalize;
	color: #827F9A;
	margin-bottom: 50px;
	height: 92px;
}

.features .card .card-body .card-link {
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	color: #2563EB;
	position: absolute;
	bottom: 10px;
	left: 31px;
}

.features .card-row {
	justify-content: space-between;
}

.features .card-row .card-list {
	display: flex;
	flex-wrap: inherit;
	justify-content: space-between;
}

.details {
	padding-bottom: 50px;
}

.details::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80vh;
	left: -242.16px;
	/* top: 471px; */
	background: rgba(37, 100, 235, 0.082);
	filter: blur(160px);
	z-index: -1;

}

.query-index::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80vh;
	/* left: -242.16px; */
	/* top: 266vh; */
	background: rgba(57, 171, 72, 0.2);
	filter: blur(160px);
	z-index: -1;
}

.view-button {
	padding: 5vh 0;
}

.feature-query::before {
	content: "";
	background: rgba(57, 171, 72, 0.2);
	filter: blur(160px);
	position: absolute;
	width: 100%;
	height: 80vh;
	left: 0;
	top: auto;
	z-index: -1;
}

.question p {
	font-size: 20px !important;
}

.query {
	padding-bottom: 100px;
}

.query-bg {
	background-image: url("../images/query.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	width: 100%;
	height: 318px;
}

.query-form input:not(.btn) {
	background-color: transparent;

}

.query-form input {
	padding: 10px;
}

.form-1 {
	padding: 2vh 0;
}

::placeholder {
	color: white !important;
}

/* .hero-banner-academic {
	padding-bottom: 50px;
} */

/* .index-footer::after{
	content: "";
	background: rgba(57, 171, 72, 0.2);
	filter: blur(160px);
	position: absolute;
	width: 100%;
	height: 20vh;
	right: -100px;
	top: 400vh;
	z-index: -1;
} */
footer p:not(.copyright-text p) {
	font-weight: 400;
	font-style: normal;
	text-align: justify;
}

footer p span {
	font-weight: bold;
}

footer ul {
	padding: 0;
}

footer li {
	list-style-type: none;
	padding: 10px;
}

footer li a {
	color: black;
	font-weight: 400;
}

footer li a:hover {
	color: #0d6efd;
	padding-left: 5px;
	transition-duration: 0.5s;
}

footer li a {
	transition-duration: 0.5s;
}

.card-list .card:hover img {
	transform: scale(1.1);
	transition-duration: 0.5s;
}

.card-list .card img {
	transition-duration: 0.5s;
}

.card-list .card .card-link:hover svg {
	animation: arrow-animation 0.5s linear infinite alternate;

}

@keyframes arrow-animation {
	0% {
		margin-left: 0px;
	}

	100% {
		margin-left: 2px;
	}
}

.last {
	margin-left: 51px !important;
}

/* .last-card-1 {
	margin-left: 51px !important;
	margin-right: 51px !important;
}

.last-card-2 {
	margin-left: 51px !important;
} */

.hero-banner svg {
	/* font-family: 'Russo One', sans-serif; */
	/* position: absolute; */
	width: 100%;
	height: 100%;
}

.hero-banner svg text {
	text-transform: uppercase;
	animation: stroke 5s;
	stroke-width: 2;
	stroke: #2563EB;
	font-size: 240px;
	fill: rgba(37, 99, 235, 1);
}



@keyframes stroke {
	0% {
		fill: rgba(72, 138, 20, 0);
		stroke: rgba(37, 99, 235, 1);
		stroke-dashoffset: 25%;
		stroke-dasharray: 0 50%;
		stroke-width: 2;
	}

	70% {
		fill: rgba(72, 138, 20, 0);
		stroke: rgba(37, 99, 235, 1);
	}

	80% {
		fill: rgba(72, 138, 20, 0);
		stroke: rgba(37, 99, 235, 1);
		stroke-width: 3;
	}

	100% {
		fill: rgba(37, 99, 235, 1);
		stroke: rgba(54, 95, 160, 0);
		stroke-dashoffset: -25%;
		stroke-dasharray: 50% 0;
		stroke-width: 2;
	}
}

.plus a {
	text-decoration: none;
	color: black;
}

.collapse .text-muted {
	text-align: justify !important;
}

#demo1 .card {
	background-color: transparent;
	border: none;
	padding: 0;
}

#demo2 .card {
	background-color: transparent;
	border: none;
	padding: 0;
}

#demo3 .card {
	background-color: transparent;
	border: none;
	padding: 0;
}

.query-heading {
	padding-bottom: 0 !important;
}

.query-form .row {
	padding: 1vh 0;
}

.query-form select {
	background-color: transparent;
	color: white !important;
}

.query-form textarea {
	background-color: #2563eb;
	color: white;
	resize: none;
}

.query-city-2 {
	display: none;
}

.query-message:focus {
	background-color: transparent !important;
	color: white !important;
	/* border-color: white !important; */

}

.query-form select::after {
	color: white !important;
}

.query-form option {
	color: black !important;
}

.query-button {
	padding: 1vh 0;
}

.footer-menu a {
	text-transform: capitalize;
}
.copyright-text .copyright{
	display: none;
}
.phone img{
	float: right;
}
/* #preloader{
	background: rgba(255, 255, 255, 0.103);
	box-shadow: inset 54.8536px -54.8536px 54.8536px rgba(165, 165, 165, 0.103), inset -54.8536px 54.8536px 54.8536px rgba(255, 255, 255, 0.103);
	backdrop-filter: blur(40.0431px);
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 100;
	
}
.center {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
  }
  .wave {
	width: 5px;
	height: 100px;
	background: linear-gradient(45deg, cyan, #fff);
	margin: 10px;
	animation: wave 1s linear infinite;
	border-radius: 20px;
  }
  .wave:nth-child(2) {
	animation-delay: 0.1s;
  }
  .wave:nth-child(3) {
	animation-delay: 0.2s;
  }
  .wave:nth-child(4) {
	animation-delay: 0.3s;
  }
  .wave:nth-child(5) {
	animation-delay: 0.4s;
  }
  .wave:nth-child(6) {
	animation-delay: 0.5s;
  }
  .wave:nth-child(7) {
	animation-delay: 0.6s;
  }
  .wave:nth-child(8) {
	animation-delay: 0.7s;
  }
  .wave:nth-child(9) {
	animation-delay: 0.8s;
  }
  .wave:nth-child(10) {
	animation-delay: 0.9s;
  }
  
  @keyframes wave {
	0% {
	  transform: scale(0);
	}
	50% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  } */