:root {
  --color-purple: #6a2d91;
  --color-yellow: #f7941e;
  --color-sky-blue: #19b5b9;
  --color-red: #f44336;
  --text-color: #333;
  --headerHeight : 60;
  --appHeight: 100;
  --footerHeight: 120;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;

}

a {
  text-decoration: none;
  color: #212529;
  transition: all 350ms ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #f5b120;
}

h1 {
  font-size: 36px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

p {
  font-size: 16px;
  color: #212529;
  line-height: 1.675;
}

.theme-clr {
  color: #f5b120;
}

.btn {
  border-radius: 0;
}

.horizontal-logo {
  width: 200px;
}

/*top bar*/
.top-bar {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}

.top-bar a {
  color: #333;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  transition: all 350ms ease-in-out;
}

.top-bar a:hover {
  color: var(--color-sky-blue);
}

.top-bar i {
  color: var(--color-sky-blue);
  margin-right: 5px;
}

.ask a {
  background-color: var(--color-sky-blue);
  color: #fff;
  padding: 0 15px;
}

.ask a:hover {
  color: #fff;
  background: var(--color-yellow);
}

.register {
  background-color: #f5b120;
}

.register a {
  color: #fff;
}

.login-fa {
  /* border-left: 1px solid #fff; */
  padding-left: 7px;
}

/*end of top bar*/
/*menu bar*/
.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

/*.show.dropdown .dropdown-toggle::after {
	transform: translateY(3px);
}*/
.dropdown-menu {
  margin-top: 0;
  border-top: 3px solid #1bb4b9;
  border-radius: 0;
}

.navbar-toggler {
  border: 1px solid #f5b120;
}

button:focus {
  outline: none;
}

/*end menu bar*/
/*banner*/
.banner {
  aspect-ratio: 1600/500;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.banner h1 {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.3 !important;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.banner span,
.banner a {
  color: #f5b120;
}

.banner h3 {
  color: #f5b120;
}

/*end of banner*/
/*key banner  btm*/
.card-wrapper {
  margin-top: -50px;
}

.card-box {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.card-box:hover i {
  transform: translateY(-10px);
}

.card-box i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #f5b120;
  transition: transform .3s ease-in-out;
}

.card-box a {
  color: #f5b120;
}

/*end of key banner btm*/
/*testimonial*/
.card .carousel-item {
  /* height: 200px; */
}

.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}

.card .carousel-caption h3 {
  color: #3d3d3d;
}

.card .carousel-caption p {
  line-height: 30px;
}

.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}

.card .carousel-caption .col-sm-9 {
  text-align: left;
}

.navi a {
  text-decoration: none;
}

a>.ico {
  background-color: grey;
  padding: 10px;
}

a:hover>.ico {
  background-color: #666;
}

/*end of testimonial*/
/*achive*/
.achive {
  /*background-image: url("../images/achive.jpg");*/
  /* background-image: url("https://webgraptech.com/rakesh/achivement_1.png"); */
  background-color: #fff;
  min-height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

.achive i {
  font-size: 50px;
  margin-bottom: 0;
  color: #000;
}

.counter-row {
  display: flex;
  flex-wrap: wrap;
}

.card-achive {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  flex-direction: column;
  grid-gap: 10px;
}

.achive .number {
  color: #f5b120;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.purple-color {
  background: rgba(106, 45, 145, 0.2);
}

.purple-color .number,
.purple-color i {
  color: var(--color-purple);
}

.yellow-color .number,
.yellow-color i {
  color: var(--color-yellow);
}

.sky-blue-color .number,
.sky-blue-color i {
  color: var(--color-sky-blue);
}

.red-color .number,
.red-color i {
  color: var(--color-red);
}

.yellow-color {
  background: rgb(245, 177, 32, 0.2);
}

.sky-blue-color {
  background: rgb(27, 180, 185, 0.2);
}

.red-color {
  background: rgb(244, 67, 54, 0.2);
}

.achive h5 {
  font-weight: 400;
  font-size: 14px;
  /* color: #fff; */
  letter-spacing: 1px;
  margin: 0;
}

.achive h1,
.achive p {
  /* color: #fff; */
}

/*end of achive*/
/*footer*/
.col_white_amrc {
  color: #FFF;
}

footer {
  width: 100%;
  background-color: #263238;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
  border-top: 0;
  position: relative;
}

footer.footer:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

footer p {
  font-size: 13px;
  color: #CCC;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

footer p a {
  color: #ccc;
}

footer p i {
  margin-right: 5px;
}

footer p a:hover {
  color: var(--color-yellow);
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #CCC;
}

.footer_ul_amrc li a:hover {
  color: #f5b120;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  margin: 15px auto 0 auto;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  flex-wrap: wrap;
}

.social_footer_ul li {
  display: flex;
  align-content: center;
  justify-content: center;
}

.social_footer_ul li a {
  color: #fff;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_footer_ul li a:hover {
  background: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  color: #fff;
}

.social_footer_ul li i {
  display: flex;
  text-align: center;
}

.ftext {
  color: #f5b120;
}

/*end of footer*/
/*ask form*/
.modal-content {
  border-radius: 0;
}

.modal-header {
  border-radius: 0;
  background-color: #f5b120;
}

.modal-content .btn {
  background-color: #f5b120;
  border-color: #f5b120;
}

.modal-title {
  color: #fff;
  font-weight: bold;
}

.modal-content .form-control:focus {
  border-color: #f5b120;
  outline: 0;
  box-shadow: none;
}

/*end of ask form*/
/*blog*/
.blog-wrapper {
  /* border: 1px solid #f5b120; */
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
  border-radius: 5px;
}

.blog-content {
  padding: 47px 25px 25px;
  position: relative;
}

.blog-content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}

.blog-content p {
  font-size: 16px;
}

.blog-wrapper img {
  width: 100%;
}

.blog-more {
  color: var(--color-sky-blue);
}

.custom-heading {
  color: #1bb4b9;
}

.owl-nav {
  display: block !important;
}

.owl-carousel.owl-drag .owl-item {
  padding: 6px;
}

.owl-prev,
.owl-next {
  background-color: #f5b120 !important;
  width: 25px !important;
  height: 40px;
  position: absolute;
}

.owl-prev span,
.owl-next span {
  color: #fff;
}

.owl-prev {
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-next {
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-wrapper .zoom {
  position: relative;
}

.blog-wrapper .zoom figure {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 768 / 469;
}

.blog-wrapper .zoom img {
  transition: .9s;
}

.blog-wrapper:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-wrapper .date-wrap {
  position: absolute;
  left: 25px;
  bottom: 0;
  transform: translateY(30%);
  background-color: var(--color-sky-blue);
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #fff;
  padding: 15px 14px;
  border-radius: 5px;
  z-index: 1;
}

.blog-wrapper .date-d {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  line-height: 1.2;
}

.blog-wrapper .date-m {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #fff;
}

.blog-wrapper .comment {
  padding: 0 5px 0;
  margin-top: 1px;
  border-top: 2px solid #f5b120;
  color: #f5b120;
  font-size: 12px;
  vertical-align: top;
  display: none;
}

.blog-wrapper .date-wrap i {
  color: #f5b120;
}

.blog .owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  color: #fff;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
  position: static;
  transform: none;
  width: 40px !important;
  height: 40px !important;
  background: var(--color-purple) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 350ms ease-in-out;
  font-size: 16px;
}

.blog .owl-nav .owl-prev:not(.disabled):hover,
.blog .owl-nav .owl-next:not(.disabled):hover {
  background: var(--color-sky-blue) !important;
}

.blog .owl-nav .owl-prev span,
.blog .owl-nav .owl-next span {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}

.blog .owl-nav .disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*end of blog*/
/*testimonial*/
.testi {
  /* background: url(../images/b4.jpg); */
  /* background: url(../images/testi.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #6a2d91;
  margin: 0 auto;
  max-width: 1140px;
  padding: 20px 50px 0px;
}

.testi .card .carousel-caption small {
  color: #fff;
}

.testi .card .carousel-caption small.smallest.mute {
  font-weight: 600;
  margin-top: 10px;
}

.testi .card .carousel-caption h3 {
  color: #fff;
}

.testi .card {
  color: #fff;
}

.card {
  border: 0;
  background-color: transparent;
  /*padding-top: 210px;*/
}

.testi a>.ico {
  background-color: #f5b120;
  padding: 10px;
}

.navi {
  bottom: 40px;
  position: relative;
  right: 0px;
}

/*end of testimonial*/
/*mentor*/
.mentor-section {
  /* background: url(../images/trustedbg.jpg);
  background-size: cover;
  background-repeat: no-repeat; */
  z-index: 1;
  position: relative;
}

.mentor-section h1,
.mentor-wrap p,
.mentor-section-sec i {
  color: #fff;
}

.mentor-section-sec i {
  font-size: 50px;
  margin-bottom: 30px;
}

.mentor-section p {
  /* color: #f5b120; */
}

.mentor-wrap {
  background-color: var(--color-sky-blue);
}

.mentor-section-sec {
  /* margin-top: -80px; */
}

.mentor-section-sec .carousel-item img {
  max-height: 400px;
  object-fit: cover;
}

.thin-strip {
  background-color: #f5b120;
  color: #fff;
  height: 200px;
}

.thin-strip .vtext {
  writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 3px;
}

.mentor-section-sec .carousel-indicators li {
  right: 0 !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/*end of mentor*/
/*video*/
.video-img {
  position: relative;
  cursor: pointer;
}

.video-sec {
  margin-bottom: 100px;
}

.video-content {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-content p {
  color: #fff;
  font-size: 30px;
  line-height: unset;
}

.video-sec img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.overlay-color {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-side {
  background-color: #f5b120;
  color: #fff;
  z-index: 1;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  border-radius: 0 20px 20px 0;
}

#myModal .modal-content {
  background-color: #f5b120;
  border-radius: 20px;
  position: relative;
}

.modal-body {
  padding: 5px;
  text-shadow: none;
}

#myModal .modal-content button {
  position: absolute;
  right: 7px;
  top: 15px;
  z-index: 1;
  background-color: #f5b120;
}

/*video modal*/
.myvideo-model {
  margin: 20px;
}

.modal-content iframe {
  margin: 0 auto;
  display: block;
  width: 95%;
  border-radius: 7px;
}

/*endof video modal*/
.mentor-section-sec .carousel-item:after {
  background-color: var(--color-sky-blue);
  content: "ENASCENT";
  width: 45px;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 9999;
  top: 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 2px;
}

.navbar-toggler-icon {
  width: unset;
  height: unset;
  color: #f5b120;
}

.video-text-box {
  max-width: 640px;
  width: 100%;
  color: #666666;
  margin: 0 auto;
}


/* New css */
.learning-btn {
  /* transform: translateY(-50%); */
}

.main-cources {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  margin-top: 30px;
}

h3.main-cources a {
  padding: 8px 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 0 15px;
}

h3.main-cources a:first-child {
  background: var(--color-sky-blue);
}

h3.main-cources a:nth-child(2) {
  background: var(--color-purple);
}

h3.main-cources a:nth-child(3) {
  background: var(--color-yellow);
}
h3.main-cources a:nth-child(4) {
  background: var(--color-sky-blue);
}

h3.main-cources a:nth-child(5) {
  background: var(--color-purple);
}

h3.main-cources a:nth-child(6) {
  background: var(--color-yellow);
}
h3.main-cources a:hover {
  border-radius: 15px 0px;
  /* background: var(--color-sky-blue); */
  color: #fff;
}

.about-wrap.style1 .about-img:before {
  position: absolute;
  top: 7px;
  right: -7px;
  content: "";
  background: var(--color-yellow);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}

.about-wrap.style1 .about-img {
  aspect-ratio: 750/500;
  position: relative;
  border-radius: 20px;
}

.about-wrap .about-img .about-circle-shape {
  position: absolute;
  bottom: -50px;
  left: -20px;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;

  position: relative;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-yellow);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.video-play i {
  color: #fff;
  font-size: 50px;
}

.circle.style1:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 20px solid rgba(255, 79, 30, 0.3);
  animation: ripple 2s linear 1.9s infinite;
  -webkit-animation: ripple 2s linear 1.9s infinite;
}

.promo-content p {
  color: #fff;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.section-row {
  padding: 50px 0;
  overflow: hidden;
}

.about-wrap-row {
  display: flex;
  align-items: center;
  grid-gap: 80px;
}

.about-wrap-box {
  width: 50%;
}

.promo-banner-wrap.style1 {
  padding: 0;
}

.promo-banner-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 80px 0;
}

.promo-banner-wrap>div {
  width: 49%;
  position: relative;
}

.promo-banner-wrap .promo-content {
  padding-left: calc((100% - 1140px) / 2 + 15px);
  padding-top: 80px;
  padding-bottom: 80px;

}

.promo-banner-wrap .promo-content:before {
  position: absolute;
  top: 0;
  content: "";
  background: var(--color-purple);
  width: 100vw;
  height: 100%;
  left: 0;
  z-index: -1;
}

.promo-banner-wrap .promo-img-wrap {
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.promo-img {
  height: 100%;
  border-radius: 0;
}

.promo-img-wrap .promo-circle-shape {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.promo-img-wrap .promo-circle-shape img {
  max-width: 150px;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: none;
}

.section-title h2 span {
  color: var(--color-yellow);
}

.section-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

.mentor-section-sec .carousel {
  width: 100%;
}

/* Testimonial */
.testimonial-item {
  text-align: center;
  padding: 65px 20px 40px;
  background: rgba(1, 34, 69, 0.80);
  border-radius: 25px;
}

.testimonial-item .client-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-item .client-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
    /*object-fit: cover;*/
}

.testimonial-item .client-name {
  margin: 0 0 15px;
}

.testimonial-item .client-name h5 {
  color: #fff;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}

.testimonial-item .client-name h5 span {
  display: block;
  color: #19b5b9;
  font-size: 14px;
  font-style: italic;
}

.testimonial-item .client-quote {
  max-width: 80%;
  margin: 0 auto;
}

.testimonial-item .client-quote p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.testimonial-section {
  position: relative;
  z-index: 1;
}

.testimonial-section .carousel-item {
  padding-top: 80px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--text-color);
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
}

.testimonial-slider .item {
  padding-top: 50px;
  position: relative;
}

.testimonial-slider .owl-item {
  padding: 0;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

.btn-hover {
  width: auto;
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  min-height: 50px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #fff;
}

.btn-hover:focus {
  outline: none;
}


.btn-outline,.btn-danger,.btn-warning,.btn-success  {
  width: auto;
  padding: 10px 40px;
  font-size: 16px;
  color: var(--color-yellow);
  cursor: pointer;
  min-height: 50px;
  text-align: center;
  border: none;
  border: 2px solid var(--color-yellow);
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.btn-outline:hover {
  background: var(--color-yellow);
  color: #fff;
}

.btn-outline:focus {
  outline: none;
}
.btn-danger {
  border-color: #bd2130;
  background: #bd2130;
  color: #fff;
}
.btn-warning {
  border-color: var(--color-yellow);
  background: var(--color-yellow);
  color: #fff;
}
.btn-success {
  border-color: #28a745;
  background: #28a745;
  color: #fff;
}
.btn-warning:hover,.btn-warning:active {
  color: #fff !important;
}
.button-group {
  width: calc(100% - 375px);
  padding-right: 30px;
}
.btn-outline:focus {
  outline: none;
}

/* = On scroll animations
========================================================================================*/
.ani-element {
  opacity: 0;
  position: relative;
  transition: opacity 600ms cubic-bezier(0.15, 0.3, 0.2, 0.9), transform 600ms cubic-bezier(0.15, 0.3, 0.2, 0.9), top 600ms cubic-bezier(0.15, 0.3, 0.2, 0.9);
}

.ani-element.show {
  opacity: 1;
}

.ani-element.up {
  transform: translateY(48px);
}

.ani-element.up.show {
  transform: translateY(0);
}

.ani-element.down {
  transform: translateY(-48px);
}

.ani-element.down.show {
  transform: translateY(0);
}

.ani-element.left {
  transform: translateX(48px);
}

.ani-element.left.show {
  transform: translateX(0);
}

.ani-element.right {
  transform: translateX(-48px);
}

.ani-element.right.show {
  transform: translateX(0);
}

/* Delays */
.delay-1 {
  -webkit-transition-delay: 30ms;
  -o-transition-delay: 30ms;
  transition-delay: 30ms;
}

.delay-2 {
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms;
}

.delay-3 {
  -webkit-transition-delay: 90ms;
  -o-transition-delay: 90ms;
  transition-delay: 90ms;
}

.delay-4 {
  -webkit-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
}

.delay-5 {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.delay-6 {
  -webkit-transition-delay: 180ms;
  -o-transition-delay: 180ms;
  transition-delay: 180ms;
}

.delay-7 {
  -webkit-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}

.delay-8 {
  -webkit-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  transition-delay: 240ms;
}

.delay-9 {
  -webkit-transition-delay: 270ms;
  -o-transition-delay: 270ms;
  transition-delay: 270ms;
}

.delay-10 {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay-11 {
  -webkit-transition-delay: 330ms;
  -o-transition-delay: 330ms;
  transition-delay: 330ms;
}

.delay-12 {
  -webkit-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  transition-delay: 360ms;
}

.delay-13 {
  -webkit-transition-delay: 390ms;
  -o-transition-delay: 390ms;
  transition-delay: 390ms;
}

.delay-14 {
  -webkit-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}

.delay-15 {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.delay-16 {
  -webkit-transition-delay: 480ms;
  -o-transition-delay: 480ms;
  transition-delay: 480ms;
}

.delay-17 {
  -webkit-transition-delay: 510ms;
  -o-transition-delay: 510ms;
  transition-delay: 510ms;
}

.delay-18 {
  -webkit-transition-delay: 540ms;
  -o-transition-delay: 540ms;
  transition-delay: 540ms;
}

.delay-19 {
  -webkit-transition-delay: 570ms;
  -o-transition-delay: 570ms;
  transition-delay: 570ms;
}

.delay-20 {
  -webkit-transition-delay: 30ms;
  -o-transition-delay: 30ms;
  transition-delay: 30ms;
}


/* Contact */
.contact-address {
  text-align: center;
  background: #f4f4f4;
  margin-bottom: 0;
  padding: 70px 30px 50px;
  height: 100%;
}

.contact-address .contact-icon {
  text-align: center;
  margin: 0 0 20px;
}

.contact-address .contact-icon i {
  color: var(--color-purple);
  font-size: 60px;
}

.contact-address .contact-info h5 {
  font-size: 20px;
  font-weight: 500;
}

.contact-address .contact-info p {
  margin: 0 0 10px;
  line-height: 1.6;
  font-size: 16px;
}

.contact-wrap {
  padding-bottom: 55px;
}

.about-wrap.style2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.about-wrap.style2 .about-img {
  width: 48.5%;
}

.about-wrap.style2 .about-content {
  padding-right: calc((100% - 1140px)/2 + 15px);
}

.about-wrap.style2 .about-img img {
  width: 100%;
}

.about-wrap.style2 .about-content {
  width: 48.5%;
}

.about-wrap .about-content .section-title p {
  margin: 15px 0 22px;
}

.founder-box {
  background: var(--color-yellow);
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  margin-top: 50px;
  padding-top: 100px;
  position: relative;
}

.founder-box figure {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  position: absolute;
  left: 50px;
  top: 0;
  transform: translateY(-50%);
}

.founder-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-box p {
  color: #fff;
}

.founder-box p:last-child {
  margin-bottom: 0;
}

.abt-pg {
  background: #f5f5f5;
}

.gallery-box {
    position: relative;
    width: 100%;
    aspect-ratio: 350 / 220;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
}
.gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 350ms ease-in-out;
    mix-blend-mode: darken;
}
.gallery-box:hover .gallery-overlay {
  transform: none;
}

.gallery-section {
  padding-bottom: 50px;
}

.gallery-box:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background: var(--color-purple);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 3px 0;
  transform: translateY(101%);
  transition: transform 350ms ease-in-out;
}

.gallery-overlay h5 {
  margin-bottom: 0;
}

 

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-sky-blue);
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
}

.course-card {
  border: 1px solid #ddd;
  margin: 0 0 30px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  padding: 5px;
}

.course-card .course-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 380/250;
  border-radius: 5px 5px 0 0;
}

.course-card .course-img img {
  -webkit-transition: 0.3s;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-card .course-info {
  padding: 15px 20px 18px;
}

.course-card .course-info h3 {
  font-size: 20px;
  line-height: 30px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.course-card .course-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.course-card .course-metainfo .course-metainfo-left,
.course-card .course-metainfo .course-metainfo-right {
  width: 49%;
}

.course-card .course-metainfo p {
  font-size: 14px;
  margin: 0;
}

.course-card .course-metainfo .course-metainfo-right .price-tag .discount {
  margin-right: 5px;
}

.discount {
  color: #999 !important;
  text-decoration: line-through;
  margin-left: 7px;
}

.course-card .course-metainfo .course-metainfo-right .price-tag span {
  color: var(--color-red);
}

.course-card .course-metainfo {
  -webkit-box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.course-card:hover .course-img img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

/* Coures Details */

.course-details-img img {
  border-radius: 5px;
  width: 100%;
}

.course-details-meta {
  margin: 20px 0;
}

.course-details-meta li {
  display: inline-block;
  margin-right: 25px;
}

.course-details-meta li i {
  color: var(--color-sky-blue);
  margin-right: 5px;
  font-stretch: 18px;
}

.nav.nav-tabs.course-tablist {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  display: flex;
}

.nav.nav-tabs.course-tablist li {
  width: 25%;
  border-right: 1px solid #ddd;
  background: transparent;
  flex: 1;
  text-align: center;
}

.nav.nav-tabs.course-tablist li .nav-link.active {
  background: var(--color-yellow);
  color: #fff;
}

.nav.nav-tabs.course-tablist li .nav-link {
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 15px 5px;
  color: #000;
  background-color: #f1f1f1;
}

.tab-content.course-tab-content h5 {
  margin: 25px 0 20px;
}

.tab-content.course-tab-content {
 /* margin: 25px 0 0;
  padding: 20px 20px 20px;
  border: 1px solid #ddd;*/
}

.tab-content.course-tab-content p {
  margin: 0 0 20px;
}

.tab-content.course-tab-content ul.course-details-list {
  list-style: none;
}

.tab-content.course-tab-content ul.course-details-list li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 15px;
}

.tab-content.course-tab-content ul.course-details-list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background-color: #FF4F1E;
}

.team-member {
  margin: 0 0 30px;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-member .team-member-img {
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.team-member .team-member-img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 400/460;
  object-fit: cover;
}

.team-member .team-member-info {
  text-align: center;
}

.team-member .team-member-info h4 {
  margin: 0 0 5px;
}

.team-member .team-member-info p {
  position: relative;
  margin: 0;
}

.course-tab-content .card .card-header {
  padding: 0;
}

.course-tab-content .card .card-header h5 {
  margin-top: 0;
}

.course-tab-content .card .card-header h5 button {
  margin: 0;
  padding: 20px 50px 20px 27px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  color: #4c4c4c;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.course-tab-content .card .card-header h5 button:hover {
  text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none !important;
}

.course-tab-content .card .card-header h5 button::after {
  content: "";
  background-image: none;
  font-size: 14px;
  right: 27px;
  position: absolute;
  top: 28px;
  left: auto;
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: transform .2s ease-in-out;
}

.course-tab-content .card .card-header h5 button:not(.collapsed)::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 32px;
}

.course-tab-content h5 button[aria-expanded=true],
.course-tab-content h5 button[aria-expanded=false] {
  background-color: var(--color-purple);
  color: #fff !important;
}

.tab-content.course-tab-content .lecture-accordion {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.tab-content.course-tab-content .card-body {
  padding: 18px 25px 22px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 20px 0;
}

.tab-content.course-tab-content .lecture-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab-content.course-tab-content .lecture-item p {
  margin: 0;
}

.tab-content.course-tab-content .lecture-item p i {
  color: var(--color-purple);
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.tab-content.course-tab-content .lecture-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tab-content.course-tab-content .lecture-item:last-child {
  margin-bottom: 0;
}

.tab-content.course-tab-content .lecture-item span {
  display: inline-block;
  color: #ff4f1e;
}

/* Sidebar */
.sidebar-box {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  padding: 25px;
  border-radius: 5px;
  margin: 0 0 30px;
}

.course-details-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.course-details-widget ul li p {
  margin: 0;
}

.course-details-widget ul li p i {
  color: var(--color-sky-blue);
  margin-right: 7px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.course-details-widget ul li p {
  margin: 0;
}

.course-enroll-widget {
  text-align: center;
}

.course-enroll-widget .single-course-price {
  font-size: 30px;
  color: var(--color-sky-blue);
  font-weight: 600;
  margin: 0 0 20px;
}

.course-enroll-widget .btn-hover {
  width: 100%;
}

.live-class-section video {
  width: 100%;
}

/* Course Listing */
.course-filter {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0 50px;
}

.course-filter-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  flex-wrap: wrap;
}

.course-filter-list ul li {
  display: flex;
  align-items: center;
}

.project-wrap {
 /* margin-top: -235px;*/
}

.course-filter-list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  min-height: 60px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, .41);
  position: relative;
  border-radius: 50px;
  background: #fff;
}

.course-filter-list ul li a .topic-number {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 12px;
  opacity: 0.5;
}

.course-filter-list ul li a.active {
  background: var(--color-sky-blue);
  color: #fff;
}

.course-filter-list ul li a:hover {
  background: var(--color-sky-blue);
  color: #fff;
}

.breadcrumb {
  margin-bottom: 40px;
  background: transparent;
  font-size: 14px;
  padding: 0;
}

.rbt-banner-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -4;
  background: linear-gradient(270deg, var(--color-purple) 0, var(--color-sky-blue) 100%) !important;
}

.rbt-banner-image:after {
  background: linear-gradient(#fff, hsla(0, 0%, 100%, .6));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/* Media Query */
@media screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    transition: all 350ms ease-in-out;
    visibility: hidden;
  }

  .btco-hover-menu .collapse ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .navbar-expand-md .navbar-nav .nav-link:hover {
    color: var(--color-sky-blue);
  }

  .navbar-expand-md .navbar-nav .dropdown-item:hover {
    color: var(--color-sky-blue);
  }
}



@media screen and (max-width: 576px) {
  .top-bar .container {
    padding-left: 0;
  }

  .banner h1 {
    font-size: 32px;
    line-height: 60px;
  }

  .card-box {
    margin-bottom: 50px;
  }

  .achive {
    padding: 50px 0;
  }

  .mentor-section-sec {
    /* margin-top: -40px; */
  }

  .myvideo-model #myModal .modal-content button {
    position: absolute;
    right: 15px;
    top: -23px;
    z-index: 1;
    background-color: #f5b120;
    width: 25px;
    opacity: 1;
  }

  .video-content p {
    font-size: 20px;
  }

  .user_card h1 {
    font-size: 20px;
  }



  .shortbanner h1 {
    margin-bottom: 0;
    font-size: 26px;

  }

  .shortbanner h4 {
    font-size: 18px;
  }

  .quiz_zy .quiz_zy_wrapper {

    padding: 15px !important;
  }

  .quiz_zy .question {
    font-size: 24px !important;

  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }


}

/*end of media query*/





.myvideo-model .modal-dialog {
  max-width: 820px;
  margin: 1.75rem auto;
}

.ask-model .modal-content {
  padding: 15px;
}





/*problem practice*/

.shortbanner {
  background-color: #cccccc;
  min-height: 300px;
  position: relative;
  z-index: 1;
}

.shortbanner h1 span {
  color: var(--color-yellow);
}

.shortbanner h1 {
  margin-bottom: 0;
}

.shortbanner h4 {
  color: #f5b120;
}


.topic-outer h2 {
  color: #f5b120;
  margin-bottom: 30px;
}

.topic-wrapper {

  padding: 55px 25px 10px 25px;
  /*background-color: beige;*/
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.topic-wrapper ul {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
  margin-bottom: 35px;
}

.topic-wrapper li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.topic-wrapper li {
  margin-bottom: 10px;

  list-style: none;
}

.topic-wrapper a {
  display: block;
}

.right-panel button {
  padding: 10px;
  margin-bottom: 10px;
}


.topic-wrapper ::-webkit-scrollbar {
  width: 5px;
}


.topic-wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}


.topic-wrapper ::-webkit-scrollbar-thumb {
  background: #f5b120;
  border-radius: 10px;
}


.topic-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.topic-wrapper .all-link a {
  background-color: #f5b120;
  color: #fff;
  padding: 0 10px;
  border-radius: 25px;
  margin-left: 5px;
  border: 1px solid #f5b120;
  transition: 0.6s;
}

.topic-wrapper .all-link a:hover {
  border: 1px solid #f5b120;
  background-color: #fff;
  color: #f5b120;

}


.topic-wrapper .all-link {
  border-top: 1px dotted #f5b120;
  padding-top: 25px;
}

.topic-wrapper img {
  width: 100%;
}

/*end of problem practice*/



/*quiz*/
.quiz_zy .question {
  font-size: 30px;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Work Sans', sans-serif;
}

.quiz_zy .answers {
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
}

.quiz_zy .answers label {
  display: block;
  margin-bottom: 10px;
}

.quiz_zy button {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  background-color: #1bb4b9;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}

.quiz_zy button:hover {
  background-color: #38a;
}


.quiz_zy .slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}

.quiz_zy .active-slide {
  opacity: 1;
  z-index: 2;
}

.quiz_zy .quiz-container {
  position: relative;
  height: 200px;
  margin-top: 40px;
}

.quiz_zy input[type=checkbox],
.quiz_zy input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}

div#results {
  color: #f5b120;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
}

