@charset "UTF-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p,
ul li a,
form,
label,
button,
nav.navbar.navbar-expand-lg.navbar-light,
a.navbar-brand.logo,
a.nav-link,
.navbar-light .navbar-nav .nav-link {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
	overscroll-behavior: none;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-family: "Jost", sans-serif;
	box-sizing: border-box;
  overflow-x: hidden;
}

:focus,
.btn-light.focus,
.btn-light:focus,
.bootstrap-select .dropdown-toggle:focus,
select.goog-te-combo {
	outline: 0 !important;
}

.no-c-pd {
	padding: 0;
}
a {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

b,
strong {
	font-weight: 600;
}
.mt-8 {
	margin-top: 8px!important;
}
.mt-10 {
	margin-top: 10px!important;
}
.mt-15 {
	margin-top: 15px;
}
.mt-30 {
    margin-top: 30px!important;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}

/*--------------------------Css start here---------------*/
span.mandatory-star {
    color: #E70000;
}
.paragraph-1 {
    color: #000000;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}
#heading {
    text-transform: uppercase;
    color: #000000;
    font-family: Teko;
    font-size: 42px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0.03em;
    text-align: center;
}

.msform {
	position: relative;
	margin-top: 25px;
}

.msform fieldset {
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative
}

.form-card {
	text-align: left
}

.msform fieldset:not(:first-of-type) {
	display: none
}

.msform input,
.msform textarea, .search-form .form-control {
	padding: 15px 15px;
	border: 1px solid #CCCDCD;
	border-radius: 6px;
	margin-top: 0;
	width: 100%;
	box-sizing: border-box;
	color: #000000;
	background-color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 400;
}

.msform input::placeholder,
.msform textarea::placeholder ,  .search-form .form-control::placeholder{
	color: #7E7C7C!important;
}

.msform input:focus,
.msform textarea:focus, .form-control:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #A30000;
	outline-width: 0
}

.msform .action-button, .btn-primary, .navbar .menu-items li a.btn-primary, .action-button {
	background: #A30000;
    color: white;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 14.2px;
    /* float: right; */
    min-width: 75px;
    display: inline-block;
    width: auto;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
	margin: 0;
	text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    /* max-height: 56px; */
}

.msform .action-button:hover,
.msform .action-button:focus, .btn-primary:hover, .btn-primary:focus {
	background-color: #001E4A;
    color: #ffffff;
}

.exit-btn.action-button {
    background: #001E4A;
}
.exit-btn.action-button:hover {
    background: #A30000;
    color: #fff;
}
.msform .action-button-previous {
	background: #616161;
	font-weight: 600;
	color: white;
	border: 0 none;
	border-radius: 6px;
	cursor: pointer;
	padding: 10px 20px;
	float: right;
	min-width: 100px;
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
	background-color: #000000
}

.card {
	z-index: 0;
	border: none;
	position: relative
}

.fs-title {
    color: #4A4646;
    font-family: Teko;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}
.purple-text, .primary-red {
	color: #A30000!important;
}

.steps {
	font-size: 22px;
	color: gray;
	font-weight: normal;
	text-align: right
}

.fieldlabels {
	color: #000000;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 2px;
}

#progressbar {
	margin-bottom: 50px;
	display: flex;
	color: lightgrey;
    width: 100%;
    position: relative;
    column-gap: 6px;
    row-gap: 6px;
    justify-content: center;
}

#progressbar li#account.active a:after, #progressbar > li:first-child, #progressbar .cst-step-2 a:after {
  background: white!important;
}
/* #progressbar:before {
  content: '';
  width: 100%;
  height: 10px;
  background: #E6E8E8;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}
#progressbar:after {
  content: '';
  width: 2.25%;
  height: 10px;
  background:  #A30000;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
  transition: width 2s ease;
} */

#progressbar .active a {
	color: #000000;
}

#progressbar li {
    list-style-type: none;
    width: 25%;
    /* float: left; */
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    color: #989797;
}
#progressbar li a {
    width: 100%;
    display: inline-block;
    cursor: not-allowed;
    color: #989797;
}
#progressbar .active-url > a {
    cursor: pointer;
}

.progress-bar-2 li {
    width: 20%!important;
}

#progressbar #account a:before, .step--1 a:before {
	content: "1"
}

#progressbar #personal a:before, .step--2 a:before {
	content: "2"
}

#progressbar #payment a:before, .step--3 a:before {
	content: "3"
}

#progressbar #confirm a:before, .step--4 a:before {
	content: "4"
}

.first-single-step{
  height: 10px;
  border-radius: 6px;
  background-color: #A30000 !important;
}

.step--5 a:before {
	content: "5"
}

.step--6 a:before {
	content: "6"
}

.step--7 a:before {
	content: "7"
}

.step--8 a:before {
	content: "8"
}

#progressbar li a:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #989797;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto 50px auto;
    padding: 2px;
    font-weight: 500;
    border: 2px solid #B2B2B2;
    position: relative;
    z-index: 1;
}


#progressbar li a:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #E6E8E8;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: -1;
  border-radius: 17px;
}

#progressbar li.active a:before,
#progressbar li.active a:after {
	background: #A30000;
	color: #fff;
    border-color: #A30000;
}

/* .progress {
	height: 10px;
  position: absolute;
    width: 100%;
    top: 14px;
}

.progress-bar {
  background-color: #A30000 !important;
} */
.fit-image {
	width: 100%;
	object-fit: cover
}

.step-wrap-3 li {
    width: 33.33% !important;
}
/* .sub-content {
    margin-top: 10px;
} */
/*** Radio BUtton ***/
label.cst-radio-d {
	display: flex;
	column-gap: 8px;
	align-items: center;
}

label.cst-radio-d span {
	border-radius: 0;
	transition: .25s ease;
	padding: 0;
	background: transparent;
}

label.cst-radio-d span:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: .25s ease;
	box-shadow: inset 0 0 0 0.125em #A30000;
}

input:checked+label.cst-radio-d span:before {
	box-shadow: inset 0 0 0 0.3em #A30000;
}

.hidden {
	display: none;
}

/* .sub-content, .sub-sub-content, .in-director-detail {
	padding: 20px;
	background: #eceff1;
	margin-top: 5px;
	border-radius: 6px;
} */

.msform .sub-content input,
.msform .sub-content select, .in-director-detail input, .in-director-detail select, .in-director-detail textarea {
	background-color: #fff!important;
}
/* .in-director-detail{
	margin-bottom: 20px;
} */
/* .in-director-detail .sub-content {
	padding: 20px 0 0;
} */
.checkbox {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	color: grey;
}

.checkbox input {
	position: absolute;
	width: 0;
	left: 50px;
	height: 0;
	opacity: 0;
	cursor: pointer;
}

.checkbox .checkmark {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: white;
	border-radius: 3px;
	outline: 0.125em solid #A30000;
	transition: all 0.2s ease;
}

.checkbox:hover .checkmark {
	background: #f4f4f5;
	transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark {
	background: #A30000;
	outline: 1px solid rgb(103 58 183);
}

.checkbox .checkmark::after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	top: 40%;
	width: 4px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	opacity: 0;
	transition: all 0.2s ease;
}

.checkbox input:checked~.checkmark::after {
	opacity: 1;
	transition: all 0.2s ease;
}

.wrap-check {
	margin-top: 5px;
	column-gap: 25px;
	row-gap: 25px;
}

select.form-select {
	border: 1px solid #CCCDCD;
	border-radius: 6px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 16px 30px 16px 16px;
	background-color: #fff;
	margin-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-select:focus {
	border-color: #A30000;
	outline: 0;
	box-shadow: none;
}

.field-wflex {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

/* .sub-sub-content {
	background: #fff !important;
} */

.custom-file-button input[type=file] {
	padding-left: 7rem;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
	display: none;
}

.custom-file-button input[type=file]::file-selector-button {
	display: none;
}

.custom-file-button:hover label {
    background-color: #A30000;
    cursor: pointer;
    border-color: #A30000;
}

.custom-file-button {
	position: relative;
}

.custom-file-button label {
	display: flex;
	align-items: center;
	padding: 20px;
	color: #fff;
	background-color: #001E4A;
	border: 1px solid #001E4A;
	position: absolute;
	top: 0;
	font-size: 13px;
	bottom: 0;
	border-radius: 6px 0 0 6px;
	height: 100%;
}

.custom-file-button .fieldlabels, .custom-file-button .fieldlabelss {
  margin: 0;
}

.modal-title {
    color: #20103b;
    text-align: left;
    font-weight: 500;
}

/** login signup **/
/* img.logo-img {
    margin-bottom: 40px;
} */
section.login-register-wrap {
    min-height: 100vh;
    background: url(/assets/images/login-bg.png) no-repeat;
    overflow: hidden;
    background-size: cover!important;
}

section.login-register-wrap.sign-up-bg {
    background: url(/assets/images/signup-bg.png) no-repeat;
}

.login-register-container {
    max-width: 685px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    border-radius: 0;
    /* background: #fff; */
    box-shadow: none;
    position: relative;
    height: 100%;
    min-height: 100vh;
}
.login-register-container:before {
    content: "";
    background: url('/assets/images/bg-pattern.png') no-repeat;
    position: absolute;
    top: 0;
    z-index: 0;
    min-width: 100%;
    height: 100%;
    min-height: 100vh;
    /* left: -245px; */
    right: 0;
    background-size: cover;
    /* display: none!important; */
}

.logs--wrapper {
    padding: 25px 45px 25px 220px;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

.login-register-wrap .container-fluid {
    padding: 0;
    max-width: unset!important;
}

.heading-1 {
    color: #000;
    font-family: Teko;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.03em;
    text-align: left;

}
img.float-eye {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    max-width: 18px;
	cursor: pointer;
}
.eye-btn-wrap input {
    padding-right: 45px;
}

.signup-text {
    color: #20103b;
    font-size: 16px;
    font-weight: 500;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.signup-text a {
    font-weight: 600;
    color: #A30000;
}

/** About Page **/

.about-list li {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #A300000D;
  padding: 30px 30px;
}
.about-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.key-objective {
  background: #A300000D;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}
.startup-content .key-features ul.check-list, .startup-content .key-objective ul.check-list {
  gap: 10px;
}

.key-features {
  background: #001E4A0D;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
}
.grid-2.grid-2-auto {
  grid-template-columns: 1fr auto;
}


.ecosystem-wrap {
  background: #A300000A;
}
.ecosystem-conatiner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}

.counter-wrap-2 {
  min-width: 350px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 8px 17px 0px #AC00001A, 0px 30px 30px 0px #AC000017, 0px 68px 41px 0px #AC00000D, 0px 120px 48px 0px #AC000003, 0px 188px 53px 0px #AC000000;
}
.counter-wrap-2 div {
  background: #A30000;
  font-family: Teko;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  padding: 15px 20px;
}

.counter-wrap-2 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.counter-wrap-2 .eco-head {
  font-family: Jost;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
}

.eco-badge {
  display: inline-block;
  font-family: Jost;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  background: #a30000;
  color: #ffffff;
  border-radius: 23px;
  padding: 6px 9px;
}

.card-wrap {
  padding: 40px 20px;
  border: 1px solid #E6E8E8;
  border-radius: 20px;
  height: 100%;
  background: #FFFFFF;

}
/* a:hover {
	color: #311B92!important;
} */

.otp-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between;
}
.otp-list input {
    width: 50px;
    height: 50px;
    padding: 6px;
    /* flex: 1; */
    appearance: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 22px;
    color: #20103b;
    font-weight: 500;
}

.otp-list input::-webkit-outer-spin-button,
.otp-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.resend-otp {
	font-weight: 600;
    color: #A30000;
    text-decoration: underline;
	margin-top: 20px;
	display: inline-block;
	font-size: 15px;
}

.digit-group .splitter {
	font-size: 24px;
	color: #20103b;
}
  .forgot-text {
    font-weight: 600;
    color: #A30000;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0px;
}

.btn-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    column-gap: 15px;
    row-gap: 20px;
    margin-top: 30px;
}

.btn-flex .action-button {
    background: transparent;
    border: 1px solid #001E4A;
    color: #001E4A;
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
}

.btn-flex .action-button:hover {
    color: #fff;
}

/* .btn-flex span img {
    max-width: 20px;
} */

.img-wrap {
	display: inline-block;
	line-height: normal;
    max-width: 16px;
}

/** tab list **/
ul.tab-list li {
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: rgb(74 70 70 / 40%);
    padding: 10px 10px 10px 50px;
    position: relative;
	border-radius: 6px;
}

ul.tab-list li:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid rgb(74 70 70 / 40%);
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 12px;
    border-radius: 100%;
}

ul.tab-list li.active {
    background: #A30000;
    color: #fff;
}
ul.tab-list li a {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(74 70 70 / 40%);
}
ul.tab-list li.active a {
  color: #fff;
}

ul.tab-list li.active:before {
    border: 2px solid #ffffff;
}

ul.tab-list li + li {
	margin-top: 10px;
}

ul.tab-list li.completed:before {
    content: url('/assets/images/tab-tick.svg')!important;
	border: 0;
	border-radius: 0;
}
ul.tab-list li.completed a{
    color: #A30000;
}
.nav-tabs .nav-link {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #7E7C7C;
	padding: 15px 20px;
	border: 0;
	background: transparent !important;
}

.nav-tabs .nav-link.active {
    border: 0;
	border-bottom: 2px solid #A30000 !important;
	color: #A30000;
}

.tab-content {
    padding: 20px;
    background: #f5f5f5;
    margin-top: 5px;
    border-radius: 10px;
    margin-top: 20px;
	/* margin-bottom: 20px; */
}

textarea {
	resize: none;
  }

  .btns-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: flex-end;
	margin-top: 30px;
}

a.go-back-btn {
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    text-decoration: none;
}

