/* Fonts */
:root {
	--font-primary: "Fira Sans", sans-serif;
	--font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
	--color-primary: #edf5ff;
	--color-secondary: #fdbd0f;
	--color-heading: #000000;
	--color-default: #000000;
}

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

body {
	color: var(--color-primary);
	line-height: 1.5rem;
}

:root ::-webkit-scrollbar {
	width: 5px;
	background-color: var(--color-primary);
}

:root ::-webkit-scrollbar-thumb {
	background-color: #5882fd;
	border-radius: 30px;
	transition: all 0.3s ease;
}
:root ::-webkit-scrollbar:hover {
	width: 10px;
	padding: 0px 10px;
}

:root ::-webkit-scrollbar-thumb:hover {
	background-color: #5882fd;
	border-radius: 30px;
	padding: 0px 10px;
	width: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: var(--color-default);
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
}

/* p,
li {
	color: #737373 !important;
} */

p,
span,
a {
	line-height: 22px;
}

table,
th,
td {
	border: 1px solid #ddd;
	color: #000;
}

p,
a,
li {
	color: var(--color-default);
}

li,
td,
button {
	font-size: 19px;
}

.btn-cnct{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	background: rgb(0,181,202);
	background: -moz-linear-gradient(180deg, rgba(0,181,202,1) 0%, rgba(24,144,199,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,181,202,1) 0%, rgba(24,144,199,1) 100%);
	background: linear-gradient(180deg, rgba(0,181,202,1) 0%, rgba(24,144,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b5ca",endColorstr="#1890c7",GradientType=1);
	color: #fff;
	font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
}
/*--------------------Carousel Caption--------------------*/
#homeSlider .carousel-caption {
    right: 0;
    left: 5%;
    color: #fff;
    text-align: left;
    top: 20%;
	width: 35%;
}
#homeSlider .carousel-caption h3 {
    color: #060693;
	font-size: 55px;
	font-family: "Poppins";
	font-weight: 600;
}
#homeSlider .btn-slide{
	background-color: #fff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	color: #1890C7;
	font-size: 15px;
	font-family: "Poppins";
	text-align: center;
}
#homeSlider .carousel-indicators{
	justify-content: left;
    margin-right: 0;
    margin-left: 5%;
}
#homeSlider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #1890C7;
    border-radius: 50%;
}
#homeSlider .carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}

.shadow {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}


/* media query for home-slider */

@media (max-width: 808px) {
	#homeSlider .carousel-caption h3 {
	  font-size: 32px; /* Adjusted for smaller screens */
	}

	.img-fluid {
		margin-top: 20px; /* Reduced margin for smaller screens */
	  }
  }

/* Home Page Headings */

.homePage-sectionHeading {
	color: var(--color-primary);
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.homePage-sectionHeading-white {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600 !important;
	line-height: normal;
}

.page-back-blue {
	background-color: var(--color-primary);
}

/* Home Page Headings End */

/* header */
/* ------- top menu ---------------- */

.top-menu-left a {
	color: #000000;
}

.topbar-menu .navbar-nav a {
	color: #000000 !important;
	margin: 0px;
	padding: 0px 12px;
}

.topbar-menu {
	z-index: 1021;
}

.top-menu-left {
	display: flex;
}

.top-menu-left a {
	color: #000000;
	padding-right: 50px;
}

.top-menu-left a:hover {
	color: var(--color-secondary) !important;
}


.second-menu {
	justify-content: end;
	/* margin: auto; */
}

.top-menu li {
	display: flex;
}
a.website-link {
	text-decoration: underline;
}


@media (max-width: 992px) {
	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
	}

}
@media (max-width: 808px) {
	.top-menu-mobile-view {
		border-top: 1px solid #676a6d !important;
	}

	.top-menu-mobile-view li a {
		color: var(--color-heading) !important;
	}
}
/*  header College Name */

.site-header {
	background-color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
}

.logo-holder,
.title-holder {
	display: flex;
	vertical-align: top;
	margin-top: 20px;
}

.logo-holder {
	margin-top: -15px;
}

.left-logo {
	text-align: left;
}

.right-logo {
	text-align: right;
}

.responsive-logo {
	display: none;
}

.header-college-name {
	color: var(--color-primary);
	font-weight: 700 !important;
	font-size: 35px;
	line-height: 38px;
	font-style: normal;
}

.site-header img.logo {
	width: 125px;
}

img.header-logo {
	width: 220px;
	margin-left: -50px !important;
}

/* ------- main menu ---------------- */

.main-menu ul li,
.main-menu ul li ul li .dropdown-item {
	color: var(--color-heading);
}

.web-cust-menu .active {
	color: #5882fd;
}

