@import url("https://fonts.googleapis.com/css?family=Yellowtail");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.reg-form {
  line-height: 2.5;
  word-spacing: 2px;
}
.reg-form input {
  border: none;
  border-bottom: 1px dashed #000;
  padding: 0px 0 0px 0px;
  color: #212529;
  background-color: #fff;
  outline: none;
  line-height: 1.5;
  min-width: 180px;
}
.reg-form input.formInput {
  padding-left: 5px;
  padding-right: 2px;
  max-width: 100%;
  letter-spacing: normal;
  background-color: rgb(255, 255, 255);
}
.reg-form .table-form input {
  margin: 0px 0 5px 0;
}

/* 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;
}

.contact-page {
  padding: 60px 0;
  /* SCROLLBAR */
  /* ANIMATIONS */
  /* FadeIn */
  /* COMING SOON */
}
.contact-page a,
.contact-page a:hover,
.contact-page a:active {
  color: inherit;
  text-decoration: none;
}
.contact-page p,
.contact-page h1 {
  margin: 0;
}
.contact-page ul {
  padding-left: 0;
  list-style-type: none;
}
.contact-page .separator {
  margin: 0 10px;
}
.contact-page ::-webkit-scrollbar {
  width: 14px;
}
.contact-page ::-webkit-scrollbar-thumb {
  border: 4px solid #ffffff;
  background-clip: padding-box;
  border-radius: 14px;
  background-color: #c1c1c1;
}
.contact-page ::-webkit-scrollbar-track {
  background-color: #ffffff;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contact-page .header {
  text-align: left;
  margin: 10px 5%;
  font-size: 0.8rem;
}
.contact-page .list-group-item {
  background: transparent;
}
.contact-page section p {
  text-align: center;
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 10px;
  border: solid 2px;
  letter-spacing: 3px;
  color: #0075b2;
  padding: 10px 20px;
  text-transform: uppercase;
}
.contact-page section h1 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #4d6e8b;
  padding: 30px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.contact-page section h1 span {
  display: block;
  font-size: 2.2rem;
}
.contact-page .intro span {
  word-spacing: 3px;
  display: block;
  font-size: 1rem;
  line-height: 2;
  color: #1d1d1d;
  background-color: rgb(248, 249, 250);
  padding: 10px 15px 12px 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-page .intro span h6 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #313131;
  color: #313131;
  padding: 2px 8px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}
.contact-page section ul {
  font-size: 0.9rem;
  margin: 40px 10px;
}
.contact-page section li {
  display: inline-block;
  margin-right: 6px;
}

.page-bg {
  color: #000000;
  margin: 0;
  min-height: 90vh;
  font-family: "Open Sans", sans-serif;
  animation: fadeIn 1s;
  position: relative;
  padding-bottom: 50px;
}
.page-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("https://media.istockphoto.com/photos/business-network-concept-customer-support-shaking-hands-picture-id1256603011?b=1&k=20&m=1256603011&s=170667a&w=0&h=qAWHyHa53OtejTsSOx-xEPoVWA9p-uG2jpxEkzAK7Wg=") no-repeat;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}

label.error {
  margin: 0 0 0 5px;
  color: #842029;
  font-size: 70% !important;
  padding: 7px 10px;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  line-height: 1;
  text-align: right;
}

.viber-card {
  text-align: center;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s linear;
  padding: 15px;
  margin: 20px auto auto auto;
  max-width: 400px;
}
.viber-card:hover {
  transform: scale(1.01);
}
.viber-card small {
  display: block;
  border-bottom: 1px solid rgb(145, 144, 144);
  padding-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
}
.viber-card .profile-image {
  width: 8rem;
  -webkit-clip-path: circle(60px at center);
          clip-path: circle(60px at center);
  margin-top: 1.5rem;
  transition: all 0.5s ease 0;
}
.viber-card .description {
  margin: 1rem 2rem;
  font-size: 1.1rem;
  word-spacing: 3px;
  font-weight: 700;
}
.viber-card .btn {
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #7d3daf;
  border-radius: 50px;
  padding: 1rem;
  cursor: pointer;
}
.viber-card .btn:hover {
  background-color: #6c3496;
}

.pluse-blob {
  background: rgb(19, 217, 231);
  border-radius: 20px;
  margin: 5px 10px 10px 0px;
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgb(0, 140, 150);
  transform: scale(1);
  animation: pulse 2s infinite;
  cursor: pointer;
}
.pluse-blob span {
  color: #fff;
  font-size: 90%;
  text-align: center;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 140, 150, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 140, 150, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 140, 150, 0);
  }
}
.pluse-blob-c {
  background: #4d6e8b;
  border-radius: 20px;
  margin: 5px 10px 10px 0px;
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 #4d6e8b;
  transform: scale(1);
  animation: pulsec 2s infinite;
  cursor: pointer;
}
.pluse-blob-c span {
  color: #fff;
  font-size: 90%;
  text-align: center;
}

