<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
}

a {
  outline: none;
  color: #191919;
  padding: 0;
  margin: 0;
  transition: all 500ms ease-in-out;
}

a:focus,
.btn:focus,
a:hover {
  color: black;
  outline: none;
  text-decoration: underline;
  box-shadow: none;
}

p {
  font-size: 16px;
  line-height: 24px;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

h3,
h4,
h5,
h6 {
  font-family: 'Mukta', sans-serif;
}

/* Override main page container if necessary */

#main {
  max-width: 100%;
  padding: 0 !important;
}

.title-sec h2 {
  font-size: 48px;
  color: #1f2f6e;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 15px;
}
.title-sec h3 {
  font-size: 25px;
  color: #09101d;
  line-height: 27px;
  font-weight: 600;
  margin: 0 0 20px;
}
.btn {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 40px;
  border-radius: 10px;
  background: #2bbbd5;
  transition: all 500ms ease-in-out;
}
.btn:hover {
  background: #565c6b;
}
.btn.btn2 {
  background: #69952f;
}
.btn.btn2:hover {
  background: #fc702c;
}
.link {
  display: inline-block;
  font-size: 40px;
  color: #070707;
  line-height: 42px;
  font-weight: 600;
}
.link:hover {
  color: #ccc;
}
@media screen and (min-width: 1370px) {
  .container {
    max-width: 1340px;
  }
}

/* Header Start*/

.navbar {
  position: fixed;
  width: 100%;
  z-index: 9;
  padding: 12px 0;
  background: #1f2f6e;
  transition: all 500ms ease-in-out;
}
.navbar &gt; .container {
  display: block;
}
.navbar .logo {
  transition: all 500ms ease-in-out;
}
.navbar.navbar-fixed .logo img {
  width: 180px;
}

/* Banner Start*/
.banner-sec {
  line-height: 0;
  padding-top: 90px;
  background: url('../images/signup-banner-img.jpg') no-repeat top / cover;
  max-height: 923px;
}
.banner-sec .box-block {
  position: relative;
  z-index: 1;
  border-bottom: 20px solid #fbe650;
  padding: 50px 70px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-bottom: -215px;
}
.banner-sec p {
  position: relative;
  padding-bottom: 25px;
}
.banner-sec p:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #1f2f6e;
}
.banner-ul {
  margin: 25px 0;
}
.banner-ul li {
  font-size: 18px;
  color: #1f2f6e;
  line-height: 24px;
  font-weight: 500;
  padding-left: 33px;
  padding-bottom: 12px;
  background: url('../images/icon-list.png') no-repeat left 3px;
}
.banner-sec .group {
  padding-bottom: 25px;
}
.form-label, label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7e858e;
  line-height: 16px;
  text-transform: initial;
  font-weight: 600;
  margin-bottom: 5px;
}

.form-control,
input {
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7e858e;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #d7dfe9;
  outline: 0;
  border-radius: 2px;
  padding: 10px;
}

.form-control:focus,
input:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.banner-sec .btn,
input[type='submit'] {
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
  border-radius: 25px;
  background: #1f2f6e;
  height: 60px;
}
.banner-sec h6 {
  font-size: 14px;
  color: #7e858e;
  line-height: 16px;
  margin: 25px 0 15px;
  font-weight: 400;
}
.banner-sec h5 {
  font-size: 18px;
  color: #171f46;
  line-height: 20px;
  font-weight: 600;
}
.banner-sec h5 a {
  color: #2f4ee7;
  text-decoration: none;
}

