body {
	margin: 0;
	padding: 0;
	background: #1b1b1b;
	font-family: 'Inter', sans-serif !important;
}


.navbar-nav .nav-link {
	position: relative;
	display: inline-block;
	color: #000;
	padding: 10px 15px;
	text-decoration: none;
	transition: color 0.3s ease;
	
}
.navbar-nav{
	margin: auto;
}
.left_menuText{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.left_menuText:hover{
	color: red;
	border-bottom: 2px solid red;

	
}

.navbar-nav .nav-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	margin-top: 5px;
	right: 0;
	background: #ff5733;
	/* Change to your preferred color */
	transition: width 0.3s ease, right 0.3s ease;
}
.navbar-navI .nav-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	margin-top: 5px;
	right: 0;
	background: #ff5733;
	/* Change to your preferred color */
	transition: width 0.3s ease, right 0.3s ease;
}

.navbar-nav .nav-link:hover {
	color: #ff5733;
	/* Change to your preferred hover text color */
}

.navbar-nav .nav-link:hover::after {
	width: 80%;
	right: 8px;
}
.studentt_logo{
    width:200px;
}
.navbar-nav .nav-link.active {
	color: #ff5733;
	/* Change to your preferred active text color */
	font-weight: bold;
	/* Optional: Make the active link bold */
}

.navbar-nav .nav-link.active::after {
	width: 100%;
	right: 0;
}

/* ===============scroll top css================= */
#button-anchor::after {
	content: "\f077";
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
}

#button-anchor.show {
	opacity: 1;
	visibility: visible;
}

#button-anchor {
	display: inline-block;
	background: #df0530;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 8px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0px -4px 32px rgba(0, 0, 0, 0.25);
}

/* ================end=================== */


.header {
	/* background: 1; */
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	padding: 12px;
	background-color: #1b1b1b;
}

.header .logo {
	width: 220px;
}
.ctrackr_logo{
	width: 220px;
}
@media only screen and (max-width: 767px) {
	
	.header .logo {
		width: 150px;
	}

	.header #navbarNav {
		/* background-color: #8d8d8d; */
		border-radius: 0px 0px 20px 20px;
	}

}

.header #navbarNav {
	justify-content: space-between;
}

.header .navbar-light .navbar-toggler {
	color: #022777;
	border: 1px solid #1b1b1b;
	background: #fff;
}

.header .navbar-light .navbar-toggler:focus-visible {
	outline: 0;
}

.header .navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	font-weight:normal;
	padding: 0px 20px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.ctrackr_logo {
		width: 150px;
	  }
	.header .navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		text-align: center;
		padding: 10px 0px;
		/* border-bottom: 1px solid #0272be; */
	}

	.navbar-nav {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ctrackr_logo {
		width: 150px;
	  }
	.header .navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		text-align: center;
		padding: 10px 0px;
		/* border-bottom: 1px solid #0272be; */
	}

	.navbar-nav {
		text-align: center;
	}

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) {
	.header .navbar-light .navbar-nav .nav-link {
		font-size: 16px;
		padding: 0px 15px;
		border-bottom: 0;
	}
}

.header .navbar-light .navbar-nav .nav-link:hover {
	color: #df0530;
}

.header .enrollNow__Btn {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	/* background: #2a48df; */
	padding: 10px 30px;
	border-radius: 30px;
	margin-left: 13px;
	/* background: linear-gradient(to right, #022777 50%, #0272be 50%); */
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.7s ease-out;
	box-shadow: 0px -4px 32px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
	.header .enrollNow__Btn {
		font-size: 14px;
		padding: 8px 20px;
		display: table;
		margin: 20px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.header .enrollNow__Btn {
		font-size: 14px;
		padding: 8px 20px;
		display: table;
		margin: 20px auto;
	}
}

.header .enrollNow__Btn:hover {
	text-decoration: none;
	background-position: left bottom;
}

/* .fixHeader {
	border-radius: 0px 0px 30px 30px;
	box-shadow: 0px -4px 32px rgba(0, 0, 0, 0.25);
	animation: slideDown 1s ease-out;
	transition: all 0.5s;
	background: #1b1b1b;
} */

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.enrollNow__Btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	transition: transform 0.3s ease-in-out;
}