a.go-back-btn:hover {
    color: #A30000;
}
span.arrow-top {
    position: relative;
	display: inline-block;
    width: 100%;
}
li.active span.arrow-top:before {
    content: url('/assets/images/step-arrow.svg')!important;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -110px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.msform input:disabled, .msform textarea:disabled, .msform select:disabled, .objection-css .msform input[type='text']:disabled, .objection-css .msform input[type='email']:disabled, .objection-css .msform input[type='number']:disabled, .objection-css .msform input[type='file']:disabled, .objection-css .msform input[type='date']:disabled, .objection-css .msform input[type='url']:disabled, .objection-css .msform input[type='time']:disabled, .objection-css .msform textarea:disabled, .objection-css .search-form .form-control:disabled, .objection-css select.form-select:disabled {
	cursor: not-allowed;
    background-color: var(--bs-secondary-bg)!important;
    border-color: #CCCDCD!important;
  }

  button.accordion-button {
    font-family: Jost !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    background: #A30000;
    border-radius: 6px 6px 0 0 !important;
	  padding: 20px;
    column-gap: 15px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #A30000;
    box-shadow: none;
}
.accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
	background-image: url('/assets/images/plus.svg') !important;
	height: 20px;
	width: 20px;
	background-position: center;
}

.accordion-button:not(.collapsed)::after {
	content: "";
	background-image: url('/assets/images/minus.svg') !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #A30000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(251 73 0 / 25%);
}

.accordion-item {
    margin-top: 20px;
}

.accordion-body {
    padding: 20px;
    border: 1px solid #CCCDCD;
	border-radius: 0 0 6px 6px;
	background: #A300000D;
}

.sub-title-2 {
    font-family: Teko;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}

a.edit-form-btn {
    display: inline-block;
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #A30000;
    background: white;
    padding: 10px;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
    text-transform: uppercase;
	z-index: 99;
}

a.edit-form-btn:hover {
    color: #ffffff!important;
    background: #001E4A;
}

.accordion-header {
	position: relative;
}

.open-file {
    display: inline-block;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #A30000;
    text-decoration: underline;
}

.open-file:hover {
	color: #001E4A!important;
}

ul.cst-list {
    list-style: disc;
    padding: 15px 36px;
    background: #f5f5f5;
    margin-top: 5px;
    border-radius: 10px;
}
ul.cst-list li {
    color: #000000;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

button.extend-btn {
    background: #A30000;
    color: white;
    font-weight: 500;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 16px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
}
.remove-extend-field {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 55px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    max-height: 56px;
    height: 100%;
}
.add-field-wrap {
    display: flex;
    width: 100%;
    column-gap: 20px;
}
.flex-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 5px;
}
.add-field-wrap .row {
    flex: 1;
    row-gap: 20px;
}
.add-field-wrap + .add-field-wrap {
    margin-top: 20px;
}

.remove-extend-field button {
    background: transparent;
}
.remove-extend-field button img {
    width: 22px;
}

.cmn-table .table-dark {
    --bs-table-bg: #A30000;
	--bs-table-striped-bg: rgb(236 239 241);
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f5f5f5;
}
.cmn-table thead.table-dark {
    background-color: #A30000;
}
.cmn-table tbody th, .cmn-table tbody td {
    color: #000!important;
	font-size: 16px;
	font-weight: 500;
}
.cmn-table tbody td {
    min-width: 150px;
    vertical-align: middle;
}
.cmn-table {
	border-radius: 10px;
    overflow: hidden;
}

.table.cmn-table>:not(caption)>*>* {
    padding: 0.75rem 0.75rem;
}

.cmn-table th {
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
}

.cmn-table thead.table-dark td {
    color: #ffffff !important;
}
.or-divider {
    /* margin-bottom: 0px; */
    font-weight: 600;
    color: #20103b;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    width: auto;
	line-height: normal;
  margin-top: 45px;
  margin-bottom: 0!important;
}

/* .or-divider.mb-15 {
  margin: auto!important;
} */

.or-flex {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 20px;
}

.or-upload, .or-url {
    width: 100%;
}

.field-wflex input {
    flex: 1;
}

.visiblity-hidden {
    visibility: hidden;
}

.pdf-lists {
    margin-top: 10px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #7E7C7C;
}

.pdf-lists a, .annexure-txt {
    color: #A30000;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
}

.pdf-lists a:hover {
  color: #001E4A;
}
.annexure-txt {
  margin-bottom: 10px;
}
.terms-modal .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: unset;
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0;
    color: var(--bs-btn-close-color);
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.flex--wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.terms-modal .modal-body, .terms-modal .modal-footer {
    padding: 0;
    position: relative;
}

.terms-modal .modal-header {
    padding: 0 0 30px;
    border-bottom: 1px solid #CCCDCD;
    margin-bottom: 30px;
    position: relative;
}

.terms-modal.modal-content {
    padding: 30px;
}
.terms-modal .modal-title-2 {
    font-family: Teko;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #302B2B;
}
.terms-modal .paragraph-5 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #302B2B;
    margin-top: 4px;
}

.terms-modal button.btn-close.float-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
}

.terms-modal .modal-title-3 {
    font-family: Teko;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #4A4646;
    margin-bottom: 10px;
}

.terms-modal .paragraph-4 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #646161;
}

.terms-modal .terms-wrap li {
    margin-bottom: 20px;
}

button.btn.btn-decline {
    padding: 0;
    margin: 0;
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
    color: #000;
    margin-right: 12px;
}

.terms-modal .modal-footer {
    padding-top: 30px;
    border-top: 1px solid #CCCDCD;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 40px;
}

/** Checkbox **/
.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .form-group label.checkbox-label {
    position: relative;
    cursor: pointer;
  }

  .form-group label.checkbox-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 0.45rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
}

.form-group input:checked + label:before {
    background-color: #A30000;
    border-color: #A30000;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group.cst-flex {
    margin: 0;
    flex: 1;
}
.form-group.cst-flex .checkbox-label {
    display: flex;
    align-items: flex-start;
}

.modal-btn-wrap {
    margin: 0;
}

.heading-5 {
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #646161;
}

.cst-mx-term {
    max-width: 920px;
}

.btns-wrapper.m-10 {
    margin-top: 10px;
}

.float-form {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    min-width: 360px;
    max-width: 360px;
}
.float-form h4 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #4A4646;
}
.other-register {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 10px;
}
.other-register a {
    font-family: Jost;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #A30000;
}

.other-register a:hover {
    color: #001E4A;
}

.label-1 + .label-1 {
    margin-top: 20px;
}
.divide-pipe {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #4A4646;
}
.action-button.oauth-login {
    border-color: #001E4A;
    color: #001E4A;
}

.m-view, .hide-menu-mob, .m-profile{
    display: none;
}


/** Add on Css **/
.header-logo {
    max-width: 160px;
}
.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 15px;
    row-gap: 15px;
    padding: 10px 0;
}
.user-img img {
    display: inline-block;
    width: 34.5px;
    height: 34.5px;
    object-fit: cover;
    border-radius: 50%;
}

button.btn.btn-primary.dropdown-toggle {
    padding: 5px 10px 5px 10px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #4A4646;
    background: #fff;
    border: 1px solid #CCCDCD;
    text-transform: capitalize;
    max-height: 46px;
    display: flex;
    align-items: center;
}
ul.nav-item-flex {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.user-name {
    margin-left: 8px;
}

.top-nav-left, .top-nav-right {
    display: flex;
    align-items: center;
}

.top-para-1 {
    font-family: Jost;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: left;
    color: #FFFFFF!important;
    vertical-align: middle;
    margin-left: 3px;
}
.call-wrap .top-para-1 {
  color: #7E7C7C;
}
.top-nav {
    background: #001E4A;
}
.border-cst-right {
    padding: 8px 15px;
    border-right: 1px solid #FFFFFF33;
}

.top-conatiner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

.mail, .lang-wrapper {
    padding: 8px 15px;
}
.top-nav-right button.btn.btn-secondary.dropdown-toggle {
    padding: 0;
    background: none;
}
.top-nav-right .dropdown-toggle::after {
    display: none;
}

.call-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #646161;
}
.call-num {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    color: #A30000;
    margin-top: 3px;
}

.call-wrap img {
    max-width: 55px;
}

