@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {
		font-family: 'Fira Sans Condensed', sans-serif;
		padding-top: 80px;
		margin: 0;
		background:#eaefff;
		color: #4a4a4a;
}
 .btn-light {
      color: #ffffff !important;
      background: linear-gradient(135deg, #afafaf, #a9afb6) !important;
      box-shadow: 0 4px 10px rgba(173, 181, 189, 0.3);
    }
.file-preview, .file-preview-2 {
    font-size: 0.8em;
    border-radius: 0.25rem !important;
    color: #ff0000 !important;
    padding: 0.25rem !important;
    margin-top: 0.5rem 8px!important;
    margin: auto;
    margin-bottom: 17px;
    position: relative;
    left: 14px;
        margin-top: 7px;
            width: 74%;
    float: right;

}

#toast-container>div{opacity: 1 !important;
}
.flot-right{float:left;}
section {
    padding: 20px 0;
}
.form-group.border {
	border: 1px solid #bab8ff !important;
	border-radius: 5px;
	padding: 5px;
}
.view i {
    display: block;
    font-size: xx-large;
    margin-bottom: 10px;
}
.view {
    padding: 7px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0.5em 0;
}
.form-control {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #DDE3EC;
	background: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	/* color: #536387; */
	outline: none;
	resize: none;
}

.step .form-control:focus {
	border-color: #554fe1;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.select2-results__options li label {
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	display: initial;
	margin-bottom: 10px;
	margin-left: 10px;
}

.height-100-vh {
	height: 100vh;
}


.step-container {
	position: relative;
	text-align: center;
	transform: translateY(-43%);
}

.step-circle {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #e1e1e1;
	border: 2px solid #e1e1e1;
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	cursor: pointer;
	color: #686565;
}

.step-line {
	position: absolute;
	top: 16px;
	left: 50px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #554fe1;
	z-index: -1;
}

#multi-step-form {
	overflow-x: hidden;
}
#container {
    overflow: auto;
}
.step-circle p {
	position: absolute;
	width: 135px;
	top: 45px;
	color: #040404;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.progress-step.active {
	background-color: #42a0d3;
	border: 2px solid #42a0d3;
	color: #fff;
}

.progress {
	background-color: #e3e3e3;
}

.progress-bar {

	background-color: #554fe1;
}

.form-check-input {
	border: 2px solid #554fe1;
}

.form-check-input:focus {
	border: 2px solid #423dd3ff;
}

.subhed {
	padding: 0px 0px 5px;
	border-bottom: 1px solid #e54e6f;
	font-weight: 600;
	margin-bottom: 20px;
}


.step .form-check-label {
	font-weight: 400;
	font-size: 14px;

}

.step small {
	font-weight: normal;
	font-size: 11px;
	color: gray;

	line-height: normal;
}

.step .subhed .title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #e54e6f;
}

.step legend {
	width: auto;
	padding: 0 10px;
	margin-bottom: 0;
	background: #ecf3ff;
	font-weight: normal;
	color: #1f18bf;
	position: relative;
	bottom: 18px;
	font-size: 17px;
	border-radius: 20px;
	padding: 3px 14px;
}

.step .form-control {
	border: 1px solid #bab8ff;
}

.step input::placeholder {

	opacity: 0.8;
	font-size: 14px;
}

.navbar-brand img {
	width: 150px !important;
}

.step fieldset {
	min-width: 0;
	border: 1px dashed #d9d9d9;
	border-radius: 20px;
	background: #ecf3ff40;
}
.about_us .container {
    position: relative;
    z-index: 9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff !important;
    border: 1px solid #cadefd !important;
}
.card-body {
   
    padding: 2rem;
}
label, .form-label {
  
    margin-bottom: 5px;
}
.input-group-text {
   
    padding: 0.5rem 1em;}
.about_us h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
}
.about_us {
    position: relative;
    z-index: 9;
    overflow: visible;
}

.about_us:before {
	content: "";
	width: 100%;
	height: 120px;
	background-color: #eaefff;
	position: absolute;
	top: -60px;
	border-radius: 100%;
	left: -50px;
	right: -50px;
	margin: 0 auto;
	z-index: 9;
}

.about_us p {
    font-size: 1.3em;
    font-weight: 400;
}
.about_us ol {
    font-size: 1.1em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    list-style: none;
}
.about_us ol li{
   margin-bottom: 1em;
}
.about_us ol li strong{color: #f18425;}
.about_us h1 span {color: #dd4479;}
.login{
    width: 100%;
    border-radius:24px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    background: #fff;
}

.imgUp input, .was-validated .form-select:valid, .form-select.is-valid, .form-select, .form-control, .multi-select-button {
	display: block;
	width: 100%;
	padding: 0.5rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cadefd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-size: 0.9em;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cadefd !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-size: 0.9em;
}

.form-check-input:checked {
	background-color: #554fe1;
	border-color: #554fe1;
}.stepper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 50%;
}
.stepper li {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #dbdada;
  border-radius: 80px;
}
.stepper li .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #6c757d;
  color: white;
  margin-right: 10px;
}

/* Active state */
.stepper li.active {
  border-color: #0d6efd !important;
  color: #0d6efd !important;
}
.stepper li.active .circle {
  background-color: #0d6efd !important;
}

/* Completed state */
.stepper li.completed {
  border-color: #198754 !important;
}
.stepper li.completed .circle {
  background-color: #198754 !important;
}

.stepper li .label {
  font-weight: 500;
  white-space: nowrap;
}

.select2-container .select2-selection--multiple {
   
    min-height: 39px !important;
}
.navbar {
	background-color: #0a205a !important;
}