.enrollNow__Btn:hover {
	animation: moveUpDown 0.5s infinite;
	background: linear-gradient(90deg, #2A48DF 0%, #9E9999 100%);
}

.enrollNow__BtnI {
	animation: moveUpDown 0.5s infinite;
	background: linear-gradient(90deg, #2A48DF 0%, #9E9999 100%);
}

@keyframes moveUpDown {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}


.footerSec {
	background: #121324;
	padding: 24px 0px;
}

@media only screen and (max-width: 767px) {
	.footerSec {
		padding: 20px 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.footerSec {
		padding: 25px 0px;
	}

}

.footerSec .socialMediaIcons {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.footerSec .socialMediaIcons a {
	text-decoration: none;
}

.footerSec .socialMediaIcons .faceBookIcon {
	color: #000;
	font-size: 16px;
	background: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 15px;
}
.footerSec .socialMediaIcons .faceBookIcon:hover {
	color: #000;
	background: #fff !important;
}

.pageLinksI h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;

}

@media only screen and (max-width: 767px) {
	.footerSec .socialMediaIcons .faceBookIcon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

.footerSec .socialMediaIcons .faceBookIcon {
	color: #fff;
	background: #3b5998;
	text-decoration: none;
}

.footerSec .socialMediaIcons .inistagramIcon{
	color: #000;
	font-size: 16px;
	background: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.footerSec .socialMediaIcons .inistagramIcon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

.footerSec .socialMediaIcons .inistagramIcon{
	color: #fff;
	background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
	text-decoration: none;
}
.footerSec .socialMediaIcons .inistagramIcon:hover{
	color: #000;
	background: #fff !important;

	/* background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); */
	text-decoration: none;
}

.footerSec .socialMediaIcons .twitterIcon {
	color: #000;
	font-size: 16px;
	background: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 15px;
}
.footerSec .socialMediaIcons .twitterIcon:hover {
	color: #000;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.footerSec .socialMediaIcons .twitterIcon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

.footerSec .socialMediaIcons .twitterIcon {
	color: #fff;
	background: #000;
	text-decoration: none;
}

.links {
	display: grid;
}

.footerSec .pageLinksI {
	/* display: flex; */
	justify-content: center;
	margin-top: 1.3rem;
}

.footerSec .pageLinksI a {
	color: #afafaf;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	line-height: 31px;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.footerSec .pageLinks a {
		font-size: 14px;
		margin-right: 10px;
	}

	
}

.footerSec .pageLinks a:hover {
	text-decoration: none;
}

.footerSec .subPageLinks {
	display: flex;
	justify-content: center;
	margin-top: 0.7rem;
}

@media only screen and (max-width: 767px) {
	.footerSec .subPageLinks {
		margin-top: 0.5rem;
	}
}

.footerSec .subPageLinks a {
	color: #a4a4a4;
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.footerSec .subPageLinks a {
		font-size: 12px;
		padding: 0;
		border: 0;
		margin-right: 10px;
	}
}

.footerSec .subPageLinks a:hover {
	text-decoration: none;
}

.footerBottom {
	background: #0272be;
	padding: 15px 0px;
}

.footerBottom p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.footerBottom p {
		font-size: 14px;
	}
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width:768px) and (max-width:1024px){
	.studentt_logo {
		width: 150px;
		margin-top: 10px;
	}
	.footerSec .pageLinksI a {
		font-size:14px
	}
}
	@media (max-width:768px) {
		.footerSec .pageLinksI a {
			font-size:14px
		}
	.studentt_logo {
		width: 150px;
		margin-top: 10px;
	}
}