.call-wrap {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
/* animation menu hamburger */
.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 9999;
  }
  .menu-btn.open {
    z-index: 99999;
  }

  @media (max-width: 1200px) {
    .menu-btn {
      display: flex;
    }
  }
  .menu-btn .menu-btn__lines,
  .menu-btn .menu-btn__lines::before,
  .menu-btn .menu-btn__lines::after {
    width: 1.5rem;
    height: 0.1rem;
    background: #001E4A;
    transition: all 0.4s ease-in-out;
  }
  .menu-btn .menu-btn__lines::before, .menu-btn .menu-btn__lines::after {
    content: "";
    position: absolute;
  }
  .menu-btn .menu-btn__lines::before {
    transform: translateY(-0.5rem);
  }
  .menu-btn .menu-btn__lines::after {
    transform: translateY(0.5rem);
  }
  .menu-btn.open .menu-btn__lines {
    transform: translateX(1rem);
    background: transparent;
  }
  .menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: #ffffff;
  }
  .menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: #ffffff;
  }

  .expand-btn:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    opacity: 0.75;
    transform: translateY(-50%) rotate(0);
    transition: 0.25s;
    background: url('/assets/images/dropdown-arrow-gray.svg') no-repeat;
    width: 14px;
    height: 10px;
    background-size: contain;
}
  .expand-btn.open {
    color: #A30000;
  }
  .expand-btn.open:after {
    transform: translateY(-50%) rotate(180deg);

  }

  /* navbar */
  .navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 65px;
    padding: 0 60px;
    background: #000000;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05); */
  }
  @media (max-width: 1200px) {
    .navbar {
      padding: 10px 20px;
      z-index: 99999!important;
    }
  }
  .navbar.sticky {
    position: relative;
    z-index: 9999;
    top: 0;
    padding: 0;
}


  .navbar .menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #CCCDCD;
      border-top: 1px solid #CCCDCD;
      column-gap: 30px;
      background: #fff;
      padding: 8px 0;
  }
  .navbar .menu-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #222;
  }
  .navbar .menu-items::-webkit-scrollbar {
    width: 6px;
    background-color: #222;
  }
  .navbar .menu-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #fff;
  }
  ul.dropdown-menu-2 a.menu-item {
    color: #302B2B;
    border-bottom: 1px solid #e8e8e8;
    }
    ul.dropdown-menu-2 a.menu-item:hover {
        background: #A30000;
        color: #fff;
    }
    a.menu-item.expand-btn:hover {
      border-radius: 0 0 6px 6px;
    }
    .navbar .dropdown-menu-2 li:last-child a {
      border-bottom: 0;
    }
  @media (max-width: 1200px) {
    .navbar .menu-items {
      scrollbar-gutter: stable;
      position: fixed;
      top: 0px;
      left: 0;
      display: block;
      width: 330px;
      height: 100%;
      padding-top: 0px;
      padding-bottom: 60px;
      padding-right: 16px;
      padding-left: 20px;
      background: #fff;
      overflow-y: auto;
      transform: translateX(-150vh);
      transition: 0.3s ease-out;
    }
    .navbar .menu-items.open {
      transform: translateY(0);
    }
  }
  .navbar .menu-items > li > .menu-item {
    padding: 20px 20px 20px 0;
  }
  @media (max-width: 1200px) {
    .navbar .menu-items > li > .menu-item {
      padding: 1rem 0;
    }
  }
  .navbar .menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
  }
  @media (max-width: 1200px) {
    .navbar .menu-items li a {
      padding: 12px 1rem;
      border-radius: 6px;
    }
  }
  .navbar .dropdown-2 {
    position: relative;
  }
  @media (min-width: 1200px) {
    .navbar .dropdown-2:hover > .dropdown-menu-2 {
      opacity: 1;
      visibility: visible;
      display: block;
    }
    .navbar .dropdown-2:hover > .expand-btn:after {
      transform: translateY(-50%) rotate(180deg);
      /* background: url(/assets/images/dropdown-arrow-orange.svg) no-repeat; */
    }
  }

  .navbar .menu-item.expand-btn:hover:after {
    background: url(/assets/images/dropdown-arrow-orange.svg) no-repeat;
  }
  @media (min-width: 1200px) {
    .navbar .dropdown-2 .dropdown-right .expand-btn:after,
  .navbar .dropdown-2 .dropdown-left .expand-btn:after {
      right: 0.625rem;
      background: url(/assets/images/dropdown-arrow-white.svg) no-repeat;
    }
    /* ul.dropdown-menu-2 li.dropdown-2 .expand-btn {
      background: url(/assets/images/dropdown-arrow-white.svg) no-repeat;
    } */

    .navbar ul.dropdown-menu-2 li.dropdown-2 .menu-item.expand-btn:hover:after {
      background: url(/assets/images/dropdown-arrow-white.svg) no-repeat;
    }
    .navbar ul.dropdown-menu-2 li.dropdown-2 .menu-item.expand-btn:after {
      right: 12px;
    }
    
  }
  @media (min-width: 1200px) {
    .navbar .dropdown-menu-2 {
      position: absolute;
      top: 56px;
      right: 0;
      left: 0;
      min-width: 250px;
        max-width: 250px;
        padding: 0;
        background: #ffffff;
        border-radius: 0 0 6px 6px;
      opacity: 0;
      box-shadow: 0px 11px 19px 0 rgb(0 0 0 / 15%);
      visibility: hidden;
      transition: all 0.4s ease;
      display: none;
      z-index: 1;
      
    }
    .navbar .dropdown-menu-2 .dropdown-2 .dropdown-menu-2 {
      top: 46px;
      left: 20px;
    }
  }
  @media (max-width: 1200px) {
    .navbar .dropdown-menu-2 {
      display: none;
      position: relative;
      top: 0;
      width: 100%;
      padding-left: 0rem;
      overflow: hidden;
    }
  }
  .navbar .menu-right {
    top: 0;
    left: 100%;
  }
  @media (max-width: 1200px) {
    .navbar .menu-right {
      top: 0;
      left: 0;
      right: auto;
      width: 100%;
      padding-left: 1.5rem;
    }
    .navbar .menu-right:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 20px;
      width: 1px;
      height: calc(100% - 25px);
      background-color: #cdcdcd;
      transform: translateY(-50%);
    }
  }
  .navbar .menu-left {
    top: 0;
    left: -100%;
  }
  @media (max-width: 1200px) {
    .navbar .menu-left {
      top: 0;
      left: 0;
      width: 100%;
      padding-left: 1.5rem;
    }
    .navbar .menu-left:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 20px;
      width: 1px;
      height: calc(100% - 25px);
      background-color: rgba(255, 255, 255, 0.25);
      transform: translateY(-50%);
    }
  }
  .navbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    /* font-size: 14px; */
    transition: 0.25s;
  }
  .navbar .menu-item:hover {
    color: #a30000;
  }
  .navbar ul li {
    list-style: none;
    transition: 0.3s ease;
  }
  .navbar ul li .arrow {
    transition: all 0.3s ease-out;
  }
  .navbar ul li a {
    position: relative;
    text-decoration: none;
    color: #4A4646;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;

  }
  @media (min-width: 1200px) {
    .navbar .dropdownMega {
      position: inherit !important;
    }
  }
  @media (min-width: 1200px) {
    .navbar .mega-menu {
      position: absolute;
      top: 65px;
      left: 0;
      width: 100vw;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
    }
  }
  @media (max-width: 1200px) {
    .navbar .mega-menu {
      position: relative;
      display: none;
      padding-left: 0;
    }
  }
  .navbar .mega-menu .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    width: 100%;
    padding: 1rem;
    background: #171b27;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  }
  @media (max-width: 1200px) {
    .navbar .mega-menu .content {
      grid-template-columns: auto;
    }
  }
  @media (min-width: 1200px) {
    .navbar .mega-menu .content {
      padding: 1.5rem 1rem;
    }
  }
  @media (max-width: 1200px) {
    .navbar .mega-menu .content .col {
      padding: 0;
      width: 100%;
    }
  }
  .navbar .category .content .col .img-wrapper {
    margin: 1rem 0;
  }
  .navbar .blog .content {
    grid-template-columns: repeat(1, 1fr);
  }
  @media (min-width: 1200px) {
    .navbar .blog .content {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .navbar .blog .content .col .img-wrapper {
    margin-bottom: 1rem;
  }
  .navbar .blog .content .col .menu-title {
    font-weight: normal;
  }
  .navbar .blog .content .col .menu-title a {
    transition: 0.25s;
  }
  .navbar .blog .content .col .menu-title a:hover {
    color: #ff5722;
  }
  .navbar .content .col {
    display: flex;
    flex-direction: column;
  }
  .navbar .content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden;
  }
  .navbar .content .col .img-wrapper:hover img {
    transform: scale(1.1);
  }
  .navbar .content .col .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .navbar .content .col img {
    width: 100%;
    max-width: 100%;
    transition: transform 0.3s ease-in-out;
  }
  .navbar .content .col .menu-title {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.125rem;
    border-left: 2px solid #ff5722;
    padding-left: 0.625rem;
  }
  @media (max-width: 1200px) {
    .navbar .content .col .menu-title {
      font-size: 0.875rem;
    }
  }
  .navbar .content .col p {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 0.813rem;
    line-height: 1.6rem;
    color: #ffffff;
  }
  .navbar .content .col .mega-links {
    padding-left: 1rem;
    border-left: 1px solid #3c3c3c;
  }
  @media (max-width: 1200px) {
    .navbar .content .col .mega-links {
      border-left: 0;
      padding-left: 0;
    }
    .navbar .content .col .mega-links li {
      margin: 0;
    }
    .navbar .content .col .mega-links li a {
      padding: 0 0.5rem;
    }
  }
  .navbar .content .col .mega-links li {
    margin: 1rem 0;
  }
  .navbar .content .col .mega-links li a {
    padding: 0;
  }

  @media (max-width: 1200px) {
    .overflow {
      overflow: hidden;
    }
  }

  @media (max-width: 1200px) {
    .overlay {
      position: fixed;
      z-index: 99999;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
      width: 100%;
    }
    .overlay.overlay--active {
      opacity: 1;
      visibility: visible;
    }
  }


  .profile-dropdown .dropdown-item {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #302B2B;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #cdcdcd;
}
.profile-dropdown a img {
  width: 16px;
}
.hide-menu ul.dropdown-menu.show {
  padding: 0;
  min-width: 175px;
  z-index: 99999;
}

li.hide-menu li.profile-dropdown:last-child .dropdown-item, .m-profile.dropdown-2 li.profile-dropdown:last-child .dropdown-item  {
  border: 0;
}

.dropdown-item.active, .dropdown-item:active {
  background: #001E4A;
}

/** Pages Css **/

.heading--2 {
  font-family: Teko;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #161010;
}
section.common--wrapper {
  padding: 60px 0;
  position: relative;
  overflow-x: hidden;
}

.register-content-wrap {
  background: linear-gradient(180deg, #001E4A 0%, #0047B0 100%);
  padding: 30px;
  border-radius: 10px;
  max-width: 300px;
  min-width: 300px;
  text-align: center;
}
.register-content-wrap.incubator-register {
  background: linear-gradient(180deg, #001E4A 0%, #7CA500 100%);
}
.register-content-wrap.other-registration {
  padding: 30px;
  border-radius: 10px;
  max-width: 300px;
  min-width: 300px;
  text-align: center;
  background: linear-gradient(180deg, #001E4A 0%, #a30000 100%);
}
a.btn-primary.w--bg--btn {
  background: transparent;
}
a.btn-primary.w--bg--btn:hover {
  background: #A30000;
  border-color: #A30000;
}
.heading--3 {
  font-family: Teko;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin: 20px 0;
}
.register-content {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.light-grey-1 {
  color: #646161;
}

.cmn-container {
    padding: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.w-bg-primary {
  background: transparent;
  color: #A30000;
  border-color: #A30000;
}

.w-bg-primary:hover {
  background: #A30000;
}

.paragraph-2, .scheme-data .paragraph-2 {
  color: #646161;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.content-info {
  flex: 1;
}

.dashboard-content {
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 40px;
  align-items: flex-start;
}
.mt-50 {
  margin-top: 50px!important;
}

/* animation menu hamburger */
.menu-btn-2 {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 1200px) {
  .menu-btn-2 {
    display: flex;
  }
}
.menu-btn-2 .menu-btn-2__lines,
.menu-btn-2 .menu-btn-2__lines::before,
.menu-btn-2 .menu-btn-2__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #001E4A;
  transition: all 0.4s ease-in-out;
}
.menu-btn-2 .menu-btn-2__lines::before, .menu-btn-2 .menu-btn-2__lines::after {
  content: "";
  position: absolute;
}
.menu-btn-2 .menu-btn-2__lines::before {
  transform: translateY(-0.5rem);
}
.menu-btn-2 .menu-btn-2__lines::after {
  transform: translateY(0.5rem);
}
.menu-btn-2.open .menu-btn-2__lines {
  transform: translateX(1rem);
  background: transparent;
}
.menu-btn-2.open .menu-btn-2__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #001E4A;
}
.menu-btn-2.open .menu-btn-2__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #001E4A;
}

.expand-btn-2:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  opacity: 0.75;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
  background: url(/assets/images/dash-arrow.svg) no-repeat;
  width: 14px;
  height: 10px;
  background-size: contain;
}
.expand-btn-2.open {
  background: #E6E8E8;
}
.expand-btn-2.open:after {
  transform: translateY(-50%) rotate(180deg);

}

/* navbar-2 */
.navbar-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 65px;
  padding: 0 60px;
  background: #000000;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05); */
}
@media (max-width: 1200px) {
  .navbar-2 {
    padding: 10px 20px;
  }
}
.navbar-2.sticky {
  position: relative;
  z-index: 999;
  top: 0;
  padding: 0;
}


.navbar-2 .menu-items-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  border: 1px solid #CCCDCD;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
}
.navbar-2 .menu-items-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #222;
}
.navbar-2 .menu-items-2::-webkit-scrollbar {
  width: 6px;
  background-color: #222;
}
.navbar-2 .menu-items-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

  ul.dropdown-menu-2-2 a.menu-item-2:hover {
      background: #E6E8E8;
  }
@media (max-width: 1200px) {
  .navbar-2 .menu-items-2 {
    scrollbar-gutter: stable;
    position: fixed;
    top: 0px;
    left: 0;
    display: block;
    width: 330px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-right: 16px;
    padding-left: 20px;
    background: #fff;
    overflow-y: auto;
    transform: translateX(-100vh);
    transition: 0.3s ease-out;
    border-radius: 0;
  }
  .navbar-2 .menu-items-2.open {
    transform: translateY(0);
  }

}
.navbar-2 .menu-item-2 {
  padding: 10px;
}

.navbar-2 .menu-items-2 li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1200px) {
  .navbar-2 .menu-items-2 li a {
    padding: 12px 1rem;
    border-radius: 6px;
  }
}
.navbar-2 .dropdown-2 {
  position: relative;
}
@media (min-width: 1200px) {
  .navbar-2 .dropdown-2:hover > .dropdown-menu-2-2 {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .navbar-2 .dropdown-2:hover > .expand-btn-2:after {
    transform: translateY(-50%) rotate(180deg);
    /* background: url(/assets/images/dropdown-arrow-orange.svg) no-repeat; */
  }
}

.navbar-2 .menu-item.expand-btn-2:hover:after {
  background: url(/assets/images/dropdown-arrow-orange.svg) no-repeat;
}
@media (min-width: 1200px) {
  .navbar-2 .dropdown-2 .dropdown-right .expand-btn-2:after,
.navbar-2 .dropdown-2 .dropdown-left .expand-btn-2:after {
    right: 0.625rem;
    background: url(/assets/images/dropdown-arrow-white.svg) no-repeat;
  }
}

  .navbar-2 .dropdown-menu-2-2 {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }

/* .navbar-2 .menu-right {
  top: 0;
  left: 100%;
} */
  .navbar-2 .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    padding-left: 1.5rem;
  }


.navbar-2 .menu-left {
  top: 0;
  left: -100%;
}
@media (max-width: 1200px) {
  .navbar-2 .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
  }
  .navbar-2 .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}
.navbar-2 .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  /* font-size: 14px; */
  transition: 0.25s;
}
.navbar-2 .menu-item:hover {
  color: #ff5722;
}
.navbar-2 ul li {
  list-style: none;
  transition: 0.3s ease;
}
.navbar-2 ul li .arrow {
  transition: all 0.3s ease-out;
}
.navbar-2 ul li a {
  position: relative;
  text-decoration: none;
  color: #4A4646;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
    width: 100%;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .navbar-2 .dropdownMega {
    position: inherit !important;
  }
}
@media (min-width: 1200px) {
  .navbar-2 .mega-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
  }
}
@media (max-width: 1200px) {
  .navbar-2 .mega-menu {
    position: relative;
    display: none;
    padding-left: 0;
  }
}
.navbar-2 .mega-menu .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: #171b27;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .navbar-2 .mega-menu .content {
    grid-template-columns: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-2 .mega-menu .content {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 1200px) {
  .navbar-2 .mega-menu .content .col {
    padding: 0;
    width: 100%;
  }
}
.navbar-2 .category .content .col .img-wrapper {
  margin: 1rem 0;
}
.navbar-2 .blog .content {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1200px) {
  .navbar-2 .blog .content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.navbar-2 .blog .content .col .img-wrapper {
  margin-bottom: 1rem;
}
.navbar-2 .blog .content .col .menu-title {
  font-weight: normal;
}
.navbar-2 .blog .content .col .menu-title a {
  transition: 0.25s;
}
.navbar-2 .blog .content .col .menu-title a:hover {
  color: #ff5722;
}
.navbar-2 .content .col {
  display: flex;
  flex-direction: column;
}
.navbar-2 .content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.navbar-2 .content .col .img-wrapper:hover img {
  transform: scale(1.1);
}
.navbar-2 .content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.navbar-2 .content .col img {
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
.navbar-2 .content .col .menu-title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.125rem;
  border-left: 2px solid #ff5722;
  padding-left: 0.625rem;
}
@media (max-width: 1200px) {
  .navbar-2 .content .col .menu-title {
    font-size: 0.875rem;
  }
}
.navbar-2 .content .col p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  line-height: 1.6rem;
  color: #ffffff;
}
.navbar-2 .content .col .mega-links {
  padding-left: 1rem;
  border-left: 1px solid #3c3c3c;
}
@media (max-width: 1200px) {
  .navbar-2 .content .col .mega-links {
    border-left: 0;
    padding-left: 0;
  }
  .navbar-2 .content .col .mega-links li {
    margin: 0;
  }
  .navbar-2 .content .col .mega-links li a {
    padding: 0 0.5rem;
  }
}
.navbar-2 .content .col .mega-links li {
  margin: 1rem 0;
}
.navbar-2 .content .col .mega-links li a {
  padding: 0;
}

@media (max-width: 1200px) {
  .overflow {
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    width: 100%;
  }
  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
  }
}


.profile-dropdown .dropdown-item {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #302B2B;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 15px;
  border-bottom: 1px solid #cdcdcd;
}
.profile-dropdown a img {
width: 16px;
}
.hide-menu ul.dropdown-menu-2.show {
padding: 0;
min-width: 175px;
}

li.hide-menu li.profile-dropdown:last-child .dropdown-item, .m-profile.dropdown-2 li.profile-dropdown:last-child .dropdown-item  {
border: 0;
}

.dropdown-item.active, .dropdown-item:active {
background: #001E4A;
}
.left-content-wrap.navbar-2.sticky {
  min-width: 300px;
}