.quiz_zy .quiz_zy_wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  padding: 50px;
}

/*end of quiz*/



/*login*/
/* .my_login_form form .form-control {
  background-color: #ffffff;
  color: #252525;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 15px;
} */

.my_login_form form button {
  width: 100%;
}

.my_login_form form button:hover {
  background-color: var(--color-sky-blue);
}

.my_login_form .d-table {
  width: 100%;
  height: 100%;
}

.my_login_form .d-table-cell {
  vertical-align: middle;
  padding: 30px 0;
}

.my_login_form .login-image img {
  height: 100vh;
  object-fit: cover;
}

.my_login_form .login-content {
  max-width: 500px;
  margin: 0 auto;
}

.my_login_form a {
  color: var(--color-yellow);
}

.my_login_form a:hover {
  color: var(--color-sky-blue);
}

/*end of login form*/



/*signup*/

/* .my_signup_form form .form-control {
  background-color: #ffffff;
  color: #252525;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 15px;
} */

.my_signup_form form button {
  width: 100%;
}

.my_signup_form .d-table {
  width: 100%;
  height: 100%;
}

.my_signup_form .d-table-cell {
  vertical-align: middle;
}

.my_signup_form .login-image img {
  height: 100vh;
  object-fit: contain;
}

.my_signup_form .login-content {
  max-width: 500px;
  margin: 0 auto;
}