.multiselect {   
    position: relative;
}

.multiselect i {
    position: absolute;
    right: 7px;
    bottom: 20px;
    opacity: 0.3;
    line-height: 0;
}
/* MULTISELECT */

.form-cover {
	width: 70%;
	margin: 0 auto;
	background: #fff;
	border-radius: 30px;
	box-shadow: 2px 4px 5px #c6c2c2;
	overflow: hidden;
	margin-top: 30px;
}

.rightsidecover-form {
	background: #370b4f url(bg.jpg);
	min-height: 450px;
	background-size: cover;
	border-radius: 24px 0 0 24px;
}

.rightsidecover-form h3 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
}

.rightsidecover-form p {
	text-align: center;
	color: #fff;
	margin-top: 28px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(255, 255, 255, 0.9);
}

.user-icon img {
	width: 39px;
	position: relative;
	top: -5px;
	left: 17px;
}

.user-icon>.dropdown-toggle::afte {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: none;
	border-bottom: 0;
	border-left: none;
}
.progress {
    
    margin-top: 1em;
}
.user-icon span {
	position: relative;
	top: -4px;
	font-weight: 600;
	color: #fff;

}

.relative-grid {
	position: relative;
	/* left: -22px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	position: relative;
	top: 5px;
}




.btn-primary {
	background-image: -webkit-linear-gradient(47deg, rgb(238, 130, 25) 0px, rgb(239, 69, 89) 100%);
	box-shadow: rgb(239 139 117 / 60%) 0px 8px 29px 0px;
	color: #fff;
	border-radius: 6px;
	padding: 8px 20px;
	border: 0;
}

.btn-primary:hover {
	background-image: -webkit-linear-gradient(47deg, rgb(239, 69, 89) 0px, rgb(238, 130, 25) 100%);
	box-shadow: rgb(239 139 117 / 80%) 0px 10px 29px 2px;
	transition: all 0.4s ease 0s;
}








section.slider_section {
    background: #370b4f url(bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: bottom;
    padding: 100px 0px;
    color: #fff;
    text-align: center;
    position: relative;
    /* z-index: 1; */
}



.header_content_div .btn{
    height: 64px;
    padding: 16px 50px;
    border-radius: 10px;
}

.header_content_div h1 {
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}

.header_content_div h1:nth-child(1) {
    background: linear-gradient(180deg, #F44336 30%, #FF9800 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_content_div p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    opacity: 0.6;
}

.btn1 {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    transition: 0.5s ease;
    cursor: pointer;
    font-size: 20px;
    /* font-style: normal; */
    font-weight: 600;
    line-height: 24px;
}
.btn1:hover{
    background-color: #ffffff00;
    color: #ffffff;
    box-shadow: 0 0 5px #2D94F3;
    border-color: #2D94F3;
}
.icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff21;
    border-radius: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #6accff;
}

.set_flex p {
    margin: 0;
}
@keyframes myshape {
  50% {
    border-radius: 77% 23% 30% 70%/67% 72% 28% 33%
  }
}
.img_new{
    background-color: #ffffff;
    /* height: 100%; */
    width: 100%;
    text-align: center;
    border-radius: 350px;
    animation: 5s ease 0s infinite normal none running myshape;
}
.btn2 {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-left: 50px;
    transition: 0.5s ease;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.btn2:hover{
    background-color: #ffffff;
    color: #2D94F3;
    box-shadow: 0 0 5px #2D94F3;
    border-color: #ffffff;
}

.set_flex {
    align-items: center;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 1em;
    font-size: 1em;
    align-content: center;
}
.copyright {
    /* text-align: right; */
}


footer {
    background: #0a205a;
    padding: 120px 0px 50px 0;
    color:#fff;
    position: relative;
    z-index: 9;
    overflow: visible;
}

footer:before {
	content: "";
	width: 100%;
	
	background-color: #eaefff;
	position: absolute;
	top: -60px;
	border-radius: 100%;
	left: -50px;
	right: -50px;
	margin: 0 auto;
	z-index: 9;
}
.social-media {
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0;
}

.social-media li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Hover background colors */
.social-media li a.twitter:hover {
  background: #1DA1F2;
  color: #fff;
}

.social-media li a.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}

.social-media li a.linkedin:hover {
  background: #0077B5;
  color: #fff;
}

.social-media li a.facebook:hover {
  background: #1877F2;
  color: #fff;
}

.social-media li a.youtube:hover {
  background: #FF0000;
  color: #fff;
}

/* Tooltip effect (optional) */
.social-media li a[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 3px;
  top: -28px;
  white-space: nowrap;
}

    #myDiv {
      display: none;
      transition: opacity 0.3s ease;
    }

    #myDiv.show {
      display: block;
      opacity: 1;
    }
    
footer h2 {
    margin-bottom: 1em;
}
.set_flex p strong {
    display: block;
}
.footer-link {
    margin: 0;
    padding-left: 16px;
    line-height: 38px;
}
.footer-link a{
    color: #ffffffb5;
}
.footer-link a:hover{
    color: #ffffff;
}
.login_data {
    padding: 1.5em;
}
.login_data h1 {
    color: #f09028;
}
label, .form-label {
    display: inline-block;
    font-weight: normal;
    /* margin-top: .5rem; */
    margin-bottom: 3px;
    color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #eb4848 !important;
    float:right!important;
    margin-left: 6px!important;
}
@media only screen and (max-width: 767px) {
    .stepper li {
   
    margin-bottom: 1em;
}

    .stepper {
   
    display: block;
    gap: 20px;
    width: 100%;
}
    
}