.main-menu .navbar-nav .nav-item a {
	font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.main-menu .dropdown-menu a {
	color: #1890C7 !important;
}

.main-menu .dropdown-item:hover {
	background-color: var(--color-secondary);
	color: #1890C7;
	font-weight: 500;
	cursor: pointer;
}

.navbar .navbar-nav .nav-link:hover{	
	color: #1890C7;
}
.navbar .navbar-nav .nav-link.active {
	font-weight: 600;
	color: #1890C7;
}
.navbar .navbar-nav .nav-link:hover::after,
.navbar .navbar-nav .nav-link.active::after{
	content: '';
    display: block;
    position: relative;
    bottom: 0;
    left: -7px;
    height: 2px;
    width: 130%;
    background: rgb(255,255,255);
	background: -moz-linear-gradient(186deg, rgba(255,255,255,1) 0%, rgba(0,96,140,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(186deg, rgba(255,255,255,1) 0%, rgba(0,96,140,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(186deg, rgba(255,255,255,1) 0%, rgba(0,96,140,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.dropdown-toggle::after{
	border-top: 0; 
	margin-left: 0;
    vertical-align: 0;
	border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.navbar .navbar-nav .dropdown-menu.sub-menu .nav-link:hover::after,
.navbar .navbar-nav .dropdown-menu.sub-menu .nav-link.active::after{
	background: transparent;
	background: -moz-linear-gradient(186deg, transparent 0%, transparent 50%, transparent 100%);
	background: -webkit-linear-gradient(186deg, transparent 0%, transparent 50%, transparent 100%);
	background: linear-gradient(186deg, transparent 0%, transparent 50%, transparent 100%);
}
.main-menu .dropdown-item {
	background-color: var(--color-primary);
	padding: 10px 9px;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #5882fd;
}

.navbar-nav .dropdown-menu li {
	border-bottom: 1px solid #b2cced !important;
}
.topbar-menu .navbar-nav .dropdown-menu li {
	border-bottom: 1px solid var(--color-secondary) !important;
}

.navbar-nav .dropdown-menu li:last-child {
	border-bottom: 0px !important;
}

.top-menu #navbarNavDropdown {
	justify-content: end !important;
}

.topbar-menu .navbar-nav ul li :hover {
	background-color: var(--color-secondary);
}

.second-menu li :active {
	background-color: #dcebff;
	border-radius: 10px;
}
.topbar-menu .second-menu li .link-active {
	background-color: #000000 !important;
}

.topbar-menu .second-menu li a {
	padding: 12px 10px !important;
}
.menu-alignment {
	display: contents;
}

/* Top Menue hover */
.dropdown-menu > li a:hover,
.dropdown-menu > li.show {
	background-color: #dcebff;
}

.menu-border {
	/* border-top: 4px solid #ff9f2a; */
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 200px !important;
    position: absolute;
    background-color: #ffffff; /* Classic white */
    border: 1px solid #e0e0e0; /* Soft border */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
    border-radius: 8px;
    padding: 10px 0;
    z-index: 999;
}


/* Home slider start */

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	background-color: #323232;
	border: 10px solid #43371d;
}

.banner-slider img {
	background: var(--color-primary);
	height: 550px;
	object-fit: cover !important;
}

.carousel-caption {
	font-family: var(--font-secondary) !important;
	color: var(--color-default);
}

.carousel-caption span {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--font-primary);
	font-style: normal;
	background: rgba(46, 46, 46, 0.5);
	padding: 10px 12px;
	border-radius: 5px;
}
.carousel-caption p {
	padding-top: 18px;
}

/*  Home slider end */

/* news marquee start */

.news-events .homePage-sectionHeading {
	margin: 0;
	padding: 8px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	box-shadow: 4px 0px 8px 2px rgba(0, 0, 0, 0.15);
}

.news-circular {
	border-radius: 0px 0px 10px 10px;
	background: #110069;
	padding: 20px;
	height: 380px;
}

.holder {
	height: 250px !important;
	overflow: hidden;
	padding: 10px;
}

.quick-link-home {
	height: 372px;
}

.holder marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-heading);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.holder ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder ul li span {
	color: var(--color-heading);
	font-size: 15px;
}

/* Events & Programs */

.holder-2 {
	height: 327px !important;
	overflow: hidden;
	padding: 10px;
}

.holder-2 marquee {
	position: relative;
	left: 0px;
	top: 10px;
	height: 200px;
	overflow: hidden;
}

.holder-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.holder-2 ul li {
	padding: 10px 0px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.holder-2 ul li a {
	font-weight: 500;
	padding-bottom: 4px;
	color: var(--color-default);
	display: flex;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.holder-2 ul li i {
	color: var(--color-secondary);
	font-size: 15px;
	margin-right: 10px;
}

.holder-2 ul li span {
	color: var(--color-primary);
	font-size: 15px;
}

.view-all a {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-heading);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.read-btn {
	font-weight: 500;
	padding-top: 5px;
	color: var(--color-default);
	text-decoration: underline;
	float: right;
	text-decoration: underline;
}

.news-div .btn-news {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
}

.news-div .btn-news-down {
	border: none;
	color: #ffffff;
	background-color: transparent;
	float: right;
	margin-top: 0.5em;
}

.events-program-box {
	padding-right: 50px;
	border-right: 2px dashed #8b7ed2;
}
.news-category {
	display: none;
}
/* marquee end- */

/* home page quick links */
#carouselExampleIndicators2 {
	user-select: none;
}
.car-head2 h3,
.car-head2 p {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.car-head2.active h3,
.car-head2.active p {
	opacity: 1;
	transform: translateY(0);
}
/* .header-c {
	height: 460px;
} */
.header-car button.active {
	opacity: 1 !important;
}
.header-car [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 14px;
	height: 12px;
	border-radius: 4px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #898989;
	background-clip: padding-box;
	border: 0;
	/* border-top: 10px solid transparent; */
	/* border-bottom: 10px solid transparent; */
	opacity: 0.2;
	transition: opacity 0.6s ease;
}
.section-back {
	background-color: var(--color-primary);
}
.slider-back {
	background-color: var(--color-primary);
}

.segment-item p {
	margin-bottom: 0px;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.segment-item img:hover {
	transform: rotateY(360deg);
}

.segment-item img {
	width: 65px;
	margin: auto;
	transition: all 0.9s;
}

.segment-item .icon-holder {
	border-radius: 50%;
	height: 79px;
	width: 79px;
	margin: auto;
	margin-bottom: auto;
}

/* home page quick links */

/*  Departments Home Dept */

.departments .departments-item {
	box-sizing: content-box;
	margin: 30px 25px;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	position: relative;
	background: #fff;
	border-radius: 10px;
}

/* Photo Gallery */

.photo-gallerys-section {
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item button {
	width: 200px;
	font-weight: 600;
	font-size: 20px !important;
	color: #b2b2b2 !important;
	border: 2px solid #b2b2b2 !important;
	padding: 7px 15px;
	border-radius: 17px;
	background-color: var(--color-primary);
}

.photo-gallerys-section ul li.nav-item {
	margin: 0 auto;
	margin-bottom: 20px;
}

.photo-gallerys-section ul li.nav-item button.active {
	background-color: #ffffff !important;
	color: var(--color-primary) !important;
	font-weight: 600;
}

.photo-gallery-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid white;
}

/*  Photo Gallery */

/* ------Home page Section start--------- */

.bred-img1 {
	background-color: var(--color-primary) !important;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bred-pos {
	margin-top: -125px;
	margin-bottom: 14px;
}

.footer-section {
	background-color: #ffffff;
}

.right-res {
	background-color: #edf5ff;
}

.right-res p,
.right-res a,
.right-res span {
	color: var(--color-default) !important;
	font-style: normal;
	font-size: 18px !important;
	font-weight: 500;
}

.right-res a {
	color: #0040ff !important;
}
.right-res a:hover {
	color: #002287 !important;
}


.footer-section p,
.footer-section a,
.footer-section span {
	color: #FFF;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 28.8px */
	
}

h2.quick-head-back-event {
	background-color: #ff9f2a;
	margin-bottom: 0px;
	padding: 7px 7px 10px 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

.footer-section .imp-links a,
.footer .btn.btn-link {
	color: rgb(0, 0, 0);
}

.social-icon a {
	color: #000000;
}

.footer-section h2,
.footer-section h3 {
	font-style: normal;
	font-weight: 600 !important;
	color: rgb(0, 0, 0);
	font-size: 21px;
	text-wrap: pretty;
}

a.email {
	text-decoration: underline;
}

.footer-section a:hover {
	color: #5882fd !important;
}

/* Styles for website counter container */
.website-counter {
	font-size: 28px !important;
	color: var(--color-default);
}

/* Styles for reset button */
#reset {
	margin-top: 20px;
	background-color: #008cba;
	cursor: pointer;
	font-size: 18px !important;
	padding: 8px 20px;
	color: white;
	border: 0;
}

/* Footer section end */


/* new footer start */
.footer {
	background: linear-gradient(to right, #0099cc, #007bb6) !important;
	color: white !important;
	padding: 40px 50px 80px !important; 
	margin-top: 40px !important;
  }
  
  .footer-container {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
	gap: 20px !important;
  }
  
  .footer-section {
	flex: 1 1 220px !important;
	color: white !important;
	background: none !important;
  }
  
  .logo-address {
	background-color: white !important;
	color: black !important;
	padding: 31px  !important;
	
	margin-top: -40px !important;
    margin-bottom: -80PX !important;
  }
  
  .logo {
	width: 150px !important;
	margin-bottom: 15px !important;
  }
  
  .footer-section p {
	color: #FFF !important;
font-family: Poppins !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 160% !important; /* 28.8px */
/* width: 243px !important; */
word-spacing: 0.3em !important;

  }
  
  .footer-section h3 {
	color: #FFF;
-webkit-text-stroke-width: 0.2px !important;
-webkit-text-stroke-color: #FFF !important;
font-family: Marcellus !important;
font-size: 22px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 120% !important; /* 26.4px */
margin-bottom: 30px !important;
  }
  
  .logo-address h3,
  .logo-address p {
	color: black !important;
  }
  
  .social-icons a {
	color: white !important;
	margin-right: 10px !important;
	font-size: 18px !important;
	background: #001f5f !important;
	padding: 8px !important;
	border-radius: 50% !important;
	display: inline-block !important;
  }
  
  .map-placeholder {
	width: 100% !important;
	height: 150px !important;
	background-color: #e2e2e2 !important;
	border-radius: 10px !important;
  }
  
  .footer-bottom {
    background-color: #ffffff !important;
    padding: 16px 24px !important;
    text-align: right !important;
    font-size: 14px !important;
    font-weight: 500 !important;

    /* Gradient Text */
    background-image: linear-gradient(to right, #007bb6, #0099cc) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;

    /* Optional subtle border on top for separation */
    border-top: 1px solid #e0e0e0 !important;
}

/* mediaquery for footer */
@media (max-width: 808px) {
	.footer {
	  padding: 30px 20px 60px !important;
	  text-align: center !important;
	}
  
	.footer-container {
	  flex-direction: column !important;
	  align-items: center !important;
	  gap: 30px !important;
	}
  
	.footer-section {
	  flex: 1 1 100% !important;
	  text-align: center !important;
	}
  
	.logo-address {
	  margin-top: 0 !important;
	  margin-bottom: 0 !important;
	  padding: 20px !important;
	}
  
	.logo {
	  margin: 0 auto 15px auto !important;
	}
  
	.footer-bottom {
	  text-align: center !important;
	  font-size: 12px !important;
	}
  }

  @media (max-width: 768px) {
	.footer {
	  padding: 30px 20px 60px !important;
	  text-align: center !important;
	}
  
	.footer-container {
	  flex-direction: column !important;
	  align-items: center !important;
	  gap: 30px !important;
	}
  
	.footer-section {
	  flex: 1 1 100% !important;
	  text-align: center !important;
	}
  
	.logo-address {
	  margin-top: 0 !important;
	  margin-bottom: 0 !important;
	  padding: 20px !important;
	}
  
	.logo {
	  margin: 0 auto 15px auto !important;
	}
  
	.footer-bottom {
	  text-align: center !important;
	  font-size: 12px !important;
	}
  }
  
  

  

/* new footer section end */

/* breadcrumb */

.bred-img {
	background-image: url("../img/banner.jpg");
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary) !important;
}

.bred-head {
    text-align: center;
    padding-top: 95px;
    margin-bottom: 0px;
    color: #5882fd;
    font-size: 35px;
    font-weight: 600;
}

.breadcrumb {
	justify-content: center;
	width: auto;
	align-items: center;
	margin: 6px auto auto auto;
}

.breadcrumb li a,
.breadcrumb-item + .breadcrumb-item::before {
	color: #5882fd;
}

.breadcrumb li a {
	text-decoration: underline;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: white;
}

/* -End breadcrumb- */

/* -Inner Page Style- */

.about-info {
	padding: 0px 0px 0px 25px;
}

.about-info .page-insight {
	/* box-shadow: 2px 2px 4px #888888; */
	padding: 5px 10px 20px 10px;
	/* background-color: #fff; */
}

.page-headings {
	/* border-bottom: 3px solid #bbbbbb; */
	margin-bottom: 20px !important;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 25.6px !important;
	color: #0f8cc2;
	font-weight: 600 !important;
}

.sub-heading {
	padding-bottom: 8px;
	color: var(--color-primary);
	font-family: "Blinker", sans-serif !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 38px;
	letter-spacing: 0.02em;
}

.about-page .about-info p {
	margin-bottom: 0px !important;
}

/* .page-back {
	background-color: #edf5ff;
} */

/* NAAC Pages */
.naac-section a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
}

.naac-section a:hover {
	text-decoration: none;
}

.naac-section a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	color: var(--color-primary);
	width: 2.5% !important;
	display: inline-block;
	font-size: 19px;
	margin-right: 0px;
}

/* -End Naac Pages-- */

/* accordian start*/

.accordion-button:not(.collapsed) {
	color: var(--color-default);
	background-color: #dff5f9;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: 0;
	box-shadow: none !important;
}

.accordion-button {
	color: #000 !important;
}

.accordion-item {
	border: 1px solid #a59a9a !important;
	margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
	width: 100% !important;
}

.tab-horizontal1 ul {
	flex-direction: inherit !important;
}

.inner-accordion-header {
	border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
	background: #f8f8f8 !important;
}

/* accordian end */

/* Styles added by Shruti J */
.table th,
table th {
	padding: 0.5rem 0.5rem;
	background: #ececec;
	border-color: #d9d9d9;
	box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
	text-align: center;
	font-weight: 700 !important;
}

.table .text-link {
	text-decoration: underline;
}

.table p {
	margin-bottom: 0px;
}

.table .text-link:hover {
	text-decoration: none;
	vertical-align: middle;
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.table td,
table td {
	border-color: #d9d9d9;
	padding: 0.5rem 0.5rem;
}

.table th.srno {
	width: 75px !important;
}

.table td.al-right,
.table .srno {
	text-align: right;
}

.btn-primary:focus {
	color: var(--color-default);
	background-color: var(--color-secondary);
}

.content-holder {
	background: white;
	padding: 25px;
}

.subheader {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: 700 !important;
	font-family: var(--font-primary);
	font-style: normal;
	font-size: 18px;
}

@media only screen and (max-width: 980px) {
	.about-info {
		padding: 0 25px;
		margin: 25px 0 0;
	}
}

.vtabs .tabs-right {
	padding: 0;
}

.vtabs .tabs-right .tab-content {
	padding: 0;
}

.vtabs .tabsContent-holder {
	padding-left: 0;
}

.vtabs .tab-content {
	padding: 0.5rem;
}

.vtabs .accordion-item {
	border: 0 !important;
}

.sub-head {
	border-bottom: 3px solid #bbbbbb;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-style: normal;
}

.vtabs .accordion-body {
	padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
	background-color: var(--color-primary);
	padding-left: 0;
	padding-right: 0;
	box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important;
}

.vtabs .nav-tabs .nav-link {
	color: #fff;
	margin-bottom: -1px;
	background: none;
	border: 1px solid #06406570;
	border-radius: 0;
}

.vtabs .nav-tabs .nav-link.active {
	background-color: var(--color-secondary);
	color: white;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #064065;
	background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
	color: #000 !important;
	background: #efe290;
	border: 1px solid #9d9355;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #0b0a0a;
}

@media (max-width: 575px) {
	.owl-nav .owl-next {
		right: 8px !important;
	}

	.owl-prev {
		padding-left: 23px;
	}
}

.link-active {
	background-color: #064065 !important;
	padding: 15px 10px !important;
}

.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}

/* ssr table */
.ssr-table tr td:first-child {
	text-align: center;
}

.ssr-table th:nth-child(3) {
	width: 185px;
}

.ssr-table th:first-child {
	width: 100px;
	text-align: center;
}

/* styles added by pranali */

.tabletext {
	vertical-align: middle;
}

#carousel-placement img {
	object-fit: contain;
	aspect-ratio: 3/2;
	padding: 4px 10px;
}

/* CMS Photo Gallery*/
.list-horizontal {
	padding: 0;
	margin: 0;
}

.list-horizontal li {
	display: inline-block;
	margin-right: 10px;
}

.btn-year {
	border: 1px solid;
	padding: 6px 36px;
	border-radius: 5px;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}

.btn-year:hover {
	color: white;
}

.btn-year.active {
	background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
	cursor: pointer;
}

a.btn-year.ng-binding.active {
	cursor: auto;
}

.gallery {
	position: relative;
	width: 302px;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery .desc {
	padding: 15px;
	text-align: center;
}

.gallery:hover .viewGallery {
	transform: translateY(100px);
}

.stack,
.nostack {
	border: 6px solid #fff;
	float: left;
	height: 175px;
	width: 240px;
	margin: 20px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
	width: 100%;
	height: 100%;
}

.stack:before,
.stack:after {
	content: "";
	height: 175px;
	width: 240px;
	position: absolute;
	z-index: -1;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	border: 6px solid #fff;
}

.stack:before {
	background: #eff4de;
	top: 0px;
	left: -10px;
	transform: rotate(-5deg);
}

.stack:after {
	background: #768590;
	top: 5px;
	left: 0px;
	transform: rotate(4deg);
}

.link-active {
	background-color: #fdbd0f !important;
	padding: 15px 10px !important;
	color: #fff !important;
}
.main-whitePanel {
	background-color: #fff;
	box-shadow: 2px 2px 4px #888888;
}

/* CMS Photo Gallery*/

/* fix blank or flashing items on carousel */
.owl-carousel .item {
	position: relative;
	z-index: 100;
}

.carousel-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 80%;
	position: relative;
}

.mydiv .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
	pointer-events: none;
	box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	font-family: Arial !important;
	font-size: 22px !important;
	line-height: 1 !important;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.85) !important;
	pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
	visibility: hidden;
}

/* Plan Of Action */

.table-responsive.plan {
	padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
	padding-bottom: 11px;
	margin-top: 18px;
}

img.img-fluid.naac {
	width: 450px;
	height: 500px;
}
.inner-category-gallery {
	border-bottom: 2px solid;
}

.gallery-category {
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 0;
}

.gallery-category .viewGallery {
	background-color: green;
	color: #fff;
	display: inline-block;
	padding: 5px 25px 0;
	text-decoration: none;
	position: absolute;
	left: 25%;
	transform: translateY(400px);
	transition: all 0.3s ease 0s;
}

.gallery-category .desc {
	padding: 15px;
}

.gallery-category:hover .viewGallery {
	transform: translateY(100px);
}
.btn-handy {
	border: 1px solid #b5b5b5;
	background: #f2f2f2;
	margin-right: 10px;
	text-decoration: none;
	padding: 3px 8px;
	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
	font-size: 1.6rem !important;
	font-style: normal;
	display: inline-block;
	border-bottom: 2px solid var(--color-primary);
	padding-right: 16px;
}

.saftey {
	margin-top: 10px;
}

.section.row.host.saftey {
	margin-left: 0px;
}

.lib-text {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

a.active.aqar-quickl {
	color: var(--color-secondary);
}

.yearHolder {
	background: #e7e7e7 !important;
	vertical-align: middle;
}

.noRecords {
	color: #babcc0;
}

.link-holder a {
	color: #333;
	text-decoration: underline !important;
}

.link-holder a:hover {
	color: #333;
	text-decoration: none !important;
}

.files-noMeric {
	padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.dept-faculty {
	text-align: center !important;
}

.department-faculty-all-div {
	display: inline-table;
}

/*  End Departments Home Dept */

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: var(--color-heading);
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	color: var(--color-secondary);
	letter-spacing: 1px;
	box-shadow: none;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
}

/* Start Media Queries */

@media only screen and (max-width: 1280px) {
	.naac-section a:before {
		margin-right: 5px;
	}

	.top-menu-hide {
		display: none;
	}
}

@media only screen and (max-width: 808px) {
	
	.line-front::before {
		display: none;
	}
	.events-program-box {
		padding-right: 0px;
		border-right: none;
		border-bottom: 2px dashed #8b7ed2;
	}

	.container.about-page {
		margin-left: 11px;
	}

	.title-lines {
		margin-right: 0px !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static !important;
	}

	.quick-hover-section {
		display: none;
	}

	.quick-inner-top {
		margin-top: 25px;
	}

	.view-all a {
		margin-top: -2em;
	}

	.news-div .btn-news-down {
		margin-top: -0.7em;
	}

	.top-line {
		/* padding-bottom: 25px; */
	}

	img.header-logo {
		width: 139px;
		margin-top: -55px;
		margin-bottom: 40px;
	}

	.header-logo {
		margin: 8px 0px !important;
	}

	.site-header {
		text-align: center;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		width: 100%;
		max-width: 100%;
	}

	.holder {
		height: 210px;
		margin-top: 25px;
	}

	.quick-hover-section:hover {
		opacity: 1;
		border: 1px solid transparent;
		left: -63px;
	}

	.container.about-page {
		max-width: 100%;
		padding-right: 40px;
	}

	.photo-gallery-img {
		width: 210px !important;
	}
	.navbar-toggler {
		position: absolute;
		right: 0 !important;
	}
	.navbar-collapse {
		/* text-transform: capitalize !important;
		position: absolute;
		top: 60px;
		right: 0; */
		position: fixed;
        top: 56px;
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
		overflow-x: hidden;
        overflow-y: auto;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background: linear-gradient(180deg, rgba(0, 181, 202, 1) 0%, rgba(24, 144, 199, 1) 100%);
        text-align: left;
	}
	.navbar-collapse.show {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem); /* Account for horizontal padding on navbar */
	  }
}
/* Small Mobile (up to 430px, covering 428px and smaller phones) */
@media screen and (max-width: 430px) {
    /* Header Styles */
    .header-row {
        margin-top: -61px;
        margin-right: 0;
        margin-left: 0;
    }
    img.header-logo {
        width: 139px;
        margin-top: -55px;
        margin-bottom: 40px;
    }
    .site-header img.logo {
        width: 100px;
    }
    .responsive-logo {
        display: inline-block;
    }
    .responsive-logo2 {
        display: none;
    }
    .site-header {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%;
    }

	.logo-holder, .title-holder{
		margin-top: 0px !important;
	}
	.title-lines{
		padding-bottom: 0 !important;
	}
    /* Navbar Toggler */
    .navbar-toggler {
        position: absolute;
        right: 0;
        top: -55px;
    }
	.quick-links .sec-title h3 {
		font-size: 18px !important;
		width: 100% !important;
	}

    /* Carousel Controls */
    span.carousel-control-prev-icon {
        margin-left: 30px;
        padding-left: 6px;
    }
    span.carousel-control-next-icon {
        margin-right: 18px;
        padding-right: 7px;
    }

    /* Other Mobile Styles */
    .car-head2 {
        padding-top: 18%;
    }
    .footer-section {
        background-color: #ffffff;
        visibility: visible;
    }
    .line-back::before {
        display: none;
    }
    .footer .btn.btn-link {
        font-size: 16px;
    }
    .card2 {
        padding: 20px;
        width: 100%;
    }
    .btn-submit {
        width: 90%;
        margin-left: 7px;
    }
    h4.contact-line {
        font-size: 20px;
    }
    .car-indi {
        bottom: -46px;
    }
    .sub-email {
        width: 76%;
    }
}

/* Medium Mobile to Tablet (431px to 768px) */
@media screen and (min-width: 431px) and (max-width: 768px) {
    /* Header Styles */
    .header-row {
        margin-top: -61px;
    }
    img.header-logo {
        width: 139px;
        margin-top: -55px;
        margin-bottom: 40px;
    }
    .site-header img.logo {
        width: 100px;
    }
    .responsive-logo {
        display: inline-block;
    }
    .responsive-logo2 {
        display: none;
    }
    .site-header {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%;
    }

    /* Breadcrumb and NAAC Section */
    .bred-img {
        height: auto;
    }
    .naac-section a:before {
        margin-right: 10px;
    }

    /* Owl Carousel */
    .owl-nav .owl-next {
        right: -22px;
    }
}

/* Larger Tablet to Small Desktop (769px to 1366px) */
@media screen and (min-width: 769px) and (max-width: 1366px) {
    /* Header Styles */
    .header-row {
        margin-top: -61px;
    }
    img.header-logo {
        width: 160px; /* Slightly larger for larger screens */
        margin-top: -60px;
        margin-bottom: 45px;
    }
    .site-header img.logo {
        width: 120px;
    }
    .responsive-logo {
        display: inline-block;
    }
    .responsive-logo2 {
        display: none;
    }
    .site-header {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%;
    }

    /* Breadcrumb and NAAC Section */
    .bred-img {
        height: auto;
    }
    .naac-section a:before {
        margin-right: 10px;
    }
}
/* home news & event */
/* .news-events .news-notice-view {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
}

.news-events {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
}

.news-events .news-text-line {
    margin-top: 10px;
    background-color: none;
}

.news-events .card-img-overlay {
    padding: 0rem;
    top: 25px;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

p.event-date-overlay {
    margin-bottom: 0px;
    background-color: var(--color-primary);
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.news-events .event-title a i {
    color: #fff;
}

.news-events .card-img img {
    height: 270px;
    width: 100%;
}
.view-all-past-event {
    display: flex;
    justify-content: flex-end;
}
.view-all-past-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 7px 63px
    
}
.event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-events .card-img-overlay{
    color: #fdbd0f !important;
} */

/* home news & event */
/* home news & event */
.news-events .news-notice-view a {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--main-color);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: white;
	color: black;
	max-height: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: #110069;
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #110069;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff !important;
}
a.view-event-link {
	color: white !important;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}
/* .event-description {
    max-height: 3em; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* home news & event */

.view-all-event {
	text-align: end;
	margin-top: 18px;
	margin-left: 14px;
}

.view-all-event a {
	color: var(--color-default);
	text-decoration: underline;
	float: left;
	left: 10px;
	margin-top: -0.5em;
}
.view-all-event a {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #ff9f2a;
	border-radius: 10px;
	padding: 7px 63px;
}

.view-all-event a:hover {
	text-decoration: none;
}

.event-div {
	background-color: white;
}

.event-div .btn-news {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
}

.event-div .btn-news-down {
	border: none;
	color: #ff9f2a;
	background-color: white;
	float: right;
	margin-top: 0.5em;
}

/* home news & event */
.news-events .news-notice-view {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.news-events {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
}

.news-events .news-text-line {
	margin-top: 10px;
	background-color: var(--color-primary);
	color: #fff;
}

.news-events .card-img-overlay {
	padding: 0rem;
	top: 25px;
}

.news-events .event-title {
	background-color: var(--color-primary);
	margin-bottom: 0px;
	color: #fff;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p.event-date-overlay {
	margin-bottom: 0px;
	background-color: #ff9f2a;
	display: inline-block;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.news-events .event-title a i {
	color: #fff;
}

.news-events .card-img img {
	height: 270px;
	width: 100%;
}

/* home news & event */

.quick-inner-top {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
		rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	/* position: fixed;
    top: 52%;
    left: 10%;
    right: 90%;
    width: 18%; /* Adjust width as needed */
	/* background-color: #fff; /* Background color of the fixed section */
	/* z-index: 999; Ensure it's above other content */
}

.quick-links .col-lg-3 {
	text-align: center;
}

/* whatsaap popup */
/* a:link,
a:visited {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
} */

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	color: white;
}

#whatsapp-chat {
	box-sizing: border-box !important;
	outline: none !important;
	position: fixed;
	width: 350px;
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 164px;
	right: 160px;
	overflow: hidden;
	z-index: 1103;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

a.blantershow-chat {
	/* background: #009688; */
	/* background: #fff; */
	color: #404040;
	position: fixed;
	display: flex;
	font-weight: 400;
	justify-content: center;
	z-index: 6;
	bottom: 90px;
	right: 107px;
	font-size: 15px;
	padding: 27px 20px;
	border-radius: 87px;
	/* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
	transform: scale(2.2);
	margin: 0 0px 0 0;
	background-size: cover;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 91px;
	right: 102px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 0px;
	border: 16px solid #25d366;
	opacity: 0;
	animation-name: pulse-border;
	animation-duration: 1.8s;
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.header-chat {
	background: #009688;
	background: #095e54;
	color: #fff;
	padding: 20px;
}
.header-chat h3 {
	margin: 0 0 10px;
}
.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}
.info-avatar {
	position: relative;
}
.info-avatar img {
	border-radius: 91%;
	width: 63px;
	height: 49px;
	float: left;
	margin: -2px 11px 2px 0px;
}

a.informasi {
	padding: 20px;
	display: block;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 0.5s;
}
a.informasi:hover {
	background: #f1f1f1;
}
.info-chat span {
	display: block;
}
#get-label,
span.chat-label {
	font-size: 12px;
	color: #888;
}
#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222;
}
#get-label,
#get-nama {
	color: #fff;
}
div#admission {
	z-index: 1043;
}
span.my-number {
	display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
	font-family: "Arial", sans-serif;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 14px;
}
a#send-it {
	width: 48px;
	/* margin-left: 10px; */
	font-weight: 900;
	padding: 12px 13px 5px;
	background: #dadada;
	/* border-radius: 10px;*/

	svg {
		fill: #a6a6a6;
		height: 24px;
		width: 24px;
	}
}
input.styles-module_input__2IYfc {
	background-color: #fefefe;
	border: none;
	outline: none;
	border-radius: 20px;
	min-height: 45px;
	padding: 0 10px;
	transition: box-shadow 0.2s ease-in-out;
	width: 100%;
}

.first-msg {
	background: transparent;
	padding: 30px;
	text-align: center;
	& span {
		background: #e2e2e2;
		color: #333;
		font-size: 14.2px;
		line-height: 1.7;
		border-radius: 10px;
		padding: 15px 20px;
		display: flex;
		padding: 10px;
		background: #dcdcdc;
	}
}

.start-chat .blanter-msg {
	display: flex;
	padding: 10px;
	background-color: #dadada;
}
#get-number {
	display: none;
}
a.close-chat {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 30px;
}

@keyframes ZpjSY {
	0% {
		background-color: rgb(182, 181, 186);
	}
	15% {
		background-color: rgb(17, 17, 17);
	}
	25% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes hPhMsj {
	15% {
		background-color: rgb(182, 181, 186);
	}
	25% {
		background-color: rgb(17, 17, 17);
	}
	35% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes iUMejp {
	25% {
		background-color: rgb(182, 181, 186);
	}
	35% {
		background-color: rgb(17, 17, 17);
	}
	45% {
		background-color: rgb(182, 181, 186);
	}
}

@keyframes showhide {
	from {
		transform: scale(0.5);
		opacity: 0;
	}
}
@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0;
	}
}
@media screen and (max-width: 480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%;
	}
}
.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 0.5s;
	transform: scale(1);
	opacity: 1;
}
/* .show {
  display: block !important;
  animation-name: showhide;
  
  transform: scale(1);
  opacity: 1;
} */

.whatsapp-message-container {
	display: flex;
	z-index: 1;
}

.whatsapp-message {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
	padding: 20px 20px 20px 10px;
	background-color: rgb(230, 221, 212);
	position: relative;
	&::before {
		display: block;
		position: absolute;
		content: "";
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		z-index: 0;
		opacity: 0.08;
		background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
		/* background-image: url('assets/images/whatsaap-bg.png'); */
	}
}

.dAbFpq {
	display: flex;
	z-index: 1;
}

.eJJEeC {
	background-color: rgb(255, 255, 255);
	width: 52.5px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	margin-left: 10px;
	opacity: 0;
	transition: all 0.1s ease 0s;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
	position: relative;
	display: flex;
}

.ixsrax {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	background-color: rgb(158, 157, 162);
	animation-name: ZpjSY;
}

.dRvxoz {
	height: 5px;
	width: 5px;
	margin: 0px 2px;
	background-color: rgb(182, 181, 186);
	border-radius: 50%;
	display: inline-block;
	position: relative;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	top: 0px;
	animation-name: hPhMsj;
}

.kAZgZq {
	padding: 7px 14px 6px;
	background-color: rgb(255, 255, 255);
	border-radius: 0px 8px 8px;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
	transform-origin: center top 0px;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	margin-top: 4px;
	margin-left: -54px;
	max-width: calc(100% - 66px);
	&::before {
		position: absolute;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		top: 0px;
		left: -12px;
		width: 12px;
		height: 19px;
	}
}

.bMIBDo {
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;

	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.iSpIQi {
	font-size: 14px;
	line-height: 19px;
	margin-top: 4px;
	color: rgb(17, 17, 17);
}

.cqCDVm {
	text-align: right;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(17, 17, 17, 0.5);
	margin-right: -8px;
	margin-bottom: -4px;
}
.limited-lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3; /* Limit to 3 lines */
}

/* Alumni Registration state */

.autocomplete {
	position: relative;
}

.autocomplete-items {
	position: absolute;
	border: none !important;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 5px;
	cursor: pointer;
	background-color: #efeeee;
	border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}

.wizard .nav-tabs:after {
	content: "";
	width: 80%;
	border-bottom: solid 2px #ccc;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 38%;
	z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
	width: 34px;
	height: 34px;
	margin-bottom: 2%;
	background: #110069;
	border: 2px solid #110069;
	color: #ccc;
	z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
	background: #fdbd0f;
	border: 2px solid #fdbd0f;
	color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #0dcaf0;
	transition: 0.1s ease-in-out;
}

/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */

.wizard .nav-tabs .nav-item .nav-link svg {
	font-size: 25px;
}

.section-program {
	padding: 30px 15px;
	border-radius: 15px;
	background: #f5f5f5;
}

.admission-form-header {
	color: #000;
	font-family: "Roboto";
	font-size: 20px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	margin-bottom: 10px;
}

.modal-enquiryForm-section label {
	margin-bottom: 10px;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

.modal-enquiryForm-section label em {
	margin-bottom: 10px;
	color: #ff0000;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.otp-linkHolder {
	display: flex;
	justify-content: center;
	gap: 7px;
	vertical-align: middle;
	align-items: center;
}
.otp-linkHolder a {
	text-decoration: underline;
}

.msg-OTPsent {
	display: block;
	color: black;
	font-size: 14px !important;
	margin-bottom: 15px;
	font-style: italic;
}
.email-id-group {
	margin: 0 auto;
	display: flow;
	text-align: center;
}

.email-varify-btn {
	color: #000000;
	text-align: center;
	font-family: "Rounded Mplus 1c";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	width: 144px;
	height: 45px;
	border-radius: 40px;
	border: 1.333px solid #f1efff;
	background: var(--Neutral-Colors-White, #fff);
	box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
	font-size: 14px;
	appearance: auto;
}

.adhar-input {
	padding: 6px;
}

.education-form-header {
	color: #460b2f;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.form-control {
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admission-enquiryForm-header {
	color: #110069;
	font-family: Poppins;
	font-size: 23px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-count {
	margin: 0;
	color: white;
	font-family: Poppins;
	font-size: 25px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
}

.wizard-titel {
	font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #000;
}

.email.varification.image {
	width: 300px;
}

.email-id-group .form-group .form-control {
	text-align: center;
	font-size: 14px !important;
	display: block;
	width: 100%;
	padding: 0.475rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 4px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
	color: #ffffff;
	background-color: #110069 !important;
	border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
	color: #110069 !important;
	background-color: #fdbd0f !important;
	border-color: #ffffff !important;
}

.btn-secondary {
	color: #ffffff !important;
	background-color: #110069 !important;
	border-color: #ffffff !important;
}

.form-control:focus {
	color: #525368;
	background-color: #fff;
	border-color: none !important;
	outline: 0;
	box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
	color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
	color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
	color: #fff;
}

.verify-mail-box {
	margin: 0 auto;
	width: 400px;
}

/* Dnyaneshwar Css */
.welcome-title{
	position: relative;
}
.background-text {
    position: absolute;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
	background: linear-gradient(180deg, #EEE 0%, #FFF 100%);
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
    font-family: 'Poppins';
	background: linear-gradient(180deg, #EEE 0%, #FFF 100%);
    background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;


}
.titles h3 {
	color: #565858;
    font-family: Marcellus;
    font-size: 40px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}
.titles h3 span.txt-head-color {
    color: #1890C7;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: #1890C7;
    font-family: Marcellus;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h3.section-title::before{
	content: '';
	position: absolute;
	background: url("../img/title-border-left.png") no-repeat;
	display: inline-block;
    height: 6px;
    width: 385px;
    left: -5%;
    top: 43%;
}
h3.section-title::after{
	content: '';
	position: absolute;
	background: url("../img/title-border-right.png") no-repeat;
	display: inline-block;
    height: 6px;
    width: 385px;
    right: -5%;
    top: 12%;
}
.welcome-title .title-p {
	text-align: center;
	margin: 0 24%;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #737373;
	margin-bottom: 60px;
	position: relative;
}
.about-sec h3.section-title {
    margin-top: 0rem;
}
.about-sec h3.section-title::before{
	left: 0%;
}
.about-sec h3.section-title::after{
	right: 0%;
}
#pageId_248 h3.section-title::before {
    left: 0%;
    top: 5%;
}
#pageId_248 h3.section-title::after {
    right: 0;
    top: 5%;
}
#pageId_248 .background-text{
	top: 3%;
}
.services .card {
    margin: 10px !important; /* Reduce the gap between cards */
    padding: 10px;
    border: none;
   
    border-radius: 12px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.services .card:hover {
    transform: scale(1.03);
}

.services .service-image {
    width: 100%;         /* Responsive full width inside card */
    height: 385px;       /* Increase height */
    object-fit: contain; /* Keep image aspect ratio */
    padding: 10px;
}


.services h3.section-title::before {
   
    left: -5% !important;
    top: 12% !important;
}


/* @mediaquery */
@media (max-width: 808px) {
	.services .background-text {
	  top: 4% !important;
	  left: 50% !important;
	}
    
	.services h3.section-title::before {
		left: -7% !important;
		top: 7% !important;
	}

	.services h3.section-title::after {
		
		right: -4%;
       top: 7%;
	}


  }
/* 1. Extra large desktops (≥1200px) */
@media screen and (min-width: 1200px) {
	.services .card {
	  height: auto;
	  padding: 20px;
	}
  }
  
  /* 2. Large devices (desktops, ≥992px and <1200px) */
  @media screen and (min-width: 992px) and (max-width: 1199px) {
	.services .card {
	  padding: 18px;
	}
	.services .service-image {
	  height: 360px;
	}
  }
  
  /* 3. Medium devices (tablets, ≥768px and <992px) */
  @media screen and (min-width: 768px) and (max-width: 991px) {
	.services .card {
	  padding: 15px;
	}
	.services .service-image {
	  height: 340px;
	}
  }
  
  /* 4. Small devices (large phones, ≥576px and <768px) */
  @media screen and (min-width: 576px) and (max-width: 767px) {
	.services .card {
	  padding: 12px;
	}
	.services .service-image {
	  height: 320px;
	}
  }
  
  /* 5. Extra small devices (phones, <576px) */
  @media screen and (max-width: 575px) {
	.services .card {
	  padding: 10px;
	}
	.services .service-image {
	  height: 400px;
	}
  
	.service-card {
	  width: 100%;
	}
  
	.services .background-text {
	  display: none; /* Hides the background text on mobile */
	}
  
	.services h3.section-title::before,
	.services h3.section-title::after {
	  display: none; /* Hides the pseudo-elements on mobile */
	}
  }
  
  
  


.card {
    
    border-radius: 13px !important;
}

.service-card {
    width: 299px; /* Match image width */
}

/* Optional: Center cards within columns */
.col-lg-4 {
    display: flex;
    justify-content: center;
}
.fa-refresh:before {
	content: "\f021";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 8px;
	font-size: 49px;
}
.fa-mobile::before {
	content: "\f3ce";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 49px;
}
.fa-laptop::before {
	content: "\f109";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 49px;
}

/* .card:hover {
	box-shadow: 0 20px 50px -20px rgba(85, 130, 253, 0.8);
	transition: all ease-in-out 0.2s;
	cursor: pointer;
}
.card:hover .fa-mobile,
.card:hover .refresh-icon,
.card:hover .fa-laptop {
	color: white;
	background-color: #5882fd;
	transition: all ease-in-out 0.2s;
} */

/* who we are
 */




	.about-sec h3.section-title::before {
		left: 1% !important;
		top: 12% !important;
	}


 .about-sec {
	margin-top: -80px !important;

  }

  .about-sec .horizontal-list{
	display: flex;
	color: #404040;
font-family: Marcellus;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
gap: 50px; 
  }



/* mediaquery */
@media (max-width: 808px) {
	.about-sec h3.section-title {
	  margin-top: -5rem !important;
	}

	.about-sec .background-text {
		top: -3% !important;
		left: 52% !important;
	  }

	.about-sec h3.section-title::after {
		top: 3%;
		right: -5% !important;
	}

	.about-sec h3.section-title::before {
		left: -13% !important;
		top: 3% !important;
	}
  }

  @media (max-width: 575px) {
	.about-sec h3.section-title {
	  margin-top: -5rem !important;
	  margin-bottom: -2rem !important;
	}
	
	.about-sec .background-text {
		display: none;
	  }

	.about-sec h3.section-title::after {
		display: none;
	}

	.about-sec h3.section-title::before {
		display: none;
	}

	.about-sec .who-we p {
		width: 650 px;
		color: #404040;
		font-family: Poppins;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-align: center;
	}


  }
  

  


  
.fa-power-off {
	width: 60px;
	height: 60px;
	background-color: #edf5ff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 50%;
	position: relative;
	color: #5882fd;
}
.fa-power-off::before {
	content: "\f011";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
}

.who-we p {
    width: 650 px;
	color: #404040;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: left;
}
.who-we p span{
	color: #060693;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-align: left;
}
.who-list {
	padding: 0;
}
.who-list li {
	position: relative;
	list-style: none;
}

.who-list li::before {
	content: "•";
	left: -1.5em;
	color: rgb(12, 74, 255, 0.72);
	background-color: rgb(93 134 255 / 22%);
	padding: 0px 6px;
	margin-right: 10px;
	border-radius: 50%;
	/* backdrop-filter: blur(5px); */
}

.who-we button {
	background-color: #5882fd;
	font-size: 14px;
	font-family: var(--font-primary);
	color: white;
	border: none;
	border-radius: 5px;

	background-image: linear-gradient(90deg, white 50%, #5882fd 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.3s ease-out;
	border: 1px solid #5882fd;
}

.who-we button:hover {
	color: #5882fd;
	border: 1px solid #5882fd;
	background-position: left bottom;
}

/*---We Cater To---*/
.we-cater-sec .px-5.mb-4 {
    color: #404040 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    width: 1313px !important;
    margin: 0 auto !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
	
	margin-top: 10px !important; /* or use 0 if you want no space */
	margin-bottom: 20px !important; /* optional: keep some bottom spacing */
	}



	
	



.we-cater-sec{
	margin-top: -80px !important;

}
.we-cater-sec .background-text{
	left: 50%;
	top: 7.5%;
}
.we-cater-sec .titles h3 {
    margin-left: 33%;
}
.we-cater-sec h3.section-title::before{
	left: -3%;
	top: 9%
}
.we-cater-sec h3.section-title::after{
	right: -2%;
	top: 9%
}

.we-cater-sec {
    position: relative !important ;
    overflow: visible !important; /* So SVG doesn't spill out */
}


.svg-decoration {
    position: absolute;
    top: 306px !important;
    left: 86px  !important;
    opacity: 0.8;
    z-index: 0;
	width: 140.55px !important;
height: 140.55px !important;
flex-shrink: 0;
}
.svg-decoration2 {
    position: absolute;
    top: 526px !important;
    right: 500px !important;
    opacity: 0.8;
    z-index: 0;
    width: 119.963px !important;
    height: 118.963px !important;
    pointer-events: none;
}


.we-cater-sec .card-head {
    border-radius: 8px;
    background: #1890C7;
    width: auto; /* Let it adapt within the card */
    height: 66px;
    flex-shrink: 0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px -4px 12px rgba(0, 0, 0, 0.1) !important;
    margin: 19px; /* Equal space on all sides inside the card */
    padding: 0 16px; /* Optional: inner spacing for content */
    color: white; /* Optional: for white text */
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.we-cater-sec .card h4 {
    color: #FFF;
-webkit-text-stroke-width: 0.2px;
-webkit-text-stroke-color: #FFF;
font-family: Marcellus;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
    width: 316px;
    text-align: center;
}
.we-cater-sec li {
	color: #404040;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 212px;
}



/* MediaQuery start */


@media (max-width : 808px){
	.we-cater-sec .background-text {
		left: 54%;
		top: 2.9%;
	}

	.we-cater-sec h3.section-title::before {
		left: -12%;
		top: 6%;
	}
	
	.we-cater-sec h3.section-title::after {
		right: -12%;
		top: 6%;
	}

	.we-cater-sec .svg-decoration {
		position: absolute;
		top: 306px !important;
		left: 160px !important;
		
	}
	.we-cater-sec .svg-decoration2 {
		position: absolute;
		top: 1085px !important;
		right: 169px !important;

	}
}

@media (max-width : 575px){


	.we-cater-sec .background-text {
		display: none;
	}

	.we-cater-sec h3.section-title::before {
		display: none;
	}
	
	.we-cater-sec h3.section-title::after {
		display: none;
	}
	.we-cater-sec .px-5.mb-4 {
		
		display: -webkit-box !important;
		-webkit-line-clamp: -1 !important;
		margin-top: -12px !important;
		
		
	}






}





/* 
MediaQuery End */


/*--------------------Prtner-----------*/
.partner .background-text{
	top: 14%;
}
.partner .titles h3 {
    margin-left: 15%;
}
.partner h3.section-title::before{
	left: -16%;
	top: 16%;
}
.partner h3.section-title::after{
	right: -16%;
	top: 16%;
}
.partner p {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 300;
}
.partner p span{
    font-size: 18px;
	color: #060693;
	font-weight: 500;
}


/* We Cater To Education */

/* styles.css */

/* General Reset */
/* General Reset */
/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Banner Section */
.banner-section {
	margin-top: 8px !important;
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #060693; /* Navy Blue Background */
	padding: 50px;
}

.btn-cnct2{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	background: rgb(0,181,202);
	background: -moz-linear-gradient(180deg, rgba(0,181,202,1) 0%, rgba(24,144,199,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,181,202,1) 0%, rgba(24,144,199,1) 100%);
	background: linear-gradient(180deg, rgba(0,181,202,1) 0%, rgba(24,144,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b5ca",endColorstr="#1890c7",GradientType=1);
	color: #fff;
	font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
}






/* Set all text within banner-section to white */
.banner-section * {
    color: white !important; /* Ensures all text is white  */

}
.banner-section .background-text {
	font-family: Poppins;
	font-size: 50px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	
	background: linear-gradient(180deg, rgba(238, 238, 238, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    
}

.banner-section h3.section-title {
	color: #FFF;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 17px !important;
    margin-left: -5px !important;


}

/* Background Video */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the section without distortion */
    z-index: 1;
    mix-blend-mode: overlay; /* Allows the navy blue background to be visible */
}

/* Video Overlay for Text Readability */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 147, 0.66); /* #060693 with 66% opacity */
    z-index: 2;
}


/* Ensure content is above the video and overlay */
.container {
    position: relative;
    z-index: 3;
}

/* Title Styling */
.banner-title {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

/* Text Styling */
.banner-text {

	width: 1188px;
	color: white;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;

}


	
.banner-section h3.section-title::before,
.banner-section h3.section-title::after {
    display: none;
}



/* Custom Button Styling */
.btn-custom {
    background-color: #5882fd;
    font-size: 14px;
    font-family: var(--font-primary);
    color: white;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(90deg, white 50%, #5882fd 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
    border: 1px solid #5882fd;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}

/* Hover Effect */
.btn-custom:hover {
    background-position: left bottom;
    color: #5882fd !important; /* Text turns blue when background is white */
    background-color: white;
    border: 1px solid #5882fd;
}

/* Media Query for Responsiveness */
/* @media (max-width: 768px) {
    .banner-section {
        height: 500px;
        padding: 20px;
    }

    .banner-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .banner-text {
		font-size: 12px !important;
		font-weight: normal !important;
	}
	
    .btn-custom {
        font-size: 1rem;
        padding: 8px 20px;
    }
}

@media (max-width: 576px) {
    .banner-section {
        height: 600px;
    }

    .banner-title {
        font-size: 1.5rem;
    }

    .banner-text {
        font-size: 0.9rem;
    }

    .banner-subtext {
        font-size: 0.8rem;
    }
}
 */


 @media (max-width: 1200px) {
    .banner-text {
        width: 90%;
    }
}

@media (max-width: 992px) {
    .banner-section {
        height: 350px;
        padding: 40px;
    }
    
    .banner-section .background-text {
        font-size: 42px;
    }
    
    .banner-section h3.section-title {
        font-size: 34px;
    }
    
    .banner-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .banner-section {
        height: 300px;
        padding: 30px;
        margin-top: 40px;
    }
    
    .banner-section .background-text {
        font-size: 36px;
    }
    
    .banner-section h3.section-title {
        font-size: 28px;
        margin-top: 12px !important;
    }
    
    .banner-text {
        font-size: 15px;
    }
    
    .btn-custom {
        padding: 8px 25px;
        font-size: 13px;
    }
	.logo-holder, .title-holder{
		margin-top: 0px !important;
	}
	.title-lines{
		padding-bottom: 0 !important;
	}
    /* Navbar Toggler */
    .navbar-toggler {
        position: absolute;
        right: 0;
        top: -55px;
    }
	.quick-links .sec-title h3 {
		font-size: 18px !important;
		width: 100% !important;
	}
}

@media (max-width: 576px) {
    .banner-section {
        height: 250px;
        padding: 20px;
        margin-top: 30px;
    }
    
    .banner-section .background-text {
        display: none;

    }
    
    .banner-section h3.section-title {
        font-size: 22px;
        margin-top: 8px !important;
        margin-left: 0 !important;
    }
    
    .banner-text {
        font-size: 14px;
        width: 95%;
    }
    
    .btn-custom {
        padding: 7px 20px;
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .banner-section {
        height: 220px;
        padding: 15px;
    }
    
    .banner-section .background-text {
        font-size: 24px;
    }
    
    .banner-section h3.section-title {
        font-size: 18px;
    }
    
    .banner-text {
        font-size: 13px;
    }
}

/* 
Technology Partner of IQAC Cluster start  */





/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Technology Partner of IQAC Cluster Section */
.technology-partner-iqac-cluster {
    position: relative;
    padding: 60px 0; /* Adjusted padding for better spacing */
	margin-top: 10px !important;

}

.technology-partner-iqac-cluster .background-text {
    font-family: Poppins;
font-size: 50px;
font-style: normal;
font-weight: 800;
line-height: normal;
background: linear-gradient(180deg, #EEE 0%, #FFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.technology-partner-iqac-cluster .section-title span.txt-head-color{
	color: #1890C7;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #1890C7;
font-family: Marcellus;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
	
}

.technology-partner-iqac-cluster h3.section-title::before {
 
    position: absolute;
	left: -15%;
    top: 18%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #1a3c6e; /* Dark blue to match the image */
}
.technology-partner-iqac-cluster h3.section-title {
    color: #565858;
    font-family: Marcellus;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-left: 15%; /* Adjust this value as needed */
	padding-top: 18px;



}



.technology-partner-iqac-cluster h3.section-title::after {
     
    position: absolute;
	right: -6% !important;
    top: 18% !important;
    transform: translateY(-50%);
    font-size: 24px;
    color: #1a3c6e; /* Dark blue to match the image */
}

/* Corrected Selector for span.txt-head-color */
.technology-partner-iqac-cluster .section-title span.txt-head-color {
    font-size: 40px;
    font-weight: 600;
    color: #1890C7; /* Kept as per your original request */
    font-family: 'Marcellus', serif;
}

/* Description Text */
.technology-partner-iqac-cluster .description-text {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: left;
    margin-left: 15% !important;
}


/* IQAC Logo */
.technology-partner-iqac-cluster .iqac-logo {
    position: absolute !important;
    top: 97px !important;
    right: 232px !important;
    max-width: 121px !important;
    
    z-index: 1 !important;
	width: 100px !important;
    height: 100px !important;
	margin-left: 63px !important;
}
/* Card Head (Unused but kept as provided) */
.technology-partner-iqac-cluster .card-head {
    background: #1890C7;
    text-align: center;
    border-radius: 8px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
}

/* Media Queries for Responsiveness */

/* ≤ 1280px */
@media (max-width: 1280px) {
	.technology-partner-iqac-cluster .iqac-logo {
	  right: 150px !important;
	  top: 90px !important;
	}
  
	.technology-partner-iqac-cluster h3.section-title {
	  margin-left: 10%;
	}
  
	.technology-partner-iqac-cluster .description-text {
	  margin-left: 10% !important;
	}
  }
  
  /* ≤ 992px */
  @media (max-width: 992px) {
	.technology-partner-iqac-cluster .background-text {
	  font-size: 40px;
	}
  
	.technology-partner-iqac-cluster .section-title span.txt-head-color,
	.technology-partner-iqac-cluster h3.section-title {
	  font-size: 32px;
	}
  
	.technology-partner-iqac-cluster .iqac-logo {
	  right: 100px !important;
	  width: 90px !important;
	  height: 90px !important;
	}
  
	.technology-partner-iqac-cluster h3.section-title {
	  margin-left: 8%;
	}
  
	.technology-partner-iqac-cluster .description-text {
	  margin-left: 8% !important;
	}
  }
  
  /* ≤ 808px */
  @media (max-width: 808px) {
	.technology-partner-iqac-cluster .background-text {
	  font-size: 35px;
	  Top: 6%;
    left: 51%
	}
  
	.technology-partner-iqac-cluster .section-title span.txt-head-color,
	.technology-partner-iqac-cluster h3.section-title {
	  font-size: 28px;
	}
  
	.technology-partner-iqac-cluster .iqac-logo {
	  right: 80px !important;
	  width: 100px !important;
	  height:100px !important;
	  top: 80px !important;
	}
  
	.technology-partner-iqac-cluster h3.section-title {
	  margin-left: 6%;
	}
  
	.technology-partner-iqac-cluster .description-text {
	  margin-left: 10% !important;
	}

	.technology-partner-iqac-cluster h3.section-title::before {
		left: -8%;
		top: 20%;
	  }

	.technology-partner-iqac-cluster h3.section-title::after {
		/* position: absolute; */
		top: 20% !important;
		right: -3% !important;
		
	}

	
	
  }
  
  /* ≤ 768px */
  @media (max-width: 768px) {
	.technology-partner-iqac-cluster {
	  padding: 40px 0;
	}
  
	.technology-partner-iqac-cluster .background-text {
	  font-size: 30px;
	}
  
	.technology-partner-iqac-cluster .section-title span.txt-head-color,
	.technology-partner-iqac-cluster h3.section-title {
	  font-size: 24px;
	}
  
	.technology-partner-iqac-cluster .iqac-logo {
	  right: 50px !important;
	  top: 70px !important;
	  width: 70px !important;
	  height: 75px !important;
	}
  
	.technology-partner-iqac-cluster h3.section-title {
	  margin-left: 4%;
	}
  
	.technology-partner-iqac-cluster .description-text {
	  margin-left: 4% !important;
	}
  }
  
  /* ≤ 500px */
  @media (max-width: 500px) {
	.technology-partner-iqac-cluster .background-text {
	  font-size: 25px;
	}
  
	.technology-partner-iqac-cluster .section-title span.txt-head-color,
	.technology-partner-iqac-cluster h3.section-title {
	  font-size: 20px;
	}
  
	.technology-partner-iqac-cluster .iqac-logo {
	  right: 30px !important;
	  top: 60px !important;
	  width: 60px !important;
	  height: 65px !important;
	}
  
	.technology-partner-iqac-cluster h3.section-title,
	.technology-partner-iqac-cluster .description-text {
	  margin-left: 3% !important;
	}
  }
  
  /* ≤ 428px */
  @media (max-width: 428px) {
	.technology-partner-iqac-cluster {
	  padding: 30px 0;
	}
  
	.technology-partner-iqac-cluster .background-text {
	  font-size: 22px;
	}
  
	.technology-partner-iqac-cluster .section-title span.txt-head-color,
	.technology-partner-iqac-cluster h3.section-title {
	  font-size: 18px;
	}
  
	.technology-partner-iqac-cluster .iqac-logo {
	  right: 20px !important;
	  top: 55px !important;
	  width: 50px !important;
	  height: 55px !important;
	}
  
	.technology-partner-iqac-cluster h3.section-title,
	.technology-partner-iqac-cluster .description-text {
	  margin-left: 2% !important;
	}
  }
  

/* Media Query for mobile devices */



/* Technology Partner of IQAC Cluster end */




/* 
We Cater To Education */
/*-----------------------Why Us----------------*/
/* .why-us-lft{
	background: url("../img/why-us-lft.png") no-repeat;
	height: 545px;
} */

 /* Why Choose Us Section */
.why-us {
    position: relative;
    overflow: hidden;
	margin-top: -100px
}

.why-us-lft {
    background: url("../img/why-us-lft.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 545px;
    width: 50%; /* Image takes 50% of the section */
    position: relative;
    border-radius: 0px 350px 350px 0px;
     display: flex;
    align-items: center;
    padding: 40px;
}

.why-us-content {
    max-width: 60%;
    color: #fff !important;
    padding-left: 20px;
}
.arrow-icon {
    width: 87px;
    height: 87px;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    
    align-items: center;
    justify-content: center;
}

.arrow-icon i {
    font-size: 50px;
    color: #060693 !important;
}



.why-us-title {
	color: #FFF;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.why-us-text {
    color: #FFF !important;
font-family: Poppins !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
width: 560px !important;
}

.why-us-icons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px; /* Adjust based on your needs */
}

.icon-item {
    display: flex;
    align-items: center;
    position: absolute;
}

.icon-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    z-index: 1;
}
.line1 {
	width: 124px;
    height: 2px;   
    flex-shrink: 0;
	background: linear-gradient(90deg, #060693 0%, #FFF 100%);
}

.line2 {
	background: linear-gradient(90deg, #1890C7 0%, #FFF 100%);
    width: 124px;
    height: 2px;
    flex-shrink: 0;

}


.icon-text {
    
    font-weight: 600;
	line-height: normal;
    margin-left: 50px;
    white-space: nowrap;
    position: relative;
	color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
}

/* Optional: If you still need the bullet point before the text */
.icon-text::before {
    content: "•";
    position: absolute;
    left: -15px;
    color: black; /* Keep bullet color black */
    font-size: 20px;
}

/* Positioning the icons in a curved arrangement */

.icon-item-1 {
    top: -204px !important;
    left: 221px !important;
}

.icon-item-2 {
    top: -41px !important;
    left: 279px !important;
}

.icon-item-3 {
    top: 114px !important;
    left: 226px !important;
}

/* Responsive Adjustments */

@media (max-width : 808px){
	.why-us .icon-item-3 {
        top: 114px !important;
        left: 193px !important;
    }

	.why-us .line1 {
		width: 50px;
		height: 2px;
		flex-shrink: 0;
		background: linear-gradient(90deg, #060693 0%, #FFF 100%);
	}

	.why-us-text {
		
		font-size: 13px !important;
		width: 170px !important;
	}
	.why-us .icon-text {
		margin-left: -3px;
	}
	.why-us .line2 {
		
		width: 54px;
}
}

@media (max-width: 768px) {
    .why-us-lft {
        width: 100%;
        height: 700px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 0;
        padding: 20px;
    }

    .why-us-content {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .why-us-title {
        font-size: 28px;
        color: white !important;
    }

    .why-us-text {
        font-size: 14px;
        color: white !important;
    }

    .why-us-icons {
        position: static;
        transform: none;
        width: 100%;
        padding-right: 0;
    }

    .icon-item {
        position: static;
        margin-bottom: 30px;
    }

    .icon-item-1,
    .icon-item-2,
    .icon-item-3 {
        top: auto;
        left: auto;
    }

    .line {
        width: 50px;
    }

    .icon-text {
        font-size: 16px;
        color: black !important;
    }
}

@media (max-width: 576px) {
    .why-us-lft {
        height: 800px;
        padding: 15px;
    }

    .why-us-title {
        font-size: 24px;
        color: white !important;
    }

    .why-us-text {
        font-size: 12px;
        color: white !important;
    }

    .icon-img {
        width: 40px;
        height: 40px;
    }

    .icon-text {
        font-size: 14px;
        color: white !important;
    }

    .line {
        width: 30px;
    }
}





/* Trusted By Many Clients Section */
/* Trusted By Many Clients Section */
/* styles.css */

/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Trusted Clients Section */

.trusted-clients .background-text {
    font-family: Poppins;
font-size: 50px;
font-style: normal;
font-weight: 800;
line-height: normal;
background: linear-gradient(180deg, #EEE 0%, #FFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.trusted-clients h3.section-title {
    position: relative;
    color: #565858;
font-family: Marcellus;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.trusted-clients h3.section-title::before {
    content: '';
    position: absolute;
    background: url(../img/title-border-left.png) no-repeat;
    display: inline-block;
    height: 6px;
    width: 385px;
    left: -6%;
    top: 46%;
}

.trusted-clients h3.section-title::after {
	margin-right: -2%;
    top: 48%;
    position: absolute;
    content: ""; /* Add content or border for dashed line if needed */
}

/* Corrected Selector for span.txt-head-color */
.trusted-clients .section-title span.txt-head-color {
    color: #1890C7;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #1890C7;
font-family: Marcellus;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* Card Head (Unused in your HTML but kept as provided) */
.trusted-clients .card-head {
    background: #1890C7;
    text-align: center;
    border-radius: 8px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
}

.trusted-clients .section-title{
	font-size: 40px !important;
}

.trusted-clients .card h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Marcellus';
    margin: 0;
}

/* Testimonial Card */
/* .testimonial-card {
	border-radius: 20px 0px 0px 20px;
background: #060693;
box-shadow: 2px 4px 60px 0px rgba(41, 44, 124, 0.10);

} */

.profile-placeholder {
    width: 60px;
    height: 60px;
    background: #e0e0e0;
    border-radius: 50%;
    margin-bottom: 15px;
}


.testimonial-text {
    color: #475569;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
letter-spacing: 0.32px;
}

.client-details {
    font-size: 0.9rem;
    color: #1a3c6e;
    font-weight: 600;
}

.categories {
    /* margin-bottom: 20px; */
	margin-top: 50px;

}
/* Categories */

/* 
.categories {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important;
    margin: 30px 0 20px !important;
    padding: 15px 0 !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease-in-out !important;
    font-family: 'Georgia', serif !important;
} */



.category-label {
    position: relative !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 10px 30px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    color: gray !important;
    transition: all 0.3s ease-in-out !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
	
}

/* .category-label:hover {
    background-color: #e8ecef !important;
    color: #1890C7 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.category-label.active {
    background-color: #1890C7 !important;
    color: #ffffff !important;
} */

.category-label.active {
    color: black !important;
}


.category-label.active::after {
    content: '' !important;
    position: absolute !important;
    width: 60% !important;
    height: 3px !important;
    bottom: -3px !important;
    left: 50% !important;
    /* background-color: #ffffff !important; */
    transform: translateX(-50%) !important;
    transition: all 0.3s ease !important;
}

/* Slider Container */
.slider-container {
    position: relative !important;
    padding: 20px !important;
    /* background: #ffffff !important; */
    /* border: 1px solid rgba(0, 0, 0, 0.08) !important; */
    /* border-radius: 10px !important; */
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05) !important; */
}

.slider-container .slides {
    display: none !important;
}

.slider-container .active-slide {
    display: block !important;
}

/* Carousel Content */
.client-logo {
    max-width: 120px !important;
    height: auto !important;
    padding: 8px !important;
    /* border: 3px solid transparent !important; */
    /* background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #d1d8e0, #f1f3f5) border-box !important; */
    border-radius: 12px !important;
    margin: 10px !important;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important; */
    transition: all 0.3s ease-in-out !important;
}

.client-logo:hover {
    transform: scale(1.1) translateY(-5px) !important;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #74c0fc, #a5d6a7) border-box !important; */
}

/* Owl Carousel */
.owl-carousel .owl-nav {
    display: none !important;
}

.owl-carousel .owl-dots {
    text-align: center !important;
    margin-top: 10px !important;
}

.owl-carousel .owl-dot {
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    background: #ccc !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.owl-carousel .owl-dot.active {
    background: #1a3c6e !important;
    transform: scale(1.2) !important;
}



/* Media Queries */
@media (max-width: 768px) {
    .categories {
        gap: 20px !important;
        flex-wrap: wrap !important;
        padding: 10px !important;
    }
    .category-label {
        font-size: 16px !important;
        padding: 8px 15px !important;
    }
    .client-logo {
        max-width: 100px !important;
    }
}

@media (max-width: 576px) {
    .categories {
        gap: 10px !important;
    }
    .category-label {
        font-size: 14px !important;
        padding: 6px 12px !important;
    }
    .client-logo {
        max-width: 80px !important;
    }
}

@media (max-width: 480px) {
    .categories {
        flex-direction: column !important;
        gap: 15px !important;
        align-items: center !important;
    }
    .category-label {
        font-size: 0.95rem !important;
        width: 80% !important;
        text-align: center !important;
    }
}
.testimonial-content {
	font-family: Arial, sans-serif;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.5;
	text-align: left;
  }
  
  .testimonial-text {
	margin-bottom: 20px;
	white-space: pre-line;
  }
  
  .testimonial-author {
	margin-top: 15px;
  }
  
  .author-name, .author-title {
	margin: 5px 0;
	line-height: 1.3;
  }
  
/* Ensure proper spacing on mobile */
@media (max-width: 991px) {
    .testimonial-card {
        flex-direction: column;
        text-align: center;
    }
    .profile-container {
        margin-right: 0;
        margin-bottom: 20px;
	}
	}
/* Media Queries for Responsiveness */

@media (max-width: 808px) {
	.trusted-clients h3.section-title::after {
		margin-right: -10% !important;
        top: 113% !important;
    }
	.trusted-clients h3.section-title::before {
       
        left: -13% !important;
        top: 116% !important;
    }
	.trusted-clients .background-text {
		left: 50%;
		top: 1%;
	}
	.trusted-clients .col-md-6 {
		flex: 0 0 auto;
        width: 100% !important;
    }
	

}

@media (max-width: 768px) {
    .trusted-clients .section-title span.txt-head-color {
        font-size: 32px; /* Adjusted for smaller screens */
    }

    .testimonial-card {
        margin-bottom: 30px;
    }

    .categories {
        justify-content: center;
        gap: 20px; /* Reduced gap for smaller screens */
        margin-top: -100px; /* Adjusted for layout */
    }

    .client-logo {
        max-width: 80px;
    }
}

@media (max-width: 576px) {
    .trusted-clients .section-title span.txt-head-color {
        font-size: 24px; /* Further reduced for mobile */
    }

    .category-label {
        font-size: 1rem;
        padding: 6px 10px;
    }

    .client-logo {
        max-width: 60px;
    }

    .categories {
        gap: 10px; /* Even smaller gap */
        margin-top: -80px; /* Adjusted further */
    }
}

/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Trusted Clients Section */
.trusted-clients {
   
    padding: 40px 0;
	margin-top: 50px !important ;
}

/* Title Styling */
.trusted-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a3c6e;
    position: relative;
    display: inline-block;
}

.dashed-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 0 15px;
    vertical-align: middle;
}

/* Testimonial Card */

.testimonial-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 0px;
	box-shadow: 1px 1.5px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgba(6, 6, 147, 0.8); /* Same blue, 20% opacity */

    display: flex;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
    margin-top: 50px !important;
    min-height: 300px; /* Adjust this value as needed */
}
  
  .profile-container {
	flex-shrink: 0;
	width: 82px;
	height: 82px;
  }
  
  .testimonial-text {
	color: #475569;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 28.8px */
	letter-spacing: 0.32px;
	margin-bottom: 10px;
  }
  
  .client-details {
	font-family: Raleway;
	font-size: 14px;
	color: #333;
  }
  

  
  
  .category-label:hover {
	/* background-color: #e8ecef; */
	color: black;
	/* transform: translateY(-3px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  }
  
  .category-label.active {
	/* background-color: #e8ecef; */
	color: black;
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
  }
  
  
  
  /* Carousel Content */
  .carousel-content {
	padding: 20px;
	text-align: center;
  }
  
  .image-group {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
  }
  
  .image-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s ease-in-out;
  }
  
  
  
  .image-title {
	margin-top: 8px;
	font-family: 'Georgia', serif;
	font-size: 16px;
	font-weight: 500;
	color: #2c3e50;
	letter-spacing: 0.5px;
  }
 /* Carousel Controls */


 /* .carousel-item{
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #d1d8e0, #f1f3f5) border-box;
    border-radius: 12px;
    
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
} */

 
.carousel-control-prev,
.carousel-control-next {
  width: 4%; /* Slightly narrower for a delicate appearance */
  /* background: linear-gradient(
    to bottom,
    rgb(43, 84, 103) 100%); */
   /* Very subtle, near-monochrome gradient for a classic look */
  border-radius: 10px; /* Rounded edges for a softer, vintage feel */
  opacity: 0.6; /* Lower opacity for an understated elegance */
  transition: all 0.4s ease; /* Slower, smoother transition for grace */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Minimal shadow for subtle depth */
  display: flex;
  align-items: center;
  justify-content: center; /* Center icons */
  
}

#testimonialCarousel {
	position: relative !important;
	border-radius: 20px 0 0 20px !important;
	box-shadow: 2px 4px 60px 0 rgba(41, 44, 124, 0.10) !important;
	border: none !important;
	overflow: visible !important;
	background: white !important; /* Force white background */
	height: auto; 
  }
  
  /* Blue left accent bar */
  #testimonialCarousel::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 18px;
    background: #060693;
    z-index: 1;
    border-radius: 8px 0 0 8px;
    margin-left: 0px;
}
  
  /* Adjust carousel inner margin to match */
  #testimonialCarousel .carousel-inner {
	margin-left: 24px; /* 9px margin + 6px line + 9px spacing */
  }
  
  /* Carousel inner content */
  #testimonialCarousel .carousel-inner {
	margin-left: 6px;
	background: white !important; /* Ensure white background */
	border: none !important;
  }
  
  /* Individual slide items */
  #testimonialCarousel .carousel-item {
	background: transparent !important; /* Remove any black backgrounds */
  }
  
  /* Arrow controls */
  #testimonialCarousel .carousel-control-prev,
  #testimonialCarousel .carousel-control-next {
	width: 40px !important;
	height: 40px !important;
	/* background: rgba(255,255,255,0.8) !important; */
	border-radius: 50% !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	opacity: 1 !important;
  }
  
  #testimonialCarousel .carousel-control-prev {
	left: 8x !important;
  }
  
  #testimonialCarousel .carousel-control-next {
	right: -9px !important;
  }
  
  /* Arrow icons */
  #testimonialCarousel .carousel-control-prev-icon,
  #testimonialCarousel .carousel-control-next-icon {
	filter: none !important;
	/* width: 1.5rem !important;
	height: 1.5rem !important; */
	background-size: 100% 100% !important;
  }
  
  /* White background for testimonial cards */
  #testimonialCarousel .carousel-item .border {
	background: white !important;
	border-radius: 8px !important;
  }
  
  /* Custom arrow colors */
  #testimonialCarousel .carousel-control-prev,
  #testimonialCarousel .carousel-control-next {
	filter: invert(1) !important;
	width: 5% !important;
  }
  
  /* Text contrast adjustments */
  #testimonialCarousel p {
	color: #333 !important;
  }
  
  #testimonialCarousel strong {
	color: #222 !important;
  }
  
  /* Optional: Add these if you need to style the indicators */
  #testimonialCarousel .carousel-indicators button {
	background-color: rgba(255,255,255,0.5) !important;
  }
  
  #testimonialCarousel .carousel-indicators .active {
	background-color: white !important;
  }