@keyframes pulsec {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(77, 110, 139, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(77, 110, 139, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(77, 110, 139, 0);
  }
}
.top-bar {
  background: rgba(0, 117, 178, 0.1);
  border-bottom: 1px solid rgba(0, 117, 178, 0.1);
}
.top-bar a {
  margin: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  color: #44617b;
  font-size: 13px;
}
.top-bar a i {
  text-align: center;
  padding-top: 1px;
  margin-right: 5px;
  background: #0075b2;
  color: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.top-bar a:hover {
  text-decoration: underline !important;
}

.main-nav {
  padding-top: 0;
  padding-bottom: 0;
  background: #0075b2;
  border-bottom: 1px solid rgba(0, 117, 178, 0.1);
  background: #fff;
}
.main-nav .navbar-brand {
  padding: 10px 20px;
  width: 235px;
  display: flex;
  flex-direction: column;
}
.main-nav .navbar-brand img {
  height: 100%;
  max-height: 55px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-nav .navbar-brand .reg-no {
  display: inline-block;
  padding: 0.35em 0.65em;
  margin-top: 5px;
  font-size: 0.65em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #0075b2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.main-nav .navbar-nav .nav-item .nav-link {
  margin: 0 5px;
  color: #44617b;
  list-style: none;
}
.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #0075b2;
  font-weight: 500;
  border-bottom: 2px solid #0075b2;
}

.btn-main {
  background: #0075b2;
  color: #fff;
  border-radius: 0;
}
.btn-main:hover {
  color: #fff;
  background: #006499;
}
.btn-main:active, .btn-main:focus {
  box-shadow: none;
}

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

.form-control,
.btn {
  border-radius: 0px;
}
.form-control:hover,
.btn:hover {
  border: 1px solid #979797;
}
.form-control:active, .form-control:focus,
.btn:active,
.btn:focus {
  box-shadow: none;
  border: 1px solid #6b6b6b;
}
.form-control.error,
.btn.error {
  border: 1px solid red;
}

.bg-main {
  background: #0075b2 !important;
  color: #fff !important;
}

.text-main {
  color: #0075b2;
}

.partners {
  background: rgba(0, 117, 178, 0.1);
  padding-top: 20px;
  padding-bottom: 10px;
}

main .home-intro {
  padding: 60px 0;
  border-radius: 1rem;
  margin: 0;
  position: relative;
  padding-bottom: 50px;
}
main .home-intro::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: url("https://media.istockphoto.com/photos/business-network-concept-customer-support-shaking-hands-picture-id1256603011?b=1&k=20&m=1256603011&s=170667a&w=0&h=qAWHyHa53OtejTsSOx-xEPoVWA9p-uG2jpxEkzAK7Wg=") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.5;
  z-index: -2;
}
main .home-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}
main .home-intro .intro {
  padding: 20px;
  margin-top: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 1rem;
  padding: 10px 20px 20px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: background-color 0.3s linear;
}
main .home-intro .intro span {
  word-spacing: 3px;
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #44617b;
  width: -moz-fit-content;
  width: fit-content;
}
main .home-intro .intro span h6 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #0075b2;
  color: #0075b2;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}

.vid {
  padding: 60px 0 80px 0;
}
.vid h6 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #0075b2;
  color: #0075b2;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}

.statistic-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(to right, rgba(0, 117, 178, 0.7), rgba(77, 110, 139, 0.7));
}
.statistic-section #counter-box span {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.statistic-section #counter-box p {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.statistic-section #counter-box .stats-line-black {
  margin: 12px auto 0;
  width: 55px;
  height: 2px;
  background-color: #fff;
}
.statistic-section #counter-box h3 {
  font-size: 40px;
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
}

.blog {
  padding: 60px 0;
  border-radius: 1rem;
  margin: 0;
  position: relative;
  padding-bottom: 50px;
}
.blog::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: url("https://media.istockphoto.com/photos/business-network-concept-customer-support-shaking-hands-picture-id1256603011?b=1&k=20&m=1256603011&s=170667a&w=0&h=qAWHyHa53OtejTsSOx-xEPoVWA9p-uG2jpxEkzAK7Wg=") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -2;
}
.blog::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}
.blog h6 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #0075b2;
  color: #0075b2;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}
.blog .blog-card {
  height: 100%;
}

.countdown-container {
  background: rgba(0, 117, 178, 0.05);
  padding-bottom: 70px;
  padding-top: 70px;
  text-align: center;
}
.countdown-container h4 {
  text-transform: uppercase;
  color: #44617b;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 3px solid #44617b;
  padding: 20px;
  display: block;
  margin: auto;
}
.countdown-container .countdown-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.countdown-container .countdown-box .inner-box {
  width: 100px;
  height: 70px;
  border: 2.5px solid rgba(68, 97, 123, 0.5);
  margin: 10px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 65px;
  font-size: 1.9em;
  color: #44617b;
}
.countdown-container .countdown-box span {
  font-size: 2em;
}

.applicant-info .info-div {
  display: flex;
  flex-wrap: wrap;
}
.applicant-info .info-div small {
  min-width: 200px;
  display: inline-block;
  font-weight: bold;
  padding-right: 20px;
}
.applicant-info .info-div span {
  min-width: 200px;
  padding-left: 20px;
}

