<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Open-Bold;
  src: url(../fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: Open-ExtraBold;
  src: url(../fonts/OpenSans-ExtraBold.ttf); }
@font-face {
  font-family: Open-Light;
  src: url(../fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: Open-Reg;
  src: url(../fonts/OpenSans-Regular.ttf); }
@font-face {
  font-family: Open-SemiBold;
  src: url(../fonts/OpenSans-SemiBold.ttf); }
body a {
  font-family: Open-Bold; }

body h2 {
  font-family: Open-Bold;
  font-size: 18px;
  color: #007ab5;
  text-align: center; }


.navbar {
    padding: 0px 10px;
    margin-bottom: 4px;
    height: 84px;
}

.regFormSection {
    height: 560px;
    padding-top: 31px;
    background: url(../images/bg.jpg);
    background-size: cover;
}
  .navbar .navbar-collapse .nav li {
    margin: 0 10px;
    padding-top: 5px; }
    .navbar .navbar-collapse .nav li a:hover {
      color: #168c94;
      background: transparent; }

.regFormSection {
  min-height: 503px;
  padding-top: 35px;
  background: url("../images/bg.jpg"); }
  .regFormSection ul {
    padding: 95px 45px;
    padding-bottom: 0px; }
    .regFormSection ul li {
      margin-bottom: 40px; }
      .regFormSection ul li h3 {
        color: #fff;
        font-size: 14px;
        font-family: Open-Bold;
        padding-left: 25px; }
  .regFormSection .regFormBlock {
    background: #fff;
    max-width: 420px;
    min-width: 420px;
    height: 440px;
    float: right;
    margin-right: 15px;
    border-radius: 10px;
    padding: 0 30px; }
    .regFormSection .regFormBlock button {
      width: 232px;
      height: 42px;
      border-radius: 30px;
      background: #007ab5;
      border: 0px;
      color: #fff;
      font-family: Open-Reg;
      font-size: 16px;
      margin-top: 10px; }
    .regFormSection .regFormBlock .form-group .form-control {
      border: 0px;
      border-bottom: 2px solid #c1c0c0;
      box-shadow: 0px 0px 0px;
      border-radius: 0px;
      padding: 0px; }
    .regFormSection .regFormBlock .form-group label {
      font-size: 14px;
      color: #007ab5;
      opacity: 0.8;
      font-family: Open-Light; }
    .regFormSection .regFormBlock h1 {
      font-family: Open-SemiBold;
      font-size: 20px;
      color: #007ab5;
      text-align: center;
      padding-top: 5px;
      padding-bottom: 10px;
      opacity: 0.8; }

.aboutSection {
  padding: 10px; }
  .aboutSection p {
    font-family: Open-SemiBold;
    font-size: 14px;
    color: #000;
    opacity: 0.7;
    max-width: 950px;
    margin: auto;
    line-height: 27px;
    padding: 10px 0; }

.faqSection {
  background: url("../images/faq-bg.png");
  padding: 35px 0; }
  .faqSection h2 {
    color: #fff;
    padding-bottom: 30px; }
  .faqSection ul li {
    font-family: Open-SemiBold;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 15px; }
    .faqSection ul li .fa {
      font-size: 12px;
      padding-top: 2px;
      padding-right: 15px; }

.scoreSection {
  background: #007ab5;
  padding: 15px 0; }
  .scoreSection .wid20 {
    width: 20%; }
  .scoreSection h3 {
    color: #fff;
    font-size: 30px;
    font-family: Open-Reg;
    margin-bottom: 3px; }
  .scoreSection p {
    color: #fff;
    font-size: 18px;
    font-family: Open-Reg; }

.programSection {
  padding: 15px; }
  .programSection .table-responsive {
    padding: 25px;
    padding-bottom: 0px; }
    .programSection .table-responsive .table tr td {
      border: 1px solid #ddd; }
      .programSection .table-responsive .table tr td h5, .programSection .table-responsive .table tr td p {
        font-size: 14px;
        font-family: Open-Bold;
        color: #000;
        opacity: 0.7;
        margin-top: 0;
        margin-bottom: 8px; }
      .programSection .table-responsive .table tr td p {
        font-family: Open-SemiBold; }
      .programSection .table-responsive .table tr td:first-child {
        width: 70%; }

.placementSection {
  background-color: #f9f9f9;
  padding: 15px; }
  .placementSection ul {
    text-align: center;
    padding-top: 10px;
    margin: 0; }
    .placementSection ul li {
      margin-right: 15px;
      margin-bottom: 20px;
      padding: 0px;
      background: #fff; }
      .placementSection ul li a {
        font-family: Open-Bold;
        color: #007ab5;
        font-size: 18px; }

.contactSection {
  padding-top: 5px; }
  .contactSection p {
    font-family: Open-Bold;
    text-align: center;
    font-size: 14px;
    color: #000;
    opacity: 0.7;
    padding-bottom: 15px;
    padding-top: 3px; }
    .contactSection p span, .contactSection p a {
      color: #007ab5; }

.padt80 {
  padding-top: 80px !important; }

@media (max-width: 767px) {
  .navbar .navbar-header .navbar-toggle {
    background: #007ab5; }
    .navbar .navbar-header .navbar-toggle .icon-bar {
      background: #fff; }

  .regFormSection {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;  
	height: auto;
	}
    .regFormSection ul {
      padding: 50px 10px !important; }
    .regFormSection .regFormBlock {
      min-width: 100%;
      float: none; }

	}

/*# sourceMappingURL=style.css.map */
</pre></body></html>