/* Hover Effects */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  /* background: linear-gradient(
    to bottom,
    rgba(20, 20, 20, 0.15),
    rgba(20, 20, 20, 0.25) */
   /* Slightly darker gradient for a restrained hover effect */
  opacity: 0.85; /* Subtle opacity increase to maintain elegance */
 
  transform: scale(1.02); /* Minimal scale for a delicate "press" effect */
}

/* Icon Styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 40%; /* Smaller icons for a more refined, classic look */
  filter: brightness(90%) sepia(0.2) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2)); /* Slight sepia and shadow for a vintage touch */
  transition: transform 0.3s ease; /* Smooth icon transition */
}
.carousel-control-next-icon {
    width: 13px !important;
    height: 48px !important;
}

.carousel-control-prev-icon {
    width: 13px !important;
    height: 48px !important;
}


/* Icon Hover Effect */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  transform: scale(1.15); /* Subtle icon enlargement for a classic hover effect */
  filter: brightness(100%) sepia(0.1) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)); /* Brighter, slightly crisper on hover */
}
  
  /* Responsive Adjustments */
  @media (max-width: 768px) {
	.categories {
	  gap: 20px;
	  flex-wrap: wrap;
	  padding: 10px;
	}
  
	.category-label {
	  font-size: 16px;
	  padding: 8px 15px;
	}
  
	.image-group {
	  gap: 15px;
	}
  
	.client-logo {
	  max-width: 100px;
	}
  
	.image-title {
	  font-size: 14px;
	}
  }
  
  @media (max-width: 576px) {
	.categories {
	  gap: 10px;
	}
  
	.category-label {
	  font-size: 14px;
	  padding: 6px 12px;
	}
  
	.client-logo {
	  max-width: 80px;
	}
  
	.image-title {
	  font-size: 12px;
	}
}
  
  
.owl-carousel .owl-nav {
    display: none;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-carousel .owl-dot.active {
    background: #1a3c6e;
    transform: scale(1.2);
}

/* Media Queries */
@media (max-width: 1024px) {
    .categories { gap: 50px; }
    .category-label { font-size: 1rem; padding: 6px 12px; gap: 10px; }
}

@media (max-width: 768px) {
    .categories { flex-wrap: wrap; gap: 30px; justify-content: space-around; margin-top: 0; }
    .client-logo { max-width: 90px; }
}

@media (max-width: 480px) {
    .categories { flex-direction: column; gap: 15px; align-items: center; }
    .category-label { font-size: 0.95rem; width: 80%; text-align: center; gap: 8px; }
    .owl-slider { padding: 15px 0; }
    .client-logo { max-width: 80px; }
}

.trusted-clients .background-text{
	left: 50%;
    top: 2.5%;

}

.trusted-clients.py-5 .carousel-item {
    border: 20px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #d1d8e0, #f1f3f5) border-box;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* Increased shadow */
    transition: all 0.3s ease-in-out;
}


/* .trusted-clients .background-text {
    position: absolute;
    left: 50%;
    top: -5%; /* Adjust as needed */
	/* right: 50%; */
  
 
.trusted-clients h3.section-title::after {
	margin-right: -1%;
    top: 51%;
}





/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .trusted-title {
        font-size: 2rem;
    }

    .testimonial-card {
        margin-bottom: 30px;
    }

    .categories {
        justify-content: center;
    }

    .client-logo {
        max-width: 80px;
    }
}