a.menu-item-2.active, a.menu-item-2.active:hover {
  background: #A30000!important;
  color: #fff;
}

.navbar-2 ul li {
  margin-top: 10px;
}

.navbar-2 ul li:nth-child(2), .navbar-2 ul li:first-child {
  margin-top: 0;
}
.menu-item-2.active .fill-path path {
  fill: #fff;
}
.menu-item-2.active svg.fill-path.stroke-path circle {
  stroke: #fff;
}
.menu-item-2 {
  display: flex !important;
  align-items: center;
  column-gap: 10px;
}
.menu-item-2 svg {
  width: 18px;
  height: 18px;
}
li.dropdown-2-2.dropdown-right svg {
  width: 14px;
  height: 14px;
}
.menu-item-2 span {
  vertical-align: middle;
}
.navbar-2 .menu-item-2:hover {
  background: #E6E8E8;
}

.dropdown-2-2.dropdown-right {
  margin-top: 10px ! Important;
}

.mob-menu-btn {
  display: none;
}
.menu-btn-2.no-css {
  width: unset;
  justify-content: flex-start;
  height: auto;
}
.text-lightbold {
  color: #4A4646;
  /* font-weight: 500; */
}

.cmn-container-2 {
  flex-direction: column;
  align-items: flex-start;
}

button.cmn-badge {
  padding: 4px 6px 4px 6px;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid #E8D000;
  background: #FFFEE5;
  color: #E8D000;
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
}

button.cmn-badge.yellow-badge {
  border: 1px solid #E8D000;
  background: #FFFEE5;
  color: #E8D000;
}

button.cmn-badge.cyan-badge {
  border: 1px solid #56B9C6;
  background: #E5FFFC;
  color: #56B9C6;
}
button.cmn-badge.green-badge {
  border: 1px solid #56C662;
  background: #ECFFE5;
  color: #56C662;
}
button.cmn-badge.red-badge {
  border: 1px solid #C65656;
  background: #FFE5E5;
  color: #C65656;
}

.sub-content-wrap table th {
  background: #001E4A;
  color: #ffffff;
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  padding: 10px;
  white-space: nowrap;
}

.right-content-wrap {
  width: 100%;
  overflow-x: hidden;
}

.sub-content-wrap table tbody td {
  border: 0 !important;
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #646161;
  padding: 18px 10px;
  vertical-align: middle;
  /* white-space: nowrap; */
}

.sub-content-wrap table tr {
  border-color: #CCCDCD;
}

.sub-content-wrap table th:first-child, .sub-content-wrap table td:first-child, .sub-content-wrap table th:last-child {
  text-align: center;
  width: 75px;
  min-width: 75px;
}

/* .sub-content-wrap table td:last-child {
  white-space: nowrap;
} */
.sub-content-wrap table .btn-primary {
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  padding: 8px 10px;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: auto;
  min-width: 100px;
}

table .btn-primary + .btn-primary {
  margin-top: 7px;
}

.sub-content-wrap table .btn-primary.download-button {
  background: #302B2B;
}
.btn-primary.download-button:hover {
  background: #A30000!important;
}

.menu-btn-2.no-css p {
  background: #A30000;
  padding: 14.5px;
  color: #fff;
  border-radius: 6px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.sub-flex {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.sub-flex select.form-select {
  flex: 1;
  min-width: 175px;
}

.table-flex .search-wrap input {
  padding-left: 36px !important;
}
.search-wrap {
  position: relative;
}
.search-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.table-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 40px;
  row-gap: 30px;
  margin-bottom: 20px;
}

.table-flex input, .table-flex select {
  padding: 8px 15px ! Important;
}
.search-form {
  min-width: 300px;
}


.user-profile-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
}
.upload-btn-wrapper:hover button {
  text-decoration: none;
}
.user-profile-img.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

button.forgot-text {
  font-weight: 600;
  color: #A30000;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0 0px;
  background: transparent;
  text-decoration: underline;
}
/* .upload-input {
  position: absolute;
  left: -100px;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
} */

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: -100px;
  top: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
}

.heading-4 {
  font-family: Teko;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
}

.scheme-data {
  margin-top: 40px;
}

.scheme-data li {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: left;
  color: #000;
}

.register-role .register-content-wrap {
  max-width: unset;
}
.sub-content-wrap.register-role .row {
  row-gap: 30px;
}

