/* -------- MAIN FILE FOR STYLEING WEBSITE --------- */

:root {
    --primary-color: #0E568C;
    --secondary-color: #FFAC00;
    --heading-font-size: 2.8rem;

}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
}

/* ------ RESETS ------ */
ul {
    margin: 0;
    padding: 0;
}

.section-padding {
    padding: 6rem 0;
}

.text-font {
    color: var(--primary-color);
}
.border-right {
    border-right: 1px solid #006b851c;
}
.border-bottom {
    border-bottom: 1px solid #006b851c !important;
}
.w-80 {
    width: 80%;
}
.text-secondary {
    color: var(--primary-color) !important;
}
.article__primary--heading {
    color: var(--primary-color);
}
.article-box .btn-primary-outline {
    background-color: var(--primary-color);
    color: #FFF;
    font-size: 13px;
    background-image: linear-gradient(to right, #2b7ab5, #2571ab, #1e68a0, #165f96, #0e568c);
    border-radius: 100px;
    padding: 0.4rem 1.1rem;
    transition: all 0.3s linear
}
.btn-primary-outline:hover {
  background-image: linear-gradient(to right, #308cd1, #2d88cd, #2774af, #1c69a3, #1868a5);
}
.article-box__header {
  background-color: #fbfbfb;
  padding: 0.4rem;
}
.article-box__image img {
  border-radius: 10px
}
.services-text {
    height: 100px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border-radius: 10px;
}
.navbar-brand img {
    width: 191px  !important;
}
.navbar .container {
  padding: 0;
}
/* --------- BUTTONS --------- */
.btn-outfill-white {
    background-color: transparent;
    border-radius: 100px;
    font-size: 14px;
    padding: 0.4rem 1.4rem;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-weight: 600;
}
.btn-reg {
  background-image: linear-gradient(to right, #2b7ab5, #2571ab, #1e68a0, #165f96, #0e568c);
    color: #FFF !important;
    border-radius: 100px;
    margin-left: 1rem;
    padding: 0.5rem 1.2rem;
    transition: all 0.3s linear;
    font-size: 12px !important;
}
.btn-reg:hover {
      background-image: linear-gradient(to right, #308cd1, #2d88cd, #2774af, #1c69a3, #1868a5);
}

.btn-primary {
    background-color: var(--primary-color);
}
.nav-pills .nav-link.active {
    background-color: var(--primary-color);
}
.nav-pills .nav-link,
.nav-pills .nav-link:hover {
    color: #607d8b;
}

.btn-secondary-fill,
.btn-primary-fill {
    background-image: linear-gradient(to right, #2b7ab5, #2571ab, #1e68a0, #165f96, #0e568c);
    color: #FFF;
    font-size: 14px;
    padding: 0.7rem 2rem;
    border-radius: 100px;
    transition: all 0.3s linear
}
.btn-secondary-fill:hover,
.btn-primary-fill {
    background-image: linear-gradient(to right, #308cd1, #2d88cd, #2774af, #1c69a3, #1868a5);
}

.carousel,
.carousel-item {
    min-height: 75vh !important;
    position: relative;
}

.carousel-item img {
    max-height: 75vh;
    object-fit: cover;
}

.carousel-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    background-color: #0000008c;
}
.carousel-caption {
    z-index: 9;
    right: 15%;
    top: 60%;
    bottom: 0;
    left: 36%;
    color: #fff;
    text-align: left;
    width: 33%;
    transform: translate(-50%, -50%);
}

.navbar {
  position: absolute;
  top: 15px;
  left: 5%;
  z-index: 99;
  width: 90%;
  backdrop-filter: saturate(200%) blur(30px);
  background-color: hsla(0,0%,100%,.8)!important;
  border-radius: 100px;
  padding: 0;
}
form .text-danger {
  font-size: 12px
}

.navbar-nav .nav-link {
    color: var(--primary-color);
    font-size: 14px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-weight: 500;
}
.navbar .nav-link {
  font-size: 15px
}

.carousel__primary--heading {
    font-size: 3rem;
    font-weight: 700;
}
.carousel__content {
    line-height: 1.8;
    font-size: 1.1rem;
    color: #CCC;
}
.line-text {
    position: relative;
}
.line-text::after {
    content: '';
    position: absolute;
    top: 28px;
    left: -10px;
    width: 104%;
    height: 17px;
    background-color: #f44336;
    z-index: -1;
    transform: skewX(10deg);
}

/* -------- ABOUT -------- */
.about-list li {
    margin-bottom: 1rem;
}

.about__primary--heading {
    font-weight: bold;
    color: var(--primary-color);
    font-size: var(--heading-font-size);
}

.ex-box-icon {
    font-size: 3rem;
    background-color: var(--secondary-color);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: auto auto 1rem;
    color: #fff;
    line-height: 1.7;
}

.experience-counter {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.5rem;
}

/* --------- DEPARTMENT -------- */
.departments {
  background-color: #001220 !important;
  background-image: url(../img/dp-bg.jpg);
  background-blend-mode: overlay;
  background-position: center;
  background-size: 38%;
}
.departments .section__primary--heading {
    color: #FFF;
}

.department-box {
  border: none;
}

.department__heading {
    padding: 1rem;
}

.section__primary--heading {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--primary-color);
}

.about__inner--image img {
    filter: grayscale(1);
    border-radius: 10px;
    box-shadow: 0 5px 24px #29516454;
    transition: all 0.3s linear
}
.about__inner--image img:hover {
  filter: unset
}
/* --------- DEPARTMENT -------- */
.departments {
    background-color: #5164d30f;
}

.department-box {
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin: 10px
}

.department__heading {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}

.section__primary--heading {
    font-size: 2.6rem;
    font-weight: 700;
}

.department-box .icon img {
    border-radius: 50%;
    border: 1px solid #3f51b521;
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 6px 10px #ededed;
    width: 75px;
}

.btn-transparent {
    border: 1px solid #3f51b526;
    border-radius: 100px;
    padding: 0.5rem 3rem;
    margin-top: 1rem;
    background-color: var(--primary-color) !important;
    color: #FFF;
    background-image: linear-gradient(to right, #2b7ab5, #2571ab, #1e68a0, #165f96, #0e568c);
}
.btn-transparent:hover {
  background-color: var(--primary-color);
  color: #FFF
}

/* ---------- ARTICLES ---------- */
.articles {
    background-image: url('../img/pattern-2.png');
    background-size: cover;
}

.article-box {
    border: none;
    padding: 1rem;
    box-shadow: 0 2px 20px #7a4b4b;
    margin: 0rem 1rem 2rem 1rem;
    border-radius: 10px;
    background-color: #fff;
    height: 555px;
    transition: all 0.3s linear
}
.article-box:hover {
      box-shadow: 0 2px 10px #1010103b;
      background-color: #f3f3f3;
}
.about-features .article-box {
  height: auto
}
.quiz-card {
  background-color: var(--primary-color);
  color: #FFF;
  border-radius: 10px
}
.quiz-heading {
  font-size: 1.3rem;
  border-bottom: 1px solid #ffffff3d;
  padding-bottom: 1rem;
}
.card-quiz-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  background-color: #FFF;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0rem auto 2rem;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center
}
.btn-white {
  border: 1px solid #FFF;
  color: #FFF !important;
  padding: 0.5rem 1.6rem;
  margin-top: 1rem;
  font-size: 16px;
  border-radius: 100px;
  transition: all 0.3s linear
}
.btn-white:hover {
  background-color: #FFF;
  color: var(--primary-color) !important
}

.article-details-inner .article-box {
  height: auto !important
}
.contact h3 {
  font-weight: 600;
  color: var(--primary-color);
}
.contact p {
  color: #000;
  line-height: 1.6;
}
.contact ul li {
  background-color: #efefef7a;
  color: #FFF;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #0000001f;
}

.article-target {
    color: #424970;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
}

.article-tag {
    background-color: #2b849a14;
    padding: 0.3rem 1rem;
    font-size: 13px;
    color: #105d6e;
    font-weight: 500;
    border-radius: 4px;
}

.article__primary--heading {
    font-weight: 600;
    border-bottom: 1px solid #efeded;
    padding-bottom: 0.8rem;
}

.article-box p {
    color: #646983;
}

.article__time {
    font-size: 14px;
    color: #9b9b9b;
}

.article-box {
    border: none;
    padding: 1rem;
    box-shadow: 0 2px 20px #ebecef;
    margin: 0rem 1rem 2rem 1rem;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    font-size: 2.5rem !important;
    color: #959595 !important;
}

.owl-carousel .owl-prev {
    left: -20px;
}

.owl-carousel .owl-next {
    right: -20px;
}
.article-box__image img {
    height: 250px;
    min-height: 250px;
    overflow: hidden;
    object-fit: cover;
}
/* ------------- FOOTER ---------- */
.footer {
    background-color: #ffffff;
    color: #fff;
    border-top: 1px solid #cccccc47;
    background-image: linear-gradient(to right, #2b7ab5, #2571ab, #1e68a0, #165f96, #0e568c);
    padding: 0.4rem 1.1rem;
}

.footer ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.footer ul li:last-of-type {
    border: none;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-heading {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 21px;
}

.footer-social li {
    border-bottom: none !important;
    margin-right: 1rem;
}
.footer img {
    background-color: #FFF;
    border-radius: 10px;
}
.copyright {
    background-color: #FFF;
    color: #ffffff;
    border-top: 1px solid rgb(238 238 238 / 17%);
    background-image: linear-gradient(to right, #2b7ab5, #2571ab, #1e68a0, #165f96, #0e568c);
}

.page-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    padding-top: 14rem;
    background-color: #0000008c;
    background-blend-mode: overlay;
    background-position: center;
}
.page-cover__heading {
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.about-features {
    background-image: url(../img/slide-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00000075;
    background-blend-mode: overlay;
    background-position: center;
}
/* --------- CONTACT ---------- */
form .form-group {
    margin-bottom: 17px;
}

form .form-control {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  font-size: 13px;
}
.font-weight-bold {
  font-weight: bold;
}
form label {
  color: #5a686e;
  font-size: 15px;
}
.form-login p {
    color: #445d68;
}
.btn-secondary-fill:hover, .btn-primary-fill:hover, .btn-target:hover {
  background-color: #177cc9;
  color: #FFF
}

form textarea {
    border-radius: 15px !important;
    resize: none;
}

.form-control:focus {
  color: #212529;
  background-color: transparent;
  border-color: #caede6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #0e568c1c;
}
.form-login {
    border: none;
    box-shadow: 0 7px 15px #cccccc78;
    border-radius: 10px;
    padding: 2rem 4rem;
}
.contact ul li a {
  color: #606060;
  text-decoration: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link {
    color: var(--primary-color);
}

.d-sm-block {
    display: none !important;
}

.owl-services .owl-prev,
.owl-services .owl-next {
    display: none;
}

.bg-primary  {
    background-color: var(--primary-color) !important;
    color: #FFF;
}
.bg-primary .department__heading {
    color: #FFF !important;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.department-box  .btn-transparent {
  margin-top: 0 !important;
  border: 1px solid #3f51b526;
  border-radius: 100px;
  padding: 0.5rem 3rem;
  margin-top: 1rem;
  background-color: #ffffff !important;
  color: var(--primary-color) !important;
  margin-right: 10px;
  background-image: none !important;
  transition: all 0.3s linear
}
.department-box  .btn-transparent:hover {
  transform: scale(0.9);
  background-color: #048df324 !important;
  color: #FFF !important;
  box-shadow: 0 2px 5px #073b62;
}
#news-bar {
    width: 100%;
    background: var(--primary-color);
    margin-top: 1px;
}
#news-bar marquee {
  display: flex
}

#news-bar:hover {
    transition: 0.37s;
}

#news-bar a {
    color: white;
    text-decoration: none;
}

#news-bar a:hover {
    transition: 0.37s;
    color: #FFF;
}

.form-container {
  border: 1px solid #f1f1f1;
  padding: 1rem;
  border-radius: 10px;
  padding: 3rem;
  background-color: #ffffff;
  color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 27px #7a7a7a2e;
  width: 50%;
  margin: auto;
}
.form-container h2 {
  color: var(--primary-color);
}
.profile-table thead {
  background-color: var(--primary-color);
  color: #FFF;
}
.form-fraud .form-control {
    background-color: #fff;
    border-radius: 10px;
}
.btn-target {
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 100px;
    padding: 0.5rem 3rem;
    font-size: 15px;
}
.active-on {
    background-color: #009688;
    color: #fff;
    padding: 0.2rem 1rem;
    border-radius: 100px;
    font-size: 15px;
}
.suspend {
    background-color: #ffc107;
    color: #000;
    padding: 0.2rem 1rem;
    border-radius: 100px;
    font-size: 15px;
}
.cancel {
    background-color: #FF0000;
    color: #FFF;
    padding: 0.2rem 1rem;
    border-radius: 100px;
    font-size: 15px;
}
.btn-download {
    background-color: var(--primary-color);
    border-radius: 100px;
    padding: 0.6rem 2.5rem;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
}
.quiz-timer {
    font-family: sans-serif;
    display: grid;
    place-items: center;
    margin-bottom: 40px;
}

.base-timer {
    position: relative;
    width: 200px;
    height: 200px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: var(--primary-color)
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #000;
}

.exam .checkbox *,
.radio * {
    cursor: pointer;
}

.exam .checkbox input,
.exam .radio input {
    opacity: 0;
}

.exam .checkbox span,
.exam .radio span {
    position: relative;
    display: inline-block;
    margin-left: -25px;
    vertical-align: top;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 2px solid #ababab;
    margin-top: 6px;
}

.exam p {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 15px;
}

.exam .checkbox:hover span,
.exam .radio:hover span {
    border-color: var(--primary-color);
}

.exam .checkbox span:before,
.exam .radio span:before {
    content: "\2713";
    /* comment content to use custom icon classes */
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    color: var(--primary-color);
}

/* override for radio */
.exam .radio span {
    border-radius: 50%;
}

.exam .radio span:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 4px auto;
    background-color: var(--primary-color);
    border-radius: 100px;
}

.exam .checkbox input[type=checkbox]:checked+span,
.exam .radio input[type=radio]:checked+span {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.exam .radio input[type=radio]:checked+span {
    background-color: #fff;
}

.exam .checkbox input[type=checkbox]:checked+span:before,
.exam .radio input[type=radio]:checked+span:before {
    color: #fff;
    opacity: 1;
    transition: color .3 ease-out;
}

.exam .checkbox input[type=checkbox]:disabled+span,
.exam .radio input[type=radio]:disabled+span {
    border-color: #ddd !important;
    background-color: #ddd !important;
}

.exam .radio label {
    width: 100%;
    background-color: #FFF;
    text-align: right;
    padding: 0.6rem 2rem;
    border-radius: 12px;
    margin-bottom: 20px;
    color: #727272;
    text-align: left;
    display: flex;
    align-items: center;
    border: none;
    box-shadow: 0 5px 10px #607d8b2b;
}

.exam .question-title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 1.7rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-color: var(--primary-color);
}

/* ------------ EXAM --------------- */
.exam .btn-submit--exam {
    background-color: var(--primary-color);
    color: #ffffff !important;
    border-radius: 100px;
    padding: 0.8rem 2rem;
    text-align: center;
    margin: auto;
    display: table;
    width: fit-content;
}

.exam .btn-submit--exam:hover {
    color: #fff;
}

.exam .text-muted {
    font-size: 0.9rem;
}

.exam .correct-answer,
.exam .incorrect-answer {
    padding: 0.5rem 2rem;
    border-radius: 6px;
}

.exam .correct-answer {
    background-color: #4caf50;
}

.exam .incorrect-answer {
    background-color: #ff1100;
}

.exam .not-select {
    user-select: none;
    pointer-events: none;
}

.exam .answer {
    position: relative;
    padding-right: 3.5rem
}

.exam .answer span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 10%;
    padding: 0.6rem;
}

.exam .answer span.correct {
    background-color: #329c36;
}

.exam .answer span.incorrect {
    background-color: #d40e00;
}

.exam .no-content h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(to right bottom, #2f4950, #345057, #38565e, #3d5d66, #42646d);
}

.exam .text-info {
    color: #607d8b !important;
}

/* -------------- REPORT ---------------- */
.report-student--title {
    font-weight: bold;
}

.card-report {
    background-color: var(--primary-color);
    padding: 1rem;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.card-report--title {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #254b68;
    width: 100%;
    text-align: center;
    padding-bottom: 17px;
}

.card-report__inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.267);
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.card-report__inner:last-of-type {
    border: none;
    margin: 0;
    padding: 0;
}

.card-report__inner h5 {
    color: #fff;
    font-size: 17px;
}

.card-report__inner p {
    font-size: 1.1rem;
}

/* -------- ARTICLES ----------- */
.article-details__heading {
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.article-inner p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.w-100 {
    width: 100%;
}

.merge-icon-search {
    left: 19px;
    top: 12px !important;
    color: #979797;
    font-size: 20px;
}

.section-caption {
    width: 50%;
}

.content-page p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #34244e;
}

.offers-booking img {
    border-radius: 10px;
}

.offers-booking {
    background: transparent radial-gradient(closest-side at 50% 50%, #fff 0, #d8edf2a1 100%) 0 0 no-repeat padding-box;
    padding: 3rem;
    border-radius: 10px;
}


.lg-none {
    display: none !important;
}

.membership__card .card {
    height: 278px;
    overflow: hidden;
    border-radius: 10px
}
.fraud-protection .col-lg-4 a {
    color: var(--primary-color);
    text-decoration: none;
}
.fraud-protection-certificate .table {
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #2f495014;
    color: var(--primary-color);
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #2f495073;
    border-style: solid;
    border-width: 0;
}

.membership__card .card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #0000008f;
    color: #FFF;
}
.membership__card .card .card-img-top,
.membership__card .card img {
    height: 100%;
    object-fit: cover;
}

.exam-card {
    border: 1px solid #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 3px 24px #607d8b3b;
}
.exam-card ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e8e8;
    margin-bottom: 10px;
}
.exam-card ul li:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.exam-card ul li span {
    color: var(--primary-color);
}
.exam-card-title {
    background-color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    margin-bottom: 20px;
    color: #FFF;
}
.exam-card-img {
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 2px 24px #607d8b42;
    border-radius: 10px;
}
.btn-target {
  background-color: var(--primary-color);
  color: #FFF;
  background-image: linear-gradient(to right, #2b7ab5, #2571ab, #1e68a0, #165f96, #0e568c);
  border-radius: 10px;
}
.dropdown-toggle {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    border-radius: 100px;
    padding: 0.4rem 1rem;
    font-size: 15px;
    box-shadow: none;
}
.nav-link {
    color: #3b5968;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color);
}
.nav-pills {
    border: none;
    margin-bottom: 2rem !important;
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 22px #607d8b21;
}
.profile-items li a {
    box-shadow: 0 4px 10px #607d8b33;
    border-radius: 7px;
    padding: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 10px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #2f495017;
    border-style: solid;
    border-width: 0;
}
.profile-table th {
    color: #fff;
}
.profile-table thead {
    border-bottom: 2px solid #27608b26;
}

.btn-outline-reg {
    border-radius: 0;
    font-size: 17px;
    margin-top: -2px;
    padding: 0;
    color: var(--primary-color);
}

.fixedheader {
  position: fixed;
  transition: all 0.2s linear;
  box-shadow: 0 3px 2px #ddd;
}

.osh-image img {
  border-radius: 10px;
  box-shadow: 0 3px 15px #0304081f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: all 0.3s linear;
}
.osh-image img:hover {
  transform: scale(1.4)
}
.oshblock a {
    color: var(--primary-color);
    text-decoration: none;
}
.osh-box {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 2px 28px #607d8b33;
  margin-bottom: 2rem;
  background-color: #000;
  transition: all 0.3s linear;
  flex-direction: column;
  position: relative;
  height: 270px;
  overflow: hidden
}
.osh-content {
    position: absolute;
    z-index: 99;
    color: #FFF;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -14px 42px #000000;
    background-color: #0000009e;
}
.osh-content h5 {
  font-size: 1.4rem;
}
.osh-box:hover {
    box-shadow: 0 2px 28px #07124e47;
}
.oshblock {
    background-color: #edf2f5;
}
.terms p,
.terms ul li {
    color: #67748e;
}
.terms ul {
    padding-left: 2rem;
}
.terms h4,
.terms h5 {
    color: #344767;
}
.terms .card-header {
    background-color: var(--primary-color);
}
.navbar-nav .nav-item {
    position: relative;
}
.nav-dropdown {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--primary-color);
    width: fit-content;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    z-index: 9
}
.nav-dropdown a {
    color: #FFF;
    text-decoration: none;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.navbar-nav .nav-item:hover .nav-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.nav-dropdown li {
    margin-bottom: 10px;
}
.nav-dropdown li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-organization .form-group {
    padding: 0.5rem;
    margin-bottom: 0;
}
.form-organization .form-group label {
    margin-bottom: 10px;
}
.card-certificate img {
    height: 300px;
    object-fit: cover;
}
.card-certificate a h5 {
    font-weight: 600;
    text-decoration: none;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
.card-certificate a {
    text-decoration: none;
}
.card-certificate p {
    color: #777;
}
.card-certificate .btn {
    border-radius: 100px;
    padding: 0.5rem 2rem;
    border: none;
    font-size: 13px;
}
.card-certificate {
    margin-bottom: 2rem;
    border-radius: 10px
}
.card-certificate {
    border: none;
    box-shadow: 0 2px 37px #d3d3d3;
    border-radius: 10px;
}
.form-organization {
    border: 1px solid #e3e0e0;
    padding: 1rem;
}

.map-section-inner {
    border: 6px solid #dddddd;
    padding: 0.2rem;
    border-radius: 10px;
}
.article-details a {
    color: var(--primary-color);
    text-decoration: none;
}
@media only screen and (max-width: 992px) {
    .carousel-item img {
        height: 100vh;
        object-fit: cover;
    }
    .carousel-caption {
        right: 0%;
        top: 59%;
        left: 55%;
        width: 80%;
    }
    .carousel__primary--heading {
        font-size: 1rem;
    }
    .carousel__content {
        font-size: 0.8rem;
    }
    .carousel-caption h4 {
        font-size: 12px;
    }
    .about .row-mobile {
        flex-direction: column-reverse;
    }
    .section-padding {
        padding: 1rem 0;
    }
    .about__primary--heading {
        font-size: 1.3rem;
    }
    .about__primary--content {
        padding-bottom: 0 !important;
    }
    .about-inner-content {
        padding: 10px !important;
    }
    .navbar {
      left: 0;
      width: 95%;
      border-bottom: 1px solid #f5f5f540;
      top: 0;
      border-radius: 0;
      margin: 2.5%;
      border-radius: 40px;
      padding-right: 1rem;
    }
    button:focus:not(:focus-visible) {
      outline: none;
      box-shadow: none;
    }
    .navbar-toggler {
        background-color: transparent;
    }
    .navbar-toggler-icon {
        font-size: 28px;
        align-items: center;
        display: flex;
        justify-content: center;
        color: var(--primary-color);
    }
    .d-sm-block {
        display: block !important;
    }
    .navbar-collapse {
        padding-bottom: 1rem;
    }
    .section__primary--heading {
        font-size: 1.6rem;
    }
    .section__header p {
        width: 100% !important;
    }
    .footer-inner {
        padding: 0 !important;
    }
    .footer {
        padding: 1rem;
    }
    .departments .col-lg-3 {
        width: 50%;
    }
    .department__heading {
        font-size: 12px;
    }
    .page-cover {
        height: 220px;
        padding-top: 8rem;
    }
    .page-cover__heading {
        font-size: 1.6rem;
    }
    .contact .btn-primary-fill {
        margin-bottom: 20px;
    }
    .exam p {
        font-size: 11px;
    }
    .navbar-brand img {
        width: 194px !important;
    }
    .form-container h2 {
        font-size: 14px;
    }
    .navbar .container {
      padding: 0;
    }
    .nav-item:hover .nav-dropdown {
      position: relative;
      width: 100%;
      background-color: #fff;
      border-radius: 0;
      padding-left: 2rem;
      list-style-type: circle;
      color: var(--primary-color);
    }
    .nav-dropdown li::marker {
      font-size: 1rem
    }
    .nav-dropdown a {
    color: var(--primary-color);
    font-weight: 700
  }
  .navbar .nav-item .nav-link .fa-angle-down {
        position: absolute;
        top: 10px;
        right: 7px;
    }
    .form-container {
      width: 100%
    }
}
