/* bootstrap5 css override */
:root {
  --bs-green-rgb: 16, 148, 134;
  --bs-light-orange-rgb: 255, 247, 238;
  --bs-blue-rgb: 18, 69, 134;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading h2 {
    margin: 0 0 10px;
    font-size: 3rem;
}

h1 span, h2 span {
    font-weight: 100;
}

.rounded {
    border-radius: 1.5rem !important;
}

.accordion-button {
  background-color: transparent;
  padding: 34px 75px;
  font-size: 1.75rem;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-body {
  padding: 0px 70px 40px;
  font-size: 1.5rem;
  font-weight: 300;
}

.card-img {
  border-radius: 1.5rem !important;
}

.card-img-top {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
}

.card {
    background-color: rgba(234, 210, 200, 0.5);
}

.card-body {
  padding: 2rem;
}

.product {
  border-radius: 1.5rem !important;
}

.product-image {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
  max-height: 25rem;
}

.overview-section .overview-details {
    padding-right: 40px;
}

.overview-section .overview-details .readmore-toggle-text {
  font-size: 1.25rem;
}

.overview-section .card-section {
  padding-left: 25px;
  padding-right: 25px;
}

.overview-image {
  border-radius: 1.5rem !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-section {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.breadcrumb-section ul {
    margin-top: 20px;
    list-style: none;
}

.breadcrumb-section ul li a {
    color: #fff;
  }

  .breadcrumb-section ul li.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-section ul li+.breadcrumb-item:before {
    color: #fff;
}

/* Define the .bg-green class */
.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

ol, ul {
  padding-left: 0;
  list-style-type: none;
}

.text-justify {
  text-align: justify !important;
}
/*.text-justify::after {
  content: "";
  display: inline-block;
  width: 100%;
}*/

text-blue

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

a, span {
  font-size: inherit;
  text-decoration: none;
}

.header-top-strip{
  padding: 3px 0;
}

.header-top-strip ul, ol{
  padding-left: 0;
}

.primary-menu-links {
   list-style: none;
   align-items: center;
   margin-bottom: 0;
}

.primary-menu-links  li{
   line-height: 0;
}
.primary-menu-links  li a{
   text-decoration: none;
   color: #fff;
   padding: 10px 9px;
   font-weight: 500;
   font-size: .90rem;
   position: relative;
}

.searchNada{
   background: #fff;
   color: #124586;
   aspect-ratio: 1;
   min-width: 45px;
   border: 1px solid #124586;
   justify-content: center;
   border-radius: 50%;
}
.searchNada.show .fa-search, .searchNada .fa-times{
   display: none;
}
.searchNada.show .fa-times{
   display: block;
}

.searchbar-div{
   position: absolute;
   width: 100%;
   left: 0;
   text-align: center;
   background: #124586;
   margin-top: 43px;
   display: flex;
   justify-content: center;
   opacity: 0;
   visibility: hidden;
   z-index: 9999;
   transition: .3s;
}

.searchbar-div.dropdown-menu.show{
  opacity: 1;
  visibility: visible;
  display: flex;
  transform: translate3d(0px, 0px, 0px) !important;
}
.searchbar-div .form-group{
   width: 100%;
   position: relative;
   /* border-bottom: 1px solid #fff; */
   /* max-width: 400px; */
}
.searchbar-div .form-control{
   text-align: left;
   background-color: transparent;
   color: #fff;
   padding-left: 0;
   outline: none;
   padding-right: 50px;
   padding: 11px;
}

.searchbar-div form.form-control{
   border: 0;
   padding-left:0;
   padding-right:0;
}

.searchbar-div .form-control::placeholder{
   color: #fff;
}

.searchbar-div .form-control:focus{
   box-shadow: none;
}
.searchbar-div .searchSubmit{
   color: #fff;
   border: 0;
   line-height: 0;
   margin-left: 0;
   position: absolute;
   right: 15px;
   top: 3px;
   font-size: 25px;
   bottom: 0;
   background: #124586;
   height: 90%; max-height:63px;
}
.searchbar-div span#error_search{ position: absolute; left: 0px; color: #ffffff; font-size: 14px; padding-top: 8px;}

.lang-fontSize-social-media li{
   margin-left: 10px;
   border-left: 1px solid #fff;
   padding-left: 10px;
}

.lang-fontSize-social-media li a{
   font-size: 1.5rem;
   font-weight: 500;
   color: #fff;
}

.dec{
   font-size: 12px;
}

.incDecFont {
   color: #fff;
   font-weight: 500;
}
.incDecFont *{
   padding: 0 5px;
   display: inline-block;
   cursor: pointer;
   -webkit-user-select: none; /* Safari */
   -ms-user-select: none; /* IE 10 and IE 11 */
   user-select: none; /* Standard syntax */
}
.fontSize{
   font-size: 14px;    
}

.lang-fontSize-social-media .social-media a{
   font-size: 21px;
   margin-left: 5px;
   line-height: 0;
}
.lang-fontSize-social-media li:first-child{
   border-left: 0;
}

.fz22 {
  font-size: 1.25rem;
}

#downArrow {
  background: #fff;
  border: 0;
  border-radius: 3px;
  padding: 3px 9px;
}

a:hover {
  text-decoration: none;
}

.social-link-hover {
  width: auto;
}

.social-link-hover:hover, .social-link-hover:focus {
    background: #005CB4;
}

.logo {
  max-width: 280px;
  transition: .3s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 1rem;
    }
}

.border-primary {
    border-color: #004B93 !important;
}

.blue-overlay {
  position: relative;
}
.blue-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0.4;
  background: #02B5E2;
  transition: all 0.3s;
}

.our-presence .fas {
  font-size: 2.5rem;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
}

.swiper-button-next::after, .swiper-button-prev::after {
  color: #004B93;
}

.lined::after {
  background: #004b93;
}

.our-values .list-group-item {
  border: none;
}

.product-specification tbody th {
  font-weight: normal;
}

.agency-certified {
  height: 70px;
}


@media (min-width: 1200px){
  .logo-menu nav {
    display: block;
    background: transparent;
    position: static;
    border: 0;
    padding: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1200px){
  .logo-menu nav ul li {
    position: relative;
  }
}

.logo-menu nav ul li a {
  font-size: 1rem;
  color: #291973;
  position: relative;
  font-weight: bold;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.logo-menu nav li a {
  padding: 8px 20px;
}

@media (min-width: 992px){
  .dropdown-menu {
    box-shadow: none;
}
}

.about-mdh .lead {
  font-size: 1.15rem;
}

.about_pg.ews_blk {
  padding-top: 30px;
}

.ews_blk_bred.bread-crumb {
  padding-top: 25px;
}

/*.about_pg h2:after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #cbcbcb;
  display: block;
  margin: auto;
  margin-top: 7px;
  border-radius: 5px;
}*/

.ews_abt_con h4 {
  font-weight: 700;
  color: #1c1c1c;
  margin: 15px 0;
}

.ews_box_bs_con01{
  background: #fff1e8;
  padding: 20px 30px;
  border-radius: 3px;
}

.ews_box_bs_con01 .ews_cus_bs_col li {
  margin-bottom: 8px;
}
ul.ews_cus_bs_col > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}
ul.ews_cus_bs_col li {
  text-align: justify !important;
}

.ews_cus_bs_col.col2 {
  column-count: 2;
  column-gap: 20px;
}

.ews_cus_bs_col li:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  display: inline-block;
  color: #291973;
  vertical-align: middle;
  background-position: -290px 0px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.side_left_nav {
  height: auto;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 5px 0 #f4f4f4;
  border-radius: 5px;
  padding: 15px;
  padding-top: 24px;
  padding-left: 24px;
  overflow: auto;
}

h2.sln_title:after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #cbcbcb;
  display: block;
  margin-top: 15px;
  border-radius: 5px;
}

.side_left_nav .sln_cat_nam li {
  margin-bottom: 15px;
}

.side_left_nav .sln_cat_nam a {
  font-size: 0.90rem;
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 19px;
}

.side_left_nav .sln_cat_nam a i {
  font-size: 1.2rem;
  padding-right: 6px;
  position: absolute;
  left: 0;
  top: 1px;
  color: #a7a7a7;
}

.left_nav_box ul.sln_cat_nam li.active a {
  color: #124586;
  font-weight: 600;
}

.current-result-announcement p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.current-result-announcement .swiper-button-next::after, .current-result-announcement .swiper-button-prev::after {
  font-size: 1rem;
}

.result-announcement-slider {
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

.results-slider {
  overflow: hidden;
}

.result-announcement-slider span {
  background: rgb(18, 69, 134);
  display: block;
  border-radius: 35px;
  padding: 6px 20px;
  font-size: 14px;
  margin-right: 15px;
  /* white-space: nowrap; */
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.result-announcement-slider span a {
  color: #fff;
}

.common-section .main-heading-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #101010;
  margin-bottom: 35px;
  padding-left: 14px;
  position: relative;
}

.common-section  .main-heading-title::before {
  content: '';
  height: 100%;
  display: inline-block;
  width: 4px;
  background: #291973;
  left: 0;
  position: absolute;
}

.about-events .bx-wrapper {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

.about-events .bx-controls-direction {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 35px;
}

.about-events .bx-controls-direction a {
  background: none;
  text-indent: 0 !important;
  color: #291973;
  opacity: .7;
  width: auto;
  font-size: 0;
  position: relative !important;
}

.about-events .bx-controls-direction .bx-prev {
  left: 0;
}

.about-events .bx-controls-direction .bx-next {
  right: 0;
}

.bx-controls-direction a:after {
  content: '\f078';
  font-size: 22px;
  font-family: 'Font Awesome 5 Pro';
}

.bx-controls-direction .bx-next:after {
  content: '\f077';
}

.custom-tabs .nav-link.active {
  background: transparent;
  color: #124586;
  position: relative;
  border-bottom: 2px solid;
  font-weight: 600;
  border-radius: 0;
}

.custom-tabs .nav-link.active:after {
  content: '';
  border-style: solid;
  border-width: 10px;
  border-color: #124586 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 10px;
  margin: auto;
}

.img-cover {
  height: 194px;
  border: 1px solid #0003;
  border-radius: 5px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}

.coundown-wrap {
  padding: 15px 0;
  background-color: rgb(255 255 255);
}

.coundown-wrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coundown-wrap .item i {
  font-size: 3rem;
  margin-right: 15px;
  color: #124586;
}

.coundown-wrap .item h4 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 5px;
}

.coundown-wrap .item h5 {
  font-size: 1.1rem;
  font-weight: 500;
}

.footer-copyright {
  padding: 15px 0;
    margin-top: 25px;
    border-top: 1px solid #403e3d;
}

.logo-menu nav li figure a {
  padding: 0;
}

.section-mb {
    margin-bottom: 40px;
}

.banner_inner {
    position: relative;
}

.banner_inner picture img {
    width: 100%;
    height: auto;
}

.banner_inner .banner_text {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner_inner .banner_text h1 {
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.3);
    text-transform: uppercase;
}

.banner_inner .banner_text p {
    font-size: 1.7rem;
    margin: 0;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.3);
    font-family: "Avenir-Light", sans-serif;
}

.numbers-section .num_box {
    padding-right: 50px;
    margin-right: 50px;
    border-right: solid 2px rgb(234, 210, 200);
    padding-top: 16px;
}

.numbers-section .num_box .num {
    font-size: 3rem;
    font-weight: 600;
    color: rgb(234, 210, 200);
    font-family: "Avenir-Black", sans-serif;
    margin-bottom: 0px;
    position: relative;
}

.numbers-section .num_box .num sup {
  font-weight: 400;
    font-family: "Avenir-Light", sans-serif;
    top: -5px;
    right: -5px;
}

.numbers-section .num_box .desc {
    font-size: 1.05rem;
}

.numbers-section .tc {
    font-family: "Avenir-Light", sans-serif;
    font-size: 1.15rem;
    text-align: right;
    margin-top: 24px;
}

.duration-section .num_box {
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 2px rgb(234, 210, 200);
}

.duration-section .divdider-sec .col:last-child .num_box {
    border: none;
}

.duration-section .num_box .num {
    font-size: 3rem;
    font-weight: 600;
    color: rgb(234, 210, 200);
    font-family: "Avenir-Black", sans-serif;
    margin-bottom: 0px;
    position: relative;
}

.duration-section .num_box .desc {
    font-size: 1.15rem;
    margin-bottom: .5rem;
}

.duration-section .num_box .num {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.about-mdh .lead {
  text-align-last: left;
}



.studyWrap {
  position: relative;
}
.studyInnerContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.about-our-courses .list-group-item::before {
  content: '';
  display: inline-block;
  width: 16px; /* Adjust the width of the image */
  height: 16px; /* Adjust the height of the image */
  margin-right: 10px;
  background-image: url('https://mydomain.com/brds/icons/right-arrow.png'); /* Path to your image */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.flex-container {
  display: flex;
  flex-direction: column;
}
.adjusted {
  display: inline-block;
  width: auto;
  text-align: justify;
}

/*.entrance-exam-about {
  background: #EDEDED;
}*/

.entrance-exam-about .lead {
  font-size: 1.10rem;
}

.exam-bg {
  position: relative;
}

.exam-bg::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  background: #EDEDED;
}

.exam-bg::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  left: 0;
  z-index: -1;
  background: #6ABFB7;
}

