body {
	color: white;
	font-family: 'TT Firs Neue Trl', sans-serif !important;
}

/* Header Styles */
.navbar {
	padding: 15px 0;
}
ul.navbar-nav {
    width: 100%;
    justify-content: end;
}
.navbar-outer {
	padding: 0 70px;
}

.navbar-brand img {
	max-height: 40px;
}

/* ul.navbar-nav li.nav-item {
	border-right: 1px solid #849AA3;
} */

ul.navbar-nav {
	gap: 8px;
}

a.nav-link {
	color: #849AA3;
	font-weight: 400;
	transition: color 0.3s ease;
	font-size: 15px;
	line-height: 0px;
}

a.login.btn {
	border: none;
	color: #fff;
	font-weight: 600;
}

a.trial.btn {
	background: #fff;
	border-radius: 20px;
	color: #4F5962;
	font-weight: 600;
}

li.nav-item.active a,
.nav-link:hover {
	color: #fff;
}

.btn-outline-light {
	border-radius: 20px;
	padding: 8px 20px;
	font-weight: bold;
}

/* Hero Section */
.header_hero {
	background: linear-gradient(348.1deg, rgb(0 0 0 / 42%) 2.99%, #172A3D 118.71%);
	width: 100%;
}

.hero-section {
	padding: 40px 0;
	position: relative;
}

.hero-text h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 55px;
	color: #fff;
}

.small-title {
	color: #27AAE1;
	font-size: 20px !important;
	font-weight: 600 !important;
	margin-bottom: 0;
}

.hero-text p {
    color: #D0D6D8;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
	text-transform: capitalize;
}

.hero-text a {
	background: #27AAE1;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	outline: 1px solid #fff;
	outline-offset: 3px;
}

