/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");


@font-face {
  font-family: "futura-bold";
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  font-family: "Montserrat";
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #b3b3b3 ;
}

p,
.paragraph {
  font-weight: 400;
  color: #b3b3b3;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Montserrat";
}

h2 {
  color: #000000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e4b;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 60px;
}

p {
  letter-spacing: 1px;
  color: #000000;
}

@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 16px;
}

@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

/* Button style */
.btn {
  font-size: 16px;
  font-family: "Montserrat";
  text-transform: capitalize;
  padding: 10px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  border-radius: 15px;
}

.btn-register {
  width: 100%;
  font-size: 18px;
  font-family: "Gotham";
  color: white;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  border-radius: 15px;
}

.btn-otp {
  width: 47%;
  font-size: 12px;
  font-family: "Montserrat";
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  border-radius: 15px;
  margin: 2px;
}

.btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0%;
  z-index: -1;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.btn-slot {
  width: 32%;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Montserrat";
  text-transform: capitalize;
  padding: 10px 10px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
  border-radius: 15px;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #e29b00;
  color: #fff;
  border-radius: 15px;
  font-weight: bolder;
  letter-spacing: 1px;
}

/* .btn-primary::before {
  background: #fff;
} */

.btn-primary:active {
  background: #e29b00 !important;
  color: #e29b00;
}

.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #e29b00;
  /* color: #e29b00; */
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffab08;
  border-color: #ffab08;
}

.btn-secondary {
  background: #fff;
  color: #e29b00;
  border: 1px solid #fff;
  border-radius: 15px;
  font-weight: bolder;
}

.btn-secondary::before {
  background: #e29b00;
}

.btn-secondary:active {
  background: #e29b00;
  color: #fff;
  border: 1px solid #fff;
}

/* .btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
} */

.btn-primary-outline {
  border: 1px solid #e29b00;
  color: #e29b00;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #e29b00;
  color: #e29b00;
}

.btn-primary-outline:active {
  background: #e29b00;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffcd6e;
  color: #fff;
}

::selection {
  background: #ffcd6e;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  /* list-style-type: none; */
  margin: 0px;
  /* letter-spacing: 1px; */
  /* color: #000000; */
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #e29b00;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #e29b00;
}

a.text-primary:hover {
  color: #e29b00 !important;
}

a.text-light:hover {
  color: #e29b00 !important;
}

h4 {
  transition: 0.2s ease;
}

a h4:hover {
  color: #e29b00;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-sm-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-sm-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-download {
  padding-top: 50px;
  padding-bottom: 10px;
}

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

.section-partner-custome {
  padding-top: 75px;
  padding-bottom: 20px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-cover-partner {
  background-color: #231f20;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.border-primary {
  border-color: #ededf1 !important;
}

/* overlay */
.overlay,
.overlay-about {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}

.overlay-about::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e29b00;
  opacity: 0.8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #e29b00 !important;
}

.bg-secondary {
  background: #000000 !important;
}

.bg-gray {
  background: #ebebeb;
}

.text-primary {
  color: #e29b00 !important;
}

.text-color {
  color: #b3b3b3;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #b5b5b7 !important;
}

.text-dark {
  color: #1e1e4b !important;
  font-weight: 600;
  width: 100%;
}

.font-secondary {
  font-family: "Montserrat";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.pl-10 {
  padding-left: 10px !important;
}

.zindex-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

/* page title */
.page-title-section {
  padding: 180px 0 80px;
}

/* page title section */
.page-title-section-about {
  padding: 180px 0 100px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}

.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "Montserrat";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-align-right {
  text-align: right;
}

/* /page title */
.list-styled {
  padding-left: 25px;
}

.list-styled li {
  position: relative;
  margin-bottom: 15px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #e29b00;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 200px;
  padding: 10px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: top;
  transform-origin: top;
  font-weight: 600;
}

.top-header.hide {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}

@media (max-width: 991px) {
  .header {
    position: static !important;
    background: #000000;
  }
}

.navigation {
  /*background-image: linear-gradient(to right, #e29b00 50%, #e29b00 50%);*/
  transition: 0.2s ease;
  /* height: 80px; */
}

@media (max-width: 575px) {
  .navigation {
    /*background-image: linear-gradient(to right, #e29b00 70%, #e29b00 30%);*/
  }
}

.navbar-nav {
  /*padding-left: 50px;*/
  /*padding-right: 80px;*/
  /*background: #e29b00;*/
  background: #000;
  /* height: 80px; */
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
  }
}

.nav-bg {
  background-color: #000000;
  /* margin-top: -46px; */
}

.nav-item {
  margin: 0 15px;
  position: relative;
}

.nav-item .nav-link {
  text-transform: uppercase;
  /* font-weight: 600; */
}

.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-item:hover::before,
.nav-item.active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 30px 0px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #e29b00;
  padding: 15px;
  top: 80px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    top: 96px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: unset;
    transform-origin: unset;
  }
}

.navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.view {
    display: block;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: 0.2s ease;
  font-family: "Montserrat";
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
  color: #e29b00;
  background: transparent;
}

.hero-section {
  padding: 250px 0 290px;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear 0.2s;
  background: transparent;
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #e29b00;
}

.hero-slider .prevArrow {
  right: 60px;
}

.hero-slider .nextArrow {
  right: 0;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding-left: 0;
}

.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.hero-slider .slick-dots li.slick-active button {
  background: #e29b00;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #e29b00;
  display: inline-block;
}

.feature-blocks {
  /* margin-top: -100px; */
  padding-left: 70px;
  padding-top: 40px;
  padding-right: 30%;
}

@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 0;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: 0.3s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}

.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .success-video .play-btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .video-center {
    width: 100% !important;
    height: auto;
    float: none !important;
  }

  .section-custom-mobile {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #e29b00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.play-btn i {
  line-height: 80px;
}

.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: 0.3s ease;
  transition-delay: 0.2s;
}

.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #e29b00;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: 0.3s ease;
}

.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}

.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #e29b00;
  font-family: "Montserrat";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  float: left;
  text-transform: uppercase;
}

.subject-total-set {
  background: #ff8000;
  text-align: center;
  border-radius: 7.5px;
  padding: 5px;
  color: #ffffff;
}

.subject-total-count {
  font-weight: 600;
}

.subject-total-name {
  font-size: 10px;
  text-transform: uppercase;
}

.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #e29b00 50%);
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

.newsletter-block {
  padding-left: 50px;
}

@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }

  .img-blk-last {
    margin-top: 0px !important;
  }

  .img-txt {
    left: 10px !important;
  }

  .custom-margin {
    padding-right: 15px !important;
    margin-top: 0px !important;
  }

  .video-center .embed-responsive {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .col-sm-4 .embed-responsive {
    margin-top: 15px;
  }

  .row .col {
    flex-basis: inherit !important;
  }
}

.input-wrapper {
  position: relative;
}

.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-control {
  font-weight: 600;
}

/* .form-control {
  height: 60px;
  background: #e29b00;
  border-radius: 0;
  padding-left: 25px;
  color: #ffffff;
  border-radius: 10px;
}

.form-control:focus {
  border-color: #e29b00 !important;
  background: #e29b00;
  color: #ffffff;
  box-shadow: none;
}

.form-control::placeholder {
  color: #ffffff;
}
*/

.newsletter-block .form-control {
  height: 70px;
}

option {
  font-weight: 600;
}

.bg-footer {
  background-color: #444444;
}

.logo-footer {
  margin-top: -20px;
  display: inline-block;
}

.footer {
  border-color: #494a43 !important;
  padding-top: 50px;
}

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: 0.1s ease;
}

.filter-controls li.mixitup-control-active {
  font-weight: 600;
  color: #e29b00;
}

.filter-controls li:hover {
  color: #e29b00;
}

