
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  padding: 50px 0px 0px 0px;
}

::selection {
      background: #e44b84;
      text-shadow: none;
      color: #fff;
}

.hidden-lg{
  display: none;
}

a {
  color: #d71756;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

  /* width */
  ::-webkit-scrollbar {
    width: 4px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #af976d;
    border-radius: 4px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 4px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000;
  }

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #283a6b;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


a.btn.btn-login {
    background: #283a6b;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 10px;
    border-radius: 10px;
     box-shadow: 0px 3px 4px gray;
}
.background-banner {
  width: 100%;
  position: relative;
  background: url("../img/background.png") center bottom no-repeat;
  background-size: cover;
  padding: 30px 20px 0px;
  border-radius: 20px;
}
#banner h6 {
    font-size: 26px;
    color: #c60b0b;
    font-weight: 500;
}
img.stepimg {
    margin-top: 76px;
}

span.small-s {
    background: #e8e800;
    font-size: 13px;
    padding: 4px 18px;
    border-radius: 6px;
    color: #000;
    font-weight: 600;
}
#banner h2 {
    font-size: 50px;
    color: #283a6b;
    font-weight: 900;
}
#banner p {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
#banner .form-control {
    width: 86%;
    padding: 20px 10px;
    font-size: 20px;
    text-align: center;
    color: #283a6b;
    border-radius: 12px;
    border: 3px solid #000000;
}

.btn-register {
    width: 86%;
    background: #283a6b;
    padding: 15px 10px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #000;
    border-radius: 12px;
}
.btn-register:hover {
    background: #283a6b;
    width: 86%;
    padding: 15px 10px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #000;
    border-radius: 12px;
}

.men-img {
    width: 100%;
}

section#step24 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #c60b0b;
    text-decoration: underline;
}
#step24 p {
    font-size: 18px;
    color: #302989;
    text-align: justify;
}
#step24 h6 {
    font-size: 24px;
    color: #302989;
    font-weight: 700;
    margin-bottom: 5px;
}
.content {
    padding-left: 15px;
}
.icon img {
    width: 140px;
}

.box-step {
    width: 90%;
    background: #283a6b;
    color: #fff;
    padding: 35px 20px;
    margin: 15px 0px;
    border-radius: 35px;
    box-shadow: 0px 3px 4px gray;
}
.box-step span {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}
.step-p {
    font-size: 20px;
    color: #fff !important;
    text-align: center !important;
}
img.box-stepimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.mtt{
  margin-top: 40px;
}

#register-process h4 {
    font-size: 24px;
    font-weight: 600;
    color: #283a6b;
}
#register-process h3 {
    font-size: 40px;
    font-weight: 700;
    color: #c60b0b;
    text-decoration: underline;
}
#register-process li {
    font-size: 24px;
    font-weight: 600;
    color: #283a6b;
}
#register-process img {
  border-radius: 50px;
  box-shadow: 0px 3px 4px gray;
}


#syllabus span {
    font-size: 24px;
    font-weight: 700;
    color: #283a6b;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
#syllabus h2 {
    font-size: 40px;
    font-weight: 700;
    color: #c60b0b;
    text-decoration: underline;
}

.box-syllabus {
    background: #ffff;
    color: #283a6b;
    padding: 35px 20px;
    border-radius: 10px;
    border:2px solid #283a6b;
    box-shadow: 0px 3px 4px gray;
    cursor: pointer;
    margin:25px 10px;
    text-align: center;
    transition: background 0.3s, color 0.3s
}
.box-syllabus img {
    width: 90px;
    margin-bottom: 20px;
}
.box-syllabus h5 {
    color: #283a6b;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.box-syllabus p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.box-syllabus:hover {
    background: #283a6b;
    color: #fff !important;
}
.box-syllabus:hover h5,
.box-syllabus:hover p {
    color: white;
}

#detailsExamination span {
    font-size: 24px;
    font-weight: 700;
    color: #283a6b;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