/* Questions Start*/
.questions-sec {
  padding: 50px 0 30px;
}
.questions-sec.title-sec h2 {
  color: #fff;
  padding-bottom: 30px;
}
.questions-sec .box {
  padding: 70px 55px 45px;
  background: #1f2f6e;
  margin-top: 270px;
}
.questions-sec .lt-box {
  padding-right: 50px;
}
.questions-sec .block {
  padding-bottom: 25px;
}
.questions-sec .img-block {
  padding-bottom: 15px;
}
.questions-sec .img-block img {
  /* width: 100%; */
  height: auto;
  border-bottom: 14px solid #fbe650;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}
.questions-sec .lt-box p {
  font-size: 14px;
  color: #000;
  font-style: italic;
}
.questions-sec .lt-box p strong {
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.questions-sec h5 {
  font-size: 14px;
  color: #000;
  line-height: 14px;
  font-weight: 600;
}
.accordion-button:not(.collapsed),
.accordion-button {
  padding: 22px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: none;
}
.accordion-item {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  margin-bottom: 25px;
}
.accordion-body {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  letter-spacing: 0.2px;
}
.accordion-button:after {
  display: none;
}
.profile-sec {
  padding-bottom: 50px;
}
.profile-sec .box-block {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-bottom: 25px;
}
.profile-sec .top-block img {
  width: 100%;
  height: auto;
  position: relative;
}
.profile-sec .edit-btn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/icon-edit.png) no-repeat center #fff;
}
.profile-sec .lt-block {
  padding: 0 15px;
  margin-top: -130px;
  position: relative;
}
.profile-sec .lt-block .img-icon {
  width: 162px;
  height: 162px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.profile-sec .lt-block .img-icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.profile-sec h3 {
  font-size: 24px;
  color: #222222;
  line-height: 24px;
}
.profile-sec ul {
  padding-left: 15px;
}
.profile-sec ul li {
  color: #596172;
  list-style: disc;
}
.profile-sec .rt-block {
  text-align: right;
  padding: 30px 15px 0;
}
.profile-sec h5 {
  font-size: 14px;
  color: #1f2f6e;
  line-height: 20px;
}
.profile-sec h5 a {
  text-decoration: none;
  padding: 2px 0 2px 30px;
  background: url(../images/icon-post.png) no-repeat left top;
  color: #1f2f6e;
}

/* Form overrides */

.fieldset-wrapper,
fieldset {
  display: block !important;
  height: auto !important;
  margin-bottom: 0;
}

.fieldset-legend {
  background-image: none !important;
  padding: 0 !important;
}

label {
  display: block;
}

.form-item .description {
  line-height: 1em;
  margin-top: 0.5rem;
}

.heading.opener {
  display: none;
}

.edit-your-details-wrapper {
  display: none;
}

.date-padding {
  padding: 10px 0 !important;
}

#field-expected-graduation-date-add-more-wrapper .date-month {
  margin-right: 15px;
}

@media only screen and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (orientation: portrait) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-width: 1370px) {
  .title-sec h2 {
    font-size: 45px;
    line-height: 47px;
  }
}
@media screen and (max-width: 1199px) {
  .title-sec h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .banner-sec .box-block {
    padding: 30px 40px;
  }
  .questions-sec .box {
    padding: 45px 35px;
  }
  .questions-sec.title-sec h2 {
    padding-bottom: 0;
  }
  .accordion-button:not(.collapsed),
  .accordion-button {
    padding: 15px;
  }
  .profile-sec {
    padding-bottom: 30px;
  }
  .profile-sec .lt-block {
    margin-top: -90px;
  }
  .profile-sec .lt-block .img-icon {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 991px) {
  .title-sec h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .banner-sec .box-block {
    padding: 25px 30px;
  }
  .banner-sec .btn {
    font-size: 16px;
    line-height: 18px;
  }
  .banner-sec h5 {
    font-size: 15px;
    line-height: 17px;
  }
  .questions-sec {
    padding-top: 250px;
  }
  .questions-sec .box {
    padding: 25px 25px;
    margin-top: 25px;
  }
  .accordion-button:not(.collapsed),
  .accordion-button {
    font-size: 17px;
    line-height: 20px;
    padding: 10px;
  }
  .accordion-body {
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 10px;
  }
  .questions-sec .lt-box {
    padding-right: 0;
  }
  .profile-sec .rt-block {
    text-align: left;
    padding-top: 15px;
  }
  .scrollToTop {
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
    background-size: 16px auto;
  }
  .profile-sec .lt-block {
    margin-top: -70px;
  }
  .profile-sec .lt-block .img-icon {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .title-sec h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .banner-sec .box-block {
    padding: 20px 15px;
  }
  .banner-sec .btn {
    padding: 12px 15px;
  }
  .questions-sec .block {
    padding-bottom: 15px;
  }
  .questions-sec .box {
    padding: 20px 15px 5px;
  }
  .profile-sec .top-block img {
    height: 120px;
    object-fit: cover;
  }
  .profile-sec .box-block {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .title-sec h2 {
    font-size: 25px;
    line-height: 27px;
  }
}

/* Overrides */

.password-strength,
fieldset.collapsible legend,
#edit-field-title,
.description {
  display: none;
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin: 15px 0;
}

input[type="radio"] {
  height: auto;
}

input:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.form-text, 
input.password-field,
.password-parent,
input.password-confirm {
  width: 100%;
}

.confirm-parent label {
  margin-top: 10px;
}

div.password-confirm {
  margin-top: 5px;
  width: auto;
  font-size: 14px;
}

div.password-confirm .ok, div.password-confirm .error {
  display: inline-block;
  padding: 8px 2px;
  text-transform: capitalize;
}

div.password-confirm .ok {
  background-color: green;
  color: white;
}

div.password-confirm .error {
  background-color: red;
  color: white;
}

input.password-confirm {
  margin-top: 5px;
}

#edit_state_chosen {
  width: 100% !important;
}

#autocomplete li {
  padding-top: 1em;
  padding-bottom: 1em;
  height: 20px;
}

div.no-after p:after{
  background-color: white;
} </pre></body></html>