/*# sourceMappingURL=maps/style.css.map */

/*
new code
*/

.img-container-lg {
  position: relative;
  width: 100%;
  /* height: 300px; */
  /* border: 1px solid #c9c9c9; */
  border-radius: 30px;
}

.img-container-sm {
  position: relative;
  width: 100%;
  max-height: 225px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-blk-last {
  margin-top: -75px;
}

.img-container-sm > img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 30px;
}

.img-container-lg > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.top-header {
  border-radius: 0px !important;
}

.bg-white,
.card-img > img,
.card-img,
.board-card,
.about-img {
  border-radius: 15px;
}

.card-img-top {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.embed-responsive {
  border-radius: 15px;
}

.embed-responsive-item {
  object-fit: fill;
}

.video-center {
  width: 450px;
  height: auto;
  float: right;
  z-index: 3;
}

.video-center .embed-responsive {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-margin {
  margin-right: -15px;
  padding-right: 0px;
  margin-top: 150px;
}

.btn-center {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.card-img > img {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.hover-shadow:hover {
  background-color: #f6f6f9;
  border-radius: 15px;
}

.img-epq-block {
  width: 100%;
  height: auto;
  /* border: 1px solid #c9c9c9; */
  border-radius: 30px;
  /* background-image: url("/images/epq/EPQ.jpg"); */
}

.img-txt {
  position: absolute;
  width: 200px;
  height: 100px;
  top: 30px;
  left: 30px;
}

.img-txt h3 {
  color: #ffffff;
  text-align: left;
}

.card-img .ebook-img-sm {
  border-radius: 15px !important;
}

.icons-download > a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}

.small-box {
  padding-top: 10px;
  padding-bottom: 10px;
}

.animateBlock {
  /* margin-top: 20px; */
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all 0.55s ease-in;
  -moz-transition: all 0.55s ease-in;
  -ms-transition: all 0.55s ease-in;
  -o-transition: all 0.55s ease-in;
  transition: all 0.55s ease-in;
}
/*new add for online learning*/
 .onlinelearning {
  border-radius: 20px !important;
}
.forContent
{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* .animateBlock.left {
  left: -20%;
}

.animateBlock.right {
  right: -20%;
} */

/* .left.animated {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.right.animated {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
} */

#slide {
  position: absolute;
  left: -700px;
  background: blue;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 1s;
}

@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    left: 0;
  }
}

/* parallax effect */
.parallax {
  /* The image used */
  background-image: url("../images/backgrounds/page-title.jpg");

  /* Set a specific height */
  min-height: auto;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.line-right {
  border-right: 2px solid #ededf1;
}

.board-text {
  position: absolute;
  font-family: "Montserrat";
  text-align: center;
  padding: 20px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

/* hover effects on board */

.card-hover .board-text {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}

.card-hover:hover .board-text {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #000000;
  height: auto;
  visibility: visible;
  opacity: 0.6;
  padding-top: 30%;
  padding-bottom: 30%;
  border-radius: 30px;
  transition: opacity 1s ease;
}

.accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover,
.accordion.active {
  background-color: #ffffff;
  transition: 0s;
  color: #000000 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /* box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15); */
  border: 1px solid #e2e2e2;
}

.accordion:hover > div > p,
.accordion:active > div > p {
  color: #ffffff !important;
}

.accordion:after {
  content: "";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  /* border: 1px solid #c9c9c9;
  border-top: none; */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: max-height 0.2s ease-out;
}

.panel > p {
  padding-top: 15px;
  line-height: 1.9;
}

.bg-acc-btn {
  display: table-cell !important;
  text-align: center;
}

.bg-acc-text {
  width: 50px;
  background: #000000;
  color: #ffffff;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  margin-bottom: 60px;
}

.btn-custome {
  float: right;
  margin-top: -110px;
}

.panel {
  padding-left: 30px;
  padding-right: 30px;
  /* box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15); */
  border: 1px solid #e2e2e2;
  border-top: none;
}

.contact-txt-color {
  font-weight: 600;
}

.subject-counter {
  padding-top: 15px;
}

.breadcrumb {
  background-color: transparent;
  color: #e29b00;
}

.align-self-end {
  align-self: flex-start !important;
  padding-top: 40px;
}

.shadow {
  border: 1px solid #e2e2e2;
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
  border-radius: 15px !important;
}

.epq-title {
  color: #000000;
  font-size: 26px;
}

.bg-gray-white {
  background-color: #ffffff;
}

.epq-style {
  text-align: justify;
}

.download-font {
  font-size: 32px;
}

.video-font,
.class-title {
  font-size: 30px !important;
}

.download-pad {
  color: #000000;
  margin-bottom: -10px;
  padding-top: 20px;
  font-size: 24px;
}

#epq-text {
  /* margin-top: 10px; */
  position: relative;
}

.center-align-text {
  position: absolute;
  top: 25%;
  left: 30%;
  width: 100%;
  margin: -15% 0 0 -25%;
}

.center-align-text-ea {
  position: absolute;
  top: 25%;
  /* right: 30%; */
  width: 100%;
  margin: -10% 0 0 0%;
}

.btn-space {
  letter-spacing: 1px;
}

.btn-separate {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.form-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-full-width,
.img-custome {
  width: 100%;
}

/*.list-about-us {
  color: #000000;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.9;
}*/
/*4/12/20 new add for column*/
.list-about-us {
  color: #000000;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 1.9 ;
  margin-bottom: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  
}

.lerning-programs {
  font-size: 30px !important;
  text-align: center;
  line-height: 2;
  width: 100%;
  padding-bottom: 20px;
}

.bottom-color {
  padding: 10px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
}

.download-shadow {
  border: 1px solid #c9c9c9;
  background: #ebebeb;
  box-shadow: 0px 0px 10px 1px #c9c9c9;
  text-align: center;
  /* border-radius: 15px !important; */
}

.pincode:active {
  background: #cccccc;
  color: #000000;
}

.mycustom {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.mycustom input[type="text"] {
  background-color: #000000;
  /* border: 1px solid #f2f2f2; */
  border-radius: 10px !important;
  width: 100%;
  padding-right: 50px;
  height: 50px;
  padding-left: 15px;
  color: #ffffff;
}

.mycustom .input-group-prepend {
  position: absolute;
  right: 4px;
  /* top: 4px; */
  /* bottom: 4px; */
  z-index: 9;
}

.btn-info {
  cursor: none;
  border: 1px transparent;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #e2e2e2;
  color: #000000;
  margin-left: -3px;
  margin-top: -1px;
  padding: 6px;
}

.input-group-pincode {
  position: absolute;
  left: 5px;
  top: 3px;
  bottom: 4px;
  z-index: 9;
}

.btn-warning {
  background-color: rgb(226, 140, 17);
  /* border: 1px solid #ffffff; */
  border-radius: 15px;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "GothamBold";
}

.fa-play {
  color: rgb(253, 229, 58);
  font-size: 11px;
  padding-right: 10px;
}

.input-group-prepend > button {
  padding-top: 4px;
  padding-bottom: 5px;
  margin-top: 3px;
  border-radius: 10px;
}

.submit-form {
  margin-top: 20px;
}

.example-full-width,
.example-button-row {
  width: 100%;
}

.example-button-row {
  margin-top: 30px;
}

.submit_btn {
  width: 100%;
  background-color: #e29b00;
  border-radius: 16px;
}

button:focus {
  outline: none;
}

@media (max-width: 767px) {
  .mycustom {
    width: 90% !important;
  }

  .competitive-responsive {
    width: 100% !important;
  }
}

.btn-signup {
  /* padding-top: 20px; */
  padding-bottom: 10px;
}

.member {
  display: flex;
  padding: 20px;
}

.member-photo {
  color: #221f1f;
}

.img-align-center {
  text-align: center;
}

.member-information {
  padding: 20px;
}

.team-card > img {
  /* height: 100%; */
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-pillar-width {
  width: 60%;
}

.welcome-edu {
  padding-top: 20px;
  width: 100%;
  text-align: left;
}

.btn-container {
  padding-bottom: 30px;
}

.custome-btn {
  text-transform: none;
}

.brand-logo {
  width: 100%;
  /* padding-top: 25px; */
  padding-bottom: 35px;
  text-align: left;
}

.edu-pad {
  width: 70%;
  /* padding: 10px; */
}

.btn-group-custome {
  padding-top: 20px;
}

.one-step {
  border: 1px solid #c9c9c9;
  /* border-radius: 30px; */
  box-shadow: 0px 0px 10px 1px #c9c9c9;
}

.collage-image {
  padding: 20px;
  padding-bottom: 30px;
}

.custom-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.member-img-container {
  text-align: center;
}

.mang-img {
  border-radius: 15px;
}

.mang-team-title {
  border-bottom: 3px solid #000000;
  padding-bottom: 20px;
  font-size: 30px !important;
}

.pad-bottom {
  padding-bottom: 30px;
}

.pad-bottom-demo {
  padding-bottom: 60px;
}

tr > td {
  padding: 10px;
  color: #000000;
  letter-spacing: 1;
}

tr > td > span {
  font-weight: 600;
}

.class-title {
  font-size: 30px !important;
  text-align: center;
  line-height: 2;
  width: 100%;
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: white;
  height: 250px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
/* .row:after {
  content: "";
  display: table;
  clear: both;
} */

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }

  .custome-width .mycustom input[type="text"] {
    width: 100%;
    background-color: #ffffff;
  }
}

.custome-width {
  width: 100%;
  text-align: center;
}

.mycustom {
  width: 40%;
}

.custome-width .mycustom input[type="text"] {
  background-color: #ffffff;
  height: 50px;
  color: #000000;
}

.text-color-white {
  color: #ffffff !important;
}

.input-group-prepend > img {
  padding-top: 10px;
  width: 40px;
  height: 100% !important;
  padding-right: 10px;
}

.input-group-prepend > img:hover {
  transition: 0.2s ease-in;
  transform: scale(1.1);
  cursor: pointer;
}

.bg-gradient {
  background: linear-gradient(145deg, #ec3017, #9999ff);
}

.download-text-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-search-bar {
  background-color: #ffffff;
  margin-top: -55px;
  justify-content: center;
}

.board-img-container,
.class-img-container,
.subject-img-container,
.medium-img-container {
  padding: 20px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* .board-img-container > img,
.class-img-container > img,
.subject-img-container > img,
.medium-img-container > img {
  width: 550px;
} */

.board-top {
  padding-top: 20px;
}

.custom-section-screens {
  padding-top: 0px;
  padding-bottom: 0px;
}

.syllabus-btn {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.syllabus-btn > img {
  width: 40px;
  height: 100% !important;
}

.custome-table {
  /* display: table; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.custome-table-comp {
  display: flex;
  justify-content: center;
}

.text-vertical {
  vertical-align: middle;
}

.value-added-text {
  width: 100%;
  margin-left: 5px;
}

.hidden-lg {
  display: none;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-70 {
  padding-bottom: 70px;
}

.f-align {
  float: right;
}

.pt-20 {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .custome-table,
  .custome-table-comp {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .hidden-lg {
    display: block;
  }

  .value-added-text {
    margin-left: 0px;
  }

  .embed-responsive {
    display: table;
  }

  .align-center {
    text-align: center !important;
  }

  .pb-20 {
    padding-bottom: 20px;
  }

  .p-10 {
    padding: 10px;
  }
  

  .pt-10 {
    padding-top: 10px;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .p-20 {
    padding: 20px;
  }

  .pm-20 {
    padding: 20px;
  }

  .pb-25 {
    padding-bottom: 0px;
  }

  .animateBlock.left {
    left: 0%;
  }

  .animateBlock {
    opacity: 1;
  }

  .icons-download > a > img {
    width: 90px;
  }

  .icon-space {
    padding-top: 20px;
  }

  .icon-space > h6 {
    font-size: 18px;
  }

  .text-center-mobile {
    text-align: center;
  }

  .para-pad {
    padding: 0px !important;
    padding-top: 15px !important;
  }

  .para-teach {
    padding: 12px !important;
  }

  .edu-center,
  .one-step-center,
  .one-step-title,
  .edu-logo {
    text-align: center !important;
  }

  .btn-width {
    width: 100%;
  }

  .custom-section-spoken {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  h6 {
    font-size: 16px;
  }

  .chapter-title > h3 {
    text-align: center;
  }

  .game-changer {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .game-changer-input .btn-signup {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .game-changer-icon > a > img {
    width: 80px !important;
  }

  .game-changer-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .member {
    display: block;
  }

  .member-img-container {
    padding-bottom: 20px;
  }

  .deatils-container {
    text-align: center;
  }

  .syllabus-explore {
    text-align: center;
  }

  .bg-acc-btn {
    float: left !important;
    padding-right: 20px !important;
  }

  .btn-custome {
    margin-top: 0px;
  }

  .about-img {
    border-radius: 0px !important;
  }

  .feature-img > img {
    width: 100%;
  }

  .pillar-img {
    width: 50%;
    float: left !important;
  }

  .animateBlock.left {
    left: 0%;
  }

  .animateBlock.right {
    right: 0%;
  }

  .page-title-section {
    padding: 80px 0 80px;
  }

  .hero-section {
    padding: 90px 0 150px;
  }

  .question-text-inner {
    width: 100% !important;
  }

  .pt-30 {
    padding-top: 30px !important;
  }

  .pb-15 {
    padding-bottom: 0px !important;
  }

  .custom-box {
    padding: 20px !important;
    padding-top: 0px !important;
  }

  .rounded-circle-box {
    padding: 30px;
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  form > .col-12 > button {
    margin-top: 10px;
  }

  .btn {
    font-size: 11px;
    padding: 10px 25px;
  }

  .lerning-programs,
  .video-font,
  .class-title,
  .epq-title,
  .download-font,
  .make-possible,
  .counsil.board,
  h2 {
    font-size: 24px !important;
  }

  .zee-banner {
    font-size: 34px !important;
  }

  p {
    font-size: 13px;
  }

  .edu-pad {
    padding: 5px;
  }

  .game-changer-icon > a > img {
    width: 50px !important;
  }

  .input-group-prepend > img {
    width: 35px;
    padding-top: 6px !important;
  }

  .mycustom input[type="text"] {
    border-radius: 5px !important;
    height: 35px;
    color: #ffffff;
  }

  .icons-download > a > img {
    width: 70px;
  }

  .download-pad {
    font-size: 16px !important;
  }

  .sub-class-title {
    font-size: 16px !important;
  }

  .lerning-class > img {
    width: 42px;
  }

  .mind-map-subtitle {
    text-align: center !important;
    font-size: 18px !important;
  }

  body {
    font-size: 12px;
  }

  h4 {
    font-size: 16px;
  }

  .feature-blocks h3 {
    font-size: 20px;
  }

  .question-text-inner {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .question-text-inner {
    width: 66% !important;
    text-align: justify !important;
  }
}

.pillar-img > img {
  width: 100%;
}

.edu-title {
  text-align: left;
}

.basic-text {
  padding: 15px;
  padding-bottom: 30px;
}

.basic-info-text {
  font-size: 12px;
  color: #1e1e4b;
  font-weight: 700;
  float: left;
}

.basic-info-step {
  text-align: right;
  font-size: 12px;
  color: #1e1e4b;
  font-weight: 700;
  float: right;
}

.mentor-instruction {
  font-size: 12px;
  color: #1e1e4b;
  font-weight: 700;
}

select {
  height: 45px !important;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

.mentor-info {
  font-size: 13px;
  font-weight: 700;
  color: #1e1e4b;
}

.resend-text {
  cursor: pointer;
  color: #ffab08;
}

.one-step-title {
  text-align: left;
  line-height: 1.5;
}

.toggle-btn-grp {
  width: 100%;
}

.toggle-btn-text {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  float: left;
  padding-top: 8px;
  padding-left: 5px;
}

.toggle-btn {
  float: right;
}

.class-text {
  font-size: 48px;
}

.custom-color-board,
.custom-color-board:active,
.custom-color-board:hover,
.custom-color-board:visited,
.custom-color-board:not(:disabled):not(.disabled).active,
.custom-color-board:not(:disabled):not(.disabled):active {
  /* background: linear-gradient(-40deg, #d754ad 0%, #f96785 67%, #fe7333 100%) !important; */
  background: #333333;
}

.custom-color-class,
.custom-color-class:active,
.custom-color-class:hover,
.custom-color-class:not(:disabled):not(.disabled).active,
.custom-color-class:not(:disabled):not(.disabled):active {
  /* background: linear-gradient(-40deg, #af4fec 0%, #d753ad 70%, #eb6078 100%) !important; */
  background: #333333;
}

.custom-color-languages,
.custom-color-languages:active,
.custom-color-languages:hover,
.custom-color-languages:not(:disabled):not(.disabled).active,
.custom-color-languages:not(:disabled):not(.disabled):active {
  /* background: linear-gradient(-40deg, #d152b8 0%, #d152b8 60%, #d152b8 100%) !important; */
  background: #333333;
}

.custom-color-subjects,
.custom-color-subjects:active,
.custom-color-subjects:hover,
.custom-color-subjects:not(:disabled):not(.disabled).active,
.custom-color-subjects:not(:disabled):not(.disabled):active {
  /* background: linear-gradient(-40deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%) !important; */
  background: #333333;
}

.mindmap-container > img {
  border-radius: 20px;
}

.syllabus-box {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

.available-screens > img {
  width: 100%;
}

.custom-card-width {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: #f7f6fa;
  display: inline-block;
  position: relative;
}

.custom-teacher-width {
  width: 212px;
  height: 212px;
  border-radius: 50%;
  background-color: #f7f6fa;
  display: inline-block;
  position: relative;
}

.make-possible {
  font-size: 35px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .col-sm-15 {
    width: 100%;
    float: left;
  }

  .section-partner-custome {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .half-width {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.text-bold {
  font-weight: 600;
}

.para-teach {
  padding: 24px;
  padding-left: 0px !important;
  text-align: justify;
}

.icon-height {
  height: 100%;
  float: left;
}

.icon-height > img {
  width: 90px;
}

.offer-pad {
  padding-bottom: 40px;
}

.offer-pad-spoken {
  padding-bottom: 25px;
}

.bg-shadow-box {
  box-shadow: 0px 0px 0px 0px rgba(27, 39, 71, 0.15);
  border: 1px solid #c9c9c9;
  border-left: none;
  border-right: none;
}

.apply-btn {
  padding-top: 10px;
}

.para-pad {
  padding: 15px;
  padding-left: 0px;
}

.vs-title-container > h6,
.cn-title-container > h6,
.gr-title-container > h6,
.vc-title-container > h6,
.lt-title-container > h6,
.cw-title-container > h6 {
  background: rgba(0, 0, 0, 0.25);
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 0px;
}

.img-container > img {
  width: 90px;
}

.custom-section-spoken {
  padding-top: 0px;
  padding-bottom: 0px;
}

.visual-listening-img,
.grammar-img,
.vocabulary-img,
.conversation-img,
.creative-writing-img,
.literature-img {
  height: 60%;
}

.panel > ul > li {
  color: #000000 !important;
  letter-spacing: 1px;
  line-height: 1.9;
}

#chapters > li {
  list-style-type: decimal-leading-zero;
  padding: 10px;
  color: #000000;
}

.chapter-container {
  width: 100%;
  /* padding-left: 15px; */
  padding-top: 15px;
}

.chapter-title,
.chapter-list {
  padding-right: 15px;
  padding-left: 15px;
}

#message-thank-you,
#otp,
#register-basic-details,
#form-class,
#join-course,
#teacher-otp-block,
#teacher-qualify-block,
#teacher-weekly-block,
#teacher-qualify-steps,
#teacher-weekly-steps,
#teacher-qualify-steps,
#teacher-weekly-steps {
  display: none;
}

.modal-content {
  display: block;
}

.question-text {
  width: 100%;
}

.question-text-inner {
  width: 76%;
  text-align: justify;
  line-height: 1.4;
}

.align-left-custom {
  text-align: left;
}

.justify-content-custom {
  text-align: justify;
  letter-spacing: 1px;
}

.custom-width-100 {
  width: 100%;
}

.custom-width-20 {
  position: relative;
  width: 20%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.search-bar .col-lg-3,
.search-bar .col-md-3 {
  max-width: 20% !important;
}

.custom-border-radius-0 {
  border-radius: 0px !important;
}

.six-ten-class > img {
  padding-top: 8px;
  padding-right: 5px;
}

.pb-15 {
  padding-bottom: 15px;
}

.contact-us,
.contact-us > a {
  color: #b3b3b3;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.outer-border-1 {
  border-radius: 30px;
  background: linear-gradient(#74bc8e, #086f76);
}

.outer-border-2 {
  border-radius: 30px;
  background: linear-gradient(#d26f91, #3851a0);
}

.outer-border-3 {
  border-radius: 30px;
  background: linear-gradient(#faa87a, #f366c5);
}

.outer-border-4 {
  border-radius: 30px;
  background: linear-gradient(#6b80bf, #2ab2ff);
}

.rounded-circle-box {
  padding: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

/* .rounded-circle {
  border-radius: 30px;
  background: #333333;
  width: auto;
  height: 200px;
  border: 2px solid #ffffff;
} */

.topic-name {
  padding: 30px;
}

.subtopic-name {
  font-size: 12px;
}

.list-discription {
  padding: 30px;
  padding-left: 0px;
  padding-right: 30px;
}

.list-discription > ul > li {
  color: #ffffff;
  text-align: justify;
  font-size: 11px;
  line-height: 1.9;
}

.btn-explore,
.pb-20 {
  padding-bottom: 20px;
}

.custom-box {
  padding-left: 5px;
  padding-right: 5px;
}

label {
  color: #444444;
  font-weight: 700 !important;
}

.custome-otp > input,
.custome-otp > .form-group > input {
  text-align: center;
}

input {
  /* margin: 0 5px; */
  font-size: 16px;
  height: 45px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

input:focus {
  border-color: #ffab08;
  box-shadow: 0 0 5px #ffab08 inset;
}

input::selection {
  background: transparent;
}

.custome-otp {
  padding: 10px;
  text-align: center;
}

.register-modal {
  margin: auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: block;
  stroke-width: 5px;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 5% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

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

.form-class-container {
  padding-top: 10px;
}

.class-text {
  font-weight: 600;
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  /* margin-bottom: 15px; */
}

.input-container {
  position: relative;
  /* height: 3rem;
  width: 3rem; */
  margin: 0.5rem;
}

.input-container-details {
  width: 100%;
  position: relative;
  margin: 0.5rem;
}

.radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(226, 140, 17);
  border-radius: 5px;
  padding: 1rem;
  transition: transform 300ms ease;
}

.radio-tile-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(226, 140, 17);
}

.radio-button:checked + .radio-tile {
  background-color: rgb(226, 140, 17);
  border: 2px solid rgb(226, 140, 17);
  color: white !important;
  transform: scale(1.1, 1.1);
}

.radio-button:checked + .radio-tile .radio-tile-label {
  color: white !important;
}

.radio-tile-label {
  color: #000000;
  /* background-color: rgb(226, 140, 17); */
}

@media screen and (max-width: 767px) {
  .choosen-class {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .choosen-class > span {
    margin-left: 0px;
  }

  .radio-tile-group {
    margin-left: 0px;
  }

  .video-js {
    height: 200px !important;
  }

  .video-js .vjs-big-play-button {
    top: 40% !important;
    left: 37% !important;
  }
}

.custom-row-pad {
  padding-left: 15px;
  padding-right: 15px;
}

.customize-course-text > span {
  color: #333333;
  font-weight: 600;
}

.choosen-class {
  margin-top: 20px;
  width: 100%;
  border: 2px solid #e28c11;
  color: #e28c11;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  border-radius: 15px;
  padding: 20px;
}

/* .choosen-class > span {
  margin-left: 20px;
  padding: 20px;
  border: 2px solid #e28c11;
  border-radius: 5px;
  color: #e28c11;
  font-weight: 600;
  font-size: 32px;
} */

.customize-course-text {
  font-weight: 600;
  margin-top: 20px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mtm-10 {
  margin-top: -10px;
}

.circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #333333;
  content: "";
  border: 2px solid #ffffff;
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

@media (min-width: 300px) and (max-width: 375px) {
  .circle__content {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
}

@media (max-width: 576px) {
  .circle {
    margin: 2em 2em !important;
  }

  .circle__content {
    padding: 3em !important;
  }

  .circle__content > h6 {
    font-size: 20px !important;
  }

  .list-discription > ul > li {
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .circle__content {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .circle__content {
    font-size: 2.5em;
  }
}

.btn-bottom {
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 100%;
  margin-left: -5px;
}

.ptp-3 {
  padding-top: 3%;
}

.p-30 {
  padding: 30px;
}

.text-center {
  text-align: center;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-upload {
  color: #ffffff;
  background-color: #e29b00;
  padding: 8px 20px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-limit {
  color: #333333;
  font-size: 10px;
}

.switch {
  position: relative;
  height: 35px;
  width: 120px;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  margin-top: 0px;
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 35px;
  font-size: 11px;
  color: #000000;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 2px;
}

.switch-label-on {
  padding-right: 2px;
}

.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 60px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 58px;
  height: 30px;
  border-radius: 3px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(top, #9dd993, #65bd63);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-yellow .switch-selection {
  background-color: #e29b00;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e29b00), color-stop(100%, #e29b00));
  background-image: -webkit-linear-gradient(top, #e29b00, #e29b00);
  background-image: -moz-linear-gradient(top, #e29b00, #e29b00);
  background-image: -ms-linear-gradient(top, #e29b00, #e29b00);
  background-image: -o-linear-gradient(top, #e29b00, #e29b00);
  background-image: linear-gradient(top, #e29b00, #e29b00);
}

.datepicker {
  z-index: 99999 !important;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.pointer-curser {
  cursor: pointer;
}

.custom-date {
  box-shadow: 0 0 5px #ccc inset;
  margin-bottom: 15px;
}

.e-input-group:not(.e-float-icon-left),
.e-input-group.e-success:not(.e-float-icon-left),
.e-input-group.e-warning:not(.e-float-icon-left),
.e-input-group.e-error:not(.e-float-icon-left),
.e-input-group.e-control-wrapper:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left),
.e-input-group:focus {
  border: none !important;
  border-width: 0 0 1px 0;
}

.e-input-group,
.e-input-group.e-control-wrapper {
  margin-bottom: 0px !important;
}

.e-input-group input.e-input:focus,
.e-input-group.e-control-wrapper input.e-input:focus,
.e-input-group textarea.e-input:focus,
.e-input-group.e-control-wrapper textarea.e-input:focus,
.e-input-group.e-input-focus input.e-input,
.e-input-group.e-control-wrapper.e-input-focus input.e-input {
  padding: 0px 0 0px !important;
}

.custom-date > input::-webkit-input-placeholder,
.custom-date > input:-ms-input-placeholder,
.custom-date > input::placeholder {
  /* Edge */
  color: #444444;
  font-weight: 600;
}

.ebook-title {
  padding-bottom: 15px;
}

.tech-images > a {
  cursor: pointer;
}

.thumbnail > img {
  width: 100%;
  /* width: auto;
  max-width: 325px; */
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tech-images {
  padding-top: 10px;
  padding-bottom: 10px;
}

.was-validated .form-control:valid {
  border-color: #cccccc;
}

.invalid-feedback {
  text-align: left;
}

.section-coming-soon {
  padding-top: 30px !important;
  padding-bottom: 370px !important;
}

.thank-you-signature {
  font-size: 16px;
}

.form-data-thankyou {
  display: none;
}

.custome-bold {
  font-weight: 600;
}

.text-vertical-top {
  vertical-align: top;
}

.my-video-dimensions {
  width: 100%;
}

#my-video,
.video-js .vjs-tech,
.video-js {
  border-radius: 15px !important;
}

#chapter-data {
  visibility: hidden;
}

.hidden {
  visibility: hidden;
  display: none;
}

#chapter-data.show,
#spinner-syllabus.show {
  visibility: visible !important;
}

#failedError {
  visibility: hidden;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #181818;
}

#failedError.show {
  visibility: visible;
}

#spinner,
#spinner-syllabus {
  visibility: hidden;
  width: 40px;
  height: 40px;

  border: 2px solid #c9c9c9;
  border-top: 3px solid #ffab08;
  border-radius: 100%;

  position: absolute;
  /* top:0;
  bottom:0; */
  left: 0;
  right: 0;
  margin: auto;

  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#spinner.show {
  visibility: visible;
}

.career-page-content {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  text-align: center;
}

.career-form {
  margin-top: 40px;
}

.learn-bottom-btn {
  margin-top: auto;
}

.download-learn {
  font-size: 34px;
  padding-top: 20px;
  color: #000000;
}

.custom-file-group {
  text-align: left;
  height: 45px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}

.custom-bold {
  /* font-weight: 600; */
  color: #000000;
}

.img-fluid-comp {
  width: 100%;
  max-height: 350px;
}

.m-error,
.c-error,
.m-register {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  text-align: left;
}

.col-12 > label {
  padding-top: 20px;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

label :checked + span {
  background: #e28c11;
  color: #ffffff;
}

label span {
  background: #343a40;
  width: 32%;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Montserrat";
  text-transform: capitalize;
  padding: 10px 14px;
  font-weight: 500;
  border: 0;
  transition: 0.2s ease;
  border-radius: 15px;
  color: #ffffff;
}

.form-message,
#failedRegister-message,
#message-thank-you-teach,
#message-error-teach {
  display: none;
}

.custome-overlay-video::before {
  opacity: 1 !important;
}

.custome-overlay,
.custome-overlay-video {
  position: relative;
  max-height: 530px;
  height: 530px;
  background-size: cover;
  background-repeat: no-repeat;
}

.custome-overlay::before,
.custome-overlay-video::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
}

.page-title-section-class,
.page-title-section-class-video {
  padding: 180px 0 80px;
}

.about-welcome {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom-bold {
  font-weight: 600;
  color: #000000;
}

.custom-color-black {
  color: #000000;
}

.video-js {
  height: 330px;
}

.my_video_1-dimensions,
.my_video_2-dimensions,
.my_video_3-dimensions,
.my_video_4-dimensions,
.my_video_5-dimensions {
  width: 100%;
  border-radius: 15px;
}

.vjs-default-skin .vjs-big-play-button {
  left: 42% !important;
  top: 42% !important;
  width: 15% !important;
  height: auto;
}

.vjs-layout-tiny {
  font-size: 4px !important;
}

.message-logo {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .video-js {
    height: 200px !important;
  }

  /* .video-js .vjs-big-play-button {
    top: 40% !important;
    left: 36.5% !important;
  } */

  .page-title-section-class-video {
    padding: 110px 0 80px !important;
  }

  .custom-width-25 {
    width: 25% !important;
  }

  .pb-70 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (max-width: 599px) {
  .vjs-default-skin .vjs-big-play-button {
    top: 40% !important;
  }
  .vjs-layout-tiny {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  .vjs-default-skin .vjs-big-play-button {
    left: 40% !important;
    top: 42% !important;
    font-size: 5em !important;
  }
}

.vjs-poster {
  border-radius: 15px !important;
}

.para {
  padding-bottom: 20px;
}

.p-20 {
  padding: 20px;
}
.card-title{
  font-weight: bolder;
  font-size: 25px;
}

 .card-text {
  font-weight: bold;
} 

.text-muted {
  color: #1e1e4b !important;
}

.news-logo-news {
  width: auto;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news-logo {
  max-width: 70%;
  max-height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.partner-block {
  width: 90px;
  height: 90px;
  left: 0;
  right: 0;
  margin: auto;
}

.partner-block-btm-left {
  width: 100px;
  height: 100px;
}

.partner-block-btm-right {
  width: 100%;
  height: 100px;
  text-align: right;
}

.partner-logo,
.teacher-banner,
.press-conf,
.imac-img,
.subs-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.partner-logo-bbanner {
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.teacher-banner {
  filter: grayscale(100%);
}

.teacher-banner:hover {
  cursor: pointer;
  filter: grayscale(0%);
}

.p-partner-10 {
  padding: 10px;
}

.press-conf-block {
  width: 100%;
}

.imac-container {
  position: relative;
  text-align: center;
}

.edu-conf-message {
  position: absolute;
  top: 70px;
  right: 16px;
}

.m-auto {
  margin: auto;
}

.conf-msg-name {
  width: 50%;
}

.line-spacing-partner-title {
  line-height: 4rem;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}

.custom-align-left {
  text-align: left;
}

@media (max-width: 575px) {
  ul.dashed {
    padding-top: 10px !important;
  }

  .edu-conf-message-title {
    font-size: 12px !important;
  }

  .edu-conf-message-name {
    font-size: 10px !important;
    letter-spacing: 0px !important;
    margin-left: 60px !important;
    line-height: 1.5 !important;
  }

  .edu-conf-message {
    top: 10px !important;
  }

  .custom-align-right {
    margin-top: -40px !important;
  }

  .line-spacing-partner-title {
    line-height: 2.9rem;
  }
}

@media (max-width: 1023px) {
  .section-btm-0 {
    padding-top: 0px !important;
  }
}

.section-btm-0 {
  padding-bottom: 0px;
}

.zee-banner {
  line-height: 1.3;
}

.multi-item-carousel {
  overflow: hidden;
}

.multi-item-carousel .carousel-indicators {
  margin-right: 25%;
  margin-left: 25%;
}

.multi-item-carousel .carousel-control-prev,
.multi-item-carousel .carousel-control-next {
  background: rgba(255, 255, 255, 0.3);
  width: 25%;
  z-index: 11; /* .carousel-caption has z-index 10 */
}

.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
}

.multi-item-carousel .carousel-item-next:not(.carousel-item-left),
.multi-item-carousel .carousel-item-right.active {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}

.multi-item-carousel .carousel-item-prev:not(.carousel-item-right),
.multi-item-carousel .carousel-item-left.active {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}

.multi-item-carousel .item__third {
  float: left;
  position: relative;
  width: 33.33333333%;
}

.banner_logo_zee5 {
  width: 48px;
  padding-right: 10px;
  border-right: 1px solid #c9c9c9;
}

.banner_logo_edu {
  width: 98px;
}

.zee-present {
  font-family: NotoSans-Italic;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
}

.bg-banner-cover,
.bg-video-cover {
  background-color: #121212;
}

.bg-ads-cover {
  background-color: #20011d;
}

.lg-mb-section {
  padding-top: 100px;
}

.section-carousel-banner {
  padding-bottom: 70px;
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  .lg-mb-section {
    padding-top: 25px !important;
  }
}

.ad-banner {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.ad-banner-active-video {
  margin: auto;
  width: 970px;
  height: 90px;
  background-color: #c9c9c9;
  text-align: center;
  color: #000000;
}

.header-title .category-title {
  font-size: 1.6rem;
  color: #ffffff !important;
}

@media screen and (min-width: 900px) {
  .header-title .category-title {
    font-size: 1.6rem;
    color: #ffffff !important;
  }
}

.category-title-pos {
  position: absolute;
  margin-top: -20px;
}

.text-black {
  color: #000000;
}

.main-content {
  padding-top: 50px;
}

.category-video .carousel-control-prev,
.category-video .carousel-control-next {
  width: 0% !important;
}

.fa-chevron-left::before,
.fa-chevron-right::before {
  color: #ffffff;
}

.video-title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero-banner {
  position: relative;
}

.hero-text .hero-banner .hero-slide a:hover span {
  color: #033a71;
}

.hero-banner .hero-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.hero-banner .hero-slide .header-content {
  top: 27%;
  margin-left: 5rem;
  width: 100%;
  padding: 2rem;
}

.slide-content {
  padding: 10px 20px 10px 0;
}

.slide-content .h1 {
  font-size: 62px;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
  position: absolute;
  top: 74%;
  bottom: 10px;
  right: 38%;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-active button {
  background: #e29b00;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: none;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.hero-banner .nextArrow {
  right: 9%;
  position: absolute;
  top: 72%;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear 0.2s;
  background: transparent;
}

.hero-banner .prevArrow {
  right: 13%;
  position: absolute;
  top: 72%;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear 0.2s;
  background: transparent;
}

.carousel-section {
  margin-top: 75px;
}

.video-center {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 530px;
  max-height: 530px;
  background-color: #000000;
  margin-top: 8%;
}

.audio-btns {
  position: absolute;
  right: 13%;
  top: 7%;
  margin: auto;
  z-index: 999;
}

.mute-btn,
.unmute-btn {
  width: 25px;
}

.mute-btn:hover,
.unmute-btn:hover {
  cursor: pointer;
}

.unmute-btn {
  display: none;
}

/* Media Queries */

@media screen and (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }

  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }

  .hero .hero-slide .header-content {
    left: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    margin: 0 auto;
  }

  .hero .hero-slide img {
    width: 100%;
  }

  .slick-dots {
    top: 82%;
    right: 30%;
  }

  .hero .nextArrow {
    right: 5%;
  }

  .hero .prevArrow {
    right: 19;
  }

  .hero .hero-slide .header-content {
    top: 0%;
  }

  .hero-text h2 {
    margin-bottom: 25px;
  }

  .zee-banner,
  .header-content > .row > .col-md-8 > h1 {
    font-size: 16px !important;
  }

  .header-content > .row > .col-md-8 > p,
  .header-content > .row > .col-md-8 > a.btn {
    font-size: 12px !important;
  }

  .carousel-section {
    margin-top: 0px !important;
  }

  .video-center {
    min-height: 200px !important;
  }

  .hero-banner .nextArrow {
    right: 7%;
  }

  .hero-banner .prevArrow {
    right: 15%;
  }
}

#my_video_banner2 {
  border-radius: 0px !important;
}

.bg-learn {
  position: relative;
}

.v-learn {
  width: 50%;
  position: absolute;
  left: 35%;
  top: 11%;
  text-align: justify;
}

.a-learn {
  width: 30%;
  position: absolute;
  right: 12%;
  top: 30%;
  text-align: justify;
}

.rw-learn {
  width: 50%;
  position: absolute;
  left: 35%;
  top: 50%;
  text-align: justify;
}

.k-learn {
  width: 30%;
  position: absolute;
  right: 12%;
  top: 68%;
  text-align: justify;
}

.quiz-start {
  position: absolute;
  bottom: 11%;
  left: 40%;
}

.banner-quiz {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-quiz-logo {
  width: 100%;
}

.quiz-txt-color {
  color: #e29b00;
}

.quest > p > input {
  height: 10px;
  border: none;
  box-shadow: none;
  margin-right: 5px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000000;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.quiz-btn {
  padding: 60px 0px;
}

.quiz-mcq-icon {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.bg-black {
  background-color: #000000;
}

.quiz-btn-style {
  font-size: 12px;
  padding: 10px 20px;
  width: fit-content;
}

.pr-quiz-custome {
  padding-left: 0px;
}

.quiz-input {
  border: none !important;
  border-style: dashed !important;
}

.quiz-result-body {
  position: relative;
}

.quiz-result-subtitile,
.quiz-result-name,
.quiz-result-para,
.quiz-result-user {
  position: absolute;
  width: 43%;
}

.quiz-result-subtitile {
  top: 4%;
  left: 5%;
}

.quiz-result-subtitile > h6 {
  font-size: 13px;
}

.quiz-result-name {
  top: 10.5%;
  left: 5%;
}

.quiz-result-para {
  top: 18%;
  left: 7%;
  text-align: justify;
}

.quiz-result-para > p {
  font-size: 12px;
}

.quiz-result-user {
  top: 52%;
  left: 7%;
}

.result-learning-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.result-quiz-btn {
  background-color: rgb(255, 197, 0);
  color: #000000;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 12px;
  font-family: system-ui;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .v-learn {
    width: 60%;
    top: 8%;
  }

  .a-learn {
    width: 38%;
    right: 5%;
    top: 27%;
  }

  .rw-learn {
    width: 55%;
    left: 40%;
    top: 48%;
  }

  .k-learn {
    width: 38%;
    right: 5%;
    top: 65%;
  }

  .text-dark {
    font-size: 14px !important;
  }

  .quiz-txt-color {
    font-size: 12px;
    margin-bottom: 0.5rem !important;
  }

  .v-learn > h6,
  .a-learn > h6,
  .rw-learn > h6,
  .k-learn > h6 {
    font-size: 10px;
  }

  .quiz-start {
    bottom: 8%;
    left: 50%;
    transform: translate(-60%, 0%);
  }

  .quiz-start > a.btn {
    font-size: 11px;
    padding: 5px 20px;
  }

  .quiz-result-subtitile > h6 {
    font-size: 8px;
  }

  .quiz-result-name {
    top: 11%;
    font-size: 14px;
  }

  .quiz-result-name > h3 {
    font-size: 11.5px;
  }

  .quiz-result-para > p {
    font-size: 6px;
  }

  .quiz-result-user > h5 {
    font-size: 11px;
  }

  .result-learning-btn {
    bottom: 9%;
  }

  .result-learning-btn > a.btn {
    padding: 5px 15px;
    font-size: 11px;
  }
}

/*add for blog-details */
.card-body img{
  margin-bottom:10px;
}

  /*add for new sticker*/

.new-content{
position: absolute;
overflow: hidden;
height: 35px;

}

.new-tag-img{
    left: unset;
    top: unset;
    position: unset;
    width: 55px;
    height: 35px;
    object-fit: contain;
}
.buttonLogin {
  /*background-color:rgb(240, 125, 17);*/
  border: 2px solid white;
  color: yellow;
  padding: 5px 8px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  height: 35px;
}

.buttonLogin:hover {
  color: #fff;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transform-origin: none !important;
  transform-origin: none !important;
}


.forsetSticker{
  top:-5px;
  left:1.7rem;
}
/*for home page*/

.borderz{
  border-radius: 0px;
}
.per-25 {
  width: 25%;
}

.float-left {
  float:left;
}

.mt-10 {
  margin-top: 10px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  font-family: "GothamLight";
  letter-spacing: 1.2px;
}

.psg-container {
  padding: 5px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ff-item {
  padding: 15px;
}

.title{
  margin-top: 20px;
  font-family: "GothamLight" !important;
  font-size: 18px;
  font-weight: normal;
}
.title1{
  margin-bottom: 20px;
  color: #facb25;
  font-family: "Gotham" !important;
  font-size:32PX;
  letter-spacing: 1.2PX;
  font-weight:bold;
  
}

.register-form {
  padding-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #2d3436;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #434343 30%);
}
.btn-color{
  background-color: #f88e15;
}

::-webkit-input-placeholder {
  color: #fff !important;
}

::-moz-placeholder {
  color: #fff !important;
}

::-ms-placeholder {
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
}

select {
  text-align-last: center;
} 
.selectr{
  height: calc(1.5em + 1rem + 2px) !important;
  color: white !important;
  
}
.register-form .form-group .form-control {
  background-color: rgb(61, 60, 60);
  color: rgb(209, 205, 205);
  border-radius: 10px;
  text-align: center;
  font-family: "GothamLight" !important;
  font-weight: 18 !important;
  font-size: 16px;
  letter-spacing: 1.2px;
  box-shadow: 0 0 0px rgb(138, 136, 136) inset !important;
 
  /*border-color: #ffffff24;*/
}


/* Creating a custom checkbox 
      based on demand */

.mark {
  position: absolute;
  top:0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e29b00;
}

.main input:checked~.mark {
  background-color: #e29b00;
}


/* It is not be shown when not checked */

.mark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Display checkmark when checked */

.main input:checked~.mark:after {
  display: block;
}


/* Rotated the rectangle by 45 degree and  
      showing only two border to make it look 
      like a tickmark */

.main .mark:after {
  left: 8px;
  bottom: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check label span {
  border-radius: 5px;
}

.form-check label {
  color: #fff;
  font-weight: normal !important;
  margin-top: 5px;
  margin-left: 15px;
}

.color-orange {
  color: #e29b00;
}

.color-white {
  color: #fff;
}

.home-page-footer{
background-color: #000000;
}

.home-page-footer p {
  color: #fff;
  font-family: "GothamLight";
  font-weight:normal;
  font-size: 20px;
  line-height:2rem;
  letter-spacing: 1.5px;
  margin-top: 10px;
}

.home-page-footer h2{
  color: #f1b229 !important;
  margin-top:-5px;
  margin-bottom: 15px;
  font-family: "Gotham";
  font-weight: bold;
  font-size: 24px;
}
.home-page-footer h6 {
  color: #f1b229;
font-family: "Gotham";
font-size:20px ;
}

.home-page-footer h4 {
  color: #fff;
font-family: "Gotham";
font-size:16px ;
letter-spacing: 0.5px;
}

.register-section{
  padding-top: -5rem  ;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .new-tag-img {
      margin-left: 240px;
      padding-bottom: 0.8rem;
  }
  .register-section {
      padding-top: -5rem  !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width:1366px) {
  .new-tag-img {
      margin-left: 5px;
      padding-bottom: 0.8rem;
  }
  .register-section {
      padding-top: -5rem !important;
      
  }
}
@media only screen and (max-device-width:991px)
{
  .register-section {
    padding-top: -5rem  !important;
    
}
}

@media only screen and (max-device-width: 320px) {
  .new-tag-img {
      margin-left: 38px;
      padding-bottom: 0.8rem;
  }
}

@media only screen and (min-device-width:321px) and (max-device-width: 540px) {
  .new-tag-img {
      margin-left: 73px;
      padding-bottom: 0.8rem;
  }
}

@media only screen and (min-device-width:540px) and (max-device-width: 760px) {
  .new-tag-img {
      margin-left: 150px;
      padding-bottom: 0.8rem;
    
    }
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham Bold.otf')  format('opentype'); /* Safari, Android, iOS */
   font-weight: 700;
   font-style: normal;
 }

@font-face {
  font-family: 'GothamMedium';
  src:url('../fonts/Gotham Medium.otf')  format('opentype'); /* Safari, Android, iOS */
  font-weight: 400;
   font-style: normal;
} 

@font-face {
  font-family: 'GothamRegular';
  src: url('../fonts/Gotham Book Regular.otf')  format('opentype'); /* Safari, Android, iOS */
     
   font-weight: 300;
   font-style: normal;
 }
 @font-face {
  font-family: 'GothamLight';
  src: url('../fonts/Gotham-Light.otf')  format('opentype'); /* Safari, Android, iOS */
     
   font-weight: 300;
   font-style: normal;
 }
 
.register-img{
  margin-top: -18px;
  
}
.reg-p{
  font-family: "GothamLight";
  font-weight:12;
  color: white;
  font-size: 10px;
  margin-top: 5px;
}
/*----------------font*/
.reg-title{
font-family: "GothamMedium" !important;
font-weight: bold;
font-size: 20px;
color:black;
letter-spacing: 1.2px;
margin-bottom: -2px;
}
.caption {
  display: block;
  color:#000000;
  margin-top: 4px;
  font-family: "GothamMedium" !important;
  font-weight: normal !important;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2px;
  margin-left: -10px;
}


.caption-size{
  font-size: 12px;
}

.offer-reg-pad{
  padding-bottom: 15px;
}

.card-reg-text{
font-family: "Gothamlight";
font-weight:bold;
font-size: 18px;

}

.title2{
  font-size: 20px;
  font-family: "Gotham";
  font-weight: bolder;
  padding-top: 10px;
  padding-bottom: 10px;
}

.board-reg-img-container
{
  padding: 20px;
  text-align: center;
  padding-bottom: 5px;
}

.board-heading{
font-family: "Gotham";
font-weight: bolder;
font-size: 28px;
color:black;
padding-bottom: 8px;
}

.title3{
  font-size: 28px;
  font-family: "Gotham";
  font-weight: bolder;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}

.p-reg{
  font-size: 15px;
  font-family: "GothamLight";
  font-weight: bolder;
  line-height: 25px;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}


/* add for index page */

a:hover{
  color:white
}

.color-blue{
  color: blue;
  font-weight: bolder;
  text-decoration: underline;   
}

/*for Validation */

.grade.form-control.is-valid, .was-validated .grade.form-control:valid,
.board.form-control.is-valid, .was-validated .board.form-control:valid,
.grade.form-control.is-valid, .was-validated .grade.form-control:invalid,
.board.form-control.is-valid, .was-validated .board.form-control:invalid
{
    background-origin: content-box !important;
}

.forimage{
  background-image: url('https://eduauraapublic.s3.ap-south-1.amazonaws.com/webassets/images/home/thankyou-popup-bg.jpg');
}
.modal-dialog {
  width: 400px;
  height:500px;

}
@media(max-width:991px) {
  .modal-dialog {
    width: 300px;
    height:500px;
  
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .modal-dialog {
    width: 400px;
    height:500px;
  
  }
}
.setpage{
  border-radius: 2rem;
 
}

.model-arrange{
  margin-top: 9rem;
  margin-left: 1rem;
}
.formessage{
  font-family: "GothamMedium";
  font-size: 18px;
  font-weight:500 ;
  margin-top: 2rem;
}
.fordownload{
  font-family: "GothamLight";
  font-size: 10px;  
}
.foravailable{
  font-family: "GothamMedium";
  font-size:10px;
  font-weight:bolder ;
  margin-top: 1.5rem;
  
}


/*css for blogs page 8-feb-21*/
.company-update a:hover{
  color:#231F20 !important;
}

.gold-icon{
  color:#e29b00;
  margin-right:10px;
}

.timestamp-liked-post{
  font-size: 10px;
}

.fixed-height-blog-box{
  height: 450px !important;
}

.blog-card-footer {
  position: absolute;
  bottom: 15px;
  width: 93%;
}

.item-box-blog:hover{
  box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
}



/* CSS for home page 25-02-20*/

.header, .header #navigation, .header .navbar, .header .navbar-nav{
  height: 70px;
  background: #000 !important;
}

.home-page-banner{
  /*position: relative;*/
  margin-top: 70px;
}

.number-prefix-div > div{
  width: 40%;
  border: 1px solid black;
  float: right;
  height: 100%;
  padding-top:3.5%;
  /*padding-right:3%;*/
  text-align: center;
}

.number-input-div{
  padding-left:0%;
}

.number-input-div > input{
  border: 1px solid black;
  border-radius: 0% !important;
}

.number-button-div > button{
  height: 100%;
  background: #000;
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0%;
}

.number-button-div > button:hover{
  color: #fff;
}

.number-link-heading > h4{
  font-weight: bold;
  padding-left: 8%;
}

.funfact-section{
  background-image: url('https://eduauraapublic.s3.ap-south-1.amazonaws.com/webassets/images/home/eduauraa-counter-bg.jpg') !important;
  height: 259px;
  background-size: 100% !important;
}

.brand-video{
  background-image: url('https://eduauraapublic.s3.ap-south-1.amazonaws.com/webassets/images/home/ranveer-singh-video-bg.jpg') !important;
  height: 648px;
}

.brand-video .video-js{
  height: 530px !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler {
  border-color: rgb(255,255,255);
}

.navbar-light .navbar-toggler {
  border-color: rgba(255,255,255,0.8) !important;
}

.download-login-btn{
  padding-top: 2%;
  margin-left: 5%;
}

.custom-navbar-menu{
  padding-bottom: 0.5%;
}

.full-navbar{
  width: 100%;
  left: 2%;
}

.navbar-ul-main{
  width: 100% !important;
  margin-left: 8%;
}

/*

for above 1280
.navbar-ul-main{
  width: 100% !important;
  margin-left: 8%;
}
*/

.home-page-banner img, .download-app-section , .funfact-section{
  width: 100%;
}

@media screen and (max-width: 1280px) and (min-width: 600px){
  .navbar-ul-main{
    width: 100% !important;
    margin-left: 5%;
  }

  .full-navbar {
    width: 100%; 
  }

  .download-login-btn{
    padding-top: 2%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 600px){
  .navigation {
      /*background-color: #000;*/
      background-image: linear-gradient(to right, #000 70%, #000 30%);
  }
  .nav-item{
    background-color: #000
  }
  .navbar-ul-main {
    /*width: 100% !important;*/
    margin-left: 0% !important; 
  }
  .header {
    position: absolute !important;
    background: #000;
  }
  .download-login-btn{
    background-color: #000;
  }
  .mobile-download-playstore-eduauraa{
    margin-left: 0% !important;
    margin-bottom: 5%; 
  }
  .free-trial-row{
    justify-content: center;
  }
  .free-trial-row > div > h3{
    font-size: 18px;
  }
  .mobile-download-playstore-zee5{
    margin-left: 0% !important;
    margin-bottom: 5%; 
  }

  .mobile-download-playstore-zee5  , .mobile-download-playstore-eduauraa {
    width: 35%;
    margin-right: 3% !important;
    margin-left: 3% !important;
  }

  .number-link-heading > h4 {
    padding-left: 0%; 
    margin-top: 5%;
  }

  .free-trial-row > div{
    text-align: center;
  }

  .number-prefix-div{
    max-width: 20% !important;
    margin-left: 4%;
  }

  .number-prefix-div > div {
    width: 65%;
    height: 100%;
  }

  .get-link-btn{
    max-height: 45px;
    font-size: 12px !important;
  }

  .funfact-section {
    /*background-image: url(../images/home/eduauraa-counter-bg.jpg) !important;*/
    height: 100%; 
  }
} 