#detailsExamination h2 {
    font-size: 40px;
    font-weight: 700;
    color: #c60b0b;
    text-decoration: underline;
}



.box-details {
    border: 12px solid #c60b0b;
    border-radius: 12px;
    padding: 20px;
    min-height: 380px;
     box-shadow: 0px 3px 4px gray;
}
.mbb-3{
  margin-bottom: 60px;
}
.box-details h5 {
    background: #283a6b;
    text-align: center;
    width: 60%;
    margin: -50px auto 40px;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 12px;
    box-shadow: 0px 3px 4px gray;
}
.box-details h6{
  color: #283a6b;
  font-size: 20px;
  font-weight: 600;
}
.box-details p{
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 4px;
}
p.table-box-d {
    text-align: center;
    text-decoration: none;
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 600;

}
.box-details thead {
    background: #283a6b;
    text-align: center;
    color: #fff;
}

.box-details tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #283a6b;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery span {
    font-size: 24px;
    font-weight: 700;
    color: #283a6b;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
#gallery h2 {
    font-size: 40px;
    font-weight: 700;
    color: #c60b0b;
    text-decoration: underline;
}

#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f82249;
}

#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f82249;
}

#gallery .swiper-slide-active {
  text-align: center;
}
a.gallery-lightbox img {
    border-radius: 15px;
}

@media (min-width: 992px) {
  #gallery .swiper-wrapper {
    padding: 40px 0;
  }

  #gallery .swiper-slide-active {
/*    border: 5px solid #f82249;*/
    border-radius: 10px;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.15);
    margin: 6px ;
  }
}


section#testimonial {
    padding: 0px 0px 35px 0px;
}

#testimonial span {
    font-size: 24px;
    font-weight: 700;
    color: #283a6b;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
#testimonial h2 {
    font-size: 40px;
    font-weight: 700;
    color: #c60b0b;
    text-decoration: underline;
}
.testimonials-lightbox img{
    border-radius: 15px;
}





#faq span {
    font-size: 24px;
    font-weight: 700;
    color: #283a6b;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
#faq h2 {
    font-size: 40px;
    font-weight: 700;
    color: #c60b0b;
    text-decoration: underline;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 35px 0px;
}


@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}

#faq .faq-list {
  padding: 0;
  list-style: none;
}

#faq .faq-list li {
  border-bottom: 1px solid #e9eaed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #283a6b;
  transition: 0.3s;
}

#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -2px;
}

#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

#faq .faq-list .icon-show {
  display: none;
}

#faq .faq-list .collapsed {
  color: black;
}

#faq .faq-list .collapsed:hover {
  color: #f82249;
}

#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}



footer{background-color: #283a6b; padding-top: 80px; padding-bottom: 80px;}
footer img {
  border-radius: 10px;
}
footer h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
footer p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;

}
footer i {
    color: #fff;
    font-size: 24px !important;
    width: 15px;
}

footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: none;
    padding-left: 0px;
}
footer li {
  margin-top: 10px;

  }
footer li a {
     color: #fff;
    font-size: 18px;
}

footer li a:hover {
  color: #d1d1d1;
}
ul.mlll {
    margin-left: 45px;
}
.bottom-footer {
    padding: 20px 0px;
    background: #c60b0b;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.bottom-footer p {
  margin-bottom: 0px;
}
.socail-icon{
  margin-left: -20px;
}
.socail-icon ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    width: 90%;
}
img.stepimg {
    width: 295px;
}
footer img {
    background: #fff;
    padding: 8px 10px;
}
@media (max-width: 991px) {
  .hidden-sm{
  display: none;
}
.hidden-lg{
  display: block;
}
footer li a {
    font-size: 13px !important;
    font-weight: 500;
}
footer li {
  margin-top: 5px;
}
footer {
    padding-top: 40px;
    padding-bottom: 25px;
}
}