.my_signup_form a {
  color: #f5b120;
}

/*end of signup*/


/*problem practice*/


#outer-wrap .mainNav {
  background: #222;

}

/* First Level */
#outer-wrap .mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #444
}

#outer-wrap .mainNav ul li {
  border-top: 1px solid #444;
}

#outer-wrap .mainNav ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  line-height: normal;
  padding: 12px 20px;
  text-decoration: none;
}

#outer-wrap .mainNav ul li a:hover {
  background: #1bb4b9;
  text-decoration: none;
}

/* Second Level */
#outer-wrap .mainNav ul ul {
  border-bottom: none
}

#outer-wrap .mainNav ul ul li {
  border-top: 1px solid #222;
  background: aliceblue;
}

#outer-wrap .mainNav ul ul li a {
  color: #333;
  display: block;
  font-size: 1em;
  line-height: normal;
  padding: 0.5em 1em 0.5em 2.5em;
}

#outer-wrap .mainNav ul ul li a:hover {
  background: #1bb4b9;
}

/* Third Level */
#outer-wrap .mainNav ul ul ul {
  border-top: 1px solid #222;
}

#outer-wrap .mainNav ul ul ul li {
  border: none;
}

#outer-wrap .mainNav ul ul ul li a {
  padding-left: 3.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* Accordion Button */