.register-content-wrap.investor-register {
  background: linear-gradient(180deg, #681414 0%, #AF1313 100%);
}
.register-content-wrap.accelerators-register {
  background: linear-gradient(180deg, #4A003A 0%, #A40181 100%);
}
.register-content-wrap.government-register {
  background: linear-gradient(180deg, #145468 0%, #078DB7 100%);
}
.register-content-wrap.national-register {
  background: linear-gradient(180deg, #146817 0%, #146817 0.01%, #099E0E 100%);
}
.register-content-wrap.international-register {
  background: linear-gradient(180deg, #780024 0%, #B00F3F 100%);
}
.thankyou-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.thankyou-wrap p {
  font-family: Jost;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #A30000;
  margin-top: 20px;
}
.thankyou-wrap img {
  max-width: 350px;
}

.step-title .heading-3 {
  font-family: Teko;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #4A4646;
}
.right-actionwrapper {
  margin-bottom: 20px;
}
.action-trail-user {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
}
.action-trail-user-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.raise-que-wrapper {
  margin-top: 15px;
}
.raise-que-title {
  font-family: Jost;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #4A4646;
  margin-bottom: 5px;
}
.action-trail-user-heading span, .raise-que {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #000000;
}
p.date-time-raise {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #7E7C7C;
  margin-top: 6px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-end;
}
.mx-300-scroll {
  max-height: 300px;
  overflow-y: auto;
}

.receipt-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  column-gap: 40px;
  row-gap: 40px;
}
.receipt-wrapper h2 {
  padding-bottom: 30px;
  border-bottom: 2px dashed #989797;
  width: 100%;
}

.mx-500 {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
}

.receipt-wrapper table, .receipt-wrapper th, .receipt-wrapper td {
  border: 1px solid black;
  border-collapse: collapse;
}

.receipt-table tr {
  display: table;
  width: 100%;
}
.receipt-table td {
  width: 50%;
  padding: 10px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  vertical-align: top;
  color: #646161;
}

.receipt-table tr td:first-child {
  text-align: left;
  color: #000000;
}
.tab-list + .action-trial {
  margin-top: 30px;
}
ul.list--data h6 {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  min-width: 180px;
  column-gap: 20px;
}
ul.list--data li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
ul.list--data p {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #646161;
}
ul.list--data {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
a.btn-primary.w-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  column-gap: 10px;
}

.grid-list-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 30px;
 grid-template-rows: fit-content(100px);

}

.not-found {
    min-height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-content-wrap table  button.btn-primary.download-button.download-form-btn {
  background: transparent;
  border: 1px solid #302B2B;
  color: #302B2B;
}

.sub-content-wrap table  button.btn-primary.download-button.download-form-btn:hover {
  background: #302B2B!important;
  border: 1px solid #302B2B;
  color: #fff;
}

.sub-banner {
  background: url(/assets/images/sub-banner-bg.png) no-repeat;
  background-size: cover;
  padding: 90px 0;
  text-align: center;
  background-position: center !important;
}

ol.breadcrumb {
  justify-content: center;
  margin: 10px 0 0;
}

.heading-3 {
  font-family: Teko;
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
}

li.breadcrumb-item, li.breadcrumb-item a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: center;
  color: #fff !important;
}
li.breadcrumb-item a {
  font-weight: 700;
  text-decoration: none;
}
li.breadcrumb-item a:hover {
  color: #A30000!important;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
.input-group-text {
  border: 1px solid #CCCDCD;
}
.input-group:has(input:disabled) span {
  background: #e9ecef;
}

/*--custom-scroll--*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;

}

::-webkit-scrollbar-thumb {
  background: #A30000;
  border: 1px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background: #A30000;
}
/*--custom-scroll-end--*/

.sub-banner.about-banner {
  background: url(/assets/images/about-banner.png) no-repeat;
  background-size: cover;
}
.sub-banner.dashboard-banner {
  background: url(/assets/images/dashboard-banner.png) no-repeat;
  background-size: cover;
}

.heading-6 {
  color: #161010;
  font-family: Teko;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin-bottom: 20px;

}

.color-gray {
  color: #7E7C7C!important;
}

.startup-content ul.check-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.startup-content ul.check-list li {
  position: relative;
  padding-left: 25px;
  color: #7E7C7C;
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.startup-content ul.check-list li strong {
  font-weight: 500;
  color: #4A4646;
}
.startup-content ul.check-list li::before {
  content: "";
  background-image: url('/assets/images/tick-i.svg');
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0;
  background-size: contain;
}
.startup-content ul.check-list-2 li::before {
  content: "";
  background-image: url(/assets/images/check-tick.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  position: absolute;
  top: 17px;
  left: 20px;
  background-size: contain;
}

.mt-60 {
  margin-top: 60px;
}

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

.startup-content ul.check-list-2 li {
  padding: 12px 20px 12px 48px;
  border: 1px solid #CCCDCD;
  border-radius: 10px;
}

iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
}
.float-img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}
.slider--wraper {
  background: #F8F8F8;
  padding: 40px 0 60px;
}

.slider {
  width: auto;
  padding-bottom: 60px;
  /* margin: 30px 50px 50px; */
}
.slick-initialized .slick-slide {
  height: auto;
}
.slider .slide-content, .cmn-slider .slide-content, .pillar-policy .slide-content {
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #E6E8E8;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  color: #292e3e;
}
.slider .slick-dots {
  bottom: -30px;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #a30000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.slick-prev {
  left: 45%;
}
.slick-next {
  right: 45%;
}

.slick-next:before {
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='24' viewBox='0 0 13 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08078 0.977678C0.92398 1.13039 0.799525 1.31207 0.714594 1.51224C0.629663 1.71242 0.585937 1.92712 0.585937 2.14397C0.585937 2.36083 0.629663 2.57553 0.714594 2.77571C0.799525 2.97588 0.92398 3.15756 1.08078 3.31027L8.74268 10.8337C8.89947 10.9864 9.02393 11.1681 9.10886 11.3683C9.19379 11.5684 9.23752 11.7831 9.23752 12C9.23752 12.2169 9.19379 12.4316 9.10886 12.6317C9.02393 12.8319 8.89947 13.0136 8.74268 13.1663L1.08078 20.6897C0.923981 20.8424 0.799526 21.0241 0.714595 21.2243C0.629664 21.4245 0.585937 21.6392 0.585937 21.856C0.585937 22.0729 0.629664 22.2876 0.714595 22.4878C0.799526 22.6879 0.923981 22.8696 1.08078 23.0223C1.39422 23.3283 1.81822 23.5 2.26018 23.5C2.70213 23.5 3.12613 23.3283 3.43957 23.0223L11.1182 15.4825C12.058 14.5585 12.5859 13.3059 12.5859 12C12.5859 10.6941 12.058 9.44154 11.1182 8.51754L3.43957 0.977678C3.12613 0.67173 2.70213 0.5 2.26018 0.5C1.81822 0.5 1.39422 0.67173 1.08078 0.977678Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  min-height: 23px;
  opacity: 1;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-prev:before {
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='24' viewBox='0 0 12 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5052 0.977678C11.662 1.13039 11.7864 1.31207 11.8713 1.51224C11.9563 1.71242 12 1.92712 12 2.14397C12 2.36083 11.9563 2.57553 11.8713 2.77571C11.7864 2.97588 11.662 3.15756 11.5052 3.31027L3.84326 10.8337C3.68646 10.9864 3.56201 11.1681 3.47708 11.3683C3.39215 11.5684 3.34842 11.7831 3.34842 12C3.34842 12.2169 3.39215 12.4316 3.47708 12.6317C3.56201 12.8319 3.68646 13.0136 3.84326 13.1663L11.5052 20.6897C11.662 20.8424 11.7864 21.0241 11.8713 21.2243C11.9563 21.4245 12 21.6392 12 21.856C12 22.0729 11.9563 22.2876 11.8713 22.4878C11.7864 22.6879 11.662 22.8696 11.5052 23.0223C11.1917 23.3283 10.7677 23.5 10.3258 23.5C9.8838 23.5 9.4598 23.3283 9.14636 23.0223L1.46774 15.4825C0.527898 14.5585 -5.08077e-07 13.3059 -4.50993e-07 12C-3.93909e-07 10.6941 0.527898 9.44154 1.46774 8.51754L9.14637 0.977678C9.4598 0.67173 9.88381 0.5 10.3258 0.5C10.7677 0.5 11.1917 0.67173 11.5052 0.977678Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  min-height: 23px;
  opacity: 1;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #a30000;
}

.color-dark {
  color: #000 !important;
}
.heading-7 {
  font-family: Teko;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #000;
  margin: 20px 0;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-auto-rows: 1fr; */
  grid-column-gap: 45px;
  grid-row-gap: 30px;
}
.grid-3-custom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.dash-grid-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;

}

.dash-grid-4 .dash-col {
  padding: 20px 15px;
}

.dash-grid-4 .dash-i-wrap {
  height: 66px;
}
.team-wrapper {
  background: #fff;
  padding: 30px 36px;
  border: 1px solid #E6E8E8;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 15px 15px 0px #00000012;
  width: 100%;
}

.heading-8 {
  font-family: Jost;
  font-size: 19px;
  font-weight: 600;
  line-height: 32.3px;
  text-align: center;
}

.color-orange {
  color: #A30000!important;
}
.member-designation {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CCCDCD;
}

.sub-banner.startup-banner {
  background: url(/assets/images/startup-banner.png) no-repeat;
  background-size: cover;
}
.grid-2.fc-width {
  grid-template-columns: 420px auto;
}

.eligiblity-wrapper {
  text-align: center;
  background: #F3FBFF;
  padding: 30px;
  border-radius: 10px;
  width: calc(100% / 3 - 20px);
}
.eligiblity-wrapper h6 {
  margin-top: 10px;
}

.flex-3.g-30 {
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.eligiblity-wrapper.company-type {
  background: #F7FFF3;
}

.eligiblity-wrapper.annual-turnover {
  background: #FFF4F3;
}

.eligiblity-wrapper.orig-entity {
  background: #FFFAF3;
}

.eligiblity-wrapper.innovative {
  background: #F6F3FF;
}
.w-100.category-wrap {
  background: #fff;
  padding: 30px 30px;
  border: 1px solid #E6E8E8;
  border-radius: 6px;
}

.grid-2.column-reverse-m.sc-width {
  grid-template-columns: 385px 1fr;
  grid-column-gap: 120px;
}

.grid-2.column-reverse-m.sc-width-2 {
  grid-template-columns: 1fr 385px;
  grid-column-gap: 120px;
}

ul#myTab {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1px;
}

.accordion-flush .cst-m-0:first-child .accordion-item {
  margin-top: 0;
}

.tool-wrapper {
  background: #fff;
  padding: 25px 20px;
  border-radius: 6px;
  text-align: left;
  box-shadow: 0px 15px 15px 0px #00000012;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.tool-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  column-gap: 15px;
  row-gap: 15px;
}

.heading-8 {
  color: #000;
  margin: 20px 0;
  font-family: Jost;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.heading-16 {
  font-family: Teko;
  font-weight: 500;
  font-size: 72px;
  line-height: 77.4px;
  color: #a30000;
}

.error404-content {
  max-width: 750px;
  margin: auto;
}

.heading-15 {
  color: #000;
  margin: 20px 0;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-auto-rows: 1fr; */
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.full-tab li {
  flex: 1;
}

.full-tab li button.nav-link {
  width: 100%;
  text-align: center !important;
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #7E7C7C;
}
.tab-content.policies {
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-top: 50px;
}
.sub-tabs {
  flex-direction: column;
  border: 0;
}
.sub-tabs .nav-link {
  width: 100%;
}
.sub-tabs li {
  margin-top: 10px;
}
.sub-tabs.nav-tabs .nav-link.active {
  background: #A30000 !important;
  border-radius: 5px;
  color: #fff;
  width: 100%;
}
.grid-2.fc-width-2 {
  grid-template-columns: 270px 1fr;
  align-items: flex-start;
}
.b-bottom {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCDCD;
}

.sub-tab-content {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.grid-3.gap-24 {
  grid-column-gap: 24px;
}


.grid-2.sc-width-2 {
  grid-template-columns: auto 420px;
}

.grid-2.top-align-space {
  align-items: flex-start;
  grid-row-gap: 45px;
  grid-auto-rows: unset;
}

.c-mt-5 {
  margin-top: 5px!important;
}
ul.lower-alpha {
  list-style: lower-alpha;
  padding-left: 16px;
}

.incubator-list .tool-wrapper:before {
  content: "";
  background: url(/assets/images/wave-shape.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-position: right;
  z-index: -1;
}

.incubator-list .heading-8 {
  font-size: 18px;
}

.mt-20 {
  margin-top: 20px;
}

section.common--wrapper.angel-facility-wrap {
  background: #FFFCF0;
}

.pb-60 {
  padding-bottom: 60px;
}

ul.dropdown-menu-2 a {
  line-height: 22px!important;
}

.sub--para-1 {
  text-align: left;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 14px;
}

.a-link {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: left;
  color: #A30000;
  text-decoration: none;
}
img.angel-list-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

ul.pagination {
    column-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.page-link {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #302B2B;
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.page-link:hover {
  z-index: 2;
  color: #001E4A;
  background-color: #A300000D;
  border-color: var(--bs-pagination-hover-border-color);
}

.active>.page-link, .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #A30000;
  border-color: #A30000;
}

.page-link:focus {
  box-shadow: none;
  border-color: #A30000;
  color: #001E4A;
  background-color: #A300000D;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 30px;
}

.team-wrapper.mentor-wrapper {
  padding: 0;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img.img-radius {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #E6E8E8;
}
.img--wrapper-2 {
  padding: 24px 12px 0;
}
.member-designation.mentor-designation {
  padding: 15px 10px;
  border-top: 1px solid #E6E8E8;
}
.bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 15px;
  background: #F8F8F8;
  padding: 24px 20px;
}
a.connect {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #A30000;
  text-transform: uppercase;
}
a.know-more {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #001E4A;
  /* text-transform: uppercase; */
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.cst-gap-15 {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}

ul.sub-step-wrapper {
  position: absolute;
  top: 55px;
  align-items: center;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  width: 100%;
  background-color: white;
}

.t-step-2 ul.sub-step-wrapper {
  grid-template-columns: repeat(2, 1fr)!important;
}
.t-step-3 ul.sub-step-wrapper {
  grid-template-columns: repeat(3, 1fr);
}

#progressbar ul.sub-step-wrapper li {
  min-width: 100%;
  min-height: 10px;
  z-index: 1;
  background: #E6E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  color: #fff;
  position: relative;
}

#progressbar ul.sub-step-wrapper li:before {
  content: "";
  background: #E6E8E8;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  left: -9.5px;
  position: absolute;
  display: inline-block;
}

#progressbar ul.sub-step-wrapper li.substep-1:before {
  display: none;
}

ul.sub-step-wrapper a:before, ul.sub-step-wrapper a:after {
  display: none!important;
}
ul.sub-step-wrapper a {
  display: inline-block;
  width: 100%;
  height: 10px;
}

.filter-accordion button.accordion-button {
  background: transparent;
  color: #161010;
  padding: 0;
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.filter-accordion button.accordion-button::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url('/assets/images/plus-dark.svg') !important;
  height: 16px;
  width: 16px;
  background-position: center;
  background-size: contain;
}

.filter-accordion button.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url('/assets/images/minus-dark.svg') !important;
}

.filter-accordion .accordion-button:focus {
  z-index: 3;
  border-color: #A30000;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.filter-accordion .accordion-body {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cmn--check .form-group.cst-flex .checkbox-label {
  align-items: center;
}

.cmn--check .form-group label.checkbox-label:before {
  border: 1.5px solid #CCCDCD;
  padding: 0.55rem;
}

.cmn--check .form-group input:checked + label:before {
  background-color: #A30000;
  border-color: #A30000;
}
.cmn--check .form-group input:checked + label:after {
  top: 4px;
  left: 7px;
}
.font-weight-500 {
  font-weight: 500!important;
}

.schemes--tabs .nav-tabs {
  display: flex;
  column-gap: 30px;
  border: 0;
  overflow: unset !important;
}
.schemes--tabs .eligiblity-wrapper, .schemes--tabs .nav-tabs li, .schemes--tabs .nav-tabs li button {
  width: 100%;
  text-align: left;
}

.schemes--tabs .eligiblity-wrapper img {
  max-width: 100px;
}

.schemes--tabs .nav-tabs .nav-link {
  padding: 0;
  border: 0!important;
}
.schemes--tabs .nav-tabs .nav-link .eligiblity-wrapper {
  border: 2px solid #ffffff;
  position: relative;
}
.schemes--tabs .nav-tabs .nav-link.active .eligiblity-wrapper {
  border: 2px solid #007CBA;
}
.schemes--tabs .eligiblity-wrapper.orig-entity {
  background: #F7FFF3;
}
.schemes--tabs .nav-tabs .nav-link.active .eligiblity-wrapper:after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: -10px;
  right: -10px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1630_10628)'%3E%3Crect x='5' y='10' width='23' height='12' fill='white'/%3E%3Cpath d='M16 0C7.17733 0 0 7.17733 0 16C0 24.8227 7.17733 32 16 32C24.8227 32 32 24.8227 32 16C32 7.17733 24.8227 0 16 0ZM15.8787 20.5587C15.3627 21.0747 14.684 21.332 14.0027 21.332C13.3213 21.332 12.636 21.072 12.1147 20.552L8.40533 16.9573L10.2627 15.0413L13.9867 18.6507L21.732 11.0493L23.604 12.9493L15.8787 20.5587Z' fill='%23007CBA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1630_10628'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.schemes--tabs .nav-tabs .nav-link.active .eligiblity-wrapper.orig-entity {
  border: 2px solid #85C764;
}

.schemes--tabs .nav-tabs .nav-link.active .eligiblity-wrapper.orig-entity:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1908_11399)'%3E%3Crect x='5' y='10' width='23' height='12' fill='white'/%3E%3Cpath d='M16 0C7.17733 0 0 7.17733 0 16C0 24.8227 7.17733 32 16 32C24.8227 32 32 24.8227 32 16C32 7.17733 24.8227 0 16 0ZM15.8787 20.5587C15.3627 21.0747 14.684 21.332 14.0027 21.332C13.3213 21.332 12.636 21.072 12.1147 20.552L8.40533 16.9573L10.2627 15.0413L13.9867 18.6507L21.732 11.0493L23.604 12.9493L15.8787 20.5587Z' fill='%2385C764'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1908_11399'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}


.schemes--tabs .nav-tabs .nav-link.active .eligiblity-wrapper.annual-turnover {
  border: 2px solid #FF8378;
}

.schemes--tabs .nav-tabs .nav-link.active .eligiblity-wrapper.annual-turnover:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1908_11402)'%3E%3Crect x='5' y='10' width='23' height='12' fill='white'/%3E%3Cpath d='M16 0C7.17733 0 0 7.17733 0 16C0 24.8227 7.17733 32 16 32C24.8227 32 32 24.8227 32 16C32 7.17733 24.8227 0 16 0ZM15.8787 20.5587C15.3627 21.0747 14.684 21.332 14.0027 21.332C13.3213 21.332 12.636 21.072 12.1147 20.552L8.40533 16.9573L10.2627 15.0413L13.9867 18.6507L21.732 11.0493L23.604 12.9493L15.8787 20.5587Z' fill='%23FF8378'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1908_11402'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.schemes--tabs .tab-content {
  padding: 0;
  background: transparent;
}
.sub-content-wrap.table--2 .table-flex {
  justify-content: space-between;
}
/* .sub-content-wrap.table--2 table tbody td {
  white-space: nowrap;
} */

.grid-2.register-manual {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
}
.grid-2.register-manual img {
  max-width: 100px;
}

.grid-2.register-manual .eligiblity-wrapper {
  background: rgb(255 222 222 / 20%);
  border: 1px solid rgb(153 0 0 / 20%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.grid-2.register-manual .eligiblity-wrapper:after {
  content: "";
  background: rgb(255 200 200 / 20%);
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  top: -60px;
  border-radius: 50%;
  right: -30px;
  transform: translate(0, 0);
}
.grid-2.register-manual .eligiblity-wrapper.company-type {
  background: rgb(255 246 222 / 40%);
  border-color: rgb(255 184 2 / 40%);
}
.grid-2.register-manual .eligiblity-wrapper.company-type:after {
  background: rgb(255 209 91 / 20%);
}
.grid-2.register-manual .eligiblity-wrapper.annual-turnover {
  background: rgb(231 255 222 / 34%);
  border-color: rgb(39 151 0 / 34%);
}
.grid-2.register-manual .eligiblity-wrapper.annual-turnover:after {
  background: rgb(134 255 91 / 20%);
}
.grid-2.register-manual .eligiblity-wrapper.orig-entity {
  background: rgb(222 239 255 / 40%);
  border: 1px solid rgb(0 133 255 / 40%);
  position: relative;
  overflow: hidden;
}
.grid-2.register-manual .eligiblity-wrapper.orig-entity:after {
  background: rgb(92 177 255 / 20%);
}
.btn-primary.dark-btn {
  background: #302B2B;
}
.btn-primary.dark-btn:hover {
  background: #A30000;
}
.btn-primary.w-light-btn {
  background: #fff;
  border-color: #302B2B;
  color: #302B2B;
}
.btn-primary.w-light-btn:hover {
  background: #A30000;
  border-color: #A30000;
  color: #fff;
}

.filter-accordion .accordion-item {
  border: 0;
  border-top: 1px solid #CCCDCD!important;
  border-right: 0;
  border-radius: 0;
  padding: 10px 0;
}
.filter-accordion label.fieldlabels.checkbox-label {
  margin: 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
  line-height: 20px;
}

.grid-2.incubator-list {
  grid-row-gap: 30px;
}
.filter-accordion ul li:last-child .mb-15.form-group {
  margin: 0;
}

.event-wrapper {
  background: #F3FBFF;
  border: 1px solid #83D6FF;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

.event-wrapper:nth-child(5n+2) {
  background: #FFF4F3;
  border: 1px solid #FFA29A;
}
.event-wrapper:nth-child(5n+2) .event-bottom {
  background: #FFD4D0;
}

.event-wrapper:nth-child(5n+3) {
  background: #FFFAF3;
  border: 1px solid #FFD497;
}
.event-wrapper:nth-child(5n+3) .event-bottom {
  background: #FFEDD4;
}

.event-wrapper:nth-child(5n+4) {
  background: #F6F3FF;
  border: 1px solid #BFAAFE;
}
.event-wrapper:nth-child(5n+4) .event-bottom {
  background: #E5DCFF;
}

.event-wrapper:nth-child(5n+5) {
  background: #F7FFF3;
  border: 1px solid #9BFF6A;
}
.event-wrapper:nth-child(5n+5) .event-bottom {
  background: #D9FFC6;
}




.event-wrapper .event-img {
  width: 100%;
  border-radius: 7px;
  max-height: 260px;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.mob-menu {
  display: none;
}
/* .h-gov-logo {
  max-width: 150px;
} */
.gov-logo-img, .log-flex-2 img {
  height: 60px;
  object-fit: contain;
}
img.logo-img {
  height: 62px;
  object-fit: contain;
}
.log-flex-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  width: 100%;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 40px;
}

.float--verify {
  position: relative;
}
.float--verify button.btn-primary {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  text-transform: capitalize;
}

.cmn--modal-2 .btn-close {
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 1;
  background: none;
}
.cmn--modal-2 button.btn-close svg {
  width: 16px;
}

.cmn--modal-2 .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 30px 20px;
}
.float-verify {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
}

.float--verify input {
  padding-right: 90px;
}

.event-location {
    /* flex: 1; */
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.event-bottom img, .event-location-2 img, .event-date-2 img {
  max-width: 28px;
}

.event-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  padding: 10px 30px;
  background: #C7ECFF;
  margin-top: 20px;
}
.event-location svg {
  width: 28px;
}

.grid-gap-30 {
  grid-row-gap: 30px;
  grid-auto-rows: unset;
}
.responsive-map iframe {
  height: 480px;
  /* aspect-ratio: unset; */
}

.row.contact-wrapper {
  row-gap: 20px;
}

.sub-banner.faq-banner {
  background: url('/assets/images/faq-banner.png') no-repeat;
  background-size: cover;
}
.faq-wrapper .fs-title {
  margin-bottom: 10px;
  margin-top: 20px;
}
.faq-wrapper ul {
  margin-top: 10px;
}
.faq-wrapper ul li {
  margin-bottom: 10px;
}

.faq-wrapper ul li:last-child {
  margin-bottom: 0px;
}
.color-dark-gray {
  color: #302B2B!important;
}

.color-dark-gray-2 {
  color: #161010!important;
}

.grievance-top {
  background: #A30000;
  padding: 18px 36px;
}

.grievance-wrapper {
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  overflow: hidden;
}
.grievance-body {
  padding: 36px;
}
.grievance-wrapper.unregister .grievance-top {
  background: #001E4A;
}
/* .sub-content-wrap table.grievance-detail td:last-child {
    white-space: pre-wrap;
} */
/**lightbox**/
.gallery-wrapper .image-wrapper a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  transition: all 200ms ease-in-out;
}

.gallery-lightboxes .image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0ms ease-in-out;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .image-title h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  padding: 15px 5px;
}
.gallery-lightboxes .image-lightbox:target {
  opacity: 1;
  visibility: visible;
}

.gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
  transform: scale(0.95, 0.95) translateY(-30px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  opacity: 0;
  margin: 1em auto;
  max-width: 75%;
  padding: 0.5em;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: relative;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
  width: 1.5em;
  height: 1.5em;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -1em;
  top: -1em;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(-45deg);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(45deg);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
  border-radius: 4px 0 0 0;
  position: absolute;
  top: 50%;
  right: 100%;
  cursor: pointer;
  transform: rotate(-45deg) translateY(-50%);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 4px 0 0;
  position: absolute;
  top: 50%;
  left: 100%;
  cursor: pointer;
  transform: rotate(45deg) translateY(-50%);
}

.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  margin: 0 auto;
  max-height: 70vh;
  width: 500px;
}

