﻿body {
  /*font: normal normal 16px/20px Helvetica;
    line-height: 22px; */
  overflow-x: hidden;
}

/* General CSS */
.vl {
  border-left: 1px solid #cbcbcb;
  height: 29px;
  margin-top: 6px;
}

/* header css */
.navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
}

ul.social-network {
  border: none;
  margin: 0;
  padding: 0;
}

ul.social-network li {
  border: none;
  margin: 0;
}

ul.social-network li i {
  margin: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
  border: 0px solid #2d2d2d;
  padding: 5px 0 0;
  width: 32px;
  display: inline-block;
  text-align: center;
  height: 32px;
  vertical-align: baseline;
  color: #000;
}

ul.social-network {
  list-style: none;
  margin: 5px 0 10px -25px;
  float: right;
}

a {
  color: #5f4cf5;
  text-decoration: none;
}

/*  a:hover {
        color: #ff0000 !important;
    }*/

li {
  list-style-type: none;
}

.mx-background-top-linear {
  background: linear-gradient(135deg, #ffffff 60%, #5f4cf5 48%);
}

@media screen and (max-width: 767px) {
  .pos-drp-menu {
    left: unset;
    right: unset;
    top: unset;
  }
}

.drpdwn:hover .drp-menu {
  display: block;
  margin-top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.drpdwn1:hover .drp-menu1 {
  display: block;
  margin-top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.drpdwn2:hover .drp-menu2 {
  display: block;
  margin-top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.pos-drp-menu {
  left: auto;
  right: 215px;
  top: -2px;
}

.section-mobile {
  background: linear-gradient(#000f2b 20%, #5f4cf5 80%);
}

@media screen and (min-width: 980px) {
  .section-web {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url(/assets-web/theme/img/banner.jpg);*/
    background-position: bottom;
  }
}

@media screen and (max-width: 1024px) {
  .section-web-course {
    /*background-image: url("/assets-web/theme/img/banner.jpg");*/
    width: 100% !important;
    height: auto;
  }

  .header-maintext {
    margin-top: 115px !important;
  }
}

@media screen and (max-width: 1024px) {
  .section-responsive-web {
    background-image: url("/assets-web/theme/img/banner.jpg");
    width: 100% !important;
  }
}

.banner-heading {
  font-size: 56px;
  font-weight: 800;
  color: white;
  margin-top: 20px;
}

.banner-subheading {
  color: white;
  font-weight: 600;
  font-size: 22px;
}

@media screen and (min-device-width: 340px) and (max-device-width: 600px) {
  .banner-heading {
    font-size: 36px;
    margin-top: 87px;
  }
}

@media screen and (min-device-width: 601px) and (max-device-width: 980px) {
  .banner-heading {
    font-size: 36px;
    margin-top: 87px;
  }

  .form-mobile {
    margin-right: 33px;
  }
}

.form-gapping {
  margin-bottom: 16px;
}

/* counter css */
.parent {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  /*   max-width: 1050px;
    padding-top: 150px;
    padding-bottom: 180px;*/
}

/*.stat-item{
    margin-right: 40px;
  }
  */
.stat-number {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

.stat-number-mobile {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.stat-row-mobile {
  position: relative;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
}

.parent-mobile {
  position: relative;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  height: 100%;
  margin-top: -82px;
  padding-bottom: 21px;
  padding-top: 21px;
}

.stat-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #5f4cf5;
}

.stat-title-mobile {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

/* Global Professional Qualification */
.white-circle-overlay {
  width: 40px;
  height: 40px;
  background-color: #d7d7d7;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 218px;
  top: -9px;
}

.global {
  color: #5f4cf5;
}

.global:hover {
  color: #ff0000;
}

.mhn-slide .mhn-item {
  width: 100%;
  padding: 10px;
}

.mhn-card {
  border-radius: 1rem;
  background: white;
  box-shadow: 4px 4px 15px rgba(#000, 0.15);
  position: absolute;
  color: #434343;
}

.mhn-card::before {
  position: absolute;
  top: 38px;
  left: -8px;
  content: "";
  background: #283593;
  height: 10px;
  width: 10px;
  transform: rotate(114deg);
}

.mhn-card::after {
  position: absolute;
  content: attr(data-label);
  top: 14px;
  left: -9px;
  padding: 4px;
  width: 168px;
  background: #3949ab;
  color: white;
  font-size: 14px;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

/* .mhn-slide .mhn-inner {
  width: 100%;
  height: 363px;
  border-radius: 3px;
} */

.mhn-slide .mhn-item img {
  display: inline;
}

.mhn-slide .mhn-text {
  text-align: start;
  padding: 0 19px;
}

.mhn-slide .owl-stage-outer {
  z-index: 1;
}

.mhn-slide .owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mhn-slide .owl-nav svg {
  color: currentColor;
}

.mhn-slide .owl-nav .disabled {
  display: none;
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
  top: 174px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.mhn-slide .owl-prev {
  left: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

.mhn-slide .owl-next {
  right: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

@media screen and (max-width: 567px) {
  .company-card:not(:first-child) {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .carousel-wrapper {
    display: flex;
  }
}

/*Opportunities section*/
.white-circle-overlay1 {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 305px;
  top: -9px;
}

@media screen and (min-device-width: 340px) and (max-device-width: 600px) {
  .opportunity-card {
    margin-bottom: 20px;
  }
}

@media screen and (min-device-width: 601px) and (max-device-width: 980px) {
  .opportunity-card {
    margin-bottom: 10px;
  }
}

/* Alumni section */
.white-circle-overlay2 {
  width: 40px;
  height: 40px;
  background-color: #d7d7d7;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 121px;
  top: -9px;
}

.alumni-view {
  float: right;
  margin-top: -74px;
}

.alumini {
  color: #ff0000;
}

.alumini:hover {
  color: #5f4cf5;
}

.alumni-wrapper {
  display: flex;
}

.alumni-image {
  padding: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  text-align: center;
}
/* 
@media screen and (max-width: 998px) {
  .alumni-image {
    padding-left: 16px;
  }
} */

.alumni-image img {
  max-height: 100%;
  max-width: 100%;
}

.alumni-image img:hover {
  transform: scale(1.05);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}


/*@media screen and (min-width: 576px){
    .carousel-inner{
        display: flex;
    }
    .carousel-item{
        display: block;
        margin: 0;
        flex: 0 0 calc(100%3);
    }
    .alumni-wrapper{
        height: 23vh;
    }
}*/

/* Testimonials Card section*/
.white-circle-overlay3 {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 195px;
  top: -9px;
}

.testimonial-card {
  margin: 0.8em;
  width: calc(100% / 2);
  box-shadow: 0px -5px 0px #5f4cf5;
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 1, 0.062);
  background-color: white;
}

.dot {
  background-color: #5f4cf5;
  border-radius: 50%;
  display: inline-block;
  color: white;
  padding-top: 6px;
  text-align: center;
  box-shadow: springgreen;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.mhn-slide-testimonials .mhn-item-testimonials {
  width: 100%;
  padding: 10px;
}

.mhn-card {
  border-radius: 1rem;
  background: white;
  box-shadow: 4px 4px 15px rgba(#000, 0.15);
  position: absolute;
  color: #434343;
}

.mhn-card::before {
  position: absolute;
  top: 38px;
  left: -8px;
  content: "";
  background: #283593;
  height: 10px;
  width: 10px;
  transform: rotate(114deg);
}

.mhn-card::after {
  position: absolute;
  content: attr(data-label);
  top: 14px;
  left: -9px;
  padding: 4px;
  width: 168px;
  background: #3949ab;
  color: white;
  font-size: 14px;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.mhn-slide-testimonials .mhn-inner-testimonials {
  width: 100%;
  height: 309px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
}

.mhn-slide-testimonials .mhn-item-testimonials img {
  display: inline;
}

.mhn-slide-testimonials .mhn-text {
  text-align: start;
  padding: 0 19px;
}

.mhn-inner-testimonials {
  background-color: #fff;
}

.mhn-slide-testimonials .owl-stage-outer {
  z-index: 1;
}

.mhn-slide-testimonials .owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mhn-slide-testimonials .owl-nav svg {
  color: currentColor;
}

.mhn-slide-testimonials .owl-nav .disabled {
  display: none;
}

.mhn-slide-testimonials .owl-prev,
.mhn-slide-testimonials .owl-next {
  top: 174px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.mhn-slide-testimonials .owl-prev {
  left: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

.mhn-slide-testimonials .owl-next {
  right: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

.testimonial-name {
  color: #ff0000;
}

@media screen and (min-device-width: 340px) and (max-device-width: 600px) {
  .mhn-slide-testimonials .mhn-inner-testimonials {
    height: 355px;
  }
}

@media screen and (min-device-width: 340px) and (max-device-width: 980px) {
  .mhn-slide-testimonials .mhn-inner-testimonials {
    height: 400px;
  }
}

/* Blogs */
.white-circle-overlay4 {
  width: 40px;
  height: 40px;
  background-color: #d7d7d7;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 32px;
  top: -9px;
}

.blog-card {
  box-shadow: 0px 0px #000 !important;
}

.blog {
  color: #404040;
}


.blog-title {
  color: #ff0000;
  background-color: white;
  position: absolute;
  margin-top: -172px;
}

.blog-heading {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 80px;
}

.blog-text {
  margin-top: -52px;
  background-color: white;
  position: relative;
  margin-left: 26px;
  margin-right: 26px;
  border-radius: 4px;
}

@media screen and (max-width: 300px) {
  .blog-text {
    width: 99% !important;
  }
}

@media screen and (min-device-width: 340px) and (max-device-width: 600px) {
  .blog-card {
    margin-bottom: 20px;
  }
}

@media screen and (min-device-width: 601px) and (max-device-width: 980px) {
  .blog-card {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about-vgld-web {
    margin-left: 0px;
  }
}

/* About VGLD and Partners */
.white-circle-overlay5 {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 52px;
  top: -9px;
}

.white-circle-overlay6 {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 70px;
  top: -9px;
}

/* About social media icon css*/
.phone-email-icon {
  margin-left: 58px;
  margin-top: 41px !important;
  margin-right: -25px;
  padding-left: 91px;
  font-weight: 500;
}

@media screen and (min-device-width: 340px) and (max-device-width: 980px) {
  .phone-email-icon {
    padding-left: 20px;
  }
}

.social-link .fab {
  padding-top: 8px;
  text-align: center;
  border-radius: 21px;
  width: 32px;
  height: 32px;
  color: white;
}

@media screen and (min-device-width: 340px) and (max-device-width: 600px) {
  .social {
    margin-left: -41px;
    margin-top: 22px;
    padding-bottom: 10px;
  }
}

@media screen and (min-device-width: 601px) and (max-device-width: 980px) {
  .social {
    margin-left: 10px;
    margin-top: -1px;
    padding-bottom: 24px;
  }
}

/*Course Html page Css */
/* Banner-img */
.banner-heading-course-page {
  font-size: 25px;
  font-weight: 700;
  color: white;
  margin-top: -37px;
}

@media only screen and (min-width: 601px) and (max-width: 899px) {
  .banner-heading-course-mobile {
    margin-top: -3px;
    margin-left: 137px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
  }
}

@media screen and (min-width: 912px) {
  .banner-heading-course-mobile {
    margin-top: -4px;
    margin-left: 159px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
  }
}

@media screen and (max-width: 600px) {
  .banner-heading-course-mobile {
    margin-top: -47px;
    margin-left: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
  }
}

.hr-grey-line {
  padding-top: 14px;
  margin: -10px 0 !important;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* About ACCA Section */
@media screen and (min-width: 898px) {
  .about-acca-circle-overlay {
    width: 44px;
    height: 46px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 84px;
    top: -10px;
  }
}

@media screen and (min-width: 898px) {
  .acca-course-white-circle-overlay {
    width: 46px;
    height: 46px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 156px;
    top: -10px;
  }
}

/*acca-course-subject*/
@media screen and (min-width: 898px) {
  .acca-course-subject-white-circle-overlay {
    width: 47px;
    height: 45px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 171px;
    top: -7px;
  }
}

/*Advertisement banner*/
.adva-banner img {
  width: 100%;
}

/*Eligibility Criteria for ACCA Exam*/
@media screen and (min-width: 898px) {
  .eligibility-acca-exam-white-circle-overlay {
    width: 46px;
    height: 45px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 281px;
    top: -6px;
  }
}

/*what is acca course */
@media screen and (min-width: 898px) {
  .acca-course-define-white-circle-overlay {
    width: 49px;
    height: 46px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 237px;
    top: -7px;
  }
}

/* Acca Course Subject*/
.acca-subtext {
  font-size: 1.1rem;
}

.accordion-collapse {
  border: 0;
}

.accordion-button-subject {
  color: #fff !important;
  background-color: #5f4cf5 !important;
  border: 1px solid #e5e5e5;
}

.accordion-button-subject:focus {
  box-shadow: none;
  border: none;
}

.accordion-button-subject:not(.collapsed) {
  /* background: none;*/
}

.accordion-body {
  padding: 15px;
  background-color: #f6f6f6;
}

.accordion-button-subject::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 40px;
  background-image: none;
  font-weight: 100;
  color: #fff;
  /*transform: translateY(-4px);*/
  align-self: baseline;
}

.accordion-button-subject:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 40px;
  /*transform: translate(-5px, -4px);*/
  transform: rotate(0deg);
}
.Scholarship-accordion {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* Custom style */
/*Advantage VGLD/Process*/
@media screen and (min-width: 898px) {
  .advantage-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #30529b;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 161px;
    top: -7px;
  }
}

/*exam fees section */
@media screen and (min-width: 898px) {
  .exam-fees-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 565px;
    top: -7px;
  }
}

@media screen and (min-width: 898px) {
  .acca-fees-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 228px;
    top: 41px;
  }
}

.table .table-header {
  background-color: #5f4cf5;
}

.table .table-text {
  color: #5f4cf5;
}

@media screen and (max-width: 991px) {
  .image-style {
    width: 20% !important;
  }
}

/* Career oppurtunities with ACCA*/
@media screen and (min-width: 898px) {
  .white-circle-overlay-6 {
    width: 40px;
    height: 40px;
    background-color: #d7d7d7;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 206px;
    top: -9px;
  }
}

/* Meet our Expert faculty Section css*/
@media screen and (min-width: 898px) {
  .meet-faculty-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 141px;
    top: -9px;
  }
}

@media screen and (min-width: 992px) {
  .image-style {
    width: 35% !important;
  }
}

.image-style {
  padding-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.faculty-line {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.mhn-slide-faculty .mhn-item-faculty {
  width: 100%;
  padding: 10px;
}


.mhn-slide-faculty img {
    background-color: #e0e0e0;
    border-radius: 6px;
}

.mhn-slide-faculty .mhn-inner-faculty {
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
}

.mhn-slide-faculty .mhn-item-faculty img {
  display: inline;
}

.mhn-slide-faculty .mhn-text {
  text-align: start;
  padding: 0 19px;
}

.mhn-inner-faculty {
  background-color: #fff;
}

.mhn-slide-faculty .owl-stage-outer {
  z-index: 1;
}

.mhn-slide-faculty .owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mhn-slide-faculty .owl-nav svg {
  color: currentColor;
}

.mhn-slide-faculty .owl-nav .disabled {
  display: none;
}

.mhn-slide-faculty .owl-prev,
.mhn-slide-faculty .owl-next {
  top: 174px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.mhn-slide-faculty .owl-prev {
  left: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

.mhn-slide-faculty .owl-next {
  right: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

.placement .owl-stage{
    /*margin-bottom:10px;*/
}
/*placement section css */
@media screen and (min-width: 898px) {
    .placement-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 385px;
    top: -9px;
  }
}

/*Scholarship to Our VGLD Students*/
.course-subject {
  background-color: #bfc8f126;
}

@media screen and (min-width: 898px) {
  .scholarship-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 255px;
    top: -7px;
  }
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.Scholarship-Exemptionfees {
  color: #ff0000;
}

.scholarship-btn {
  border-radius: 6px;
  padding: 16px;
  margin-top: 38px;
  font-weight: 600;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  background-color: #ff0000;
}

/*Alumini section css*/
@media screen and (min-width: 898px) {
  .alumni-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 120px;
    top: -7px;
  }
}

@media screen and (max-width: 400px) {
  .alumni-view {
    float: left;
    margin-top: -41px;
  }
}

/*ACCA Code Review*/
@media screen and (min-width: 898px) {
  .white-circle-overlay-8 {
    width: 40px;
    height: 40px;
    background-color: #dee2e6ba;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 137px;
    top: -9px;
  }
}

/* Advertise banner */
.advertise-banner {
  text-align: center;
  padding-bottom: 55px;
}

/* realted video Section */
@media screen and (min-width: 898px) {
  .related-video-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 113px;
    top: -9px;
  }
}

.mhn-slide-video .owl-nav {
  color: #333;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  bottom: 0;
}

.mhn-slide-video .mhn-item {
  width: 100%;
  padding: 10px;
}

.mhn-slide-video .mhn-item img {
  display: inline;
}

.mhn-slide-video .owl-stage-outer {
  z-index: 1;
}

.mhn-slide-video .owl-nav svg {
  color: currentColor;
}

.mhn-slide-video .owl-nav .disabled {
  display: none;
}

.mhn-slide-video .owl-prev,
.mhn-slide-video .owl-next {
  top: 174px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
}

.mhn-slide-video .owl-prev {
  left: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

.mhn-slide-video .owl-next {
  right: -10px;
  background-color: white !important;
  border: 1px solid #33333359 !important;
}

.videos {
  height: 191px;
  width: 346px;
  border-radius: 6px;
}

/* ACCA Blogs Section*/
@media screen and (min-width: 898px) {
  .blog-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 96px;
    top: -7px;
  }
}

.blog-img {
  width: 100%;
  height: auto;
}

/*FAQ Section */
@media screen and (min-width: 898px) {
  .faq-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 27px;
    top: -8px;
  }
}

.accordion-item {
  border: none !important;
}

.accordion .faq-accordion {
  color: black !important;
  background-color: #f1f3f5 !important;
  font-size: 1.15rem;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  box-shadow: 0px -3px #5f4cf5;
  border-radius: 6px !important;
  margin-top: 16px;
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.accordion .faq-accordion:hover,
.accordion .faq-accordion:hover::after {
  cursor: pointer;
  color: #e2e0e0 !important;
  background-color: #5f4cf5 !important;
}
.faq-accordion::after {
  color: black;
}

.table-text {
  font-weight: 400;
}

/* student review */
@media screen and (min-width: 898px) {
  .student-review-white-circle-overlay {
    width: 40px;
    height: 40px;
    background-color: #c9d0df;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 170px;
    top: -9px;
  }
}

/* footer css */
.footer a {
  color: white;
  font-size: 12px;
}

.footer-header {
  color: white;
}

.footer-header::after {
  width: 25%;
  margin-top: 5px;
  content: " ";
  display: block;
  border: 1px solid #ff0000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.footer-bottom,
.footer-bottom a {
  color: white;
  font-size: 10px;
}

@media screen and (max-width: 600px) {
  .social {
    margin-left: 0px !important;
  }

  .footer-header::after {
    width: 100%;
  }
}

.Read-btn {
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}

.Read-btn:hover {
  border: 1px solid #ff0000 !important;
  color: #fff !important;
}

.about-company {
  background-color: white !important;
  border-radius: 4px !important;
}

.horizontal-row {
  width: 25%;
  background-color: #ff0000;
  height: 2px;
  margin-top: 5px;
}

@media screen and (min-width: 340px) /*and (max-device-width: 600px) */ {
  .horizontal-row {
    margin-left: 141px;
  }
}

@media screen and (min-device-width: 610px) and (max-device-width: 980px) {
  .horizontal-row {
    margin-left: 0px;
  }
}

@media screen and (min-device-width: 981px) and (max-device-width: 1440px) {
  .horizontal-row {
    margin-left: -7px;
  }
}

/*.banner-main {
    flex-direction: row
}*/

@media only screen and (min-width: 200px) and (max-width: 399px) {
  .header-nav:nth-child(2) {
    height: 66px !important;
  }

  /*.banner-main {
        display: flex;
        flex-direction: column-reverse
    }*/

  .slider-box-partner {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 5px 30px 0px;
    height: 75px;
  }

  .carousel-item {
  }

  .carousel-item-about {
    height: 400px !important;
  }

  .carousel-item-ea {
  }

  #our-courses {
    margin-top: 125px;
  }

  .img-margin-top {
    margin-top: 25px;
  }

  .price {
    height: 54% !important;
    width: 91% !important;
  }

  .price1 {
    height: 40% !important;
    width: 91% !important;
  }

  .display-mobile {
    display: block !important;
  }

  .display-web {
    display: none !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
  .header-nav:nth-child(2) {
    height: 66px !important;
  }

  .banner-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .slider-box-partner {
    background: rgb(214, 230, 255) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 5px 30px 0px;
    height: 75px;
  }

  .carousel-item {
  }

  .carousel-item-about {
    height: 400px !important;
  }

  .carousel-item-ea {
    padding-top: 30px;
  }

  #our-courses {
    margin-top: 125px;
  }

  .img-margin-top {
    margin-top: 25px;
  }

  .price {
    height: 54% !important;
    width: 91% !important;
  }

  .price1 {
    height: 40% !important;
    width: 91% !important;
  }

  .display-mobile {
    display: block !important;
  }

  .display-web {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .header-nav:nth-child(2) {
    height: 66px !important;
  }

  .banner-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .slider-box-partner {
    background: rgb(214, 230, 255) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 5px 30px 0px;
    height: 110px;
  }

  .carousel-item {
    height: 700px;
  }

  .carousel-item-about {
    height: 400px !important;
  }

  .carousel-item-ea {
  }

  #our-courses {
    margin-top: 125px;
  }

  .img-margin-top {
    margin-top: 25px;
  }

  .price {
    height: 54% !important;
    width: 91% !important;
  }

  .price1 {
    height: 40% !important;
    width: 91% !important;
  }

  .col-md-5,
  .col-md-3,
  .col-md-4,
  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .img-fluid {
    height: auto;
    width: 100%;
  }

  .carousel-item {
  }

  .navbar-brand {
    margin-right: 5rem;
  }

  #about-section1 {
    width: 95%;
    padding: 20px 0px 15px;
    margin-left: 20px;
    margin-top: -190px;
    color: #fff;
    position: absolute;
    background: rgb(214, 230, 255) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000029;
    border-radius: 16px;
  }

  .display-mobile {
    display: block !important;
  }

  .display-web {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .header-nav:nth-child(2) {
    height: 66px !important;
  }

  .banner-main {
    display: flex;
    flex-direction: column-reverse;
  }

  .slider-box-partner {
    background: rgb(214, 230, 255) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 5px 30px 0px;
    height: 75px;
  }

  .carousel-item {
  }

  .carousel-item-about {
    height: 400px !important;
  }

  .carousel-item-ea {
  }

  #our-courses {
    margin-top: 125px;
  }

  .img-margin-top {
    margin-top: 25px;
  }

  .price {
    height: 54% !important;
    width: 91% !important;
  }

  .price1 {
    height: 40% !important;
    width: 91% !important;
  }

  .display-mobile {
    display: block !important;
  }

  .display-web {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav:nth-child(2) {
    height: 66px !important;
  }

  .display-mobile {
    display: none !important;
  }

  .display-web {
    display: block !important;
  }

  .mt140 {
    margin-top: 140px !important;
  }

  .mt110 {
    margin-top: 200px !important;
  }

  .banner-title {
    color: #fff;
    opacity: 1;
    letter-spacing: 0px;
    padding: 140px 0px 0px 30px;
  }

  .banner-title h1 {
    font-size: 46px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-nav:nth-child(2) {
    height: 66px !important;
  }

  .display-mobile {
    display: none !important;
  }

  .display-web {
    display: block !important;
  }

  .mt140 {
    margin-top: 140px !important;
  }

  .mt110 {
    margin-top: 200px !important;
  }

  .banner-title {
    color: #fff;
    opacity: 1;
    letter-spacing: 0.5px;
  }

  .banner-title h1 {
    font-size: 50px;
  }

  .banner-title-1 {
    color: #fff;
    opacity: 1;
    letter-spacing: 0.5px;
    padding: 122px 0px 0px 20px;
  }

  .banner-title-1 h1 {
    font-size: 25px;
  }
}

ul li .nav-link {
  color: #fff !important;
}

ul li:hover .nav-link {
  color: #ff0000 !important;
}

ul li:hover .dropdown {
  background-color: #5f4cf5 !important;
}

.signin-btn-web {
  color: #fff !important;
  border: 2px solid #fff;
  margin-right: 5px;
}

.signin-btn-web:hover {
  color: #fff !important;
  background-color: #ff0000 !important;
  border: 2px solid #ff0000;
}

.signup-btn-web {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.signup-btn-web:hover {
  background-color: #ff000098 !important;
  color: #dad4d4 !important;
}

@media only screen and (min-device-width: 0px) and (max-width: 890px) {
  ul li .nav-link {
    color: #000 !important;
  }
}

@media screen and (min-width: 898px) {
  .signup-btn {
    margin-right: -36px;
    margin-left: 332px;
  }

  .signin-btn {
    margin-left: 16px;
  }
}

.signup-btn {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.signup-btn:hover {
  background-color: #ff000098 !important;
  color: #dad4d4 !important;
}

.signin-btn {
  background-color: #5f4cf5 !important;
  color: #fff !important;
}

@media screen and (max-width: 299px) {
  .signin-btn {
    margin-right: -1px;
  }
}

@media screen and (max-width: 280px) {
  .navbar-expand-lg {
    width: 280px;
    height: auto;
  }

  .banner-heading {
    font-size: 16px !important;
    margin-top: 78px;
  }

  .phone-email-icon {
    padding-left: 0px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .horizontal-row {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-text {
    width: 75% !important;
  }

  .vgld {
    overflow-x: hidden;
  }
}

.sectionheading {
  font-weight: 700;
  color: black;
  position: relative;
  font-size:2rem;
}

.vgcolor {
  color: #ff0000;
}

.ldcolor {
  color: #5f4cf5;
}
.bgvgldcolor {
  background-color: #5f4cf5;
  color: white;
}

.enq-form .enquirytemcondition {
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  color: white;
}

@media screen and (max-width: 600px) {
  .enq-form .enquirytemcondition {
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    color: black;
  }
}

.twolinepara {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 10.5px;
  max-height: 36px;
}
.cardsubject {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.facultybio {
  position: relative;
  bottom: 64px;
  background-color: #5f4cf5;
  margin: 5px;
  color: #fff;
  /* width: 90%; */
  min-height: 121px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.footer-section {
  background-color: #5f4cf5;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.form-control:focus {
  box-shadow:none;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
background:transparent;
}

.owl-carousel .owl-stage {
  align-items: stretch!important;
}

.mhn-slide.owl-carousel .owl-item {
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    background-color:#fff;
    margin-bottom: 10px;
}
.download-app{
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .rightbanner {
    background-color:#f1f3f5;
  }
}
.tittle-container h5,h2{
  font-size:2rem;
}
.bannercard{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  align-items: center;
}
.bannercard p{
  font-weight:700;
  margin-top: 1rem;
}
.enq-form p{
  font-weight: 700;
}
.circle {
  width: 100px;
  height: 100px;
  margin: 50px;
  position: relative;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #BDBDBD;
  color: white;
}

  .circle:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border: 3px solid blue;
      border-left: 0;
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px;
      width: 60px;
      height: calc(100% + 30px);
      transform: translate(20px, -15px);
  }

.circle1 {
  width: 100px;
  height: 100px;
  margin: 50px;
  position: relative;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #BDBDBD;
  color: white;
}

  .circle1:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border: 3px solid blue;
      border-right: 0;
      border-bottom-left-radius: 100px;
      border-top-left-radius: 100px;
      width: 60px;
      height: calc(100% + 30px);
      transform: translate(-40px, -15px);
  }

.circle2 {
  width: 100px;
  height: 100px;
  margin: 50px;
  position: relative;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #BDBDBD;
  color: white;
}

  .circle2:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border: 3px solid blue;
      border-left: 0;
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px;
      width: 60px;
      height: calc(100% + 30px);
      transform: translate(20px, -15px);
  }

.circle3 {
  width: 100px;
  height: 100px;
  margin: 50px;
  position: relative;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #BDBDBD;
  color: white;
}

  .circle3:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border: 3px solid blue;
      border-right: 0;
      border-bottom-left-radius: 100px;
      border-top-left-radius: 100px;
      width: 60px;
      height: calc(100% + 30px);
      transform: translate(-40px, -15px);
  }

#grad1 {
  height: 80px;
  text-align: center;
  padding-top: 20px;
  width: 80px;
  border-radius: 50%;
  background-color: white; /* For browsers that do not support gradients */
  background-image: radial-gradient(white, lightgray 60%, white);
}

#grad2 {
  height: 40px;
  text-align: center;
  padding-top: 10px;
  width: 40px;
  border-radius: 50%;
  background-color: white; /* For browsers that do not support gradients */
  background-image: radial-gradient(white, lightgray 60%, white);
}
.footer-form {
    border: 1px solid #fff;
    padding: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 4px;
}
    .footer-form h4 {
        font-size: 18px;
    }
    .footer-form .gy-4 {
        --bs-gutter-y: 1rem;
    }
.twolineparaforcfa {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 10.5px;
    min-height: 50px;
}
.about-justify{
    text-align:justify;
}
.about-acca {
    text-align: justify;
}

.floating-download {
    position: fixed;
    top: 30%;
    left: -64px;
    float: left;
    transform: rotate(-90deg);
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    z-index: 99;
}