#outer-wrap ul li.has-subnav .accordion-btn {
  color: #333;
  background: rgba(255, 255, 255, 0.15);
  font-size: 10px;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  #outer-wrap .mainNav {
    width: 40%;
  }
}

@media screen and (max-width: 700px) {
  #outer-wrap .mainNav {
    width: 100%;
  }
}

#outer-wrap li.selected.has-subnav.active {
  background-color: #1bb4b9;
}

/*end of problem practice*/

#outer-wrap {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  height: 100%;
}

.right-panel .well {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  padding: 15px 25px;
  border-radius: 10px;
}

.right-panel .well p {
  margin-bottom: 4px;
}

.pr_btn {
  background-color: #f5b120;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  border: 1px solid #f5b120;
  width: 100px;
  float: left;
}

.pr_btn:hover {
  background-color: #fff;
  color: #f5b120;
  border: 1px solid #f5b120;
}



/*live class*/
.live_class_wrapper .live_inner_wrap {
   /*	padding: 10px 08px 10px;
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
  border: 1px solid #cccccc30;
  position: relative;
  margin-bottom: 30px;
}
.live_class_wrapper .live_inner_wrap li.nav-item.active
{
	background: #f7941e;
}
.live_class_wrapper .live_inner_wrap li.nav-item 
{
	border: 1px solid #f5f5f5;
}
.live_class_wrapper .live_inner_wrap li.nav-item a:hover
{
	color:#333;
}
.live_inner_img {
  width: 125px;
  overflow: hidden;
  /*border: 1px solid #ccc;*/
}

.live_inner_img img {
  transition: .9s;
}

.live_inner_wrap:hover img {
  transform: scale(1.2);
}