.gallery-list {
  background: #fff;
  /* padding: 25px 20px;
  border-radius: 6px; */
  text-align: left;
  /* box-shadow: 0px 15px 15px 0px #00000012; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 15px;
}

.gallery-list a > img {
  border-radius: 10px;
}

.gallery-list .paragraph-2 {
  margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    background: #E6E8E8;
    color: #302B2B;
    border-radius: 5px;
    padding: 10px;
}
.image-wrapper {
  margin-bottom: 20px;
}
.image-wrapper:last-child {
  margin: 0;
}
.gallery-list a {
  text-decoration: none;
}
.gallery-list .paragraph-2 img {
  margin-top: -2px;
}

fieldset {
  padding: 20px;
  background: #A300000D;
}

.notification-container {
  display: flex;
  column-gap: 10px;
  border: 1px solid #cdcdcd;
  padding: 20px;
  border-radius: 10px;
}

.notification-container.new-msg {
  background: #A300000D;
  border-color: #A30000;
}
.notification-container.new-msg svg path {
  fill: #A30000;
}

.notification-wrapper li + li {
  margin-top: 20px;
}

.notification-container p {
  flex: 1;
}

.cst-flex.fetch-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  row-gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cst-flex.fetch-wrap p {
  flex: 1;
}
.notification-btn-wrap button {
  background: transparent;
}

.notification-btn-wrap .dropdown-toggle::after{
  display: none;
}

.cst-msg-badge {
  display: flex;
  background: red;
  max-width: 30px;
  min-width: 30px;
  padding: 5px;
  font-family: Jost;
  font-size: 11px;
  font-weight: 500;
  line-height: 7px;
  text-align: left;
  color: #fff;
  border-radius: 32px;
  position: absolute;
  top: -5px;
  right: -20px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.notification-btn-wrap ul.dropdown-menu.show {
  min-width: 375px;
  max-width: 375px;
  max-height: 440px;
  overflow-y: auto;
  padding: 0;
  top: 40px !important;
  margin-left: -30px !important;
  z-index: 99999;
  inset: unset!important;
  transform: translate3d(-285px, 15px, 0px) !important;
  margin-top: 0;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 10px 20px 8px #45454521;
}
.notification-btn-wrap ul.dropdown-menu .profile-dropdown:last-child .dropdown-item {
  border-bottom: 0;
}

.notification-btn-wrap .profile-dropdown .dropdown-item {
  align-items: flex-start;
  font-weight: 500;
}

.notification-btn-wrap .dropdown-item.new-msg {
  background: #A300000D;
}

.notification-btn-wrap .dropdown-item.new-msg svg path {
  fill: #A30000;
}

.notification-btn-wrap .profile-dropdown .dropdown-item .notify-title {
  flex: 1;
  display: inline-block;
    white-space: normal;
    line-height: 20px;
}

.notification-btn-wrap p.date-time-raise {
  justify-content: flex-start;
}

.notification-btn-wrap .profile-dropdown .dropdown-item svg {
  margin-top: 2px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #9494941A;
}

.dropdown-item.heading-no-css:hover, .dropdown-item.heading-no-css:focus {
  background: #fff;
  cursor: default;
}
.notification-btn-wrap button.dropdown-toggle {
  position: relative;
}
.notification-btn-wrap button.dropdown-toggle.show::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -7px;
  margin-left: -15px;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-bottom: solid 15px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  z-index: 999991;
  top: unset;
  display: inline-block !important;
  border-top:0;
}


.notification-btn-wrap button.dropdown-toggle.show::before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -7px;
  margin-left: -15px;
  margin-top: -15px;
  width: 0;
  height: 0;
  border-bottom: solid 15px #cdcdcd;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  z-index: 99999;
  display: inline-block !important;
}
a.track-btn.btn-primary {
  border: 0;
  border-radius: 0;
  background: #A30000;
}


#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999;
}
#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -50px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  transform: translateX(-50%);
  border: black;
}
#search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #fff;
  opacity: 1;
  font-size: 36px;
  background: transparent;
  line-height: 22px;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.no--css {
  padding: 0!important;
  border: transparent!important;
  background: transparent!important;
}
.dropdown.notification-btn-wrap img {
  max-width: 27px;
}

/** Custom Row Css **/

/* .row.cst--row > [class*=" col-"] .mb-20 {
  height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  min-height: 100%;
}
.row.cst--row > [class*=" col-"] {
  margin-bottom: 20px;
}
.text-danger {
  min-height: 24px;
} */
/** Custom Row Css **/
/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* Firefox */
/* input[type=number] {
  -moz-appearance: textfield;
} */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

   opacity: 1;

}
.modal-backdrop.show {
  z-index: 99999;
}

.modal {
  z-index: 999991;
}

.input-wrap {
  width: 100%;
  flex: 1;
}

.action-trial-anchor {
  text-decoration: none;
}

.submit-appeal-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.progress.password-progress {
  height: 3px !important;
  margin-top: 10px;
  margin-bottom: 0px;
}

.list-unstyled i.fas {
  width: 10px;
  display: inline-block;
}

.list-unstyled  i.fas svg {
  width: 10px;
  height: auto;
}

.progress-bar-danger {
  background-color: #e90f10;
}

.progress-bar-warning {
  background-color: #ffad00;
}

.progress-bar-success {
  background-color: #43a047;
}

ul.list-unstyled li {
  font-family: Jost;
  font-size: 13px;
  font-weight: 400;
  color: #7E7C7C;
}

span#result {
  font-family: Jost;
  font-size: 13px;
  font-weight: 400;
  color: #e90f10;
}

ul.list-unstyled li span {
  display: flex;
  align-items: center;
  column-gap: 3px;
}

i.fas.fa-circle svg.tick-i,
i.fas.fa-check svg.cross-i {
  display: none;
}

i.fas.fa-circle+span {
  color: #F44336;
}

i.fas.fa-check+span {
  color: #43a047;
}

i.fas.fa-check svg {
  width: 11px;
}

div#popover-password{
  display: none;
}

.tool-wrapper .heading-8 + .paragraph-2, .tool-wrapper .heading-8 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mx-75-i {
  max-width: 75%;
}

/** Hero slider **/
.hero-slider .heading-12 {
  font-family: Teko;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-align: center;
}
.hero-slider .slide-content.slide-right .heading-12, .hero-slider .slide-content.slide-left .heading-12 {
  text-align: left;
}

.hero-slider .slide-content {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 640px;
}
.float-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 45%;
  width: 100%;
}

.hero-slider .paragraph-4 {
  font-family: Jost;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  color: #fff;
  margin-top: 10px;
}

.slider2 {
  overflow: hidden;
  height: 100vh;
  max-height: 640px;
}

img.pm-img {
  position: absolute;
  bottom: -2px;
  left: 0;
}
img.cm-img {
  position: absolute;
  bottom: -2px;
  right: 0;
}

.hero-slider .slick-prev, .hero-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  width: 74px;
  height: 74px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #A30000;
  align-items: center;
  justify-content: flex-start;
  border-radius: 50%;
  z-index: 99;
}

.hero-slider .slick-prev {
  left: -37px;
}

.hero-slider .slick-next {
  right: -37px;
}

.hero-slider .slick-next:before {
  margin-left: 19px;
}
.hero-slider .slick-prev:before {
  margin-left: 42px;
}

.hero-slider .slick-dots, .cmn-slider .slick-dots {
  position: absolute;
  bottom: 60px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}

.hero-slider .slick-dots li button:before, .cmn-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #D9D9D9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hero-slider .slick-dots li, .cmn-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;




  padding: 0;
  cursor: pointer;
}
.hero-slider .slick-dots li button, .cmn-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.hero-slider .slick-dots li.slick-active button:before, .cmn-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #a30000;
  width: 15px;
  height: 15px;
  font-size: 16px;
}
.hero-slider .slick-slide img {
  display: block;
  object-fit: cover;
}

.accessibility-float {
  background: #a30000;
  width: auto;
  display: none;
  padding: 10px 12px;
  border-radius: 6px 0 0 6px;
  position: fixed;
  right: 0;
  top: 225px;
  z-index: 999;
}

.scroll-to-wrapper p {
  font-family: Teko;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #7E7C7C;
  margin-right: 10px;
}
.scroll-to-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 13.3px 0px #00000040;
  padding: 0 40px;
  border-radius: 65px;
  max-width: 675px;
  margin: auto;
  background: #fff;
}
.scroll-wrapper {
  position: sticky;
  transform: translateY(-34px);
  top: 45px;
  z-index: 2;
}

.scroll-jumpbtn {
  padding: 20px;
  display: inline-block;
}
.scroll-jumpbtn:hover, a.scroll-jumpbtn.active {
  background: #a30000;
}
.scroll-jumpbtn:hover path, a.scroll-jumpbtn.active path  {
  fill: #fff;
}

.scroll-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

#pin h3 {
  font-family: Jost;
  font-size: 44px;
  font-weight: 600;
  line-height: 52.8px;
  text-align: left;
  color: #A30000;
}

#pin .grid-3 {
  align-items: center;
}
.float-banner .btn-primary {
  border: transparent;
}

.dash-col {
  border: 1px solid #E6E8E8;
  padding: 20px 36px;
  border-radius: 8px;
  text-align: center;
    height: 100%;
}

.dash-col h4 {
  font-family: Teko;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: center;
  color: #A30000;
  margin: 15px 0 10px;
}

.dash-col p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #001E4A;
}

.dash-i-wrap {
  height: 80px;
}
.eco-i-wrap img {
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.eco-i-wrap {
  position: relative;
  display: inline-block;
  height: 90px;
}
.eco-i-wrap::before {
  content: "";
  background: #001E4A1A;
  width: 90px;
  height: 90px;
  display: inline-block;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 0;
  border-radius: 100%;
}
section#ecosystem {
  background: #FFF8F8;
  overflow: hidden;
}

.eco-wrap {
  padding: 20px;
  border: 1px solid #E6E8E8;
  background: #FFFFFF;
  border-radius: 10px;
}

.eco-container {
  display: flex;
  column-gap: 20px;
  height: 100%;
}

hr.cst-hr {
  width: 100%;
  opacity: 1;
  color: #A30000;
  height: 2px;
  border-top: 2px solid;
  margin: 0 0 0 30px;
  flex: 1;
}

.right-hr, .anchor-flex {
  display: flex;
  align-items: center;
}
.anchor-flex a + a {
  margin-left: 20px;
}
.green-a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #001E4A;
  display: inline-block;
}
.primary-a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #A30000;
  display: inline-block;
}
.eco-txt .heading-7 {
  font-size: 24px;
}

.cst-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 96px;
}

.paragraph-3 {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 32.2px;
  text-align: center;
}

/* section#schemes {
  background: url('/assets/images/ashoka.gif') no-repeat;
  background-size: cover;
} */

