body {
  font-family: "Open Sans", sans-serif;
  color: #fff;

}

a {
  color: #ffc451;
}

a:hover {
  text-decoration: none;
}

.get-started-btn a:hover {
  color: #ffd584;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/* ======================|Video on Home page as a banner|==================== */
/* .video {
  position: fixed;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #5123b6;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #6119ff;
  color: #fff;
}

/*--------------------------------------------------------------
# Header Logo
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
  background: #05192d;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #05192d;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

#header .logo img {
  max-height: 60px;
  width: 260px;
}

@media(max-width:768px) {
  #header .logo img {
    width: 300px;
  }
}

/*=====================| Landing page css |=========================*/
.coverPara {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  padding: 20px;

}

.second {
  margin-top: -12%;
}

.bgimg {
  background-image: url("../img/web_cover.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  padding: 40px 20px;
  color: white;
  /*padding: 40px;*/
}

.imganimt {
  animation: anit 3s infinite alternate both;
  margin-top: 80px;
}

@keyframes anit {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* top banners heading css - first section - home page */
.learn-anything {
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.learn-anything-slugn {
  color: #ffc107 !important;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.learn-para {
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 300;
}

.start_learning_btn {
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 8px 40px;
  transition: 0.3s;
}

.start_learning_btn:hover {
  transform: scale(1.05);
  background: #ffc107;
}

@media (max-width: 768px) {
  .banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .banner_content_box {
    text-align: center;
  }

  .coverPara {
    top: 20%;
  }

  .second {
    margin-top: 5%;
  }

  .imganimt {
    display: none;
  }

  .learn-anything-slugn {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

/* ===================| We collaborate with section css |=================*/
#collaborate_section .owl-stage {
  display: flex;
  align-items: center;
}

/*================================|Most Popular Courses CSS|====================================  */

/*=============================|Inhouse advertising model|==================================*/
#inhouse_advertisment_model {
  z-index: 9999 !important;
}

#inhouse_advertisment_model .close_icon i {
  cursor: pointer;
  font-size: 20px;
  color: #000;
  text-shadow: none !important;
  opacity: 1;
}

#inhouse_advertisment_model .modal_content_box * {
  font-family: system-ui, Arial, sans-serif !important;
}

#inhouse_advertisment_model .modal_content_box {
  min-height: 150px;
  color: #1d293f !important;
  overflow: hidden;
}

@media(max-width:768px) {
  #inhouse_advertisment_model .modal_content_box {
    height: 100%;
  }
}

/* ==========================|Become an instructor|=================================== */
.become_instructor {
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
}

.become_instructor_title {
  font-size: 30px !important;
  color: #1d293f;
  font-weight: 700;
  margin-bottom: 20px;
}