.live_inner_name p {
  margin-bottom: 2px;
}

.live_inner_name .name {
  color: #f5b120;
  font-weight: 600;
}

.live_inner_img_name {
  margin-bottom: 10px;
}

.live_inner_content .highlight {
  margin-bottom: 0px;
  text-align: center;
}

.live_inner_content hr {
  margin-top: 0;
}

.live_inner_content button {
  background-color: #f5b120;
  color: #fff;
}

.live_inner_content ul {
  padding-left: 20px;
  max-height: 100px;
  overflow-y: scroll;
  cursor: default;
}

.live_btn {
  background-color: #28a745;
  display: inline-block;
  position: absolute;
  right: 5px;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 25px;
  top: 6px;
}

.live_class_wrapper ::-webkit-scrollbar {
  width: 3px;
}

.live_class_wrapper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.live_class_wrapper ::-webkit-scrollbar-thumb {
  background: #f5b120;
  border-radius: 10px;
}

.live_class_wrapper ::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/*new live class detail*/
.table .thead-dark th {
  color: #fff;
  background-color: #1bb4b9;
  border-color: #1bb4b9;
}

.material_wrapper {
  border: 1px solid #ccc;
  margin-bottom: 50px;
  padding: 25px;
}


/*end of live class*/

.stu-login {
  display: flex;
  align-items: center;
  /*color: #fff;*/
  cursor: default;
}


/*.stu-login span {
    border-left: 1px solid #fff;
    padding-left: 7px;
}*/


/*about us page*/

.service_box {
  background-color: beige;
  padding: 25px;
}

.abt-pg {
  margin-top: 0;
  padding-bottom: 50px;
}

.abt-pg .card-box {

  box-shadow: none;
}

.abt-pg .card-box i {

  color: #f5b120;
}

/* .abt-pg .col-md-4:not(:last-child) {
  border-right: 1px dotted #ccc;
} */

.abt-pg .col-md-4:nth-child(3) {
  border-right: none;
}

.abt-pg .card-wrapper .col-lg-4 {
  display: flex;
  margin-bottom: 30px;
}

.abt-pg .card-wrapper .card-box p:last-child {
  margin-bottom: 0;
}

.abt-pg .card-wrapper .card-box {
  transition: box-shadow .3s ease-in-out;
}

.abt-pg .card-wrapper .card-box:hover {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .10);
}

.abt-pg .card-wrapper .card-box h4 {
  font-size: 18px;
  font-weight: 700;
}

/* .abt-pg .col-md-4:nth-child(-n+3) {
  border-bottom: 1px dotted #ccc;
} */

.abt-pg .card-wrapper {
  margin-top: 0px;
}

.abt-pg-abt {

  padding: 50px 0;

}

.regis_wrapper {
  background-color: #263238;

}

.regis_wrapper i {
  font-size: 80px;
  color: var(--color-yellow);
}


.regis_wrapper h2,
.regis_wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.regis_wrapper h2 span {
  color: var(--color-yellow);
}

.bb-link a {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 15px 40px;
  line-height: 60px;
}

.image_section,
.image_section_name {
  width: 100%;
  float: left;
  text-align: center;
}

.image_section_name_outer {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
  float: left;
  width: 100%;
  max-width: 200px;
  clear: both;
}

.image_section_image {
  width: 100%;
  float: left;
  max-width: 200px;
  clear: both;
}

.image_section_image>span {
  float: left;
  width: 100%;
  text-align: center;
}

img.image_section_image_name {
  max-width: 100px;
  width: 100%;
  border-radius: 50%;
  margin-top: 20px;
}

.image_section_outer {
  max-width: 200px;
  margin: 0 auto;
}

/*end of about us page*/
/*faq*/

.faq .tab {
  overflow: hidden;

  margin-bottom: 20px;


}


.faq .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  position: relative;
  font-weight: bold;
}


.faq .tab button.active {
  background-color: #fff;
  color: #f5b120;
  border-bottom: 2px solid #f5b120;
  font-weight: bold;
}


.faq .tabcontent {
  display: none;
}

.faq .accordion {
  position: relative;
  display: flex;
  margin: 0;
  padding: 20px 20px 20px 70px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 0;
  border: none;
  background: #fff;
  color: #4c4c4c;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  border-bottom: none;
  cursor: pointer;
}



.faq .active,
.faq .accordion:hover {
  background-color: #fff;
}

.faq .accordion:after {
  content: '\002B';
  color: #f5b120;
  font-weight: 400;
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: 30px;
}

.faq .active:after {
  content: "\2212";
}

.faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.faq .panel:last-child {
  margin-bottom: 0;
}

.faq p,
.faq ol,
.faq ul {
  padding-top: 20px;
}

.faq .faq_contact h3 {
  color: #f5b120;
}

.faq_contact {
  padding: 30px 50px;
  background: var(--color-yellow);
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 15px;
}

.faq_contact p {
  color: #fff;
  line-height: normal;
}

/*end of faq*/

.form-control {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 20px;
  min-height: 48px;
  border-radius: 5px;
}

/*contact form*/
/* .contact-form .form-control {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 20px;
} */
select.form-control:not([size]):not([multiple]) {
  min-height: 48px;

}

.select2-container--default .select2-selection--multiple {
  border: 0 !important;
  margin-bottom: 20px;
}

.select2-container--open.select2-container--default .select2-search--inline .select2-search__field {
  border-color: var(--color-purple);
}


body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

body .select2-container--default .select2-search--inline .select2-search__field {
  min-height: 48px;
  margin-top: 0 !important;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 20px;
  min-height: 48px;
  border-radius: 5px;
}


.form-control:focus {
  border-color: var(--color-purple) !important;
}

.contact-form form {
  max-width: 100%;
  width: 100%;
}

.contact-form form {
  margin-bottom: 0;
}

.contact-form .address-block {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.contact-form .address-block-left {
  width: 10%;

}

.contact-form .address-block-right {
  width: 90%;
}

.contact-form .address-block .fa {
  font-size: 14px;
  background-color: #f5b120;
  border-radius: 50%;
  padding: 7px;
  margin-bottom: 15px;
  color: white;
}

.contact-form .address-block p {
  margin-bottom: 5px;
  line-height: 1.5;
}

.contact-form .btn {

  background-color: #f5b120;
  color: aliceblue;
}

.contact-form .map-wrap {
  margin-bottom: -7px;
}

/*end of contact form*/

/*blog detail*/
.blog_detail_img {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}

.blog_detail .media img {
  width: 50px;
  height: 50px;
}

.u_btn {
  transition: 0.5s;
  display: block;
  padding: 13px 25px 12px 25px;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  font-size: 14.5px;
  font-weight: 700;
  border-color: transparent;
  background-color: #f5b120;
  cursor: pointer;
}

.u_btn_wb {
  transition: 0.5s;
  display: block;
  padding: 13px 25px 12px 25px;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  font-size: 14.5px;
  font-weight: 700;
  border-color: transparent;
  background-color: #f5b120;
  cursor: pointer;
}


.blog_detail .card-header {
  background-color: rgb(27 180 185);
  color: #fff;
}

/*end of blog detai;*/

.blog_detail .media {
  position: relative;
}

.cross_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.cross_btn i {
  color: #fff;
}

.cross_btn button {
  background-color: #f5b120;
  border: none;
  padding: 0px 7px;
  cursor: pointer;
}

.book_now_part .book_now_btn {
  border-radius: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  padding: 10px 30px;
}

.book_now_part {
  display: flex;
  align-items: center;
}

.book_now_part .modal-body {
  display: flex;
}

.book_now_part .modal-body .formcol {
  width: 50%
}

.book_now_part .modal-header {
  background-color: #fff;
  position: absolute;
  right: 2px;
  top: 0;
  border: none;
}

.formcol-sec {
  padding: 30px;
}

.book_now_part .modal-body {
  padding: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 833px;
  }
}

/* .book_now_part .form-control {

  border: none;
  border-bottom: 1px solid #9E9E9E;
  border-radius: 0;
} */

.book_now_part .modal-body .formcol {

  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: flex-start;
}

.book_now_part .modal-body .formcol-sec form {
  width: 100%;
  text-align: center;
}

.book_now_part .form-group {
  /* margin-bottom: 2rem; */
}

.book_now_part h1 {
  color: #000;
  font-size: 18px;
}

/* .book_now_part button {
  border-radius: 25px;
  padding: 10px 40px;
  font-size: 18px;
} */

@media (max-width: 768px) {
  .formcol.p-0 {
    display: none !important;
  }

  .book_now_part .modal-body .formcol {
    width: 100%;
  }

  .testi {
    background: none;
  }
}

