/*Font Face*/
@font-face {
  font-family: Baloo2_Regular;
  src: url(../fonts/Baloo2_Regular.ttf);
}

@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
  font-family: Baloo2_Bold;
  src: url(../fonts/Baloo2_Bold.ttf);
}

.no-padding {
  padding: 0px;
}

.fullsize-img {
  width: 100%;
  height: auto;
}

body {
  background-color: #fff;
  font-family: Baloo2_Regular;
}

header {
  background-color: #111d5e;
  -webkit-box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
  box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

header .navbar-light .navbar-toggler {
  border-color: transparent;
}

header .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
  color: #111d5e;
}

header .nav-item {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  header .nav-item {
    margin-right: 0px;
  }
}

.logo {
  width: 450px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 250px;
  }
}

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

.main-content-wrap {
  padding-left: 15vw;
  padding-right: 15vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .main-content-wrap {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.text-light-black {
  color: #888;
}

.font-light {
  font-family: Baloo2_Regular;
}

.font-bold {
  font-family: Baloo2_Bold;
}

.index-footer-cover {
  background-image: url("../images/index-footer-cover.jpg");
  background-size: cover;
  height: 390px;
}

.index-footer-cover .wrap {
  padding-left: 25vw;
  padding-right: 25vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .index-footer-cover .wrap {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.index-footer-cover .wrap .form-group {
  background-color: transparent;
}

.index-footer-cover .wrap .form-group .form-control {
  background-color: transparent;
  color: #fff;
  border: 1px solid #efefef;
}

.index-footer-cover .wrap .form-group .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(17, 29, 94, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(17, 29, 94, 0.2);
}

.index-footer-cover ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.index-footer-cover :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.index-footer-cover ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.index-footer-cover ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.index-footer-cover :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.index-footer-cover ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.index-footer-cover .btn {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .index-footer-cover .btn {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.btn {
  border: 0px;
}

.btn-primary {
  background-color: #111d5e;
}

.btn-primary:hover {
  background-color: #091033;
}

.btn-secondary {
  background-color: #f37121;
  color: #fbfbfb !important;
}

.btn-secondary:hover {
  background-color: #d5580c;
}

footer {
  background-color: #edf0ff;
}

footer h6 {
  color: #242526;
  font-weight: 600;
}

footer p {
  font-size: 14px;
  line-height: 1.7rem;
  color: #242526;
}

footer nav a {
  color: #111d5e;
  font-size: 14px;
}

footer nav a:hover {
  color: #192a89;
}

footer nav a i {
  font-size: 25pt;
}

footer nav .nav-link {
  padding-left: 0px;
}

footer .bottom-sec {
  background-color: #dee1f0;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .bottom-sec h6 {
  font-size: 12px;
  color: #404040;
}

footer .bottom-sec h6 a {
  color: #111d5e;
}

.fa-facebook-square {
  color: #3b5998;
}

.fa-twitter-square {
  color: #00acee;
}

.fa-youtube-square {
  color: #c4302b;
}

.header-gap {
  margin-top: 56px;
}

.inner-page-banner {
  background-size: cover;
  min-height: 170px;
  padding-left: 30vh;
  padding-right: 30vh;
}

@media screen and (max-width: 768px) {
  .inner-page-banner {
    padding-left: 10vh;
    padding-right: 10vh;
  }
}

.form-control {
  background-color: #f6f6f6;
  border: 0px;
  padding: 25px;
}

.input-group-text {
  background-color: #f6f6f6;
  border: 0px;
}

.form-submit-btn {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .form-submit-btn {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.contact-form i {
  color: #b5b5b5;
}

.badge-secondary {
  background-color: #f37121;
}

.navbar-brand {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    font-size: 15px;
  }
}

.carousel-caption {
  left: 10%;
  right: 30%;
  bottom: inherit;
  top: 40%;
  text-align: left;
  font-family: Baloo2_Bold;
}

@media screen and (max-width: 768px) {
  .carousel-caption {
    top: 20%;
  }
  .carousel-caption h1 {
    font-size: 16px;
  }
}

.dark-section {
  background-color: #111d5e;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.eligibility-section {
  background-color: #01072b;
  padding-top: 5vh;
  padding-bottom: 5vh;
  color: #d0d0d0;
}

.eligibility-section .or {
  width: 35px;
  height: 35px;
  background-color: #d0d0d0;
  border-radius: 50%;
  color: #111d5e;
  font-size: 20px;
  padding-top: 3px;
  margin-left: auto;
  margin-right: auto;
}

.eligibility-section .apply-sec {
  background-image: url("../images/apply-sec-bg.jpg");
  min-height: 150px;
  background-size: cover;
  background-position: center center;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.eligibility-section .apply-sec:hover {
  padding-left: 0px;
  padding-right: 0px;
}

.eligibility-section .apply-sec .apply-btn-container {
  border-top: 1px solid #95969e;
  border-bottom: 1px solid #95969e;
  padding-top: 55px;
}

.read-more {
  text-decoration: underline;
  color: #6c757d;
}

.read-more:hover {
  color: #111d5e;
}

.small-para {
  font-size: 14px;
  line-height: 1.4rem;
}

.yellow-strip {
  -webkit-box-shadow: 0px 13px 12px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 13px 12px -14px rgba(0, 0, 0, 0.75);
  background-color: #fbe555;
}
/*# sourceMappingURL=style.css.map */