.about-banner {
	position: relative;
	overflow: hidden;
	height: 200px;
}
.about-banner .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.75;
	width: 100%;
	height: 100%;
}
.about-banner .bread-crumb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
	width: 100%;
}
.about-banner .bread-crumb h4 {
	font-family: "Yantramanav", sans-serif;
	color: #fff;
	font-size: 40px;
	margin-bottom: 5px;
}
.about-banner .bread-crumb h1 {
	font-family: "Yantramanav", sans-serif;
	color: #fff;
	font-size: 40px;
	margin-bottom: 5px;
}
.about-banner .bread-crumb ul li {
	display: inline-block;
	margin-right: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

@media(max-width: 767px) {
.about-banner .bread-crumb ul li {
	font-size: 13px;
}
.about-banner .bread-crumb h4 {
	font-size: 25px;
}
.about-banner .bread-crumb h1 {
	font-size: 25px;
}
.about-banner .bread-crumb ul li i {
	font-size: 12px !important;
}
}

@media(max-width: 576px) {
.about-banner .bread-crumb ul li {
	font-size: 12px;
}
.about-banner .bread-crumb h4 {
	font-size: 22px;
}
.about-banner .bread-crumb h1 {
	font-size: 25px;
}
}
.about-banner .bread-crumb ul li i {
	font-size: 15px;
}
.about-banner .bread-crumb ul li a {
	color: #7198f1;
}
.mt-40 {
	margin-top: 40px;
}

@media(max-width: 992px) {
.award-sec .mt-40 {
	margin-top: 20px;
}
}
.pt70 {
	padding-top: 50px;
}
.page p {
	margin-top: 20px;
	line-height: 29px;
}
.page .vision-box {
	background-color: #fff;
	padding: 25px 20px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.22) 0px 2px 16px 0px;
	text-align: center;
	margin-right: 18px;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

@media(max-width: 767px) {
.page .vision-box {
	margin-right: 0;
}
}
.page .vision-box:hover {
	transform: translateY(-15px);
	transition: all 0.5s ease-in-out;
}
.page .vision-box h5 {
	font-size: 30px;
	font-weight: 600;
}
.vision-box p {
	text-align: center;
	margin-top: 15px;
}
.page .mision {
	margin-top: 60px;
	text-align: center;
}

@media(max-width: 767px) {
.page .mision {
	margin-top: 40px;
}
}

@media(max-width: 576px) {
.page p {
	font-size: 14px;
	margin-top: 8px;
	text-align: justify;
}
.page .vision-box h5 {
	font-size: 20px;
	text-align: justify;
}
}
.team-box {
	margin-bottom: 20px;
	background-cofor: #efefef;
}
.team-img {
	position: refative;
	border: 2px solid #efefef;
	height: 100%;
	background-color: #efefef;
}
.team-img::after {
	content: '';
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 18px solid #efefef;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.team-text {
	background-color: #efefef;
	padding: 20px;
	height: 100%;
}
.team-text h4 {
	font-size: 24px;
	margin-bottom: 5px;
	color: #d21a26;
}
.team-text p {
	text-align: justify;
	font-size: 17px;
	line-height: 27px;
}

@media(max-width: 576px) {
.team-text h4 {
	font-size: 20px;
}
.team-text p {
	font-size: 14px;
}
}

@media(max-width: 767px) {
.leader_img {
	width: 50% !important;
}
}
.desgine-box {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 25px;
}
.desgine-box .desgine-text {
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
	background-color: #fff;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.desgine-box .desgine-text h5 {
	color: #d21a26;
	font-size: 21px;
	font-family: "Yantramanav", sans-serif;
	font-weight: 500;
	word-spacing: 1px;
}
.desgine-box .desgine-text a {
	color: #fff;
}
.desgine-box .desgine-text i {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background-color: #d21a26;
	border-radius: 10px;
}

@media(max-width: 576px) {
.desgine-box .desgine-text i {
	width: 35px;
	height: 35px;
}
.desgine-box .desgine-text h5 {
	font-size: 18px !important;
}
}
.desgine-box:hover .desgine-text {
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
}
.inner-page .side-menu {
	background-color: #f5faff;
	padding: 20px 20px;
	position: sticky;
	top: 10px;
}
.side-menu .nav-item {
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}
.side-menu .nav-link {
	padding: 15px;
	color: #222;
	background-color: #fff;
	position: relative;
	z-index: 2;
}
.side-menu .nav-link::after {
	position: absolute;
	content: " ";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #d21a26;
	z-index: -1;
	transition: width 0.4s linear;
}
.side-menu .nav-link:hover {
	color: #fff;
	transition: width 0.4s linear;
}
.side-menu .nav-link:hover::after {
	width: 100%;
	transition: width 0.4s linear;
}
.active {
	background-color: #d21a26;
	color: #fff;
}
.inner-page-text p {
	margin-top: 12px;
	line-height: 27px;
}

@media(max-width: 576px) {
.side-menu .nav-link {
	font-size: 14px;
}
}
.inner-page-text .arrow-list {
	margin-top: 15px !important;
}

@media(max-width: 767px) {
.inner-page {
	padding-top: 0;
}
}

@media(max-width: 576px) {
.inner-page-text p {
	font-size: 14px;
	text-align: justify;
}
.page-inner-btn {
	font-size: 12px !important;
}
.inner-page {
	padding-top: 0 !important;
}
.inner-page .side-menu {
	padding: 20px 0;
}
.inner-page-text .big-list li {
	font-size: 15px !important;
}
}
.inner-page-text .arrow-list li {
	list-style: none;
	padding-left: 18px;
	color: #757f95;
	margin-bottom: 8px;
	position: relative;
	line-height: 27px;
}
.inner-page-text .arrow-list li::before {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #cf271e;
	position: absolute;
	left: 0;
	font-size: 18px;
}
.page-inner-btn {
	font-size: 14px;
	color: #fff !important;
	padding: 9px 26px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 15px;
	background: #cf271e;
	display: inline-block;
	position: relative;
	z-index: 2;
	transition: width 0.4s linear;
	border: none;
}
.page-inner-btn::before {
	position: absolute;
	content: " ";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #222;
	z-index: -1;
	transition: width 0.4s linear;
	border-radius: 5px;
}
.page-inner-btn:hover::before {
	width: 100%;
	transition: width 0.4s linear;
}
.landingpage-form { background: #183883; padding: 25px;}
.landingpage-form h3{ color: #fff; margin-bottom: 25px; text-align: center}
.heading-2 {
	font-family: "Yantramanav", sans-serif;
	font-weight: 800;
	text-transform: capitalize;
	font-size: 28px;
	color: #212121;
	margin-top: 12px;
	margin-bottom: 15px;
}

@media(max-width: 576px) {
.heading-2 {
	font-size: 20px;
}
}
.bold-p {
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	color: #505050;
}
.inner-page-text .arrow-list-2 {
	margin: 10px 0px !important;
}
.inner-page-text .arrow-list-2 li {
	list-style: none;
	padding-left: 18px;
	color: #757f95;
	margin-bottom: 8px;
	position: relative;
	line-height: 27px;
	margin-left: 12px;
}
.inner-page-text .arrow-list-2 li::before {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #183883;
	position: absolute;
	left: 0;
}
.inner-page-text .big-list {
	margin: 20px auto 5px !important;
	list-style: none;
	text-align: center;
}
.inner-page-text .big-list li {
	display: inline-block;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 600;
}
.inner-page-text .big-list li {
	display: inline-block;
	padding-left: 20px;
	margin-left: 18px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
}
.inner-page-text .big-list li::before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #cf271e;
	position: absolute;
	left: -3px;
	font-size: 15px;
}
.financial-year-table td a {
	text-decoration: none;
	color: #000;
}
.sm-table {
	/* width: 75% !important; */

	margin: 25px auto 0px;
}
.financial-year-table tr:nth-child(even) {
	background-color: #f2f2f2;
	color: #000;
}
.financial-year-table tr {
	text-align: left;
}
.financial-year-table th,  .financial-year-table td {
	padding: 10px;
}

@media(max-width : 375px) {
.financial-year-table th,  .financial-year-table td {
	padding: 5px;
}
}
.financial-year-table {
	width: 100%;
}
.table-sec,  .financial-year-table th,  .financial-year-table td {
	border: 1px solid black;
	border-collapse: collapse;
}
.financial-year-table th {
	font-size: 17px;
	/*width: 33%;*/
	background-color: #a9c3ff;
}

@media(max-width: 576px) {
.financial-year-table th, .financial-year-table th a {
	font-size: 15px !important;
}
}
.financial-year-table {
	margin-bottom: 25px;
}
.contact-page {
	overflow-x: hidden;
}
.contact-form {
	padding: 25px;
	margin-top: -130px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	margin-bottom: 40px;
	border-radius: 8px;
}

@media(max-width: 767px) {
.contact-form {
	margin-top: 20px;
}
}
.contact-form .form-control {
	padding: 12px;
}

@media(max-width: 767px) {
.contact-form .form-control {
	padding: 8px 10px;
}
.form-control {
	font-size: 0.8rem;
}
}
.contact-form .form-control:focus {
	box-shadow: none;
}
.address-sec .address-box {
	padding: 20px 15px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 25px;
	border: 8px;
	min-height:340px;
}

@media(max-width: 767px) {
.address-sec .address-box {
	min-height: auto;
}
}
.address-sec .address-box i {
	font-size: 35px;
	padding: 15px;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	color: #ed1c24;
	width: 50px;
	height: 50px;
	line-height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px auto 15px;
}
.address-sec .address-box h5 {
	font-size: 20px;
	margin-bottom: 10px;
}
.address-sec .address-box p {
	margin-bottom: 5px;
}
.address-sec .address-box p a {
	color: #757f95;
}

@media(max-width: 576px) {
.address-sec .address-box p, .address-sec .address-box p a {
	font-size: 14px;
}
}
.media-page {
	background-color: #fefefe;
}
.media-page .media-list {
	list-style: none;
	margin-top: 25px !important;
}

@media(max-width: 576px) {
.media-page .media-list {
	margin-top: 5px !important;
	text-align: justify;
}
}
.media-page .media-list li {
	padding-left: 18px;
	color: #757f95;
	margin-bottom: 8px;
	position: relative;
	line-height: 27px;
	font-size: 17px;
}

@media(max-width: 576px) {
.media-page .media-list li {
	font-size: 14px;
}
}
.media-page .media-list li a {
	color: #cf271e;
}
.media-page .media-list li::before {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #cf271e;
	position: absolute;
	left: 0;
	font-size: 18px;
}
.media-item {
	position: relative;
	margin-bottom: 25px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.111);
	z-index: 1;
}
.media-img {
	position: relative;
	z-index: 1;
}
.media-img img {
	border-radius: 10px;
}
.media-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 42px;
	background: #cf271e;
	border-radius: 50px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	border: 4px solid #fff;
	left: 50%;
	bottom: -22px;
	box-shadow: 0 0 30px 5px rgb(0 0 0 / 6%);
	transform: translateX(-50%);
	z-index: 1;
}
.media-content {
	position: relative;
	padding: 10px;
	margin-top: 5px;
}
.media-title a {
	font-size: 19px;
	font-weight: 600;
	margin-top: 42px;
	margin-bottom: 10px;
	color: #000;
}
.media-arrow {
	margin-top: 12px;
}
.media-arrow a {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #cf271e;
}
.media-arrow a i {
	margin-left: 5px;
}
.media-item:hover {
	transform: translateY(-10px);
}
.media-inner h4 {
	font-size: 25px;
	margin: 12px 0px;
	color: #183883;
}
.media-inner p {
	margin-bottom: 15px;
	text-align: justify;
	line-height: 27px;
}
.events-page .event-sec {
	margin-top: 30px;
	padding: 25px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
.events-page .event-sec h4 {
	font-size: 24px;
	margin-bottom: 10px;
}

@media(max-width: 575px) {
.events-page .event-sec h4 {
	font-size: 20px;
}
.events-page .event-sec p {
	font-size: 14px;
	text-align: justify;
}
.arrow-list li {
	font-size: 14px;
	text-align: justify;
}
}

@media(max-width: 576px) {
.events-page .event-sec p {
	font-size: 14px;
}
}
.events-page .event-sec p {
	line-height: 27px;
	margin-bottom: 12px;
}
.events-page .arrow-list li {
	list-style: none;
	padding-left: 18px;
	color: #757f95;
	margin-bottom: 8px;
	position: relative;
	line-height: 27px;
}
.events-page .arrow-list li::before {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #cf271e;
	position: absolute;
	left: 0;
	font-size: 18px;
}
.-mb-20 {
	margin-bottom: -20px;
}

@media (max-width : 767px) {
.inner-page-text img {
	padding-bottom: 30px;
}
}

.award-img{
	width: auto !important;
}
.award-box{
	min-height: 460px;
}
@media (max-width : 767px) {
	.award-box{
		height: auto;
	}
}


/* sugandh css */
.investor-doc{
	border: 5px solid #ddd;
    padding: 10px 5px; margin-bottom: 25px;
}

.investor-doc h4{
	margin:10px 0 5px;
	font-size: 17px;
	text-align: center;
}
.investor-meet-theme-btn{
	display: inline-block;
}
.investor-meet-btn{
	margin-top: 0px;
}
.investor-charter-tab .heading { 
	font-size: 30px;
}
.contact-detail {border: solid 1px #ddd;
    padding: 15px;
    display: inline-block;
    margin-top: 25px;}
.contact-detail p{ color: #333; margin-bottom: 7px;}

.row-gap-5-investor{
	row-gap: 30px;
}

.job-wrapper{
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	padding: 25px;
	margin-bottom: 30px;
}
.job-wrapper:hover{
	border-color: #cf261d;
	transition: .3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.job-wrapper h4{
	font-size: 25px;
	font-weight: 700;
}
.job-detail {
    padding: 5px 10px;
    /* background-color: #c1c1c13d; */
    border-radius: 10px;
    width: fit-content;
    color: #000000 !important;
    font-size: 14px !important;
    /* border: 2px solid #cf261d; */
    display: block;
}
.job-detail i{
	padding-right: 10px;
}
.job-desc{
	margin: 10px 0px;
}

.job-wrapper span{
	color: #5f5f5f;
	font-weight: 600;
	padding: 5px 0px;
	display: block;
}

.skills-req{
	align-items: center;
	margin-bottom: 20px;
}
.skills-req p {
  width: fit-content;
  font-size: 14px !important;
  color: #757f95 !important;
}
.skills-req span{
	color: #000;
	width: 2px;
	height: 2px;
	background-color: #000;
	display: inline-block;
	margin: 0px 10px;
}
.job-desc-wrapper{
background-color: #ffffff;
	border-radius: 15px;
	border: 1px solid #eeeeee;
	padding: 25px;
	position: sticky;
	top: 150px;
}
.job-desc-wrapper h4{
font-size: 25px;
	font-weight: 700;
}
.job-desc-wrapper span{
	color: #5f5f5f;
	font-weight: 600;
	padding: 5px 0px;
	display: block;
}
.job-desc-wrapper h5{
	padding-top: 20px;
	font-size: 22px;
	padding-bottom: 10px;
}
.job-desc-wrapper p{
	font-size: 15px;
	color: #292929;
	text-align: justify;
}
.aoply-button{
	background: #cf261d !important;
	text-transform: uppercase !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    border: none !important;
	font-size: 12px !important;
    padding: 12px 14px !important;
    height: unset !important;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
	display: block;
	width: fit-content;
}
.aoply-button:hover{
	color: #fff;
}
.job-desc-wrapper .skills-req span{
	width: 100%;
	height: auto;
	background-color: transparent;
}

.skills-req li{
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.skills-req li i{
	position: absolute;
	left: 0;
	top: 5px;
	color: #5f5f5f;
}
 .content-section h3 {
            font-size: 24px;
            margin-bottom: 15px;
            color: #333;
            font-weight: 600;
        }

        .content-section p {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
            margin-bottom: 15px;
        }

        .subtitle-text {
            font-size: 20px;
            font-weight: 500;
            color: #183883;
        }

        .topics-list {
            list-style: none;
            padding-left: 0;
            margin: 20px 0;
        }

        .topics-list li {
            padding: 10px 0;
            padding-left: 20px;
            position: relative;
            font-size: 16px;
            line-height: 1.8;
            color: #555;
        }

        .topics-list li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #183883;
            font-size: 24px;
            font-weight: bold; top:2px;
        }

        .event-details-table {
            width: 100%;
            margin: 30px 0;
            border-collapse: collapse;
            background: #f8f9fa;
            border-radius: 8px;
            overflow: hidden;
        }

        .event-details-table td {
            padding: 15px 20px;
            border-bottom: 1px solid #e0e0e0;
            font-size: 16px;
        }

        .event-details-table td:first-child {
            font-weight: 600;
            color: #333;
            width: 30%;
        }

        .event-details-table td:last-child {
            color: #555;
        }

        .event-details-table tr:last-child td {
            border-bottom: none;
        }

        .why-attend-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin: 30px 0;
        }

        .why-attend-card {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #183883;
        }

        .why-attend-card h4 {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }

        .why-attend-card p {
            font-size: 15px;
            line-height: 1.7;
            color: #555;
            margin: 0;
        }

        .agenda-table {
            width: 100%;
            margin: 30px 0;
            border-collapse: collapse;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            overflow: hidden;
        }

        .agenda-table thead {
            background: #183883;
            color: #fff;
        }

        .agenda-table th {
            padding: 15px 20px;
            text-align: left;
            font-weight: 600;
            font-size: 16px;
        }

        .agenda-table td {
            padding: 15px 20px;
            border-bottom: 1px solid #e0e0e0;
            font-size: 15px;
            color: #555;
        }

        .agenda-table td:first-child {
            font-weight: 600;
            color: #183883;
            width: 15%;
        }

        .agenda-table tbody tr:hover {
            background: #f8f9fa;
        }

        .agenda-table tbody tr:last-child td {
            border-bottom: none;
        }

        .section-divider {
            margin: 50px 0;
            border-top: 2px solid #e0e0e0;
        }
		.simulationX .heading{ font-weight: 500; font-size: 35px;}
		.simulationX a{text-decoration:underline;}
		.simulationX a:hover{text-decoration:none;}
		.border-pic img{border: solid 5px #ccc; padding: 5px;}
		.event-details-table  a{ background:#183883; color: #fff; padding: 2px 8px; display: inline-block; text-decoration: none;}

.service-slider-box {
      position: relative;
      overflow: hidden;
    }

    .service-slider-box-img {
      overflow: hidden;
      border-radius: 12px 12px 0 0;
    }

    .service-slider-box img {
      overflow: hidden;
      transition: transform 0.5s ease;
      transform-origin: center center;
    }

	.service-slider-box p{    background: #283587;
    border-radius: 0 0 12px 12px;
    padding: 10px;
    color: #fff;
    font-size: 20px;}

    .service-slider-box:hover img {
      transform: scale(1.08);
    }

        @media(max-width: 1199px) {
           

            .why-attend-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media(max-width: 991px) {
           

            .content-section {
                padding: 50px 0;
            }

            .why-attend-grid {
                grid-template-columns: 1fr;
            }

            .event-details-table td:first-child {
                width: 40%;
            }

            .agenda-table {
                font-size: 14px;
            }

            .agenda-table th,
            .agenda-table td {
                padding: 12px 15px;
            }
        }

        @media(max-width: 767px) {
            .agenda-table {
                display: block;
                overflow-x: auto;
            }
        }