.btn_group {
  /* margin-top: 0; */
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  /* grid-gap: 20px;
  padding: 0 20px; */
  /* max-width: calc(100% - 100px); */
  /* width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative; */
}

.btn_group .owl-carousel.owl-drag .owl-item {
  padding: 0;
}

.btn_group a {
  background-color: #fff;
  padding: 30px 25px;
  margin-top: 0;
  color: #212529;
  text-align: center;
  border-radius: 0px;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  font-weight: 600;
  justify-content: center;
  border-width: 4px;
  border-style: solid;
  transition: all 350ms ease-in-out;
}



.btn_group a:hover {
  color: #fff;
}

.btn_group a i {
  margin-bottom: 10px;
  font-size: 35px;
  transition: all 350ms ease-in-out;
}

.banner .container {
  position: relative;
}

.q_img img {
  max-width: 150px;
}

.all_cat_list .card-wrapper a p {
  text-transform: uppercase;
  font-weight: bold;
}

.all_cat_list .card-box:hover {
  background-color: #f5b120;
}

.all_cat_list .card-box:hover i,
.all_cat_list .card-box:hover p {
  color: #fff;
}

.online-head {
  margin-bottom: 30px;
  font-size: 26px;
  padding-left: 5px;
}

.form-control:focus,
button:not(.accordion):focus {
  box-shadow: none !important;
  outline: none !important;
}


.online-btn {
  border: none;
  background-color: #f5b120;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 25px;
  outline: none;
  color: #fff;
  cursor: pointer;
}

.outer_online_wrapper .shortbanner {
  height: 100px;
}

.outer_online_wrapper .shortbanner h1 {
  margin-bottom: 0;
}

.online_wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  padding: 50px 35px;
  border-bottom: 3px solid #f5b120;
}

.preButton {


  background-color: #f5b120 !important;

  color: #fff !important;

}


.all_cat_list {
  display: none;
}

.btn_group .owl-item:nth-child(1n) a {
  border-color: var(--color-yellow);

}

.btn_group .owl-item:nth-child(1n) a i {
  color: var(--color-yellow);
}

.btn_group .owl-item:nth-child(2n) a i {
  color: var(--color-sky-blue);
}

.btn_group .owl-item:nth-child(3n) a i {
  color: #b541ff;
}

.btn_group .owl-item:nth-child(4n) a i {
  color: var(--color-red);
}


.btn_group .owl-item:nth-child(1n) a:hover i {
  color: #fff;
}

.btn_group .owl-item:nth-child(2n) a:hover i {
  color: #fff;
}

.btn_group .owl-item:nth-child(3n) a:hover i {
  color: #fff;
}

.btn_group .owl-item:nth-child(4n) a:hover i {
  color: #fff;
}

.btn_group .owl-item:nth-child(2n) a {
  border-color: var(--color-sky-blue);
}

.btn_group .owl-item:nth-child(3n) a {
  border-color: #b541ff;
}

.btn_group .owl-item:nth-child(4n) a {
  border-color: var(--color-red);
}

.btn_group .owl-item:nth-child(1n) a:hover {
  background-color: rgba(245, 177, 32, 1);
}

.btn_group .owl-item:nth-child(2n) a:hover {
  background-color: rgba(27, 180, 185, 1);
}

.btn_group .owl-item:nth-child(3n) a:hover {
  background-color: #b541ff;
}

.btn_group .owl-item:nth-child(4n) a:hover {
  background-color: rgba(244, 67, 54, 1);
}

.banner p {
  color: #fff;
}

.banner p span a:hover {
  color: var(--color-sky-blue) !important;
}

.topic-bar .item-inner {
  border: 1px solid #ddd;
  padding: 20px 20px;
  margin: 10px;
}

/*.topic-bar,.online-exam {
	display: none;
}*/


.apply-popup:hover {
  cursor: pointer;
}

#timer {
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  padding: 5px;
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: no-repeat;
  padding: 0px 10px;
  border: 1px solid #ccc;
}

.apply_pop .modal-header {
  position: absolute;
  right: 3px;
  background-color: #fff;
  z-index: 1;
  outline: none;
  border: none;
  top: 0;
}

.apply_pop .modal-body {
  padding: 20px 0;
}


.mygallery-modal .modal-header {
  border-radius: 0;
  background-color: transparent;
  border: none;
  right: 10px;
  top: 0;
  padding: 7px;
  position: absolute;
}

.testbanner {
  background-color: #f2f2f2;
  padding-top: 15px;
}

.testbanner_head {
  background-color: #fff;
  padding: 15px 50px;
  border-radius: 6px;
}

.testbanner_main_head {
  font-size: 18px;
}

.testbanner_sub_head {
  font-size: 16px;
}

.q_no {
  position: absolute;
  right: 50px;
  top: 5px;
}

.pro_test_h {
  position: absolute;
  left: 50px;
  top: 10px;
  text-shadow: none;
}

.test-top-head {
  text-shadow: none;
  font-size: 22px;
  font-weight: bold;
}

ul.choiceList li p:empty {
  display: none;
}

.set_btn {
  background-color: #f5b120;

  border: none;
  padding: 8px 10px;
  border-radius: 5px;
  margin: 5px;
  transition: 0.3s;
  border: 1px solid #f5b120;
  width: 100px;
  color: #fff;
  text-align: center;
}

.set_btn:hover {
  background-color: #fff;
  color: #f5b120;
}

.set_well {
  display: flex;
  flex-wrap: wrap;
}

.set_well hr {
  margin: 5px auto;
  background-color: #fff;

}


@media (max-width: 768px) {
  .banner .btn_group a {
    font-size: 16px;
  }

  .banner .btn_group i {
    display: none;
  }

  .banner h3 {
    font-size: 1.4rem;
  }

  .btn_group a {
    padding: 10px;
  }
}

.category-sub-wrap-boxes {
  grid-gap: 20px;
}

.category-sub-wrap-detail a {
  background-color: white;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
}

.category-sub-wrap-detail a:hover {
  background-color: #f5b120;
  color: #fff;
}

.category-sub-wrap-detail {
  width: 20%;
  margin: 0 !important;
}

.category-sub-wrap-detail:nth-child(1) a {
  background: rgba(106, 45, 145, 0.2);
  color: var(--color-purple);
}

.category-sub-wrap-detail:nth-child(1) a:hover {
  background: var(--color-purple);
  color: #fff;
}


.category-sub-wrap-detail:nth-child(2) a {
  background: rgb(27, 180, 185, 0.2);
  color: var(--color-sky-blue);
}

.category-sub-wrap-detail:nth-child(2) a:hover {
  color: #fff;
  background: var(--color-sky-blue);
}

.category-sub-wrap-detail:nth-child(3) a {
  background: rgb(244, 67, 54, 0.2);
  color: var(--color-red);
}

.category-sub-wrap-detail:nth-child(3) a:hover {
  color: #fff;
  background: var(--color-red);
}

.category-sub-wrap-detail:nth-child(4) a {
  background: rgb(245, 177, 32, 0.2);
  color: var(--color-yellow);
}

.category-sub-wrap-detail:nth-child(4) a:hover {
  color: #fff;
  background: var(--color-yellow);
}

.bck_btn {
  background-color: #f5b120;
  padding: 12px 10px;
  color: #fff;
  border: 1px solid #f5b120;
}

.bck_btn:hover {
  background-color: #ffff;
  border: 1px solid #f5b120;
  color: #f5b120;
}

.right-panel button {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5b120;
  border: none;
  padding: 0;
}

.pr_btn {
  border-radius: 0;
}


.faq dl,
.faq ol,
.faq ul {

  list-style-position: inside;
}

/*rakesh*/