.cmn-slider.slider3 .slick-slide .slide-content {
  background: #001E4A;
  border-radius: 30px;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cmn-slider.slider3 .slick-slide:first-child .slide-content {
  background: #001E4A;
  border-radius: 10px 100px 10px 100px;
}
.cmn-slider.slider3 .slick-slide:nth-child(4n+2) .slide-content {
  background: #078E31;
}
.cmn-slider.slider3 .slick-slide:nth-child(4n+3) .slide-content {
  background: #F6790B;
}
.cmn-slider.slider3 .slick-slide:nth-child(4n+4) .slide-content {
  background: #4A0000;
}
.cmn-slider.slider3 .slick-slide:last-child .slide-content {
  border-radius: 100px 10px 100px 10px;
}

.cmn-slider.slider3 .slick-slide .slide-content img{
  height: 100px;
  margin: auto;
}
.btn-primary.white-btn {
  background: #fff;
  color: #302B2B;
  border-color: transparent;
}
.btn-primary.white-btn:hover {
  background: #001E4A;
  color: #fff;
}

.cmn-slider.slider3 {
  padding-bottom: 60px;
}

.update-list li a {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
}

.update-list li a img {
  width: 85px;
  height: 85px;
  min-width: 85px;
  min-height: 85px;
  max-width: 85px;
  max-height: 85px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #E6E8E8;
}

.update-list li a h5 {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #302B2B;
  transition: all 0.3s ease;
}

.update-list li a p {
  font-family: Jost;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #001E4A;
  margin-top: 10px;
}
.update-list {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 30px;
}
.update-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E8E8;
}

.update-list li:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0px solid #E6E8E8;
}

.mx-400 {
  max-width: 400px;
}

.slider4 .slick-prev {
  left: unset;
  right: 66px;
  top: -71px;
  transform: none;
  background: #001E4A;
}

.slider4 .slick-next {
  right: 0;
  top: -71px;
  transform: none;
  background: #001E4A;
}