@media (max-width: 576px) {
    .trusted-title {
        font-size: 1.5rem;
    }

    .category-label {
        font-size: 1rem;
        padding: 6px 10px;
    }

    .client-logo {
        max-width: 60px;
    }
}

/* end of Trusted By Many Clients */

/* Lets build together */

.build-together{
	margin-top: -32px !important;
}

.build-together .section-title{
	color: #565858;
font-family: Marcellus;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;

}

.build-together .background-text{
	font-family: Poppins;
font-size: 50px;
font-style: normal;
font-weight: 800;
line-height: normal;
background: linear-gradient(180deg, #EEE 0%, #FFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}


.build-together .section-title .txt-head-color{
	color: #1890C7;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #1890C7;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.build-together h3.section-title::before {
    content: '';
    position: absolute;
    background: url(../img/title-border-left.png) no-repeat;
    display: inline-block;
    height: 6px;
    width: 385px;
	left: -2%;
    top: 15%;
}


.build-together h3.section-title::after {
    content: '';
    position: absolute;
    background: url(../img/title-border-right.png) no-repeat;
    display: inline-block;
    height: 6px;
    width: 385px;
    right: -2%;
    top: 15%;


}




/* mediaquery build together  */

.build-together h3.section-title::before {
    
    left: 0%;
    top: 19%;
}
.build-together h3.section-title::after {
	right: 0%;
    top: 19%;
}

/*end of  Lets build together */




/*-----------------------Why Us end----------------*/

.card2:hover .fa-laptop,
.card2:hover .fa-briefcase,
.card2:hover .fa-file-lines {
	color: white;
	background-color: #5882fd;
	transition: all ease-in-out 0.2s;
}
.card2 {
    border: 1px solid rgba(85, 130, 253, 0.35);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 93%;
    box-shadow: 1px 3px 10px -7px blue;
    height: 450px;
    margin-top: 20px;
}

.we-cater-sec .card {
    width: 340px !important;
    height: 425px !important;
    border-radius: 16px !important;
    background: #FFF !important;
    box-shadow: 2px 0px 27.2px 2px rgba(0, 0, 0, 0.15) !important;
    flex-shrink: 0 !important;
	margin: 0 5px; /* or even 0 if needed */
	}
	
	


.card2 h3 {
	color: #5882fd;
}
.card2 p {
	text-align: center;
}

.fa-briefcase, .fa-file-lines {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 50%;
    position: relative;
    color: #5882fd;
    padding-top: 27px;
    padding-bottom: 27px;
}
.fa-briefcase::before {
	content: "\f0b1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
}
.fa-file-lines::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
}

.card2:hover {
	box-shadow: 0 20px 50px -20px rgba(85, 130, 253, 0.8);
	transition: all ease-in-out 0.2s;
	cursor: pointer;
}
.naac-list li {
	font-size: 14px;
	line-height: 20px;
}
.naac-list {
	list-style: none;
	padding-left: 0;
	padding-bottom: 4px;
}
.naac-list h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.naac-list li {
	position: relative;
	padding-left: 25px;
	text-align: left;
}
.naac-list li::marker {
	color: transparent;
}
.naac-list li::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: #5882fd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section-back button {
	background-color: #5882fd;
	font-size: 14px;
	font-family: var(--font-primary);
	color: white;
	border: none;
	border-radius: 5px;

	background-image: linear-gradient(90deg, white 50%, #5882fd 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.3s ease-out;
	border: 1px solid #5882fd;
}

.section-back button:hover {
	color: #5882fd;
	border: 1px solid #5882fd;
	background-position: left bottom;
}

/* our process */
.our-icons {
	position: relative;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 50%;
	background-color: #e7edff;
	transition: background-color 0.3s ease-in-out;
}

.our-icons:after {
	content: "";
	position: absolute;
	display: block;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	border: 1px dashed rgba(88, 130, 253, 0.8);
}

.our-icons i {
	color: #5882fd;
	font-size: 30px;
	transition: color 0.2s ease-in-out;
}

.titles2 .col-md-3:hover .our-icons {
	background-color: #5882fd;
}

.titles2 .col-md-3:hover .our-icons i {
	color: white;
}

.line-back::before {
	content: "";
	background: url("../img/how-lines2.png") no-repeat;
	width: 280px;
	height: 100%;
	z-index: -1;
	position: absolute;
	bottom: -46%;
	left: 64%;
}
.line-front::before {
	content: "";
	background: url("../img/how-lines.png") no-repeat;
	width: 280px;
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 0%;
	left: 64%;
}
.number-box {
	position: absolute;
	top: -12%;
	left: 69%;
	width: 35px;
	height: 35px;
	background-color: #5882fd;
	color: white;
	border: 2px solid white;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
.titles-car h3 {
	font-size: 40px;
	font-weight: 600;
	text-wrap: pretty;
}
.titles2 h3 {
	font-size: 30px;
	font-weight: 600;
}
.titles2-2 p {
	font-size: 14px;
	width: 65%;
}
.titles2-2 h4 {
	font-size: 25px;
	font-weight: 600;
}

/* Tesimonials */
.section-back2 {
	background-color: #edf5ff;
}
.testi .carousel-inner img {
	width: 165px;
	height: 175px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 12px;
}
.car-indi [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 14px;
	height: 12px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #a4a4a4;
	background-clip: padding-box;
	border-radius: 4px;
	border: 0;
	transition: opacity 0.6s ease;
}
.car-indi {
	position: absolute;
	right: 0;
	bottom: -17px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}
.testi-inner {
	height: 440px;
}

.testi-inner h3 {
	font-size: 21px;
	line-height: 26px;
}
.testi-inner h4 {
	font-size: 16px;
	line-height: 26px;
	color: #0c94cb;
}

/* Subscribe */
.subscribe {
	background-color: #5882fd;
}
.titles3 h3 {
	color: white;
	font-size: 28px;
	font-weight: 600;
}
.sub-email {
	border: none;
	width: 40%;
	padding: 10px 20px;
	border-radius: 30px;
	transition: box-shadow 0.1s ease;
}

.sub-email:focus {
	outline: none;
	box-shadow: 0 1px 10px 2px rgba(255, 255, 255, 0.8);
	border: none;
}
.subscribe a {
	color: white;
	text-decoration: underline;
	margin-left: 10px;
}
.subscribe a:hover {
	color: #e7e7e7;
}
.subscribe button {
	background-color: #5882fd;
    font-size: 18px;
    font-family: var(--font-primary);
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 15px 20px;
    background-image: linear-gradient(90deg, white 50%, #5882fd 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
    margin: 0 auto;
}
.subscribe button:hover {
	color: #5882fd;
	border: 1px solid #5882fd;
	background-position: left bottom;
}
.white-code p {
	font-size: 16px;
	text-align: left;
	color: #737373 !important;
}
.nav-link {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

/* headings for inner pages */

.heading-1 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}
.heading-1-blue {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #5882fd;
}
.heading-2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.heading-3 {
	font-size: 30px;
	line-height: 35px;
}
.heading-3-blue {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 10px;
	color: #5882fd;
}
/*-----@pranali----*/
.heading-4
{
	color: #333399;
	font-size: 25px;
	line-height:35px;
	margin-bottom: 10px;
}
.career a{
	color:  #5882fd;
}
#carouselExampleIndicators2 .carousel-control-next {
    right: -100px;
}
#carouselExampleIndicators2 .carousel-control-prev {
    left: -100px;
}
.carousel-control-prev-icon {
    filter: brightness(0) invert(0) !important;
}
.carousel-control-next-icon {
    filter: brightness(0) invert(0) !important;
}

#carouselExampleIndicators .carousel-control-next {
    right: -105px;
}
#carouselExampleIndicators .carousel-control-prev {
    left: -105px;
}