.become_instructor_tagline {
  color: #1d293f;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}

.become_instructor_join_btn {
  padding: 10px 65px;
  color: #fff;
  background: #5123b6;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: 900;
  letter-spacing: 1px;
  transition: 0.3s;
}

.become_instructor_join_btn:hover {
  color: #fff;
  transform: scale(1.05);
}

.become_instructor_img {
  max-width: 80%;
  height: auto;
}

@media(max-width:768px) {
  .become_instructor_img {
    max-width: 60%;
  }

  .become_instructor {
    padding-bottom: 30px;
  }
}

/*=============================|Our Top Categories CSS|==============================*/
.our_top_categories {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sub_title {
  color: #5a20b6;
  margin-left: 50px;
  font-size: 35px;
}

.category_box {
  transition: 0.3s;
}

.category_icon {
  font-size: 40px !important;
  padding: 18px;
  color: #1d293f;
}

.topCategories .border {
  border-style: solid !important;
  border-color: #e2e4e8 !important;
  border-width: 2.3px !important;
  min-height: 135px;
}

.topCategoriesImg {
  position: absolute;
  max-height: 820px;
  right: -110px;
  top: -50px;
  filter: blur(1px);
}

.font-weight-heading {
  font-weight: 700;
}

.category-heading {
  font-size: 1.125rem;
  line-height: 1.77777;
}

.text-dark-category-heading {
  color: #1d293f !important;
}

.font-size-main-heading {
  font-size: 26px;
  line-height: 1.2344;
  color: #1d293f;
}

.category_box:hover .category_icon,
.category_box:hover .text-dark-category-heading {
  color: #701aba !important;
}

.category_box:hover {
  border-width: 1px !important;
  border-color: #701aba !important;
  transform: scale(1.05);
}

.dot_img {
  filter: invert(13%) sepia(73%) saturate(4724%) hue-rotate(271deg) brightness(97%) contrast(98%);
  transition: 0.6s;
}

/* .our_top_categories:hover .dot_img {
  filter: none;
} */


@media(max-width:768px) {
  .sub_title {
    margin-left: 0px;
  }

  .font-size-main-heading,
  .sub_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

/* =============================|MANU BAR - Login or dashboard Buttons CSS|=================== */
@media(max-width: 992px) {
  .get {
    color: #fff;
    background: #ffc451;
    border-radius: 4px;
    margin: 2px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: block;
    border: 2px solid #ffc451
  }
}

.get a:hover {
  color: #000 !important;
}

.dashboard_btn {
  background: #ffc107;
  color: #000 !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

nav {
  flex: auto;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.nav-menu>ul {
  display: flex;
  justify-content: left;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #ffc451;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #151515;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #151515;
  background: #ffc451;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

@media(max-width:1050px) {
  .nav-menu>ul>li {
    padding: 10px 0 10px 15px;
  }
}

/* Get Startet Button */
.customp_buttons {
  display: flex;
}

.get-started-btn {
  color: #fff;
  border-radius: 4px;
  margin-left: 15px;
  padding: 6px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #ffc451;
}

.get-started-btn:hover {
  background: #ffbb38;
  color: #000000;
}

.add_to_cart_btn {
  background-color: #ffc451 !important;
  color: #000 !important;
}

.add_to_cart_btn:hover svg,
.add_to_cart_btn:hover {
  fill: #fff !important;
  background-color: transparent !important;
}

.explore_category_icons {
  font-size: 17px !important;
  margin-left: 10px;
  font-weight: 800;
}

.explore_btn {
  transition: 0.3s;
}

.explore_btn:hover .explore_category_icons {
  transform: rotate(180deg);
}

@media(max-width:992px) {
  .mobile-nav li {
    margin-bottom: 3px;
  }

  .mobile-nav .custom_drop_down.active>a {
    background: #ffe9bf94 !important;
  }

  .mobile-nav .custom_drop_down a:hover {
    background: #ffe9bf94 !important;
  }

  .customp_buttons {
    display: flex;
    padding: 4px !important;
  }

  .get {
    margin-left: 15px !important;
  }

  .get-started-btn:hover {
    color: #000 !important;
    border-color: #f3a100 !important;
    background: #f3a100 !important;
  }

  .get-started-btn:hover svg {
    fill: #000 !important;
  }
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 7px 20px 8px 20px;
  }
}

@media (max-width: 450px) {
  .customp_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
.manu_custom {
  position: relative;
}

.sub_menu_custom {
  position: absolute;
  min-width: 220px;
  /* padding: 10px 0px; */
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  /* border-radius: 4px; */
  left: inherit;
  right: inherit;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 9;
  top: 138%;
}

.sub_menu_custom li a {
  padding: 12px 20px;
  color: #808080;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.sub_menu_custom li a:hover {
  background: #ffc451;
  color: #212529 !important;
  font-weight: 600 !important;
}

.manu_custom:hover .sub_menu_custom {
  opacity: 1 !important;
  visibility: visible !important;
  /* top: 100% !important; */
}

.manu_custom:hover .explore_category_icons {
  transform: rotate(180deg);
}

.manu_custom:hover .explore_btn {
  color: #000 !important;
  background-color: #ffc451 !important;
}

.sub_menu_custom li {
  position: relative;
}

/* .sub_menu_custom .category:hover i {
  transform: rotate(90deg);
} */
/* ------sub categories css--------- */
.sub_categories {
  position: absolute;
  min-width: 220px;
  /* padding: 10px 0px; */
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  /* border-radius: 4px; */
  left: 220px;
  right: inherit;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 9;
  top: 0;
}

.sub_categories li a {
  font-weight: normal !important;
}

.sub_categories li a:hover {
  color: #000 !important;
  font-weight: 600 !important;
}

.sub_menu_custom li:hover .sub_categories {
  opacity: 1 !important;
  visibility: visible !important;
}

.sub_menu_custom li:has(.sub_categories li:hover) {
  background: #ffc451;
}


@media(max-width:992px) {
  .sub_menu_custom {
    left: -31px;
  }


  .sub_categories {
    left: -220px;
  }
}

@media(min-width:600px) {
  .explore_categories {
    display: none;
  }
}

@media(max-width:600px) {
  .explore_categories {
    display: block;
  }

  .manu_custom {
    display: none;
  }
}

/*=========================| Mobile Navigation |=====================*/
.mobile-nav-toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  /*bottom: 15px;*/
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  /*border-radius: 10px;*/
  padding: 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #151515;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  font-size: 14px;
}

.mobile-nav .get-started-btn {
  padding: 4px 33px !important;
  font-size: 16px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #151515;
  text-decoration: none;
  background: #ffc451;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*-------------------------------| login page css |-------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button:active,
button:hover {
  outline: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
}

.panel {
  /*width: 100%;*/
  /*height: 100%;*/
  overflow-y: auto;
}

.panel .panel__header a:hover {
  color: #ffc451;
}

/**
 * Blur
 */
.panel_blur {
  position: absolute;
}

/**----------------------| Panel |-------------------**/
.panel {
  top: 15%;
  right: 15%;
  position: absolute;
  z-index: 1;
}

.panel__register-form,
.panel__password-form {
  display: none;
}

.panel__register-form .form__submit {
  margin-top: 5px !important;
}

.panel__form-wrapper {
  width: 100%;
  height: 100%;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.panel__prev-btn {
  width: 24px;
  height: 24px;
  background: none;
  padding: 0;
}

.panel__prev-btn svg {
  transition: fill 0.3s;
}

.panel__prev-btn:hover>svg {
  fill: #ff1552;
}

.panel__headers {
  padding: 10px 0;
  text-align: center;
}

.panel__header {
  font-size: 1.375rem;
}

.panel__header:first-child {
  padding-bottom: 5px;
}

.panel__header.active>.panel__link {
  color: #ff1552;
  font-size: 2rem;
}

.panel__link {
  color: inherit;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 1rem;
}

/**
 * Styles for <form>
 */
.form__row {
  position: relative;
  padding-top: 40px;
}

.form__row.has-error>.form__error:after {
  display: block;
}

.form__input {
  color: #fff;
  width: 100%;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: none;
}

.form__input:focus,
.form__input:active {
  outline: 0;
}

.form__input:focus~.form__label,
.form__input:active~.form__label,
.form__input:valid~.form__label {
  bottom: 30px;
  font-size: 0.75rem;
}

.form__input:focus~.form__bar,
.form__input:active~.form__bar {
  left: 0;
  right: 0;
  width: 100%;
}

.form__bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff1552;
  transition: all 0.3s;
}

.form__label {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  pointer-events: none;
}

.form__submit {
  width: 100%;
  padding: 10px 0;
  margin-top: 30px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  background-color: #ff1552;
  cursor: pointer;
}

.form__retrieve-pass {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.form__retrieve-pass:hover {
  color: #fff;
}

.form__error {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 20px;
  color: #ff1552;
  font-size: 0.75rem;
  line-height: 20px;
}

.form__error:after {
  content: "x";
  position: absolute;
  bottom: 20px;
  right: -20px;
  display: none;
  width: 20px;
  height: 25px;
  font-size: 1.125rem;
  line-height: 25px;
  text-align: center;
  color: #ff1552;
}

.form__info {
  text-align: center;
}

/*-------media query of sign in/up/forgote----------*/
@media screen and (min-width: 768px) {
  .panel {

    width: 350px;
    /*height: 500px;*/
    overflow-y: visible;
  }

  .panel__form-wrapper {
    padding: 10% 15%;
    border-radius: 10px;
    overflow-y: visible;
  }
}

@media(max-width: 768px) {
  .panel {
    padding: 60px 40px;
    margin: auto;
    right: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .panel {
    padding: 40px;
  }
}

@media (max-width: 500px) {
  .panel {
    margin-top: 30px;
    padding: 22px;
  }
}

/*@media(max-width: 480px) {
.panel {
  width: 70%;
}
}*/
/*@media screen and (min-width: 768px) {
.panel {
  
    width: 350px;
    overflow-y: visible;
  }
}
*/
/*================ Our Technologies 3D carousel CSS ==============*/

#slideshow {
  margin: 0 auto;
  padding: 25px 0;
  padding-top: 50px;
  min-height: 400px;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(3 5 126) 51%, rgb(112 43 161) 100%);
  box-sizing: border-box;
}

.blog-slider {
  width: 95%;
  position: relative;
  right: 0;
  left: 0;
  top: 10%;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px 10px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin-top: 130px;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(83deg, #0a0a4d 0%, #000000 74%);
  box-shadow: 4px 13px 30px 1px rgb(0 0 0 / 20%);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
  border-radius: 20px;
  opacity: 0.8;
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(124deg, #502194 0%, #040451 74%);
  padding: 13px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 1px 2px 8px rgb(0 0 0 / 88%);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.blog-slider__button:hover {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 4px;
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  padding-bottom: 2px;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #062744;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/*====================| code editors sections |===================*/
.codecover {
  width: 100%;
  height: 100%;
  background-image: url('../img/codeimg 1.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.codeditor {
  align-self: center;
  color: black;
  padding: 50px 30px;
}

.content {
  padding: 20px 5px;
  vertical-align: center;
  align-self: center;
  /*margin: 30px 10px;*/
}

.content1 {
  padding: 20px 5px;
  vertical-align: center;
  align-self: center;
  /*margin: 30px 10px; */
}

.codeditor h2 {
  letter-spacing: 1px;
  line-height: 1.3;
}

/*--------------------|No need to installation & exercise section CSS|--------------------*/
.exercise_title_line {
  color: #fff;
}

@media(max-width:768px) {
  .exercise_title_line {
    color: #000;
  }

  .codecover {
    background-position: initial;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  bottom: 0;
  left: 0;
  right: 0;
  background: #030b12;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #05192D;
  border-bottom: 1px solid #222222;
  padding: 35px 0 0 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 0px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.copyright_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

/*-----------------INDEX PAGE MEDIA QUESRIES----------------------*/
@media(max-width: 768px) {
  .first {
    margin-bottom: 30px;
  }

  #footer .footer-top {
    padding: 35px 0 20px 0;
  }

  .content h2,
  .order2 h2 {
    font-size: 25px;
  }

  .order1 {
    order: 2;
  }

  .order2 {
    order: 1;
  }

  .recent h3 {
    font-size: 19px;
  }

  .recent p {
    font-size: 13px;
  }
}

@media(max-width: 568px) {
  .copyright_box {
    flex-direction: column;
    justify-content: center;
  }
}

@media(max-width: 530px) {
  .learn-anything {
    font-size: 19px;
    padding: 10px 0;
  }

  .content h2,
  .order2 h2 {
    font-size: 20px;
  }

  .learn-para {
    font-size: 13px;
  }

  .cover h3 {
    font-size: 20px;
  }

  .cover p {
    font-size: 13px;
  }
}

/* ==================================|EXPLORE PAGE CSS|================================== */
.explore_box>* {
  color: #000;
}

.explore_box {
  margin-top: 30px;
  margin-bottom: 40px;
}

.explore_content_box {
  z-index: 2;
}

.explore_banner {
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0px;
  background-image: url('../img/explore.svg');
  background-position: revert;
}

.explore_banner .explore_heading {
  font-weight: 700;
  line-height: 149%;
  color: #3C4852;
}

.explore_banner .explore_para {
  font-weight: 600;
  line-height: 150%;
  margin: 0px;
  margin-top: 15px;
  color: #3C4852;
}

/*----------- search box css -----------------*/
.search_box {
  height: 150px;
  background: #fff;
  margin-top: -60px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 60px;
  border-radius: 4px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.search_text,
.category_list_heading {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.explore_more {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  background: #05192d !important;
  padding: 12px 10px;
  border-radius: 0px !important;

}

.search {
  width: 100%;
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
  height: 60px;
  font-size: 14px;
  text-indent: 30px;
  border: 1px solid #d6d4d485
}

.search input:focus {
  box-shadow: none;
  border: 2px solid #6119ff;
  color: #6119ff;
  color: #000;
}

.search .fa-search {
  position: absolute;
  top: 22px;
  left: 16px;
  color: #6119ff;
}

.search .search_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 600;
  height: 50px;
  width: 110px;
  background: #6119ff;
  border: none !important;
}

.search .search_btn:hover {
  color: #fff;
  background-color: #4500dd;
}

.search_btn:not(:disabled):not(.disabled):active {
  background-color: #4500dd;
}

.search_btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* -------------- course boxes css ----------- */
.course_box {
  margin-top: 30px;
  background: #fff;
  border-radius: 8px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
  transition: all 0.3s ease;
}

.course_box:hover {
  /*border:1px solid #6119ff;*/
  transform: translateY(-3px);

}

.course_img {
  border-radius: 8px 0px 0px 8px;
  background: #05192d;
  height: 200px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  background-size: contain;
}

.category_heading {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0px;
  border-radius: 4px;
  display: inline-block;
  /* text-transform: uppercase; */
  /* line-height: 1; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  overflow: hidden;
  /* width: 100%; */
  /* max-width: none; */
  color: #e79900;
}

.category_heading b {
  background: #6ca2f55e !important;
  padding: 0px 13px;
  border-radius: 50px !important;
  color: #000000;
  margin-right: 5px;
}

.course_heading {
  font-weight: 600;
  /* font-size: 14px; */
  line-height: 150%;
  margin: 0px;
  margin-top: 15px;
  color: #3C4852;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* word-wrap: break-word; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  -moz-box-orient: vertical;
  padding-bottom: 7px;
}

.other_details {
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  margin: 0px;
  color: #7A8B94;
  padding-top: 4px;
  padding-bottom: 4px;
}

.instructor_heading {
  font-weight: 600;
  font-size: 13px;
  /* line-height: 150%; */
  /* margin: 0px; */
  color: #3C4852;
  padding-top: 8px;
}

@media(max-width:992px) {
  .search_box {
    padding: 10px 40px;
  }

  .custom_list_group {
    margin-top: 8px !important;
  }

  .search_text {
    margin-top: 15px;
  }

  .course_box {
    margin-top: 25px;

  }
}

@media(max-width:768px) {
  .search_container {
    max-width: 100%;
  }

  .course_img {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
  }
}

@media(max-width:576px) {
  .search_text {
    text-align: center;
  }

  .search_container {
    padding: 0;
  }

  .search_box {
    padding: 10px;
  }

  .search .search_btn {
    width: 85px;
    font-weight: 400;
  }

  .course_box {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    /* width: 48%;
    margin-right: 2%;
    float: left; */
  }

  .course_img {
    border-radius: 8px 8px 0px 0px;
  }

  .category_heading {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .course_heading,
  .other_details,
  .instructor_heading,
  .category_list_heading {
    text-align: center;
  }
}

/* ==========================|Navbar Search Bar|======================== */
.searchToggle i {
  position: absolute;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  left: -23px;
  top: 2px;
}

.searchToggle i.cancel {
  opacity: 0;
  pointer-events: none;
}

.dark-light.active i.moon {
  opacity: 0;
  pointer-events: none;
}

.searchToggle.active i.cancel {
  opacity: 1;
  pointer-events: auto;
}

.searchToggle.active i.search {
  opacity: 0;
  pointer-events: none;
}

.searchToggle.active~.search-field {
  bottom: -73px;
  opacity: 1;
  pointer-events: auto;
}

.searchToggle .search_menu:hover {
  color: #ffc451;
}

.searchBox {
  position: relative;
}

.searchBox .search-field {
  position: absolute;
  bottom: -60px;
  right: 6px;
  height: 44px;
  width: 300px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0px;
  border-radius: 6px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.search-field::before {
  content: "";
  position: absolute;
  right: 14px;
  top: -4px;
  height: 12px;
  width: 12px;
  background-color: #5123b6;
  transform: rotate(-45deg);
  z-index: -1;
}

.search-field input {
  height: 100%;
  width: 100%;
  padding: 0 45px 0 15px;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  background-color: #FFF;
  border: 2px solid #6119ff;
}

.search-field i {
  position: absolute;
  color: #6119ff;
  right: 10px;
  top: 12px;
  font-size: 22px;
  cursor: pointer;
}

.search_menu {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
}

/* search bar on navbar */
@media(max-width:992px) {

  .searchToggle {
    display: none;
  }

  .searchBox .search-field {
    opacity: 1;
    position: initial;
    width: 100%;
    padding: 0px 16px;
    margin: 10px 0px;
    pointer-events: auto;
    box-shadow: none;
  }

  .search-field i {
    right: 27px;
  }

  .search-field::before {
    background-color: transparent;
  }
}

@media(max-width:365px) {
  .search input {
    height: 48px;
    font-size: 13px;
    text-indent: 20px;
  }

  .search .search_btn {
    width: 68px;
    font-weight: 200;
    font-size: 15px;
  }

  .search .search_btn {
    height: 38px;
  }

  .search .fa-search {
    top: 16px;
    left: 11px;
  }
}

/* ===========================|MOST POPULAR COURSE CSS|=================================== */
.most_popular_corses_section>* {
  color: #fff !important;
}

.most_popular_corses_section {
  padding: 40px 0px;
  background: #05192d;
}

.most_popular_corses_section .main_heading {
  color: #fff;
  font-size: 26px;
  line-height: 1.2344;
  margin-bottom: 20px;
}

.tab-content {
  border: 1px solid #565f6f63 !important;
  padding: 20px;
}

.animated-underline-content .nav-tabs {
  border-bottom: 1px solid #191e3a;
}

.animated-underline-content .nav-tabs li a {
  padding-top: 8px;
  padding-bottom: 10px;
  position: relative;
  font-size: 13px;
}

.animated-underline-content .tab-content>.tab-pane {
  padding: 20px 0 0 0;
}

.animated-underline-content .nav-tabs .nav-link.active,
.animated-underline-content .nav-tabs .show>.nav-link {
  border-color: transparent;
  color: #e0e6ed;
}

.animated-underline-content .nav-tabs .nav-link:focus,
.animated-underline-content .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.animated-underline-content .nav-tabs .nav-link.active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.animated-underline-content .nav-tabs .nav-link:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #e0e6ed;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #303862cc;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* ===============|custom course card|=============== */
.custom_card {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.07);
  transition: all 0.15s ease;
}

.custom_card:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1), 0 10px 8px rgba(0, 0, 0, 0.015);
}

.custom_card .card-body .card-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  font-size: 16px;
  color: #121212;
  margin-bottom: 20px;
}

.custom_card .card-body .category-text {
  color: #5123b6;
  letter-spacing: 0.4px;
  font-weight: 600;

}

.custom_card .card-text {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #4e4e4e;
  margin: 0;
  margin-bottom: 4px !important;
}

.custom_card .container {
  width: 88%;
  background: #f0eef8;
  border-radius: 10px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom_card:hover .container img {
  transform: scale(1.2);
}

.custom_card .container img {
  padding: 75px;
  margin-top: -40px;
  margin-bottom: -40px;
  transition: 0.4s ease;
  cursor: pointer;
}

.custom_card .btn {
  background: #e0d9ff;
  border: 0;
  color: #5123b6;
  width: 98%;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0px;
  border-radius: 20px;
  transition: all 0.2s ease;
  margin-top: 25px !important;
}

.custom_card .btn:hover {
  background: #5123b6;
  color: #fff;
}

.custom_card .btn:focus {
  background: #5123b6;
  color: #fff;
  outline: 0;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #5123b6;
  border-color: #5123b6;
  color: #fff;
}

/* ----------------------------------------------- */
#most_popular_courses>* {
  color: #000 !important;
}

#most_popular_courses .card {
  padding: 0 !important;
  transition: all .3s;
}

/* -------Carousel----------- */
#most_popular_courses .owl-prev,
#most_popular_courses .owl-next,
#best_seller_courses .owl-next,
#best_seller_courses .owl-prev,
#most_viewed_courses .owl-next,
#most_viewed_courses .owl-prev {
  background: #ffc107;
  color: #FFF;
  padding: 2px 20px !important;
  font-size: 20px;
  padding-bottom: 7px !important;
}

@media(max-width:768px) {
  .animated-underline-content .nav-tabs {
    justify-content: center;
    align-items: center;
  }
}