.cmn-slider.slider4 .slide-content {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.heading-9 {
  font-family: Teko;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin: 20px 0 10px;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cmn-slider.slider4 .slide-content p {
  font-weight: 600;
}
.cmn-slider.slider4 .slide-content:hover img {
transform: scale(1.15);
}
.event-img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  transition: all 0.5s ease;
}
.event-img-slide {
  position: relative;
  /* height: 270px; */
aspect-ratio: 16/9;
  max-height: 230px;
  overflow: hidden;
  border-radius: 8px;
}
.float-badge {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: 0.03em;
  text-align: left;
  background: #A30000;
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.cmn-slider.slider4 {
  padding-bottom: 60px;
}

.cmn-slider.slider4 .slick-dots {
  bottom: 0;
}

.gallery .img-container a {
  height: 100%;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.gallery .img-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery .img-container a::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.gallery .img-container a::after {
  content: "";
  background-image: url('/assets/images/image-icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s;
}
.gallery .img-container:hover a::before {
  opacity: 1;
  transition: opacity 0.5s;
}
.gallery .img-container:hover a::after {
  opacity: 1;
  transition: opacity 0.5s;
}

.heading-10 {
  font-family: Jost;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  /* text-transform: uppercase; */
}
.heading-11 {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.float-location-txt {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

section#departments {
  background: url('/assets/images/wave.png') no-repeat;
  background-size: cover;
  background-position: bottom;
}

.slider-wrapper-3 {
  border: 1px solid #E6E8E8;
  background: #ffffff;
  box-shadow: 0px 11px 19.3px 0px #00000017;
  padding: 40px 30px;
  border-radius: 10px;
}

.cmn-slider.slider5 .slide-content, .cmn-slider.slider6 .slide-content {
  padding: 0px;
  border: 0;
}
.cmn-slider.slider5 .slide-content a, .cmn-slider.slider6 .slide-content a {
  padding: 10px;
  border: 1px solid #E6E8E8;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
}

.cmn-slider.slider5 img, .cmn-slider.slider6 img {
  object-fit: contain;
  height: 90px;
  width: 100%;
}

footer {
  background-color: #06163A;
  position: relative;
  margin-top: 120px;
}

.connected-div {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  max-width: 80%;
  margin: auto;
  background-color: #A30000;
  padding: 50px 50px;
  border-radius: 10px;
}

footer h2 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
/* .footer-details {
  background-color: #0049B4;
  padding: 30px;
} */
.footer-logo img {
  margin-bottom: 40px;
}
.footer-details li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-details ul span {
  min-width: 20px;
  display: inline-block;
}
.footer-details li p {
  color: #FFF;
  margin-bottom: 0;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.12px;
  text-align: left;
  flex: 1;
}
/* .footer-widget {
  padding: 130px 0 38px 0;
} */
.footer-widget h4 {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Teko;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.footer-widget li {
  margin-bottom: 16px;
}
.footer-widget li a {
  color: #ffffff;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    text-align: left;
  transition: all .2s ease-in;
  display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer-widget li a:hover {
  color: #A30000;
}
.footer-widget li a svg{
  transition: all .2s ease-in-out;
}
.footer-widget li a path, .footer-widget li a:hover svg  {
  transition: all .2s ease-in;
}
.footer-widget li a:hover path {
  fill: #A30000;
}
.footer-widget li a:hover svg {
  transform: rotate(90deg);
  transition: all .2s ease-in;
}
.bottom-bar {
  background-color: #ffff;
  padding: 15px;
}
.bottom-bar p {
  margin-bottom: 0;
  text-align: center;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #161010;
}

.grievance-detail.receipt-table tr td{
    text-align: left;
    padding: 10px;
}
.grievance-detail .pdf-lists{
    font-size: 14px;
    margin: 0;
}

.w-stroke {
  border-color: transparent!important;
}

footer .connected-div .msform input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff!important;
}

footer .connected-div .msform input::placeholder {
  color: #fff!important;
}

footer .connected-div .msform input:focus, footer .connected-div .msform textarea:focus, footer .connected-div .form-control:focus {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #A30000;
}

.footer-links {
  padding: 150px 0 60px;
}

form.msform.track-app button {
  position: absolute;
  right: 0;
  height: 100%;
  border-radius: 0 6px 6px 0;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
form.msform.track-app input {
  padding-right: 96px;
}

.counter-anim {
  font-family: Teko;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
  text-align: center;
  color: #a30000;
}
.counter-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}


.counter-container .row {
  align-items: center;
}
.counter-container img{
  width: 100px;
}

.scrollBtn {
  background: #a30000;
  display: inline-block;
  transform: rotate(180deg);
  padding: 5px 20px 8px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: -36px;
  right: 0;
  z-index: 0;
  cursor: pointer;
}

.footer-details li:last-child {
  margin: 0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  max-height: 375px;
}


.ashoka-chakra-wrap {
  position: absolute;
  z-index: 0;
  top: 30px;
}

.social-float {
  position: fixed;
  left: 0;
  top: 275px;
  z-index: 1000;
  /* display: none; */
}

.social-float li a {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  background: #395599;
  padding: 5px;
  justify-content: center;
  transition: all .2s ease-in;
}
.social-float li a.facebook-i {
  background: #395599;
}
.social-float li a.facebook-i:hover {
  background: #1f3260;
}
.social-float li a.twitter-i {
  background: #000000;
}
.social-float li a.twitter-i:hover {
  background: #222222;
}
.social-float li a.instagram-i {
  background: #E7002A;
}
.social-float li a.instagram-i:hover {
  background: #96011c;
}
.social-float li a.linkedin-i {
  background: #007BB7;
}
.social-float li a.linkedin-i:hover {
  background: #025882;
}
.social-float li a.youtube-i {
  background: #39569A;
}
.social-float li a.youtube-i:hover {
  background: #22345f;
}

.social-float li a img {
  height: 17px;
  width: 20px;
  object-fit: contain;
}

.slide-right .float-banner {
  text-align: left;
  left: unset;
  transform: translate(0%, -50%);
  right: 45px;
}
.slide-left .float-banner {
    text-align: left;
    left: 45px;
    transform: translate(0%, -50%);
    right: unset;
    max-width: 40%;
}

.slider--wraper.slider-wrapper-2 {
  background: transparent;
}

.mx-60 {
  max-width: 60%;
  margin: auto;
}
.mx-600 {
  max-width: 600px;
  margin: auto;
}


.cmn-panel-body.mx-600 {
  max-width: 500px;
  margin: auto;
  padding: 30px;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 15px 15px 0px #00000012;
  border-radius: 10px;
}

.status-title {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
}

.status-para {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #646161;
  margin-top: 10px;
}

ul.status-list li + li {
  margin-top: 20px;
}


.cst-scrollble {
    max-height: 450px;
    overflow-y: auto;
}
.ul-sub li:before {
  display: none;
}
.ul-sub li {
  padding: 0!important;
}
.tool-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
img.event-main {
  width: 100%;
  border-radius: 7px;
  /* max-height: 480px; */
  aspect-ratio: 16/9;
  object-fit: cover;
}
.gallery-top .event-bottom {
  padding: 0;
  background: transparent;
}
.heading-12 {
  font-family: Teko;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  color: #161010;
}

.gallery-wrap .gallery-list a > img {
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  max-height: 200px;
  overflow: hidden;
  width: 100%;
}

.gallery-wrap .thumbnail.gallery-list, .gallery-wrap .gallery-list a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.tab-content.no-bg {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.event-sub-wrap {
  text-decoration: none;
  padding: 20px 30px 0;
  display: inline-block;
  width: 100%;
}
.event-container p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.float-center {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-badge {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  background: #A30000;
  padding: 15px 20px;
  color: #fff;
}
.mentor-table {
  padding: 0!important;
}
.mentor-table-inner {
  padding: 1rem;
}
.update-list li a:hover h5 {
  color: #a30000;
}
.grid-2.cst-col-grid {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  row-gap: 30px;
}
.mx-grid .team-wrapper {
  max-width: 400px;
}
ul.terms-wrap {
  list-style: upper-roman;
  padding-left: 2rem;
  padding-right: 15px;
}
.img-container {
  height: 100%;
}

img.team-radius {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 3px solid #E6E8E8;
  object-fit: contain;
}

.m-view {
  display: none;
}

footer .connected-div .msform input:focus {
  border-color: #06163a;
}

.objection-css .msform input[type='text'], .objection-css .msform input[type='email'], .objection-css .msform input[type='number'], .objection-css .msform input[type='file'], .objection-css .msform input[type='date'], .objection-css .msform input[type='url'], .objection-css .msform input[type='time'], .objection-css .msform textarea, .objection-css .search-form .form-control, .objection-css select.form-select {
  background-color: #F2DCDC!important;
  border-color: #a30000!important;
}

.detail-modal a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #A30000;
  display: inline-block;
}

.mentor-table .grievance-detail.receipt-table tr td {
  width: auto;
  line-height: normal;
}

.mentor-table .grievance-detail.receipt-table tr td:first-child {
  width: 130px;
  font-weight: 500;
}

.font-semibold {
  font-weight: 500!important;
}

.detail-modal h3 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

.detail-modal p {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    vertical-align: top;
    color: #646161;
    margin-bottom: 20px;
}

.grievance_error {
  color: #fff !important;

}

.sub-banner-wrapper {
  max-width: 80%;
  margin: auto;
  position: relative;
  text-align: center;
}

ul.list li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}

.paragraph-4 {
  color: #000000;
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
}

ul.check-list.single-flex {
  flex-direction: row;
  column-gap: 45px;
  row-gap: 20px;
}
ul.list p {
  flex: 1;
}
#sectorList, #categoryList {
    max-height: 300px;
    overflow-y: auto;
}
.bold-p{
font-weight: 600;
}
.lower-alpha li::marker{
  font-weight: 600;
}

.max_limit_error {
    padding: 10px;
    background: #ffe3e3;
    width: 100%;
    border: 1px solid #A30000;
    display: inline-block;
    color: #A30000 !important;
    margin-bottom: 10px;
}
.sub-banner-wrapper nav {
  display: none;
}

.pillar-wrapper {
  background: #F8F8F8;
}

.pillar-policy .slide-content {
  height: 100%;
  margin: 0;
}
.grid-2.pillar-policy {
  grid-row-gap: 45px;
  grid-auto-rows: unset;
}
.text-end-desk {
  text-align: right;
}
.text-start-desk {
  text-align: left;
}
.row.align-center {
  align-items: center;
}

.event-sub-wrap-2 .event-img {
  width: 100%;
  border-radius: 7px;
  /* max-height: 260px; */
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.event-container-2 p {
  text-align: justify !important;
}

.header-user-name {
    max-width: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
img.scheme-icon {
  width: 60px;
  margin-bottom: 20px;
}

.custom-file-button.disabled-label:hover label {
  background-color: #001e4a;
  border-color: #001e4a;
  cursor: not-allowed;
}
.add-field-wrap input:read-only {
  border-color: #CCCDCD;
}
.text-danger {
  color: red!important;
}
.float--verify.parent-verified input {
  padding-right: 45px;
}
ul.lower-roman {
  list-style: lower-roman;
  margin-top: 15px;
}
.not-labelheight {
  height: auto!important;
}
.sub-content.sub-sub-content.sub-sub-content-3 .or-divider {
  margin-bottom: 20px !important;
  margin-top: 0;
}
/* Accessibility */

/* Accessibility Panel */
/* .accessible-font {
  font-family: "Helvetica", Arial, sans-serif;
}

.fontsize-1 * {
  font-size: 105%!important;
  line-height: normal!important;
}

.fontsize-2 * {
  font-size: 110%!important;
  line-height: normal!important;
}

.fontsize-3 * {
  font-size: 115%!important;
  line-height: normal!important;
}

.fontsize-4 * {
  font-size: 120%!important;
  line-height: normal!important;
}

a,
a:hover,
a:focus,
a:visited {
  color: inherit;
}
a.highlight,
a:hover.highlight,
a:focus.highlight,
a:visited.highlight {
  background: #ffff00;
  padding: 0.5em;
  line-height: 1.5;
}

.accessibility-panel {
  width: 400px;
  height: 100%;
  background: #f9f9f9;
  border-color: #ddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 1em;
  font-size: 24px;
  color: #555555;
  position: fixed;
  font-family: "Helvetica", Arial, sans-serif;
  top: 0;
  right: -400px;
  transition: all 0.3s ease;
  z-index: 99991;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.accessibility-panel.visible {
  right: 0;
  overflow-y: scroll;
}
.accessibility-panel #toggleAccessPanel {
  position: absolute;
  right: 410px;
  top: 8px;
  width: 48px;
  max-height: 48px;
  padding: 0;
  background: #090091;
  color: #fff;
  font-size: 13px;
  line-height: 0.75;
  text-align: left;
  overflow: hidden;
  border: none;
  border-radius: 3em;
  padding: 12px 5px 6px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
  transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
}
.accessibility-panel #toggleAccessPanel .ada-icon {
  padding: 2px 6px;
  line-height: 1;
  float: left;
  position: static;
  display: block;
}
.accessibility-panel #toggleAccessPanel .ada-icon svg {
  width: 26px;
}
.accessibility-panel #toggleAccessPanel .ada-icon path {
  fill: #ffffff;
}
.accessibility-panel #toggleAccessPanel:focus, .accessibility-panel #toggleAccessPanel:hover {
  width: 250px !important;
  -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25) !important;
}
.accessibility-panel #toggleAccessPanel:focus .toggleAccessPanelLabelInstruct, .accessibility-panel #toggleAccessPanel:hover .toggleAccessPanelLabelInstruct {
  height: auto;
  width: auto;
  position: static;
  margin: auto;
  -webkit-animation: 1.25s ease 0s normal forwards 1 fadein;
  animation: 1.25s ease 0s normal forwards 1 fadein;
}
.accessibility-panel #toggleAccessPanel .toggleAccessPanelLabelInstruct {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  opacity: 0;
  pointer-events: none;
}
.accessibility-panel #toggleAccessPanel .toggleAccessPanelLabelInstruct .toggleAccessPanelLabel {
  font-weight: 800;
}
.accessibility-panel #toggleAccessPanel .toggleAccessPanelLabelInstruct .toggleAccessPanelInstructions {
  line-height: 2;
}
.accessibility-panel h6 {
  margin: 0;
}

.button-group {
  font-size: 16px;
  margin-bottom: 1em;
}

.button-group button {
  padding: 6px 12px;
  font-size: 14px!important;
  border-radius: 1.25em;
  border: 1px solid #555555;
  background: #555555;
  color: #ffffff;
  -webkit-transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
  transition: width 0.75s ease-in-out, box-shadow 0.75s ease-in-out;
}
.button-group button:focus, .button-group button:hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25) !important;
}

.rangeSliders p {
  float: left;
  display: inline-block;
  width: 75px;
  margin: 2px 0 0;
  font-size: 16px;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  border: 2px solid #000;
  transition: 0.3s all ease;
  font-weight: 700;
  background: transparent;
  text-decoration: none;
}
.button:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
.button.highlight {
  background: #ffff00;
  padding: 0.5em;
  line-height: 1.5;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  display: inline;
  font-size: 0;
}

[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 80%;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}
[type=range]:focus::-ms-fill-lower {
  background: #f9f9f9;
}
[type=range]:focus::-ms-fill-upper {
  background: white;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 80%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #f9f9f9;
  border: 2px solid #555555;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #555555;
  border: 2px solid #f9f9f9;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}
[type=range]::-moz-range-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 80%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #f9f9f9;
  border: 2px solid #555555;
  border-radius: 5px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #555555;
  border: 2px solid #f9f9f9;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
[type=range]::-ms-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 80%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #ececec;
  border: 2px solid #555555;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #f9f9f9;
  border: 2px solid #555555;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #555555;
  border: 2px solid #f9f9f9;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-top: 0;
} */

.t-step-3 ul.sub-step-wrapper.sub-step-wrapper-2 {
	grid-template-columns: repeat(2, 1fr);
}
.cst-team-wrapper{
  max-width: 700px;
  display: flex;
  gap: 100px;
  margin: auto;
  border: 0;
}
.cst-team-wrapper .member-designation{
  border: 0;
}

/** Third Party Layout **/
section.common--wrapper.third-layout .btn-primary {
  background-image: linear-gradient(135deg, #4344c3, #cc6ac4) !important;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-transform: none;
  max-width: unset;
  width: auto;
}

section.common--wrapper.third-layout .btn-primary:hover {
  text-decoration: underline;
}

.third-layout .sub-content-wrap table thead tr {
  background-image: linear-gradient(135deg, #4344c3, #cc6ac4) !important;
}

.third-layout .sub-content-wrap table th {
  background: transparent;
  text-align: left;
  width: auto!important;
}

.third-layout .sub-content-wrap table tbody td {
    border: 1px solid #ddd!important;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    background: transparent;
    color: #333;
}

.third-layout .table>tbody>tr:hover {
  background-color: #f5f5f5!important;
}

.third-layout .sub-content-wrap table th:first-child {
  width: 75px;
  min-width: unset;
}


.third-layout .btn-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.third-hero {
  background-color: #272d34;
  opacity: .9;
  padding: 30px 0;
}

section.third-hero h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.third-layout .container, .third-hero .container {
  max-width: 1170px;
}
/** Aware Hero **/

section.common--wrapper.aware-hero {
  background: url('/assets/images/aware-hero.png') no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 66px 0 96px;
}
.aware-logo-flex .logo-img {
  height: 86px;
}
.aware-logo-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.aware-hero h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  font-family: Teko;
  margin-bottom: 66px;
  margin-top: 60px;
}
ul.badge-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
ul.badge-flex a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  color: #000000;
  background: #FFFFFF;
  padding: 20px;
  display: inline-block;
  border-radius: 48px;
}

.overview-bg {
  padding: 30px;
  background: url('/assets/images/overview-bg-1.png') no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
}

.overview-bg.overview-bg-2 {
  padding: 30px;
  background: url('/assets/images/overview-bg-2.png') no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.overview-bg.overview-bg-3 {
  padding: 30px;
  background: url('/assets/images/overview-bg-3.png') no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.overview-bg img {
  height: 60px;
  margin-bottom: 30px;
}

.overview-bg ul li + li {
  margin-top: 3px;
}
.grid-2c {
    display: grid;
    grid-template-columns: 488px 488px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
}

.mt-40 {
  margin-top: 40px;
}

.aware-contact {
  background: url('/assets/images/aware-contact.png') no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 30px;
  display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.aware-info {
  display: flex
;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.aware-info-contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  gap: 20px;
}
/** Third Party Layout **/

.inner-tb td {
  border: 1px solid #CCCDCD;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.grid-col-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.btn.btn-secondary-custom {
  padding: 14.2px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
}
@media screen and (max-width: 575px) {
  .btn-secondary-custom {
      width: 100%;
  }
}
.flex-gap-15 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.cursor-pointer {
  cursor: pointer;
}
.mix-blend-mode-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-mode-darken{
  mix-blend-mode: darken;
}
.position-relative-zindex1{
  position: relative;
  z-index: 1;
}

.micro-banner {
  /* background: url('/assets/images/micro-banner.png') no-repeat;
  background-size: cover; */
  padding: 144px 0;
  position: relative;
}
.micro-banner > img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
object-fit: cover;
}
.micro-banner h3 {
  font-family: Teko;
  font-weight: 500;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: 0;
  text-align: center;
  color: #161010;
  max-width: 65%;
  margin: auto;
  z-index: 1;
  position: relative;
}

.lh-20 {
  line-height: 20px;
}

.lh-30 {
  line-height: 30px;
}

.email-badge {
  display: flex
;
  align-items: center;
  background: #ffffff;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 8px;
}

.contact-micro-section .email-badge {
  background: #E6E8E8;
  justify-content: flex-start;
}

.email-badge h4 {
  font-family: Jost;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  border-left: 1px solid #B2B2B2;
  padding-left: 15px;
  margin-left: 15px;
  color: #302B2B;
  word-break: break-word;
}

.cst-grid---3 {
  display: grid;
  grid-template-columns: 236px 278px 236px;
  gap: 20px;
  justify-content: center;
}

.add-wrap {
  padding: 30px;
  background: #F8F8F8;
  border-radius: 10px;
  height: 100%;
}
.common--wrapper.facility-section {
  background: #F8F8F8;
}

.cst-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.facility-section .heading--3 {
  font-family: Teko;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;

}

.cst-grid-gallery-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cst-grid-gallery-3 img ,.grid-gallery img{
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}

.cst-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}


.drag-area {
  border: 2px dashed #CCCDCD;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F8F8F8;
  padding: 40px 16px;
}
.drag-area h3 {
  font-family: Jost;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #989797;
  margin-top: 20px;
}
.drag-area span {
  margin: 20px 0;
  font-family: Jost;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #646161;
}
.register-dash {
  background: #F8F8F8;
  padding: 24px 20px;
  border-radius: 10px;
}
.register-dash .flex, .cmn-add-sector .flex {
  display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
      margin-bottom: 20px;
      flex-wrap: wrap;
}

.register-dash .cst-grid---3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: flex-start;
}

.register-dash .add-wrap {
  background: #FFFFFF;
}

.no-data-found-wrap {
  background: #F8F8F8;
  padding: 40px 16px;
  text-align: center;
  border-radius: 10px;
}

.sector-banner {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.sector-banner img {
  max-height: 320px;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.float-sec-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.edit-btn--2 {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}

.del-btn--2 {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background: #A300000D;
}

.sec-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 20px;
  border: 1px solid #E6E8E8;
  padding: 20px;
  border-radius: 10px;
}
.sec-btn{
  display: flex;
  gap: 10px;
}
.sec-btn button img{
  min-width: 24px;
}
.sec-data + .sec-data {
  margin-top: 10px;
}
.gallery-thumb .thumb-gallery-img {
  height: 85px;
  width: 110px;
  border-radius: 10px;
}

.gallery-thumb li {
  position: relative;
}

ul.gallery-thumb {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

button.cross-btn {
  position: absolute;
  background: transparent;
  right: -12px;
  top: -12px;
}

.cst-padding .modal-header {
  padding: 15px 20px;
}

.cst-padding .modal-body {
  padding: 30px 20px;
}
.btn-link-btn {
  font-size: 18px;
  color: #E70000;
  font-weight: 500;
  background-color: #fff;
}

.g-grid-2 {
  display: grid;
  grid-template-columns: 346px 1fr;
  gap: 30px;
}

.g-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gr-3-wrap {
  padding: 20px;
  background: #F8F8F8;
  border-radius: 10px;
}

.cst-grey-badge {
  background: #e6e8e8;
  padding: 14px 20px;
  border-radius: 8px;
}
.invisible-cst {
  visibility: hidden;
}
.flrx-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.category-blog-wrap {
  padding: 20px;
  background: #F8F8F8;
}

.category-blog-wrap  .nav-tabs .nav-link {
  border-bottom: 1px solid #EDEDED;
}

.grid-2.fc-width-3 {
  grid-template-columns: 375px 1fr;
  align-items: flex-start;
  gap: 30px;
}
.blog-wrapper li.nav-item:last-child button {
  border: 0;
}
.update-list li a h5 {
  font-family: Teko;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
}
ul.badge-tag li {
  font-family: Jost;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding: 6px 12px;
  background: #E6E8E8;
  display: inline-block;
  border-radius: 50px;
  color: #646161;
}
ul.badge-tag {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
ul.blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
ul.blog-list img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
p.date-blog {
  font-family: Jost;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0;
  color: #7E7C7C;
}
ul.blog-list h3 {
  font-family: Teko;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  color: #302B2B;
  margin: 5px 0;
}
p.blog-desc {
  font-family: Jost;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0;
  color: #7E7C7C;
}

.sub-blog-wrapper img.event-main {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.sub-blog-wrapper ul.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-search img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.blog-search input.form-control {
  padding-left: 45px;
}
.update-list-2 {
    max-height:unset;
    padding-right:0;
}
ul#categoryList label {
  margin: 0;
  display: flex;
  align-items: flex-start;
  text-align: left;
  line-height: 20px;
}

.extend-incubator .add-field-wrap {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    border: 1px solid #CCCDCD;
}

.table-extend-incubator .add-field-wrap {
  display: table-row;
}
.table-extend-incubator .remove-extend-field {
    padding: 5px;
    background: transparent;
    border: 0;
    vertical-align: middle;
    display: inline-block;
    min-width: 45px;
    text-align: center;
}
.dark-btn {
    background: #000;
    color: white;
    font-weight: 500;
    border: 0 none;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 16px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
}

.custom-file-button.table-upload-btn label, .custom-file-button.table-upload-btn input {
    padding: 6px 15px;
}

.custom-file-button.table-upload-btn input {
    padding-left: 4rem;
}

.custom-file-button.table-upload-btn svg {
  width: 18px;
  height: 18px;
}

.cmn-table tbody.table-extend-incubator td {
    min-width: unset;
}

.fs-title-2 {
    color: #4A4646;
    font-family: Teko;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
.table-vertical-top tr td{
  vertical-align: top;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
}
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-family: system-ui;
}
.already-register {
  opacity: 0.5;
  /* pointer-events: none;  */
  position: relative;
  transition: opacity 0.4s ease;
}
.already-register:after{
  content: '';
  inset: 0;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}
.custom-preview-field{
  border: 1px solid #CCCDCD;
  border-radius: 6px;
  font-weight: normal;
  background-color: #e9ecef;
  display: block;
  padding: 7px 15px;
  cursor: not-allowed;
}
#progressbar li:has(.mark-done) *{
    cursor: not-allowed !important;
}
.mark-done {
    background-color: #A30000;
    width: 22px;
    height: 22px;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top:-3%;
    transform: translateX(100%);
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:540px) {
    .mark-done {
        left: -12%;
        top: 10%;
        width: 20px;
        height: 20px;
    }
}
.convertToUpperCase{
  text-transform: uppercase;
}