@keyframes pulset {
  0% {
    transform: scale(0.95);
    z-index: 2;
  }
  70% {
    transform: scale(1);
    z-index: 3;
  }
  100% {
    transform: scale(0.95);
    z-index: 4;
  }
}
.edge {
  position: relative;
}
.edge:before {
  position: absolute;
  animation: pulset 2s infinite;
  content: "";
  transform: scale(1);
  top: 10px;
  left: 5px;
  border-right: solid 20px transparent;
  border-top: solid 20px #0075b2;
  z-index: 5;
}

.table td,
.table th {
  vertical-align: initial;
}

.notice-page {
  padding: 60px 0;
  background: #fafafa;
}
.notice-page .notice-page-header {
  text-align: center;
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  border: solid 2px;
  color: #0075b2;
  padding: 10px 20px;
  width: 300px;
  text-transform: uppercase;
}

.notice-modal {
 
}
.notice-modal .modal-header {
  background: #0075b2;
  text-align: center;
  padding: 5px 40px;
}
.notice-modal .modal-header .modal-title {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #0075b2;
  color: #fff;
  text-align: center;
  line-height: 2;
  width: 100%;
}
.notice-modal .modal-header .modal-title .bx {
  margin-right: 10px;
  font-size: 24px;
}
.notice-modal .noticeSlider {
  /* Optional: show position indicator in red */
}
.notice-modal .noticeSlider ::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
.notice-modal .noticeSlider ::-webkit-scrollbar-thumb {
  background: #ff0000;
}
.notice-modal .noticeSlider .slider-content-item {
  min-height: 300px;
  overflow: scroll;
  padding: 0 20px;
  /* Optional: show position indicator in red */
}
.notice-modal .noticeSlider .slider-content-item ::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
.notice-modal .noticeSlider .slider-content-item ::-webkit-scrollbar-thumb {
  background: #ff0000;
}
.notice-modal .noticeSlider .slider-content-item .notice-container {
  margin-bottom: 20px;
  padding: 20px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  word-spacing: 3px;
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #44617b;
  background-color: white;
  height: 100%;
  max-height: 70vh;
  overflow: scroll;
}
.notice-modal .noticeSlider .slider-content-item .notice-container strong {
  color: #0075b2;
}
.notice-modal .noticeSlider .slider-content-item .notice-container h6 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #0075b2;
  color: #0075b2;
  padding: 2px 8px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}
.notice-modal .noticeSlider .slider-content-item img {
  min-height: 300px;
  max-height: 70vh;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.notice-modal .slick-next,
.notice-modal .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  background-color: #0075b2;
  border-radius: 100rem;
}
.notice-modal .slick-next:before,
.notice-modal .slick-prev:before {
  font-family: slick;
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.notice-modal .slick-next {
  right: -5px;
  z-index: 1;
}
.notice-modal .slick-prev {
  left: -5px;
  z-index: 1;
}

.timeline {
  position: relative;
  padding-left: 20px;
  margin: 0 0 0 30px;
  color: #0075b2;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #006499;
}
.timeline .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -33px;
  top: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
  background: #0075b2;
}
.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.timeline .timeline-container .timeline-body {
  padding: 5px 20px 15px;
}
.timeline .timeline-container .timeline-body .notice-div span {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  word-spacing: 3px;
  display: block;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #44617b;
  padding: 20px;
  padding-bottom: 10px;
  background-color: white;
  border-radius: 1rem;
  height: 100%;
  border-bottom: 3px solid #0075b2;
}
.timeline .timeline-container .timeline-body .notice-div span strong {
  color: #0075b2;
}
.timeline .timeline-container .timeline-body .notice-div span h6 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #0075b2;
  color: #0075b2;
  padding: 2px 8px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}
.expert-collection-page {
  word-spacing: 3px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #44617b;
  margin: 60px auto;
}
.expert-collection-page h1 {
  text-align: center;
  color: #006499;
  font-size: 25px;
  font-weight: bold;
}
.expert-collection-page h2 {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 5px;
  background: #0075b2;
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
.expert-collection-page h3 {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.expert-collection-page .form-row {
  padding: 20px;
  max-width: 800px;
  display: block;
  margin: auto;
}
.expert-collection-page .form-row form {
  display: block;
  margin: auto;
}
.expert-collection-page .form-row .form-group {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.expert-collection-page .form-row .form-group label {
  line-height: 1.6;
  font-size: 15px;
}
.expert-collection-page .form-row .form-group input {
  display: block;
  border: none;
  border-bottom: 1px dashed #000;
  padding: 0px 0 0px 0px;
  color: #212529;
  background-color: #fff;
  outline: none;
  line-height: 1.5;
  min-width: 200px;
}
.expert-collection-page .form-row .form-group input.formInput {
  padding-left: 5px;
  padding-right: 2px;
  max-width: 100%;
  letter-spacing: normal;
  background-color: rgb(255, 255, 255);
}

.btn-bio div {
  width: 140px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 5px;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.andp-datepicker-container {
  z-index: 1100 !important;
}/*# sourceMappingURL=form.css.map */