.desk-menu.sticky-top {
  background-color: #fff;
  width: 100%;
  margin: 0px !important;
  max-width: unset;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.mobile-mymenu.sticky-top {
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

nav.resmenu label {
  margin-bottom: 0;
}

.desk-menu.sticky-top .btco-hover-menu {
  max-width: 1140px;
  margin: 0 auto;
}

.quizContainer {
  height: auto !important;
  float: left;
}

/*11-feb*/

.quizContainer .result {
  display: none !important;
}

.left_top_block {
  width: 100%;
  float: left;
  min-height: 235px;
  max-height: 235px;
}

.left_top_block>span {
  width: 100%;
  float: left;
  color: #6a2d91;
  font-weight: 800;
  font-family: cursive;
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
}

.right_buttom_block {
  width: 100%;
  float: left;
  text-align: right;
}

.right_buttom_block>img {
  max-height: 300px;
}




/* Exam Form */
.exam-boxes {
  display: flex;
  
}

.main-content .wizard-form .progressbar-list::before{
  content: " ";
  background-color: rgb(155, 155, 155);
  border: 10px solid #fff;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 9px auto;
  box-shadow: 1px 1px 3px #606060;
  transition:all;
  }
  .main-content .wizard-form .progressbar-list::after{
  content: "";
   background-color: rgb(155, 155, 155);
  padding: 0px 0px;
  position: absolute;
  top: 14px;
  left: -50%;
  width: 100%;
  height: 2px;
  margin: 9px auto;
  z-index: -1;
  transition: all 0.8s;
  }
  .main-content .wizard-form .progressbar-list.active::after{
      background-color: #dc3545;
  }
  .main-content .wizard-form .progressbar-list:first-child::after{
      content: none;
  }
  .main-content .wizard-form .progressbar-list.active::before{
      font-family: "Font Awesome 5 free";
      content: "\f00c";
      font-size: 11px;
      font-weight: 600;
      color: #fff;
      padding: 6px;
      background-color: #dc3545;
      border: 1px solid #dc3545;
      box-shadow: 0 0 0 7.5px rgb(176 60 70 / 11%);
  }
  .progressbar-list{
      color:#6f787d;
  }
  .active{
      color:#000;
  }
  /* card */
  .card img{
      width: 40px;
  }
.exam-section .card{
      border:1px solid rgb(145 145 145);
      cursor: pointer;
  }
  .active-card{
    color: var(--color-sky-blue);
    font-weight: bold;
    border: 3px solid var(--color-sky-blue); 
}
  .form-check-input:focus {
      box-shadow: none;
  }
  .bg-color-info{
      background-color:#dc3545 !important;
  }
  .border-color{
      border-color: #ececec;
  }
  .btn{
      padding:16px 30px;
  }
  .back-to-wizard{
      transform: translate(-50%, -139%) !important;
  }
  .bg-success-color{
      background-color:#87D185;
  }
  .bg-success-color:focus{
      box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
  }

  .exam-image {
    padding: 0 40px;
    text-align: center;
  }
  .exam-image  figcaption {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
  }
  .exam-image  figcaption span {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    font-weight: 400;
  }
  .exam-option {
    padding: 15px 65px 15px 20px;
    grid-gap: 10px;
    border-width: 1px;
    transition: all 350ms ease-in-out;
  }
  .exam-option:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    right: 0;
    background-color: var(--color-sky-blue);
    color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms ease-in-out;
  }

.active-card:after {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
  .exam-option i {
    font-size: 18px;
  }
  .exam-option h5 {
    margin-bottom: 0;
  }
  .gap {
    grid-gap: 10px;
  }
  .gap-y {
    grid-gap: 20px 0;
  }
  .exam-option .card-title {
    font-weight: 400;
    font-size: 15px;
  } 
  .exam-section {
    padding: 65px 0;
  }
  .exam-section .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .exam-section .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
.online-exam-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.online-exam-top-box  h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
}
  .online-exam-top {
    background: linear-gradient(90deg, rgba(39,202,213,1) 0%, rgba(9,9,121,0) 50%);
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .online-exam-top ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-gap: 15px;
  }
  .online-exam-top ul li {
    padding-right: 15px;
    position: relative;
  }
  .online-exam-top ul li a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
  }
  .online-exam-top ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    height: 100%;
    background: #000;
  }
  .online-exam-top ul li:last-child {
    padding-right: 0;
  }
  .online-exam-top ul li:last-child:after {
    display: none;
  }
  .online-exam .container {
    max-width: calc(100% - 100px);
  }
.exam-body {
  display: grid;
  grid-template-columns: 1fr 390px;
  grid-gap: 30px;
  /* height: calc(100vh - var(--headerHeight)); */
  /* padding-top: calc(var(--headerHeight) + 30px); */
  bottom: var(--footerHeight);
  position: absolute;
  top: calc(var(--headerHeight) + 30px);
  left: 0;
  width: 100%;
  overflow: hidden;
}
.exam-info-sidebar {
  padding: 30px;
  background: rgba(25,181,185,0.09);
  border-radius: 10px 0 0 10px;
  /* height: calc(100vh - var(--headerHeight)); */
  height: 100%;
  overflow: auto;
  padding-top: 30px;
  /* padding-bottom: calc(var(--footerHeight) + 60px); */
}

.option-guide {
  display: flex;
  grid-gap: 15px 10px;
  flex-wrap: wrap;
}
.option-guide .option-guide-box {
  flex: 1 0 calc(50% - 5px);
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.option-box {
  min-width: 40px;
  max-width: 40px;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  font-size: 14px;
  color: var(--text-color);
}

@media (hover : hover) {
  a.option-box:not(.review-question):hover {
    background: var(--color-yellow);
    color: #fff;
    border-color: var(--color-yellow);
  }
}
.correct {
  border-color: rgb(30,209,117);
  background: linear-gradient(0deg, rgba(30,209,117,1) 0%, rgba(27,187,63,1) 100%);
  color: #fff;
 /*  pointer-events: none;*/
}
.wrong {
  border-color: rgb(233,77,78);
  background: linear-gradient(0deg, rgba(233,77,78,1) 0%, rgba(222,0,1,1) 100%);
  color: #fff;
/*  pointer-events: none;*/
}
.review-question {
  border-color: var(--color-yellow);
  background: linear-gradient(0deg, rgba(254,173,77,1) 0%, rgba(247,148,30,1) 100%);
  color: #fff !important;
}
.option-guide .option-guide-box span {
  font-size: 14px;
  line-height: 1.3;
}

.question-box {
  padding-left: 30px;
  height: 100%;
  overflow: auto;
}

.time-counter-box {
  padding: 15px 15px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 20px;
  background: rgba(25,181,185,0.09);
}
.mark-info {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.mark-info > div span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: green;
  padding: 3px 20px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}
.mark-info > div.negative-mark span {
  background: red;
}
.time-left {
  display: flex;
  align-items: center;
}
.hint-btn {
  display: flex;
  cursor: pointer;
}
.hint-btn img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.time-left span {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.time-left span img {
  width: 30px;
  margin-right: 0;
  mix-blend-mode: multiply;
}

.choose-question {
  margin: 30px -30px 30px;
  background: #1bb4b9;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
}

.question-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-gap: 15px;
}
.question-list .option-box {
  min-width: 50px;
  width: 50px;
  font-size: 16px;
}
.exam-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #DDD;
  padding: 20px 0px 20px 30px;
}