/* .header-c {
    height: 485px !important;
} */
.contact-page-form {
    color: black;
}

/*edu cms page*/
.edu-first {
    height: 500px;
    width: 100%;
    background-color: #00AAFF;
}


/* .bg-image {
	background-color: #565555;
	background-size: cover;
	background-position: center;
	height: 100%;
	color:white;
	padding: 20px;
  } */

  .form-container {
	padding: 20px;
	background: #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

.heading-1-white{
	color: white;
}
.add{
	background-color: #0c0101;
	height: 440px;
	width: 625px;
}
.heading-blue{
	color:#5882fd ;
}

.design-list,fa fa-chevron-circle-right design-list {
   
	color: #5582FDCC;
}

.image-container img {
    max-width: 87%;
    height: auto;
    border-radius: 8px;
    margin-left: 31px;
}
  .text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  .blue-back{
	background-color: #00AAFF;
  }
  .blue-back p {
    color: white !important;
    font-size: 17px;
    line-height: 20px;
    font-family: sans-serif;
    font-weight: 600;
	padding-bottom: 10px;
}
  .who-we1 button {
    background-color: white;
    font-size: 14px;
    font-family: var(--font-primary);
    color: #5882fd;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #5882fd 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
    border: 1px solid #5882fd;
}
.heading-s1 {
    padding-top: 30px;
    color: #ccffff;
    font-size: 44px;
    line-height: 49px;
}
.text-side  h1{

	color: white;
}
ul.list-color li {
    color: white;
	font-size: 18px;
}
/* .about-info {
    padding: 0px 0px 0px 0px;
} */
ul.list-color li {
    color: #fff !important;
}
.col-md-6.text-container.text-side h3 {
    color: #fff;
}
h2.contact-line {
    color: #5882fd;
}
h4.contact-line {
    color: #5882fd;
}
h3.contact-line {
    color: #5882fd;
}
a.number-contact {
    color: #007bff;
    font-size: 18px;
    font-weight: 500;
}
.contact-number h5, a {
     color: #0d6efd; 
    font-size: 15px;
    font-weight: 600;
}
.who-btn a{
	color: #fff ;
}
.who-btn:hover a{
	color: #0040ff;
}
.about-box {
    background-color: #8ed1fc42;
    margin: 4px 0px 4px 0px;
    padding: 10px 7px 9px 7px;
    border-radius: 2px;
    color: #5882fd !important;
}
.photo-side {
	height: 400px;
	width: 400px;
  }
  .form-side {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    align-content: center;
}
h2.mb-4 {
    color: white;
    font-weight: 700;
    font-size: 36px;
    padding-top: 20px;
	text-align: center;
}
.btn-submit {
    width: 487px;
    background-color: #000;
    padding: 0.5rem 1rem;
    color: white;
    margin-left: 22px;
    margin-top: 20px;
}
label.form-label {
    font-size: 18px;
    font-weight: 400;
}
.col-md-6.form-side.School-form {
    color:rgb(43, 36, 36);
}
button.btn.btn-primary.btn-submit.School {
    background: #5882fd;
}
/* School Clients css */
.School-clients{
	background: url(../img/clients-back.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}
.college-clients{
	background: transparent;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}
div#carousel-school-clients .owl-item {
    padding-left: 35px;
}
div#carousel-college-clients .owl-item {
    padding-left: 35px;
}
.owl-carousel-college-clients .item {
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 5px;
}
.owl-carousel-college-clients .owl-dot {
    border: 1px solid #1890C7 !important;
    background: #1890C7 !important;
}
.owl-carousel-college-clients .owl-dot.active {
    border: 1px solid #1890C7 !important;
    background: #fff !important;
    height: 12px !important;
    width: 12px !important;
}
.owl-carousel .owl-item img.testimonial-img {
    width: auto;
}
.testimonial-item {
    width: 98%;
    margin: 3px auto;
    max-width: 100%;
    position: relative;
    padding: 1% 1em;
    box-sizing: border-box;
    color: #fff;
    background: #ffffff;
    background-clip: padding-box;
    /* border: solid 5px transparent; */
    border-radius: 1em;
}
/* .testimonial-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: -1;
    margin: -3px -3px;
    border-radius: inherit;
    background: linear-gradient(90deg, #1890c7 0%, #060693 100%);
} */
.testimonial-img-box {
    position: absolute;
    left: 40%;
    top: 0%;
}
.client-testimonial-carousel .testimonial-info {
    text-align: center;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #1890c7, #060693) border-box;
    padding: 12% 25px 25px;
    border-radius: 1em;
    margin: 5% auto 0;
}
.client-testimonial-carousel .testimonial-info p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 20px;
}
.client-testimonial-carousel .testimonial-info h4, .vdo-testimonial-carousel h4 {
    color: #060693;
    font-size: 14px;
    font-weight: 500;
    font-family: 'POPPINS';
}
.vdo-testimonial-carousel .testimonial-info {
    text-align: center;
    border: 1px solid transparent;
    padding: 14% 5px 0;
    border-radius: 1em;
    margin: 0 auto;
}

#testimonialCarousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #060693;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: .5;
    transition: opacity 0.6s ease;
    border-radius: 50px;
}
#testimonialCarousel .carousel-indicators .active{
	background-color: #5882fd !important;
}

.edu-frm-container {
    background: #f4f4f4;
}
.image-container {
    background: url(../img/edu-frm-rght-bg.png);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.image-container p {
	color: #fff;
    font-size: 20px !important;
    font-family: 'Marcellus'!important;
    line-height: 28px!important;
	padding: 10px 25px;
}
.image-container p strong {
    font-weight: 600;
}
.form-side label.form-label {
    color: #000;
}
.form-side .btn-submit {
    background: linear-gradient(to right, #0099cc, #007bb6);
    box-shadow: 3px 3px 4px #767676;
	text-align: center;
    margin: 20px auto 30px;
    display: block;
	width: 100%;
}
.form-side .btn-submit:hover {
    background: linear-gradient(to right, #007bb6, #0099cc);
    box-shadow: -3px -3px 4px #767676;
}

.first-look{
	background-image: url(../img/clients-back.png);
	background: no-repeat;
	background-size: cover;
	background-position: center;
}

/* clients page css */
.photo {
	width: 99%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px; 
	border: 1px solid #101011; 
	padding: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .photo:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
  }
  /* .fa, .fas {
    font-weight: 900;
    color: white !important;
    margin-right: 18px;
} */

.educms .banner-sec li{
	font-size: 16px;
	font-family: 'POPPINS';
	font-weight: 300;
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}
.educms .banner-sec li:before {
	content: "\f0da"; /* \f138 FontAwesome Unicode */
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: calc( var(--icon-space) * -1 );
	width: var(--icon-space);
	font-weight: 900;
	margin-right: 5px;
}
.educms-page .quick-links .row > * {
    padding-bottom: 0;
}
.educms-page p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins';
}
.educms-page .quick-links {
    background: #060693;
    width: 100%;
    height: auto;
}
.quick-links .sec-title{
	text-align: center;
}
.quick-links .sec-title h3{
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Marcellus';
	width: 50%;
    margin: 0 auto;
}
.quick-links .single-item-box .card {
    background: rgba(40, 40, 197, 0.4);
    box-shadow: inset 14px -14px 14px rgba(194, 194, 194, 0.1), inset -14px 14px 14px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    border-radius: 12px;
    padding: 25px 25px;
    text-align: center;
    cursor: pointer;
    display: block;
    height: 180px;
}
.quick-links .single-item-box .card:hover {
    background: rgb(255 255 255); 
}
.single-item-box .card em{
    background: rgba(58, 58, 200, 0.1);
    box-shadow: inset 6.33333px -6.33333px 6.33333px rgba(44, 44, 152, 0.1), inset -6.33333px 6.33333px 6.33333px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6.33333px);
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50px;
}
.educms-page .quick-links .single-item-box .card:hover em{
	background: rgba(40, 40, 197, 1);
}
.educms-page .quick-links .single-item-box .card em.fas {
    font-size: 36px;
}
.educms-page .quick-links .single-item-box .card p {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
}
.quick-links .single-item-box .card:hover p{
	color: #000;
}
p.title-clg2 {
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff !important;
    font-weight: 300;
    font-family: 'Poppins';
	padding-right: 45px;
	padding-top: 0;
	padding-bottom: 0;
}
p.title-clg2::after{
	content: "";
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.educms .banner-sec ul {
    padding: 0;
    margin: 0;
}

  /* dynamic blogs css*/
  .blog-item {
	border: 1px solid #ddd;
	border-radius: 8px; 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
	margin-bottom: 20px;
	padding: 15px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff; 
  }
  
  .blog-item:hover {
	transform: translateY(-5px); 
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
  }
  
  .newslist img {
	max-width: 100%; 
	height: auto; 
	border-radius: 8px; 
	border: 1px solid #ccc; 
  }
  
  .newslist p {
	margin: 0 0 10px; 
	font-size: 16px; 
	font-weight: bold; 
  }
  
  div > p {
	color: #110303; 
	font-size: 14px; 
	margin: 5px 0;
  }
  
  .limited-lines {
	color: #7685c2; 
	overflow: hidden; 
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
  }
  
  .view a {
	display: inline-block;
	padding: 8px 12px;
	color: #007bff; 
	text-decoration: none;
	/* border: 1px solid #d1caf7;  */
	border-radius: 4px;
	transition: all 0.3s ease;
  }
  
  .view a:hover {
	background-color: #007bff; 
	color: #fff; 
  }
  
  @media (max-width: 768px) {
	.blog-item {
	  padding: 10px;
	}
  
	.newslist img {
	  height: auto;
	}
	.testimonial-img-box {
		position: relative !important;
		left: 0;
		top: 40%;
	}
	.background-text{
		display: none !important;
	}
	h3.section-title::before, h3.section-title::after{
		display: none !important;
	}
	.single-item-box {
		margin: 10px auto;
	}
  } 
  .blog-item a {
    text-decoration: none;
    text-decoration: underline;
    font-size: 16px;
}
.blog-item p {
    letter-spacing: 1px;
    color: black !important;
}

/* footer border */
.container-fluid.footer-section.footer.pt-5.pb-4.wow.fadeIn.animated {
    border-top: 2px solid #5882fd;
}


.bg-custom {
	background-image: url('../../uploads/edu-cms-banner.png');
	background-size: cover;
	background-position: center;
	height: 533px;
}
#pageID_248 .bg-custom{
	background-image: url('../../uploads/edu-cms-banner.png');
	background-size: cover;
	background-position: center;
	height: auto;
	margin: 0 !important;
	padding: 90px 0;
}  
h2.title-clg {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 300;
}
h1.title-clg1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Marcellus';
    font-weight: 300;
}
/* contact page */
.fa-phone:before {
    content: "\f095";
    color: #8fb8f5;
	margin-left: 16px;
}
.fa-map:before {
    content: "\f279";
    color: #8fb8f5;
	margin-left: 16px;
}
.fa-envelope:before {
    content: "\f0e0";
    color: #8fb8f5;
    margin-left: 16px;
}
.container-fluid.career-page {
    margin-left: 100px;
}
.goToSectionmenu a {
    
    background-color: #8fb8f5 !important;
}

/**/
#pageId_248 .bred-img, #pageId_264 .bred-img,
#pageId_248 .page-headings, #pageId_264 .page-headings {
    display: none;
}
#pageID_248 .bg-custom, #pageId_264  .bg-custom{
	margin: 0 !important;
}
#pageID_248 .about-info, #pageID_264 .about-info{
	padding: 0 !important;
}
#pageId_248 .about-info .page-insight,
#pageId_264 .about-info .page-insight {
    padding: 0;
}
#pageId_248 .blue-back, #pageId_264 .blue-back {
    margin: 0 !important;
}