.hero-images {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-images img {
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.floating-img {
	transition: transform 0.3s ease-in-out;
	width: 100%;
}

.floating-img:hover {
	transform: scale(1.05);
}

/* Edumetrica-EduPlusX  */
.eduPlusX {
	margin-top: 100px;
}

h2.sec-head {
	color: #011631;
	font-size: 36px;
	font-weight: 600;
}

.eduPlusX p {
	font-size: 16px;
	color: #011631;
	line-height: 24px;
}

.feature-header {
	background: #27AAE1;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 6px;
}

.feature-header {
	background: #27AAE1;
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-size: 20px;
}

.feature-content h3 {
	color: #27AAE1;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.feature-content {
	padding: 15px;
	background: linear-gradient(360deg, rgba(241, 242, 244, 0.59) 0%, #E8EAED 100%);
	margin-top: 6px;
	min-height: 280px
}

.feature-content a {
	color: #27AAE1;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}

.feature-content a:hover {
	text-decoration: underline;
}

.feature-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/* Vision Mission */
.vision-mission {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	gap: 10px;
}

.vision-mission h2 {
	color: #fff;
	font-size: 26px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

.vision-mission p {
	font-size: 16px;
	font-weight: 400;
	color: #D0D6D8;
	line-height: 22px;
}

.vision,
.mission {
	flex: 1;
	color: white;
	padding: 30px;
	min-height: 300px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
}

.vision::before,
.mission::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(0, 0, 0, 0.6); */
}

.vision-content,
.mission-content {
	position: relative;
	z-index: 2;
}

.vision {
	background-image: url("../img/vision.png");
}

.mission {
	background-image: url("../img/mission.png");
}

/* Our Values */
.our-values,
.upload-data,
.subscription {
	margin-top: 100px;
}

.values-content-box {
	background: linear-gradient(360deg, rgb(185 188 194 / 47%) 0%, #E8EAED 100%);
}

.values-content-box h5 {
	color: #0D161A;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
}

p.second-title {
	color: #27AAE1 !important;
	font-weight: 400 !important;
	font-size: 17px !important;
	line-height: 20px !important;
}

.values-content-box p {
	font-size: 16px;
	font-weight: 400;
	color: #0d161ab5;
	line-height: 20px;
}


/* Upload data */
.upload-data a {
	background: #27AAE1;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	outline: 1px solid #fff;
	outline-offset: 3px;
}

/* Subscription */
.subscription .card {
	background: linear-gradient(360deg, #F7F7F8 0%, #E8EAED 100%);
	border-radius: 20px;
}

.plan-inner {
	background: linear-gradient(360deg, rgb(180 182 185 / 31%) 0%, #E6E8EC 100%);
	border-radius: 20px;
}

.subscription .card-body h5 {
	color: #0D161A;
	font-weight: 600;
	font-size: 18px;
}

/* Slider */

.swiper {
	width: 100%;
	padding: 20px;
	position: relative;
}

.slider-out {
    width: 100%;
    background: #FFF;
    position: relative;
    margin-top: 100px;
}

.swiper-slide {
	display: flex;
	justify-content: left;
	align-items: left;
	height: 250px;
	border-radius: 10px;
	text-align: left;
	font-size: 20px;
}
.swiper-wrapper {
    width: 100%;
    display: flex;
}
.same_slide {
	display: block;
	padding: 30px 20px;
	height: auto;
}

.same_slide img {
	width: 100%;
	margin-bottom: 10px;
}

.same_slide h2 {
	margin: 0;
	color: #0D161A;
	text-transform: capitalize;
	font-size: 22px;
}

.p.Empowering {
	font-size: 18px;
}

.same_slide p {
	padding-top: 10px;
	font-size: 14px;
	color: #0D161A;
	font-weight: 400;
}

.slider-text-image {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.outer_img {
	background: linear-gradient(360deg, rgba(241, 242, 244, 0.59) 0%, #E8EAED 100%);
	padding: 30px 20px;
}

.inner_content {
	padding-top: 30px;
}

/* Navigation Arrows */
.swiper-button-prev,
.swiper-button-next {
	background-color: rgba(0, 0, 0, 0.1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 18px;
	color: #000;
}

.left_arrow {
	position: absolute;
	top: 17%;
	left: 86%;
}

.right_arrow {
	position: absolute;
	top: 17%;
	left: 91%;
}


/* footer */
.footer a {
	color: #bbb;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

.footer .social-icons a {
	font-size: 20px;
	margin-right: 15px;
	color: #bbb;
	transition: 0.3s;
}

.footer .social-icons a:hover {
	color: #fff;
}

.footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 20px;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
}

.footer {
	background-repeat: no-repeat;
	color: #fff;
	padding: 50px 0;
	background-image: url("/static/assets/img/footer-bg.png");
	height: 100%;
	background-size: cover;
}


.sticky-section {
    position: sticky;
    top: 20px; 
    max-height: 80vh;
    overflow-y: scroll; 
    overflow-x: hidden; 
    padding-right: 10px; 
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
.sticky-section::-webkit-scrollbar {
    width: 0px;
    display: none;
}
.upload-data {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
.navbar-outer {
    padding: 0 20px;
}
button.navbar-toggler.collapsed {
    color: #fff;
    background: #fff;
}
ul.navbar-nav li.nav-item {
    border-right: none;
    padding: 10px;
    border-bottom: 1px solid #cccccc1f;
}
}


.footer .col-md-2 {
    display: none;
}


/* Blog page css */

span.subtitle {
    color: #27AAE1;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.blog-card .blog-title {
    color: #262A41;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    border-bottom: 1px solid #D6E2EB;
}
p.blog-time {
    color: #647C88;
    font-size: 13px;
    padding-top: 10px;
}
.blog-card img.card-img-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	height: 200px;
}
.blog-text {
    background: #F7F7F8;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.blog-card {
    border: none;
}
button.load-more.btn {
    background: #27AAE1;
    border-radius: 30px;
    font-size: 16px;
    padding: 8px 20px;
    outline: 1px solid #C1D8E1;
    outline-offset: 3px;
}
button.load-more.btn a {
    color: #fff;
    text-decoration: none;
}
.search-column {
    border: none;
}
.search-column input.form-control {
    border: none;
    width: inherit;
    height: 50px;
    background: #E8F2F9;
    border-radius: 6px !important;
}
.search-column .input-group-prepend {
    position: absolute;
    right: 6px;
    top: 6px;
}
.search-column .input-group>.form-control:focus {
    z-index: 0;
}
.search-column input.form-control::placeholder {
    color: #85878d9c;
    font-size: 13px;
    font-weight: 400;
}
.blog-sidebar h5 {
    color: #262A41;
}
.category-list li, .price li {
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    border-radius: 6px;
}
.category-list li a {
    color: #262A41;
    text-decoration: none;
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.news-title h5 {
    color: #262A41;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}
.news-title span {
    color: #262A41;
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
    padding-top: 5px;
}
.recent-news .inner {
    gap: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 7px;
    margin-bottom: 10px;
}
.price li {
    padding: 10px;
}
.tags ul li {
    color: #262A41;
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    margin-bottom: 8px;
    margin-left: 5px;
    text-align: center;
}

/* blog-details */
.blog-details {
    box-shadow: 0px 3.13px 89.08px 0px rgb(0 0 0 / 7%);
}
.blog-desc .blog-title {
    color: #262A41;
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
}
.author span {
    color: #262A41;
}
.author ul li {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 10px;
    margin-right: 10px;
}
.blog-desc p {
    color: #85878D;
    line-height: 22px;
}
.informative {
    background: #E8F2F9;
    border-radius: 8px;
}
.second-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.description h4 {
    color: #262A41;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
}
.description ul li {
    color: #262A41;
    font-size: 14px;
}
.related-tags p {
    color: #27AAE1;
}
.related-tags li {
    color: #85878D;
    display: inline-block;
}
.related-tags li::after {
    content: ",";
}
.related-tags li:last-child::after{
  display: none;
}
.related-tags {
    border-top: 1px solid #E8F2F9;
    border-bottom: 1px solid #E8F2F9;
}
.comments h4, .leave_reply h4 {
    color: #262A41;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
}
.comments ul li h5 {
    color: #27AAE1;
    font-size: 15px;
    font-weight: 600;
}
.comments ul li {
    border-bottom: 1px solid #E8F2F9;
}
.comments ul li a {
    color: #27AAE1;
    text-decoration: none;
    font-size: 15px;
}
.leave_reply button a {
    background: #27aee0;
    color: #fff;
    border: 1px solid #27aee0;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
}
.social_icon ul.list-unstyled {
    display: flex;
    gap: 6px;
}
.social_icon ul.list-unstyled li a {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_icon {
    display: flex;
    justify-content: space-between;
}