.question-option {
  /* height: 100vh; */
  /* overflow: auto; */
}
.question-detail-row {
  padding: 50px 0;
}
.question-option-box {
  max-width: 800px;
  width: 100%;
}
.question-option-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  grid-gap: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  counter-reset: option;
}
.question-option-box ul li {
  width: 100%;
  counter-increment: option;  
    border-radius: 10px;
	 border: 1px solid var(--text-color);
    
}
.question-option-box ul li a {
   padding: 15px 20px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
}
.question-option-box ul li a:hover {
  border :3px solid var(--color-purple);
   border-radius: 10px;
  /*color: #fff;*/
}
/*
.question-option-box ul li a:hover:before {
  border-color: #fff;
}*/ 
.question-option-box ul li a:before {
  content: counter(option, upper-alpha);
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid var(--text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 350ms ease-in-out;
}
/* Media Query */

@media screen and (max-width: 1199px) {
  .promo-banner-wrap .promo-img-wrap {
    padding-right: 0;
  }

  .promo-banner-wrap .promo-content {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .achive .number {
    font-size: 32px;
  }

  .card-achive {
    padding: 20px;
  }

  .btn_group a {
    font-size: 20px;
    padding: 25px;
  }

  .banner {
    height: auto;
    padding: 40px 0 140px;
  }

  .main-cources {
    flex-wrap: wrap;
  }

  .promo-banner-wrap .promo-img-wrap {
    margin: 0;
  }


  .section-row {
    padding: 50px 0;
  }

  .course-filter {
    padding: 50px 0 50px;
  }

  .promo-banner-wrap {
    padding: 50px 0;
  }

  .about-wrap .about-img .about-circle-shape {
    max-width: 70px;
    bottom: -30px;
  }

  .course-filter-list ul {
    grid-gap: 10px;
  }

  .course-filter-list ul li a .topic-number {
    display: none;
  }

  .course-filter-list ul li a {
    padding: 10px 30px;
    min-height: auto;
    font-size: 14px;
  }
}


@media screen and (max-width:992px) {
  .plus-wrap {
    font-size: 16px;
    background-color: #333333 !important;
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
  }

  .resmenu .navbar-brand {
    padding: 10px 15px;
  }

  li.menu-hasdropdown>a {
    padding: 10px 60px 10px 15px;
    position: relative;
  }

  .resmenu ul.oue a {
    padding: 10px 60px 10px 15px;
  }

  ul.oue>li {
    line-height: normal !important;
    padding: 0 !important;
  }

  .resmenu ul li {
    line-height: normal !important;
  }

  .resmenu .menu-dropdown a {
    padding: 10px 60px 10px 25px !important;
  }

  .resmenu .menu-dropdown .menu-dropdown a {
    padding: 10px 60px 10px 40px !important;
  }

  .menu-dropdown a {
    background: transparent !important;
  }

  .resmenu ul {
    background: #000 !important;
  }

  .resmenu ul ul {
    background: #272727 !important
  }

  .resmenu ul ul ul {
    background: #2f2f2f !important;
  }

  .resmenu ul.oue a {
    min-height: 50px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30) !important;
    display: flex !important;
    align-items: center !important;
  }

  ul.oue>li {
    border: 0 !important;
  }

  .resmenu.menu-active .mob-wrap>i:before {
    content: "\f00d";
  }

  .mob-wrap .fa {
    color: var(--color-sky-blue) !important;
  }

  .about-wrap-row {
    flex-direction: column;
  }

  .about-wrap-box {
    width: 100%;
  }

  .exam-image {
    padding: 0;
  }
  .exam-image figcaption {
    margin-top: 20px;
  }
  .exam-body {
    grid-template-columns: 1fr;
    overflow: inherit;
    position: static;
    padding-top: calc(var(--headerHeight) + 30px);
    padding-bottom: calc(var(--footerHeight) + 30px);
    top: 0;
  }
  .question-box {
    overflow: inherit;
    height: auto;
    padding-right: 30px;
  }
  .online-exam-top ul {
    display: none;
  }
  .online-exam-top {
    background: var(--color-sky-blue);
  }
  .exam-footer .button-group button{
    /* padding: 10px 20px; */
  }
  .exam-footer .button-group {
    width: auto;
  }
  .exam-footer  .mx-auto {
    margin-left: auto !important;
    margin-right: 30px !important;
  }
}

@media screen and (max-width:767px) {
  .course-filter-list ul {
    grid-gap: 10px;
  }

  .course-filter-list ul li a .topic-number {
    display: none;
  }

  .course-filter-list ul li a {
    padding: 10px 30px;
    min-height: auto;
    font-size: 14px;
  }

  /* .ani-element {
    opacity: 1 !important;
  }

  .ani-element.up {
    transform: none !important;
  }

  .ani-element.down {
    transform: none !important;
  }

  .ani-element.left {
    transform: none !important;
  }

  .ani-element.right {
    transform: none !important;
  } */

  .section-row {
    padding: 40px 0;
  }

  .course-filter {
    padding: 50px 0 50px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .contact-address {
    padding: 30px;
  }

  .contact-address .contact-icon i {
    font-size: 40px;
  }

  .contact-address .contact-icon {
    margin-bottom: 10px;
  }

  .section-title {
    margin-bottom: 25px;
  }

  .shortbanner {
    min-height: 200px;
  }

  .faq .accordion {
    padding: 10px 20px 10px 50px;
    font-size: 16px;
    line-height: 1.4;
  }

  .faq .accordion:after {
    left: 15px;
    top: 0px;
  }

  .faq .panel {
    margin-bottom: 15px;
  }

  .testimonial-item .client-quote {
    max-width: 100%;
  }

  .blog-content h5 {
    font-size: 18px;
  }

  .blog-wrapper .date-wrap {
    padding: 10px;
  }

  .blog-wrapper .date-d {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .blog-wrapper .date-m {
    font-size: 14px;
  }

  .card-achive {
    width: 50%;
  }

  .achive i {
    font-size: 26px;
  }



  .learning-btn {
    transform: none;
  }

  .banner .main-cources {
    margin-top: 10px;
  }

  .banner span .apply-popup {
    display: block;
  }

  h3.main-cources a {
    font-size: 16px;
  }

  .banner {
    height: auto;
    padding: 40px 0;
  }

  .promo-banner-wrap {
    padding: 0;
    flex-direction: column;
  }

  .promo-banner-wrap>div {
    width: 100%;
  }

  .promo-banner-wrap .promo-content {
    padding: 40px 15px 40px 15px;
  }

  .promo-content p:last-child {
    margin-bottom: 0;
  }

  .promo-img {
    height: auto;
    min-height: 350px;
  }

  .btn_group a {
    font-size: 16px;
    padding: 10px;
    border-width: 3px;
    border-radius: 10px;
    line-height: normal;
    min-height: 115px;
  }

  .about-wrap.section-row.style1 {
    /* padding-top: 0; */
  }

  .about-wrap-row {
    grid-gap: 40px;
  }

  .circle {
    width: 80px;
    height: 80px;
  }

  .mentor-section .carousel-indicators {
    margin: 20px 0 0;
    position: static;
  }

  .mentor-section-sec .carousel-indicators li {
    width: 10px;
    height: 10px;
  }

  .mentor-section-sec .carousel-indicators li:before {
    top: 0;
  }

  .mentor-section-sec .carousel-indicators li:after {
    bottom: 0;
  }

  .about-wrap.style2 {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  .about-wrap.style2 .about-img,
  .about-wrap.style2 .about-content {
    width: 100%;
    padding: 0 15px;
  }

  .about-wrap.style2 .about-content .section-title {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .about-wrap.style2 .about-content .section-title p {
    margin-bottom: 0;
  }

  .abt-pg .card-box {
    margin-bottom: 0 !important;
  }

  .founder-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .founder-box p,
  .about-wrap.style2 p {
    text-align: left !important;
  }

  .founder-box .section-title h2 {
    font-size: 24px;
  }

  .abt-pg .card-wrapper .col-lg-4:last-child {
    margin-bottom: 0;
  }

  .course-tab-content .card .card-header h5 button {
    padding: 10px 50px 10px 20px;
    font-size: 16px;
  }

  .exam-footer {
    flex-direction: column;
    grid-gap: 10px;
    padding: 20px;
    padding-bottom: 70px;
  }
  .exam-footer .button-group {
    padding-right: 0;
  }
  .exam-footer .mx-auto {
    margin: 0 auto !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .exam-footer .button-group {
    margin: 0 !important;
    justify-content: center;
  }
  .exam-footer .button-group button {
    margin: 0 !important ;
  }
  .question-list .option-box {
    min-width: 40px;
    width: 40px;
  font-size: 14px;
  }
  .question-list {
    grid-gap: 5px;
    justify-content: center;
  }
  .online-exam-top {
    padding: 14px 0;
  }
  .online-exam-top-box h2 {
    font-size: 16px;
  }
  .question-box {

    padding: 0 20px;
  }
  .exam-body {
    padding-top: calc(var(--headerHeight) + 20px);
  }
  .time-counter-box {
    padding: 10px 20px;
  }
  
}
@media screen and (max-width:567px) {
  .mark-info {
    flex-direction: column;
    align-items: flex-start;
  }

}
.problem-practice-tab
{
	padding:20px;
}
.problem-practice-item
{
	padding: 20px 0px;
}
.problem-practice-tab .courses-list-slider
{
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.problem-practice-tab .courses-list-slider .item
{
	padding: 10px;
}
.problem-practice-tab .courses-list-slider a
{
	background-color: #fff;
    padding: 10px;
    margin-top: 0;
    color: #212529;
    text-align: center;
    border-radius: -1px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    font-weight: 500;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    transition: all 350ms ease-in-out;
}
.problem-practice-tab .courses-list-slider a:hover
{
	background-color: #19b5b9;
	color: #fff;
}
.other-praticalset .item
{
	padding: 10px;
}
.other-praticalset .item a
{
	background-color: #fff;
    padding: 10px;
    margin-top: 0;
    color: #212529;
    text-align: center;
    border-radius: -1px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    font-weight: 500;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    transition: all 350ms ease-in-out;
}
.other-praticalset .item a:hover
{
	background-color: #19b5b9;
	color: #fff;
}
.color-blue
{
	color:#3f8dfd;
	text-decoration:underline;
}
#login .form-group
{
	position: relative;
}
label.error
{
	position: absolute;
    bottom: -29px;
    right: 0;
    color: red;
}

.btn-sm {
  padding: 6px 25px;
  min-height: 42px;
}

.question-option-box ul li.select-class
{
	border :3px solid var(--color-purple); 
	border-radius: 10px;
}
 
.text-justify
{
	text-align: justify !important;
}
 
.question-option-box ul li.acual_answer
{
	border :3px solid green; 
	border-radius: 10px;
}
