@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,700i,900,900i");

#course-btn .genius-btn {

  margin: 0 auto;
}



/*---------------------------------------------------- */

/*global area*/

/*----------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  color: #777777;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  color: #333;
}

.text-main-color {
  color: #362d86;
}



.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.animation,
.staggered-animation {
  visibility: hidden;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #00000070 url(../img/preloader.gif) no-repeat center center;
}



a {
  text-decoration: none;
  color: inherit;
}

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

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}


button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
.register-form-area select:visited,
.register-form-area textarea:visited,
input.active,
.register-form-area select.active,
.register-form-area textarea.active,
input:hover,

.register-form-area select:hover,
.register-form-area textarea:hover,
input:focus,
.register-form-area select:focus,
.register-form-area textarea:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {

  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.relative-position {

  position: relative;
}

.overflow-hidden {

  overflow: hidden;
}



.fa-clock {

  color: #6363ff;

}

.fa-book,
.fa-map-marker {

  color: #eb4141;

}



.display-none {

  display: none;

}



.primary-color {

  color: #393185 !important;

}



.headline h1,

.headline h2,

.headline h3,

.headline h4,

.headline h5,

.headline h6 {

  margin: 0;
}



h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: "Roboto", sans-serif;
}



.mb10 {

  margin-bottom: 10px;
}



.mb20 {

  margin-bottom: 20px;
}



.mb25 {

  margin-bottom: 25px;
}



.mb30 {

  margin-bottom: 30px;
}



.mb35 {

  margin-bottom: 35px;
}



.mb45 {

  margin-bottom: 45px;
}



.mt10 {

  margin-top: 10px;
}



.mt15 {

  margin-top: 15px;
}



.mt25 {

  margin-top: 25px;
}



.ml42 {

  margin-left: 42px;
}



.mb65 {

  margin-bottom: 35px;

}

.p30 {

  padding: 30px;

}

.mt60 {

  margin-top: 60px;
}



.pt150 {

  padding-top: 150px;
}



.pb45 {

  padding-bottom: 30px;
}



.pb20 {

  padding-bottom: 20px;
}



.pb10 {

  padding-bottom: 10px;
}

.mr42 {

  margin-left: 42px;
}

.height-60 {

  height: 60px;

}

.left-0 {

  left: 0 !important;

}

.justify-content-center {

  justify-content: center;

}

ul.product-tab.index-category-tab li.active,
ul.course-tab.index-category-tab li.active {

  color: #393185;

  background: transparent;

}



.gradient-bg,
.modal-body .nws-button button,
.teacher-pic-content .teacher-img-content:after,
.course-details-category li:hover,
ul.product-tab li.active,
ul.course-tab li.active,
ul.module-tab li.active {

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;

  -webkit-transition: background 1s ease-out;

  -moz-transition: background 1s ease-out;

  -o-transition: background 1s ease-out;

  transition: background 1s ease-out;
}

.gradient-bg:hover,
.modal-body .nws-button button:hover,
.teacher-pic-content .teacher-img-content:hover:after,
.course-details-category li:hover {

  color: #fff;

  background: #616dfd;

  background: -moz-linear-gradient(left, #393185 0%, #616dfd 51%, #393185 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #616dfd), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #393185 0%, #616dfd 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #393185 0%, #616dfd 51%, #393185 100%);

  background: -ms-linear-gradient(left, #393185 0%, #616dfd 51%, #393185 100%);

  background: -webkit-gradient(linear, left top, right top, from(#393185), color-stop(51%, #616dfd), to(#393185));

  background: -webkit-linear-gradient(left, #393185 0%, #616dfd 51%, #393185 100%);

  background: linear-gradient(to right, #393185 0%, #616dfd 51%, #393185 100%);

  background-size: 200% auto;

  background-position: 190px;
}



.top-right-bar {

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);
  ;

  color: #fff;

}



.top-right-bar::before {

  position: absolute;

  content: "";

  width: 35px;

  height: 100%;

  top: 0;

  left: -17px;

  background: #5e6af5;

  transform: skew(40deg);

}





.text-gradiant {

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #616dfd), color-stop(100%, #393185));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 100%);

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}



.backgroud-style {

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;
}



.whitish-overlay {

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  position: absolute;

  background-color: rgba(255, 255, 255, 0.65);
}



.slider-item-details .genius-btn a {

  color: #3e3892;

}



.genius-btn {

  height: 50px;

  line-height: 52px;

  border-radius: 4px;

  display: table;

  padding: 0px 25px;

  color: #fff;

  border: none;
}

.genius-btn a {

  color: #fff;

  display: block;

  width: 100%;
}

.genius-btn a i {

  margin-left: 5px;

  color: #616dfd;
}



.header-btn {

  border-radius: 4px;

  padding: 0.6rem 1.5rem;

  margin: 0.6rem 0;

  display: inline-block;

}



.course-viewer {

  margin: 0.5rem 0;

}



.header-btn a {

  color: #fff;

  display: block;

  width: 100%;
}

.header-btn a i {

  margin-left: 5px;

  color: #616dfd;
}



.bold-font {

  font-weight: 700;
}



.circle-img {

  width: 140px;

  height: 140px;

  border-radius: 50%;

  overflow: hidden;

  margin: 0.5rem auto;

}

/* .circle-img img {

    width: 140px !important;

  } */

.alumni-content {

  padding: 0 1.2rem;

  font-size: 12px;

  height: 30px;

}



.alumni-content p {

  margin: 0;

}

.section-title .subtitle {

  color: #a9a3a3;

  letter-spacing: 7px;

  position: relative;
}

.section-title .subtitle:before,
.section-title .subtitle:after {

  content: ".";

  font-size: 70px;

  left: -45px;

  pointer-events: none;

  position: absolute;

  text-shadow: rgba(0, 0, 0, 0) 0px 0px;

  top: -10px;

  line-height: 0;

  color: #393185;

  text-shadow: 15px 0 #393185;
}

.section-title .subtitle:after {

  right: -28px;

  left: inherit;
}



.section-title h2 {

  font-size: 52px;

  font-weight: 300;

  color: #333333;
}



.section-title h3 {

  font-size: 34px;

  font-weight: 300;

  color: #333333;
}

.section-title h2 span,
.section-title h3 span {

  font-weight: 700;
  color: #393185;
}



.section-title-2 h2 {

  font-size: 38px;

  color: #333333;

  font-weight: 300;

  position: relative;
}



.section-title-2 h3 {

  font-size: 20px;

  color: #333333;

  font-weight: 300;

  position: relative;
}

.why-choose-us-section .section-title-2 h2 span {

  font-weight: 700;

  color: #ffffff;

}

.section-title-2 h2 span {

  font-weight: 700;

  color: #393185;
}



.why-choose-us-section .section-title-2 h2:after {

  background-color: #ffffff;

}



.section-title-2 h2:after {

  position: absolute;

  content: '';

  bottom: -20px;

  height: 2px;

  width: 50px;

  left: 0;

  background-color: #393185;
}



.widget-title {

  font-size: 25px;

  color: #ffffff;

  font-weight: 700;

  position: relative;

  margin-bottom: 50px;
}

.widget-title:after {

  position: absolute;

  content: '';

  bottom: -20px;

  height: 2px;

  width: 50px;

  left: 0;

  background-color: #393185;
}



.center-inner.breadcrumb-section {

  background-image: url(../img/banner/center-banner.png);

  padding-top: 240px;

  padding-bottom: 1px;

}



.breadcrumb-section {

  background-image: url(../img/banner/center-banner.png);

  padding-bottom: 435px;
}



.breadcrumb-section .blakish-overlay {

  opacity: 0.5;

  visibility: visible;

  background: linear-gradient(to right, #000000 0%, #1d1d1d 51%, #fdfdfd 100%);

}



.inner-banner {

  background-position: center;

  overflow: auto;

  padding: 2rem 0;

  background: #eaeaea;

  background-size: cover;

  background-repeat: no-repeat;

  margin-top: 104px;

}



.inner-banner-content {

  color: #fff;

}

.inner-banner-breadcrumb {

  color: #fff;

  margin-bottom: 0.9rem;

  padding: 0;

}



.inner-banner-breadcrumb .breadcrumbElement {

  font-size: 16px;

  margin: 0 0.2rem;

  display: inline;

}



.social-share {

  margin-left: 10px;

  font-size: 20px;

  cursor: pointer;

}



.inner-banner-title h1 {

  color: #fff;

  line-height: 2.5rem;

  font-size: 39px;

}



.inner-banner-sub-title {

  margin: 1.2rem 0;

}



.inner-banner-description {

  margin: 1.2rem 0;

  font-size: 20px;

  overflow: hidden;

  font-size: 15px;

}



.inner-banner-description h2 {

  font-size: 27px;

  margin-bottom: 1.2rem;

}

.inner-banner-description p {

  color: #fff;

}



.inner-banner-description li {

  width: 50%;

  float: left;



}



.center-image {

  position: absolute;

  top: -54px;

  padding: 6px;

  background: #fff;

  border-radius: 5px;

}



.center-info-banner {

  margin-left: 174px;

  margin-bottom: 0;

  padding: 15px 0 78px 0;

  color: #333;

}



.center-info-banner-description {

  margin: 0.9rem 0 0.5rem 0;

  font-size: 14px;

}

.fa-book,
.fa-map-marker {

  color: #eb4141;

}

/* .fa-star {

  color: #ffc926;

} */

.module_title {
  font-size: 25px;
  font-weight: 500 !important;
  color: #3a3388 !important;

}



.fa-whatsapp {

  color: #128C7E;

}

.display-block {

  display: block;

}

.ad-page-banner {

  padding-top: 104px;

  background-position: center;

  height: 100vh;

  overflow: auto;

}

.page-breadcrumb-title {

  margin-top: 0.5rem;

}

.breadcrumb-section .page-breadcrumb-content {

  position: absolute;

  top: 60%;

  width: 60%;

  -webkit-transform: translateY(-60%);

  -ms-transform: translateY(-60%);

  transform: translateY(-60%);

  left: 85px;

  color: #fff;

  right: 0;
}

.page-breadcrumb-description {

  font-size: 16px;

  margin-top: 20px;

}

.page-breadcrumb-description p {

  font-size: 18px;

  line-height: 28px;

}

.breadcrumb-section .breadcrumb-head {

  font-size: 38px;

  color: #fff;

  font-weight: 700;
}

.breadcrumb-section .breadcrumb-head span {

  font-weight: 700;
}

.breadcrumb-section .breadcrumb {

  text-align: center;

  display: inherit;

  background-color: transparent;
}

.breadcrumb-section .breadcrumb-item {

  background-color: #393185;

  color: #fff;

  padding: 5px 15px;

  font-size: 13px;

  font-weight: 700;

  border-radius: 4px;
}

.breadcrumb-section .breadcrumb-item::before {

  display: none;
}

.breadcrumb-section .breadcrumb-item.active {

  background-color: #3b3b3b;

  color: #7a7a7a;
}



/*---------------------------------------------------- */

/*Header Section*/

/*----------------------------------------------------*/

.main-menu-container {

  position: absolute;

  width: 100%;

  padding: 5px 0px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  background: #fff;

  z-index: 9;
}



.header-fixed {

  position: fixed;

}

.courseMenu .active a {

  color: #ffffff;

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%)
}

.nav-menu {

  padding-top: 12px;
}

/* nav .nav-menu ul li:first-child a {

    background:linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

    color: #ffffff;

  } */



.nav-menu li a:hover {

  color: #ffffff;

}

.nav-menu li a {

  color: #3e4095;

  text-transform: uppercase;

  font-size: 13px;

  padding: 7px 15px;

  font-weight: 500;

  position: relative;

  border-radius: 4px;
}

.nav-menu li a:after {

  position: absolute;

  content: '';

  height: 100%;

  width: 100%;

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;

  left: 0;

  top: 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  border-radius: 4px;

  z-index: -1;

  opacity: 0;

  visibility: hidden;
}

.nav-menu li a:hover:after {

  opacity: 1;

  visibility: visible;
}



nav.navbar-menu.inside-navbar {

  padding: 0.6rem;

}



nav.navbar-menu.inside-navbar .nav-menu {

  padding: 10px 0;

}



.log-in {

  margin-top: 20px;
}

.log-in a {

  color: #fff;

  text-transform: uppercase;

  font-size: 15px;

  padding: 15px;

  font-weight: 700;
}



.cart-search {

  margin-top: 12px;

  margin-left: 10px;
}

.cart-search li {

  height: 35px;

  width: 35px;

  text-align: center;

  line-height: 30px;

  border-radius: 100%;

  color: #fff;

  margin-left: 10px;

  border: 2px solid #393185;

  position: relative;
}

.cart-search li a {

  display: block;

  width: 100%;
}

.cart-search li button {

  background-color: transparent;

  border: none;

  color: #fff;
}



.select-lang {

  display: inline;

  position: relative;

  border-left: 1px solid;

  margin-left: 25px;
}

.select-lang select {

  margin-top: 12px;

  background-color: transparent;

  border: none;

  padding: 10px 20px;

  color: #393185;

  -webkit-appearance: none;

  position: relative;
}

.select-lang:after {

  content: '\f078';

  font-family: 'Font Awesome 5 Free';

  position: absolute;

  top: 2px;

  right: 3px;

  font-size: 12px;

  font-weight: 700;
}



.main-menu-container.menu-bg-overlay {

  background: #ffffff;

  padding: 5px 0px;

  box-shadow: 0 1px 5px 0 rgb(46 61 73 / 20%);

}

.border-none {

  border: none;

}

.header-style-2.main-menu-container.menu-bg-overlay {

  background: #fff;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  padding-top: 0;

  padding-bottom: 25px;

  margin-top: -42px;
}

.navbar-brand img {

  width: 70%;

}

.header-top {

  border-bottom: 1px solid #eeeeee;
}

.header-top li {

  border-right: 1px solid #eeeeee;

  padding: 10px 20px;
}

.header-top li i {

  margin-right: 5px;
}

.header-top li select {

  border: none;
}



.header-top-text {

  padding: 10px 0px;
}



.header-style-2 {

  background-color: #fff;

  padding: 8px 0px;

  padding-top: 0;
}

.header-style-2 .main-menu {

  padding-top: 6px;
}

.header-style-2 .nav-menu li a {

  color: #616161;
}

.header-style-2 .nav-menu li a:hover {

  color: #fff;
}

.header-style-2 .cart-search li {

  border: none;
}

.header-style-2 .cart-search li button {

  border: none;

  line-height: 35px;

  padding: 0px 10px;

  border-radius: 100%;

  background-color: #999;
}

.header-style-2 .search-body {

  top: 70px;

  right: 0px;
}

.header-info {

  display: inline-block;

  margin-left: 50px;
}

.header-info li {

  margin-left: 45px;

  text-align: center;

  color: #fff;

  position: relative;

  height: 60px;
}

.header-info li i {

  font-size: 25px;

  line-height: 36px;
}

.header-info li:after {

  position: absolute;

  content: '';

  height: 60px;

  width: 1px;

  background-color: #eee;

  top: 0;

  right: -20px;
}

.header-info .info-text {

  color: #fff;

  font-size: 13px;
}

.mail-phone {

  margin: 1.2rem 0;

}

.side-bar-widget-contact-info {

  padding: 0;

  margin: 0;

}



.mail-phone .info-icon {

  height: 40px;

  width: 40px;

  border-radius: 50%;

  line-height: 41px;

  text-align: center;

  float: left;

  border: 2px solid #393185;

}



.side-bar-widget-contact-info li {

  list-style: none;

}

.mail-phone .info-icon i {

  font-size: 20px;
}



.mail-phone .info-id {

  font-size: 18px;

  font-weight: 700;

  color: #393185;

  display: block;

}



.mail-phone .info-content {

  display: inline-block;

  margin-left: 10px;

  text-align: left;

  width: 85%;

}



.nav-menu-4 {

  background-color: #fff;

  border-radius: 4px;

  padding: 25px 20px 25px 20px;

  position: absolute;

  line-height: 25px;

  left: 0;

  right: 0;

  max-width: 1170px;

  margin: 0 auto;

  bottom: -30px;
}

.nav-menu-4 .nav-menu li a {

  color: #333333;
}

.nav-menu-4 .nav-menu {

  padding-top: 0;
}

.nav-menu-4 select {

  font-size: 15px;

  margin-top: 0;

  padding: 0;

  width: 70px;
}

.nav-menu-4 .select-lang {

  border-left: none;

  margin-left: 0;
}

.nav-menu-4 .login-cart-lang ul {

  float: right;
}

.nav-menu-4 .login-cart-lang li {

  margin: 0 20px;

  position: relative;
}

.nav-menu-4 .login-cart-lang li:before {

  position: absolute;

  height: 40px;

  width: 1px;

  background-color: #eee;

  top: -8px;

  left: -20px;

  content: '';
}

.nav-menu-4 .login-cart-lang li i {

  font-size: 13px;
}

.nav-menu-4 .login-cart-lang .cart_search {

  height: 25px;

  width: 25px;

  background-color: #dddddd;

  color: #fff;

  border-radius: 100%;

  line-height: 22px;

  text-align: center;
}

.nav-menu-4 .login-cart-lang .login a {

  color: #393185;
}

.nav-menu-4 .login-cart-lang button {

  background-color: transparent;

  border: none;

  color: #fff;
}



.search-body {

  top: 55px;

  right: 0px;

  opacity: 0;

  border-radius: 4px;

  width: 300px;

  height: auto;

  z-index: 999;

  padding: 10px;

  position: absolute;

  visibility: hidden;

  background-color: #fff;

  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.search-body:after {

  position: absolute;

  content: '';

  top: -10px;

  border-left: 20px solid transparent;

  border-right: 0px solid transparent;

  border-top: 20px solid #ffffff;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  right: 6px;
}

.search-body .search-form {

  width: 100%;

  height: auto;

  position: relative;
}

.search-body .search-form .search-input {

  width: 100%;

  height: 50px;

  padding: 0px 20px;

  color: #000;

  background-color: #f7f7f7;

  border: 1px solid #eee;
}

.search-body .search-form .search-input:focus {

  outline: none;

  border-color: #eee;

  color: #000;
}

.search-body .search-form .search-close {

  top: 1px;

  right: 1px;

  z-index: 1;

  width: 50px;

  height: 48px;

  cursor: pointer;

  line-height: 48px;

  text-align: center;

  position: absolute;

  background-color: #393185;

  border: none;

  color: #000;
}



.modal {

  background-color: rgba(0, 0, 0, 0.8);
}



.search-open {

  opacity: 1;

  visibility: visible;
}



.modal-backdrop {

  z-index: 0;
}



.popup-logo {

  left: 0;

  right: 0;

  top: -30px;

  position: absolute;

  text-align: center;
}

.popup-logo img {

  border-radius: 4px;
}



.modal-dialog {

  margin: 2.75rem auto;
}



.modal-header {

  padding: 0;

  position: relative;
}

.modal-header .gradient-bg,
.modal-header .modal-body .nws-button button,
.modal-body .nws-button .modal-header button,
.modal-header .teacher-pic-content .teacher-img-content:after,
.teacher-pic-content .modal-header .teacher-img-content:after,
.modal-header .course-details-category li:hover,
.course-details-category .modal-header li:hover {

  position: absolute;

  top: 0;

  border-radius: 4px;

  height: 100%;

  width: 100%;

  opacity: .9;
}



.popup-text {

  width: 100%;

  padding: 42px 0px 20px 0px;

  position: relative;
}

.popup-text h2 {

  color: #fff;

  font-weight: 300;

  font-size: 38px;
}

.popup-text h2 span {

  font-weight: 700;
}

.popup-text p {

  color: #fff;
}

.popup-text p span {

  font-weight: 700;
}



.facebook-login {

  background-color: #006dd9;

  height: 50px;

  line-height: 50px;

  text-transform: capitalize;

  border-radius: 4px;

  margin-bottom: 20px;
}

.facebook-login a {

  padding: 0;
}



.alt-text {

  font-weight: 700;

  position: relative;

  margin-bottom: 30px;
}

.alt-text a {

  color: #333333;

  font-size: 12px;

  padding: 0;
}

.alt-text:before {

  position: absolute;

  content: '';

  top: 10px;

  height: 1px;

  width: 40%;

  left: 0;

  background-color: #ccc;
}

.alt-text:after {

  position: absolute;

  content: '';

  top: 10px;

  height: 1px;

  width: 40%;

  right: 0;

  background-color: #ccc;
}



.log-in-icon {

  float: left;

  padding: 0 20px;

  border-right: 1px solid #a29c9c;
}



.modal-body {

  padding: 30px 0;
}

.modal-body .contact_form input,
.modal-body .contact_form .register-form-area select,
.register-form-area .modal-body .contact_form select,
.modal-body .contact_form .register-form-area textarea,
.register-form-area .modal-body .contact_form textarea {

  height: 50px;

  background-color: #eeeeee;

  padding: 15px;

  border-radius: 4px;

  width: 100%;

  border: none;
}

.modal-body .nws-button button {

  height: 50px;

  width: 100%;

  border: none;

  font-weight: 700;

  color: #fff;

  text-transform: uppercase;

  font-size: 18px;
}

.modal-body p {

  margin-bottom: 5px;
}



.menu-item-has-children {

  position: relative;
}

/* .menu-item-has-children a {

    padding-bottom: 10px !important; } */

.menu-item-has-children:hover a:after {

  opacity: 1;

  visibility: visible;
}



.menu-item-has-children li {

  margin-bottom: 5px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}



.menu-item-has-children li:hover {

  margin-left: 3px;
}



.sub-menu {

  width: 300px;

  display: table;

  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);

  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);

  background-color: #fff;

  position: absolute;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: center top 0;

  -ms-transform-origin: center top 0;

  transform-origin: center top 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  top: 41px;

  left: -115px;

  text-align: left;

  border-radius: 4px;

  padding: 15px !important;
}

.sub-menu li {

  position: relative;

  border-bottom: 1px solid #e8e8e8;

  padding: 10px 0px;
}

.sub-menu li a {

  text-transform: capitalize !important;

  color: #333;

  padding: 0;
}

.sub-menu li a:after {

  display: none;
}

.sub-menu li a:hover {

  color: #393185 !important;
}

.sub-menu li:last-child {

  border-bottom: none;
}

.sub-menu:before {

  position: absolute;

  content: '';

  top: 0;

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-top: 10px solid #616dfd;

  left: 0;

  right: 0;

  margin: 0 auto;

  width: 20px;
}



.menu-item-has-children:hover .sub-menu {

  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  transform: scaleY(1);
}



.header-style-2 .sub-menu li a:hover {

  color: #393185;
}



.custom-header-style {

  position: absolute;

  width: 100%;

  top: 0;

}

.altranative-header {

  top: 0;

  left: 0;

  right: 0;

  z-index: 999;

  display: none;

  padding: 30px;

  position: fixed;

  background-color: #151515;
}



.alt-menu-btn {

  max-width: 100%;

  cursor: pointer;

  overflow: hidden;
}



.alt-menu-btn .hamburger-menu {

  width: 30px;

  height: 30px;

  text-align: center;

  position: relative;

  display: inline-block;
}



.alt-menu-btn .hamburger-menu:before {

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  color: #ffffff;

  font-size: 30px;

  content: "\f0c9";

  line-height: 30px;

  position: absolute;

  font-family: 'Font Awesome 5 Free';

  font-weight: 700;

  -webkit-transition: all .3s ease-in-out;

  -o-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;
}



button.alt-menu-btn.float-left {

  background-color: transparent;

  border: none;
}



.alt-menu-btn .hamburger-menu.open:before {

  content: "\f00d";
}



#menu-container .logo-area {

  height: auto;

  margin: -8px auto;

  text-align: center;
}



#menu-container .cart-Collapse {

  color: #ffffff;

  font-size: 16px;
}



#menu-container .menu-list {

  top: 88px;

  bottom: 0;

  left: -100%;

  height: 100%;

  width: 310px;

  z-index: 999;

  padding: 30px;

  position: fixed;

  min-height: 100%;

  overflow-y: auto;

  overflow-x: hidden;

  background: #151515;

  padding-bottom: 200px;
}



#menu-container .menu-list .alt-search input[type=search],
#menu-container .menu-list .alt-search .register-form-area select[type=search],
.register-form-area #menu-container .menu-list .alt-search select[type=search],
#menu-container .menu-list .alt-search .register-form-area textarea[type=search],
.register-form-area #menu-container .menu-list .alt-search textarea[type=search] {

  color: #ffffff;

  background-color: #000000;

  border: 1px solid rgba(255, 255, 255, 0.1);

  height: 50px;

  padding: 15px;

  width: 100%;
}



#menu-container .accordion .card {

  border: none;


  -webkit-box-shadow: none;

  box-shadow: none;

  background: none;

  border-radius: 0px;
}



#menu-container .accordion .card .card-header {

  padding: 0;
}



#menu-container .accordion .card .menu-link {

  width: 100%;

  display: block;

  font-size: 16px;

  font-weight: 700;

  text-align: left;

  padding: 10px 15px;

  border: none;

  background-color: #000;

  position: relative;

  color: #fff;
}



#menu-container .accordion .card button.menu-link:after {

  top: 50%;

  right: 15px;

  content: "\f078";

  position: absolute;

  font-weight: 700;

  font-family: 'Font Awesome 5 Free';

  transform: rotate(0deg) translateY(-50%);

  -o-transform: rotate(0deg) translateY(-50%);

  -ms-transform: rotate(0deg) translateY(-50%);

  -moz-transform: rotate(0deg) translateY(-50%);

  -webkit-transform: rotate(0deg) translateY(-50%);
}



#menu-container .accordion .card.active,

#menu-container .accordion .card .submenu {

  background-color: #000000;
}



#menu-container .accordion .card:hover .menu-link,

#menu-container .accordion .card.active .menu-link {

  color: #fff;

  background-color: #000000;

  border: none;
}



#menu-container .accordion .card .submenu {

  padding: 0px 30px;
}



#menu-container .accordion .card .submenu li {

  padding: 5px 0px;
}



#menu-container .accordion .card .submenu li:hover,

#menu-container .accordion .card .submenu li.active a {

  color: #fff;
}



.submenu-courses {

  position: absolute;

  left: 140px;

  top: 53px;

  color: #4c4c4c;

  background: #fff;

  padding: 5px;

  width: 700px;

  border-radius: 5px;

  display: none;

  min-height: 260px;

}



.category-courses-submenu {

  display: none;

  text-align: left;

}

.category-courses-submenu.active {

  display: block;

}

.category-courses-submenu .menu-course {

  padding: 6px;

  box-shadow: 0px 0px 5px #ccc;

  width: 47%;

  margin: 9px;

  display: inline-flex;

  border-radius: 5px;

}

.category-courses-submenu .menu-course .course-list-img {

  width: 25%;

  float: left;

}



.category-courses-submenu .menu-course .course-content {

  display: inline-block;

  width: 74%;

  padding: 0 10px;

  height: 90px;

}



.category-courses-submenu .menu-course .course-content h6 {

  font-size: 16px;

  margin: 0;

}



.category-courses-submenu .menu-course .course-content a {

  color: #3f3f3f;

  text-transform: capitalize;

}



.category-courses-submenu .menu-course .course-content .course-meta span {

  font-size: 13px;

  display: inline-block;

}





.cart-btn li {

  display: inline-block !important;

  margin: 0px 5px;
}



.cart-btn {

  margin-top: 10px;
}

.cart-btn li {

  font-size: 18px;

  color: #fff;

  margin: 0px 10px;
}



.modal-body .log-in-text {

  text-transform: uppercase;

  color: #fff;

  font-weight: 700;
}



.modal-body .log-in-icon i {

  font-size: 20px;

  color: #fff;
}



/*---------------------------------------------------- */

/*slider Section*/

/*----------------------------------------------------*/

.slider-text {

  position: absolute;

  top: 50%;

  right: 0;

  left: 0;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.slider-text .section-title h2 {

  font-size: 90px;

  color: #1c1c1c;

  font-weight: 100;
}



#slider-item:hover {

  visibility: visible;
}



#slider-item .genius-btn {

  border: 2px solid #393185;

  margin-top: 30px;
}



#slider-item .owl-dots {

  position: absolute;

  bottom: 50px;

  left: 0;

  right: 0;
}

#slider-item .owl-dots .owl-dot.active {

  height: 45px;

  width: 3px;

  border-radius: 4px;

  background-color: #4b4b4b;
}

#slider-item .owl-dots .owl-dot {

  height: 20px;

  background-color: #585656;

  width: 3px;
}



#slider-item .owl-nav {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 98%;

  left: 0;

  right: 0;

  margin: 0 auto;
}



#slider-item .owl-next {

  float: right;
}



#slider-item .scound-slide {

  font-size: 70px;
}



#slider-item .search-course {

  max-width: 600px;
}



#slider-item .owl-item .layer-1-2 {

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  transform: translateY(100%);

  opacity: 0;

  -webkit-transition: all 1s ease-in-out 0.3s;

  -o-transition: all 1s ease-in-out 0.3s;

  transition: all 1s ease-in-out 0.3s;
}



#slider-item .owl-item .layer-1-1 {

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  transform: translateY(100%);

  opacity: 0;

  -webkit-transition: all 1s ease-in-out 1s;

  -o-transition: all 1s ease-in-out 1s;

  transition: all 1s ease-in-out 1s;
}



#slider-item .owl-item .layer-1-3 {

  -webkit-transform: translateY(50%);

  -ms-transform: translateY(50%);

  transform: translateY(50%);

  opacity: 0;

  -webkit-transition: all 1s ease-in-out 1.5s;

  -o-transition: all 1s ease-in-out 1.5s;

  transition: all 1s ease-in-out 1.5s;
}



#slider-item .owl-item .layer-1-4 {

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  transform: translateY(100%);

  opacity: 0;

  -webkit-transition: all 1s ease-in-out 2s;

  -o-transition: all 1s ease-in-out 2s;

  transition: all 1s ease-in-out 2s;
}



#slider-item .owl-item .layer-1-5 {

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  transform: translateY(100%);

  opacity: 0;

  -webkit-transition: all 1s ease-in-out 2.5s;

  -o-transition: all 1s ease-in-out 2.5s;

  transition: all 1s ease-in-out 2.5s;
}



#slider-item .owl-item .layer-1-6 {

  -webkit-transform: translateY(100%);

  -ms-transform: translateY(100%);

  transform: translateY(100%);

  opacity: 0;

  -webkit-transition: all 1s ease-in-out 3s;

  -o-transition: all 1s ease-in-out 3s;

  transition: all 1s ease-in-out 3s;
}



#slider-item .owl-item.active .layer-1-2,

#slider-item .owl-item.active .layer-1-1,

#slider-item .owl-item.active .layer-1-3,

#slider-item .owl-item.active .layer-1-4,

#slider-item .owl-item.active .layer-1-5,

#slider-item .owl-item.active .layer-1-6 {

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

  opacity: 1;
}



#slider-item .owl-item.active .slider-images img {

  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);

  -webkit-transition: 10s;

  -o-transition: 10s;

  transition: 10s;
}



#slider-item .slider-course-category {

  max-width: 809px;

  margin-right: 6rem;

  margin-top: 25px;

}

#slider-item .slider-course-category li {

  color: #2d2a4f;

  font-weight: 700;

  margin: 0px 10px;

  position: relative;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

#slider-item .slider-course-category li:after {

  position: absolute;

  content: '';

  height: 10px;

  width: 2px;

  top: 6px;

  right: -13px;

  background-color: #8e8e8e;
}

#slider-item .slider-course-category li:last-child:after {

  display: none;
}

#slider-item .slider-course-category li:hover {

  color: #393185;
}



#slider-item .third-slide {

  font-size: 60px;
}



#slider-item .secoud-title {

  font-size: 60px;
}



.coming-countdown {

  margin-bottom: 30px;

  text-align: center;
}



.coming-countdown li {

  width: 100px;

  height: auto;

  padding: 15px 5px;

  margin-right: 30px;

  text-align: center;

  display: inline-block;

  color: #fff;

  border: 2px solid #393185;

  border-radius: 8px;
}



.coming-countdown li:last-child {

  margin-right: 0px;
}



.coming-countdown .number {

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 5px;
}



.coming-countdown span {

  display: block;

  color: #ffffff;

  position: relative;

  text-transform: uppercase;
}



.coming-countdown span:before {

  left: 0;

  right: 0;

  top: -20px;

  width: 50px;

  height: 3px;

  margin: 0 auto;

  position: absolute;

  background: #ffffff;

  border-radius: 45px;
}



.slider-bg-1,

.slider-bg-2,

.slider-bg-3,

.slider-bg-4,

.slider-bg-5 {

  height: 100vh;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;
}



.slider-bg-5 {

  background-image: url(../img/banner/sd-1.jpg);
}

.slider-bg-5 .slider-text {

  max-width: 1170px;

  margin: 0 auto;
}



#course-btn .genius-btn {

  margin: 0 auto;
}



/*---------------------------------------------------- */

/*Search Course*/

/*----------------------------------------------------*/

.search-course-section {

  padding: 125px 0px 125px 0px;
}



.search-course input,
.search-course .register-form-area select,
.register-form-area .search-course select,
.search-course .register-form-area textarea,
.register-form-area .search-course textarea,

.subs-form input,

.subs-form .register-form-area select,

.register-form-area .subs-form select,

.subs-form .register-form-area textarea,

.register-form-area .subs-form textarea {

  width: 100%;

  height: 60px;

  background-color: #f9f9f9;

  border: none;

  padding: 0px 20px;

  border-radius: 5px;
}



.search-course .nws-button,

.subs-form .nws-button {

  top: 0;

  right: 0;

  height: 60px;

  width: 195px;

  line-height: 60px;

  position: absolute;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  padding: 0;
}

.search-course .nws-button button,

.subs-form .nws-button button {

  background-color: transparent;

  border: none;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  color: #fff;
}



.counter-icon {

  float: left;

  width: 60px;

  height: 45px;

  line-height: 40px;

  margin-right: 15px;

  text-align: center;

  border-right: 1px solid #989898;
}

.counter-icon i {

  font-size: 38px;
}



.counter-number {

  display: inline-block;

  overflow: hidden;
}



.counter-number p {

  font-size: 14px;

  font-weight: 700;

  font-color: #989898;
}



.counter-number .counter-count,
.counter-number span {

  font-size: 30px;

  color: #333333;

  line-height: .9;
}



.counter-number span {

  font-weight: 700;
}



.copy-right-menu-item li {

  color: #989898;

  margin-left: 30px;
}



.copy-right-menu {

  padding: 45px 0px;

  border-top: 1px solid #ddd6d6;
}



.home-secound-course-search {

  background-image: url(../img/banner/hb-2.jpg);

  padding-bottom: 0;
}

.home-secound-course-search .search-app {

  padding-top: 50px;
}

.home-secound-course-search .search-app-content {

  margin-left: 40px;
}

.home-secound-course-search .search-course input,
.home-secound-course-search .search-course .register-form-area select,
.register-form-area .home-secound-course-search .search-course select,
.home-secound-course-search .search-course .register-form-area textarea,
.register-form-area .home-secound-course-search .search-course textarea {

  background: #4273e1;

  background: -moz-linear-gradient(left, #616dfd 0%, #4273e1 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #4273e1), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #4273e1 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #4273e1 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #4273e1 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #4273e1), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #4273e1 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #4273e1 51%, #616dfd 100%);

  background-size: 200% auto;

  color: #fff;
}

.home-secound-course-search .search-course input::-webkit-input-placeholder,
.home-secound-course-search .search-course .register-form-area select::-webkit-input-placeholder,
.register-form-area .home-secound-course-search .search-course select::-webkit-input-placeholder,
.home-secound-course-search .search-course .register-form-area textarea::-webkit-input-placeholder,
.register-form-area .home-secound-course-search .search-course textarea::-webkit-input-placeholder {

  color: #fff;
}

.home-secound-course-search .counter-number p {

  color: #fff;
}

.home-secound-course-search .counter-count,
.home-secound-course-search .counter-number span,
.counter-number .home-secound-course-search span {

  color: #fff;
}

.home-secound-course-search .section-title span,

.home-secound-course-search .section-title h2 {

  color: #fff;
}

.home-secound-course-search .search-app .search-app-content h2 {

  font-size: 35px;
}

.home-secound-course-search .app-details-content p {

  font-size: 20px;

  color: #fff;
}

.home-secound-course-search .about-list li {

  color: #393185;

  margin-left: 5px;
}

.home-secound-course-search .about-list li:before {

  width: 10px;

  height: 10px;

  top: 7px;

  background-color: #5196c9;
}

.home-secound-course-search .genius-btn {

  width: 190px;
}



.app-stor {

  display: inline-block;
}

.app-stor li {

  font-size: 22px;

  color: #fff;

  margin-right: 25px;

  position: relative;
}

.app-stor li:after {

  position: absolute;

  content: '';

  height: 20px;

  width: 1px;

  top: 4px;

  right: -14px;

  background-color: #9ad1f6;
}

.app-stor li:last-child:after {

  display: none;
}



.search-course-secound {

  background-color: #fffdfd;

  padding: 20px 0px 10px !important;

  max-width: 1170px;

  margin: 0 auto;

  border-radius: 5px;

  position: relative;

  z-index: 2;

  top: -40px;

  border: 1px solid #3c368e5e;

}

.search-course-secound .counter-number .counter-count,
.search-course-secound .counter-number span,

.search-course-secound .counter-number span {

  color: #393185;
}

.search-course-secound .counter-number p {

  color: #393185;

  margin: 0;
}



.search-course-third {

  padding: 0;
}

.search-course-third .version-four {

  padding: 40px 35px 30px;
}

.search-course-third .counter-number p {

  margin-bottom: 0;
}

.search-course-third .counter-icon-number {

  position: relative;
}

.search-course-third .counter-icon-number:before,
.search-course-third .counter-icon-number:after {

  position: absolute;

  content: '';

  bottom: -30px;

  background-color: #eee;

  width: 110%;

  height: 7px;

  left: -20px;

  -webkit-transition: .5s all ease-in-out;

  -o-transition: .5s all ease-in-out;

  transition: .5s all ease-in-out;
}

.search-course-third .counter-icon-number:after {

  background-color: #393185;

  width: 0;
}

.search-course-third .counter-icon-number:hover::after {

  width: 110%;
}



.home-third-course-search {

  background-color: #f7f7f7;

  padding-bottom: 0;
}

.home-third-course-search .search-course input,
.home-third-course-search .search-course .register-form-area select,
.register-form-area .home-third-course-search .search-course select,
.home-third-course-search .search-course .register-form-area textarea,
.register-form-area .home-third-course-search .search-course textarea {

  background-color: #fff;
}

.home-third-course-search .app-stor li {

  color: #777777;
}

.home-third-course-search .app-stor li:after {

  background-color: #777777;
}

.home-third-course-search .section-title h2 {

  font-size: 42px;
}



#search-course-2 .search-app {

  margin-top: 50px;
}



/*---------------------------------------------------- */

/*popular Course*/

/*----------------------------------------------------*/

.popular-course-section {

  padding-bottom: 125px;
}

.popular-course-section .section-title .subtitle {

  margin-left: 42px;
}



.course-meta {

  display: inline-block;

  width: 100%;
}

.course-meta span {

  font-size: 15px;

  margin-right: 17px;

  position: relative;
}

.course-meta span:last-child:after {

  display: none;
}

.course-meta .course-category,
.latest-events .course-meta .course-author {

  color: #393185;
}

.course-meta .course-author {

  color: #333333;
}

.course-meta .course-rate li {

  color: #ffc926;
  font-size: 13px;
}



.university-meta .university-author {

  color: #ffffff;

  padding: 5px 10px;

  border-radius: 10px;

  font-weight: 600;

}



.course-title:after {

  left: 0;

  content: '';

  height: 3px;

  width: 50px;

  bottom: 25px;

  position: absolute;
}



.course-title h3 {

  color: #333333;

  font-size: 22px;

  margin-bottom: 5px;

  font-weight: 500;

  line-height: 30px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

}

.trend-badge {

  top: -6px;

  color: #fff;

  padding: 5px;

  font-size: 11px;

  border-radius: 3px;

  position: relative;

  background-color: #ffc926;
}



.trend-bestseller {

  color: #fff;

  padding: 0 5px;

  font-size: 11px;

  border-radius: 3px;

  position: relative;

  margin-left: 0.9rem;

  background-color: #4caf50;

  display: inline-block;
}



.course-title h5 {

  color: #393185;

  font-size: 18px;

  margin: 0.8rem 0;

  font-weight: 600;

}

.course-title h5 span {

  top: -6px;

  color: #fff;

  padding: 5px;

  font-size: 11px;

  border-radius: 3px;

  position: relative;

  background-color: #ff5c26;
}



.course-viewer li {

  color: #989898;

  font-size: 14px;

  padding: 5px 15px;

  border-radius: 3px;

  background-color: #f7f7f7;
}



.course-price {

  top: 20px;

  left: 20px;

  font-weight: 700;

  padding: 5px 15px;

  border-radius: 4px;

  position: absolute;
}

.course-price span {

  color: #fff;
}



.course-details-btn {

  top: 25px;

  right: 5px;

  opacity: 0;

  visibility: hidden;

  position: absolute;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

.course-details-btn a {

  font-size: 12px;

  color: #fff;

  font-weight: 700;
}



.course-item-pic-text:hover .course-details-btn {
  right: 20px;
  opacity: 1;
  visibility: visible;
}


.owl-nav {

  right: 0;

  top: -90px;

  position: absolute;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  float: left;
  width: 34px;
  height: 49px;
  line-height: 51px;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #3d3791 !important;
  color: #fff;
}

.popular-two {

  background-color: #f7f7f7;

  padding: 20px 0px 20px;
}

.popular-two .course-viewer li {

  background-color: #fff;
}

.popular-two .owl-nav .owl-prev,
.popular-two .owl-nav .owl-next,

.popular-two .owl-nav .owl-next {

  background-color: #393185;
}



.popular-three {

  background-color: #f7f7f7;

  padding: 100px 0px 100px;
}

.popular-three .course-viewer li {

  background-color: #fff;
}

.popular-three .owl-nav .owl-prev,
.popular-three .owl-nav .owl-next,

.popular-three .owl-nav .owl-next {

  background-color: #393185;
}



.popular-four {
  background-color: #fff;
  padding: 0 0px 100px;
}

.popular-three .course-viewer li {
  background-color: #fff;
}

.popular-three .owl-nav .owl-prev,
.popular-three .owl-nav .owl-next,
.popular-three .owl-nav .owl-next {
  background-color: #393185;
}

.course-pic {
  overflow: hidden;
  border-radius: 4px;
}

.course-pic img {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.course-item-pic-text:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}



/*---------------------------------------------------- */
/*About Us*/
/*----------------------------------------------------*/

.about-us-section {

  background-color: #f7f7f7;

  padding: 125px 0px;

  overflow: visible;
}



.about-resigter-form {

  z-index: 2;

  padding: 30px;

  max-width: 360px;

  margin-top: 120px;
}



.register-content {

  position: relative;
}



.register-fomr-title h3 {

  font-size: 35px;

  color: #fff;
}

.register-fomr-title h3 span {

  font-weight: 300;
}



.register-fomr-title p {

  font-size: 14px;

  color: #fff;
}



.register-form-area input,
.register-form-area select,
.register-form-area textarea {

  height: 42px;

  width: 100%;

  background-color: #fff;

  padding: 0 15px;

  border-radius: 4px;

  margin-bottom: 5px;

  border: none;
}



.register-form-area textarea {

  height: 100px;

  padding-top: 15px;
}



.register-form-area button {

  height: 60px;

  width: 100%;

  font-weight: 700;

  color: #fff;

  border: none;

  text-transform: uppercase;

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);
}



.bg-mockup {

  position: absolute;

  top: 10px;

  left: -6px;

  z-index: 1;
}



.about-us-text {

  padding-top: 35px;
}

.about-us-text .section-title {

  margin-bottom: 60px;
}

.about-us-text .section-title p {

  font-size: 22px;

  font-weight: 500;

  color: #333333;

  margin-top: 20px;
}

.about-us-text .section-title:after {

  position: absolute;

  content: '';

  bottom: -30px;

  height: 2px;

  width: 50px;

  background-color: #393185;
}



.about-content-text p {

  font-size: 18px;

  color: #333333;
}



.about-list li {

  font-weight: 500;

  color: #333333;

  margin-bottom: 8px;

  padding-left: 25px;

  position: relative;
}

.about-list li:before {

  left: 0;

  content: '';

  width: 15px;

  height: 15px;

  top: 2px;

  border-radius: 100%;

  position: absolute;

  background-color: #393185;
}



.about-btn .genius-btn {

  display: inline-block;

  margin-right: 25px;
}



.home-secound .about-resigter-form {

  background-image: url(../img/about/abt.jpg);

  max-width: 420px;

  margin-top: 5px;

  padding: 50px;

  margin-left: 30px;

  border-radius: 5px;

  position: relative;

  z-index: 2;

  -webkit-box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
}

.home-secound .about-resigter-form:after {

  content: '';

  position: absolute;

  height: 80%;

  top: 50%;

  width: 30px;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  border-radius: 5px;

  left: -30px;

  z-index: -1;

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;

  border-bottom-right-radius: 0;

  border-top-right-radius: 0;
}



.home-secound .register-form-area button {

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;
}



.home-secound .bg-mockup {

  display: none;
}



.home-secound .register-form-area input,
.home-secound .register-form-area select,
.home-secound .register-form-area textarea,

.home-secound .register-form-area select,

.home-secound .register-form-area textarea {

  background-color: #ffffffc7;
}



.home-third {

  background-color: #fff;
}



.about-page-section {

  padding: 80px 0px;
}



.about-gallery {

  display: inline-block;

  margin-bottom: 20px;
}



.about-gallery-img {

  float: left;

  margin-bottom: 15px;
}



.grid-1 {

  width: 66.5%;

  float: left;
}



.grid-2 {

  width: 31.5%;

  float: left;

  margin-left: 12px;
}



.about-text-item .section-title-2 {

  margin-bottom: 65px;
}

.about-text-item .section-title-2 h2:after {

  bottom: -30px;
}



.about-text-item p {

  font-weight: 300;

  font-size: 20px;

  color: #333333;

  margin-bottom: 25px;
}



.about-teacher-2 .section-title-2 h2 {

  font-size: 28px;
}

.about-teacher-2 .section-title-2 h2:after {

  display: none;
}

.about-teacher-2 .section-title-2 h2 b {

  color: #393185;

  font-size: 14px;

  font-weight: 700;
}



.about-course-categori {

  padding-top: 50px;
}

.about-course-categori .category-slide {

  margin-top: 40px;
}



/*---------------------------------------------------- */

/*testimonial section*/

/*----------------------------------------------------*/

.why-choose-us-section .jarallax {

  background-image: url(../img/banner/tesit-b-1.jpg);

  padding: 140px 0px 115px 0px;
}



.why-choose-us-section .section-title {

  margin-bottom: 50px;
}

.why-choose-us-section .section-title h2 {

  color: #fff;
}

.why-choose-us-section .section-title span {

  color: #fff;
}



.service-slide {

  margin-bottom: 50px;
}



.service-icon {

  margin-right: 15px;
}

.service-icon i {

  font-size: 50px;
}



.service-text {

  overflow: hidden;
}

.service-text h3 {

  font-size: 22px;

  color: #fff;
}

.service-text p {

  color: #88c3ef;
}



.owl-dots {

  text-align: center;

  margin-top: 30px;
}

.owl-dots .owl-dot {

  height: 5px;

  width: 20px;

  display: inline-block;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  margin: 0 7px;

  border-radius: 10px;

  background-color: #4175a4;
}

.owl-dots .owl-dot.active {

  width: 40px;

  background-color: #646363;
}



.testimonial-slide .section-title-2 h2 {

  color: #fff;
}



.testimonial-slide .student-qoute {

  border: 2px solid #3080b6;

  padding: 30px;

  border-radius: 5px;

  position: relative;
}

.testimonial-slide .student-qoute:after {

  position: absolute;

  content: '\f10d';

  font-weight: 900;

  font-family: 'Font Awesome 5 Free';

  color: #3080b6;

  font-size: 40px;

  right: 35px;

  padding: 5px 20px;

  bottom: -30px;

  background-color: #125693;
}

.testimonial-slide .student-qoute p {

  font-style: italic;

  color: #fff;

  font-size: 18px;

  font-weight: 300;
}

.testimonial-slide .student-qoute p b {

  font-weight: 700;
}



.testimonial-slide .student-name-designation span {

  font-size: 13px;

  color: #393185;

  margin-right: 25px;

  position: relative;
}

.testimonial-slide .student-name-designation span:before {

  top: 4px;

  width: 1px;

  content: '';

  height: 10px;

  right: -14px;

  position: absolute;

  background-color: #393185;
}

.testimonial-slide .student-name-designation span:last-child::before {

  display: none;
}



.testimonial-slide .student-name-designation .st-designation {

  font-weight: 300;
}



.testimonial-slide-area .owl-stage-outer {

  padding-bottom: 30px;
}



.testimonial-slide-area .owl-prev,
.testimonial-slide-area .owl-next {

  background-color: #3080b6;

  color: #f7f7f7;
}



.secound-testimoinial-section {

  max-width: 880px;

  margin: 0 auto;

  padding: 90px 0px 90px 0px;
}

.secound-testimoinial-section .student-qoute {

  padding: 0;

  border: none;
}

.secound-testimoinial-section .student-qoute p {

  font-size: 25px;

  color: #333333;

  margin-bottom: 30px;
}

.secound-testimoinial-section .student-qoute:after {

  display: none;
}

.secound-testimoinial-section .owl-dot {

  background-color: #f5f5f5;
}

.secound-testimoinial-section .owl-dot.active {

  background-color: #989898;
}

.secound-testimoinial-section .student-name-designation span {

  color: #989898;
}

.secound-testimoinial-section .student-name-designation span:before {

  background-color: #989898;
}

.secound-testimoinial-section .student-name-designation .st-name {

  color: #333333;
}



.testimonial_2_section {

  padding-top: 100px;
}

.testimonial_2_section .section-title-2 h2,

.testimonial_2_section .section-title-2 span {

  color: #333333;
}

.testimonial_2_section .student-qoute {

  border: 2px solid #f7f7f7;
}

.testimonial_2_section .student-qoute p {

  color: #000000;
}

.testimonial_2_section .student-qoute p b {

  color: #333333;
}

.testimonial_2_section .student-qoute:after {

  background-color: #fff;

  color: #8c8c8c;
}

.testimonial_2_section .owl-next,

.testimonial_2_section .owl-prev,

.testimonial_2_section .owl-nav .owl-next,

.owl-nav .testimonial_2_section .owl-next,

.testimonial_2_section .testimonial-slide-area .owl-next,

.testimonial-slide-area .testimonial_2_section .owl-next {

  background-color: #f7f7f7;

  color: #999999;
}



.third-testimoinial-section {

  padding: 100px 0px 40px;
}

.third-testimoinial-section .section-title-2 h2 {

  color: #333333;
}



/*---------------------------------------------------- */

/*latest section*/

/*----------------------------------------------------*/

.latest-area-section {

  padding: 125px 0px 55px 0px;
}



.latest-news-thumbnile {

  height: 120px;

  width: 120px;

  float: left;

  margin-right: 20px;

  overflow: hidden;
}

.latest-news-thumbnile .hover-search {

  position: absolute;

  top: 50%;

  left: 0;

  color: #fff;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: center;

  right: 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  font-size: 20px;

  opacity: 0;

  visibility: hidden;

  z-index: 1;
}



.blakish-overlay {

  top: 0;

  opacity: 0;

  width: 100%;

  height: 100%;

  border-radius: 4px;

  position: absolute;

  visibility: hidden;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  background-color: rgba(0, 0, 0, 0.65);
}



.latest-news-area {

  display: inline-block;

  margin-bottom: 30px;

  padding-bottom: 30px;

  border-bottom: 1px solid #ccc;

  width: 100%;

  max-width: 335px;
}

.latest-news-area:last-child {

  border-bottom: none;

  padding-bottom: 0;
}

.latest-news-area .date-meta {

  color: #989898;

  font-size: 14px;

  margin-bottom: 10px;
}

.latest-news-area:hover .blakish-overlay {

  opacity: 1;

  visibility: visible;
}

.latest-news-area:hover .hover-search {

  opacity: 1;

  visibility: visible;
}



.latest-title {

  font-size: 16px;

  color: #333333;

  margin-bottom: 10px;
}



.view-all-btn {

  color: #333333;
}

.view-all-btn i {

  color: #393185;

  margin-left: 5px;
}



.gradient-bdr {

  z-index: -1;

  width: 100%;

  height: 100%;

  position: absolute;

  border-radius: 10px;

  -webkit-transform: scale(1.06);

  -ms-transform: scale(1.06);

  transform: scale(1.06);

  background: -o-linear-gradient(69deg, #10abff, #1beabd);

  background: linear-gradient(21deg, #10abff, #1beabd);

  background: -webkit-linear-gradient(69deg, #10abff, #1beabd);
}



.events-date {

  float: left;

  height: 84px;

  width: 95px;

  font-size: 13px;

  font-weight: 500;

  border-radius: 10px;

  margin-right: 20px;

  background-color: #fff;
}

.events-date span {

  font-size: 50px;

  padding-top: 8px;

  color: #333333;

  line-height: 1;

  display: block;
}



.latest-events {

  display: inline-block;

  max-width: 340px;

  margin-bottom: 30px;
}

.latest-events .course-meta .course-category,
.latest-events .course-meta .course-author {

  font-weight: 500;

  color: #989898;
}



.event-text {

  overflow: hidden;
}



.video-play-btn {

  height: 40px;

  width: 40px;

  line-height: 40px;

  border-radius: 100%;

  color: #fff;

  position: absolute;

  top: 50%;

  right: 0;

  left: 0;

  margin: 0 auto;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.video-play-btn a {

  display: block;

  width: 100%;
}



.sponsor-section {

  padding: 30px 0px 35px 0px;
}



.sponsor-pic {

  position: relative;

  background: #ebe9ff;

  padding: 6px;

  margin: 2px;

  width: 150px;

}





.sponsor-1 .owl-stage-outer {

  padding: 0 10px;
}



.sponsor-1 .owl-dots {

  display: none !important;
}



.sponsor-2 {

  padding: 60px 0px;
}

.sponsor-2 .sponsor-pic:after {

  display: none;
}

.sponsor-2 .owl-nav {

  display: none;
}

.sponsor-2 .owl-dots .owl-dot {

  background-color: #f5f5f5;
}

.sponsor-2 .owl-dots .owl-dot.active {

  background-color: #cccccc;
}



.home-page-three {

  padding: 40px 0px 125px;
}



/*---------------------------------------------------- */

/*Best course section*/

/*----------------------------------------------------*/

.best-course-section {

  background-color: #f7f7f7;

  padding: 5rem 0;
}



.best-course-pic-text {

  border-radius: 4px;

  margin-top: 20px;

  background: #fff;

  box-shadow: 0 4px 8px rgba(9, 30, 66, .08);

}

.best-course-pic-text .course-title h3 {

  font-size: 16px;

  line-height: 24px;

}

.best-course-pic-text .course-type-title h3 {

  font-size: 16px;

  line-height: 24px;

  color: #333333;

  margin-bottom: 5px;

  font-weight: 500;

}



.best-course-pic-text .course-title:after {

  display: none;
}

.best-course-pic-text .best-course-text {

  background-color: #fff;

  border-radius: 4px;

  padding: 11px 10px 7px 17px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;



}

.best-course-pic-text .best-course-text .course-meta span {

  font-weight: 400;

  color: #777777;

  -webkit-font-smoothing: antialiased;

}

.best-course-pic-text .best-course-pic {

  overflow: hidden;

  border-radius: 4px;
}

.best-course-pic-text .course-price {

  bottom: 20px;

  z-index: 1;

  top: inherit;
}

.best-course-pic-text .course-rate {

  position: absolute;

  right: 0;

  bottom: 7px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

.best-course-pic-text .course-rate li {

  font-size: 14px;
}

.best-course-pic-text .course-details-btn {

  top: inherit;

  bottom: 25px;

  right: 5px;
}

.best-course-pic-text:hover .course-details-btn {

  opacity: 1;

  right: 25px;

  visibility: visible;

  z-index: 1;
}

.best-course-pic-text:hover .course-rate {

  opacity: 0;
}

.best-course-pic-text:hover .blakish-overlay {

  opacity: 1;

  visibility: visible;

  z-index: 0;
}

.best-course-pic-text:hover {

  -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);

  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
}



.course-rate li {

  color: #ffc926;
}



.trend-badge-3 {

  left: 0;

  color: #fff;

  font-size: 12px;

  font-weight: 700;

  position: absolute;

  z-index: 99;

  top: 0px;

}



.trend-badge-2 {

  top: -18px;

  left: -50px;

  color: #fff;

  font-size: 12px;

  font-weight: 700;

  position: absolute;

  padding: 30px 35px 5px;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

  background-color: #ff5a00;
}

.trend-badge-2 span {

  display: block;
}



.couse-pagination li {

  font-size: 18px;

  color: #bababa;

  margin: 0 5px;
}



.couse-pagination li.active {

  color: #333333;

  font-weight: 700;
}



.couse-pagination .pg-text {

  font-size: 13px;
}



.best-course-v2 {

  background-color: #fff;

  padding-bottom: 80px;
}

.best-course-v2 .best-course-pic-text .best-course-text {

  background-color: #f7f7f7;
}



.course-search-filter {

  display: inline-block;

  width: 100%;
}



.course-button ul.product-tab li.active:after {

  display: none;
}



.course-button ul.product-tab li:before {

  content: '';

  position: absolute;

  top: -15px;

  border-left: 20px solid transparent;

  border-right: 20px solid transparent;

  border-top: 20px solid #616dfd;

  -webkit-transform: rotate(-180deg);

  -ms-transform: rotate(-180deg);

  transform: rotate(-180deg);

  left: 0;

  width: 20px;

  right: 0;

  opacity: 0;

  margin: 0 auto;
}



.course-button ul.product-tab li.active:before {

  opacity: 1;
}



.course-button ul.product-tab li.active .category-icon-title:after {

  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}



.course-button ul.product-tab li.active .category-icon i {

  color: #fff;

  -webkit-text-fill-color: inherit;
}



.course-button ul.product-tab li.active .category-title h4 {

  color: #fff;
}



.course-button .category-title h4 {

  text-transform: capitalize;

  font-size: 16px;
}



.course-button ul.product-tab li {

  margin: 0;
}

.course-button ul.product-tab li .category-icon-title {

  width: 180px;

  height: 180px;

  padding: 20px;

  overflow: hidden;
}



.button-tab .owl-stage-outer {

  padding: 20px 0px;
}



.button-tab .owl-prev,
.button-tab .owl-nav .owl-next,
.owl-nav .button-tab .owl-next,
.button-tab .testimonial-slide-area .owl-next,
.testimonial-slide-area .button-tab .owl-next {

  position: absolute;

  left: 0;
}



.course-button {

  background-color: #fff;
}



.one-page-category {

  padding-top: 0;
}

.one-page-category .category-slide {

  margin-top: 0;
}

.one-page-category .category-slide .owl-nav {

  top: 46%;

  width: 108%;
}



/*---------------------------------------------------- */

/*Teacher  section*/

/*----------------------------------------------------*/

.course-teacher-section .jarallax {

  background-image: url(../img/banner/teacher-b.jpg);

  padding: 125px 0px 125px 0px;
}



.course-teacher-section .section-title {

  margin-bottom: 70px;
}

.course-teacher-section .section-title h2 {

  color: #fff;
}

.course-teacher-section .section-title span {

  color: #fff;
}



.course-teacher-section .genius-btn {

  margin: 0 auto;
}



.teacher-img-content {

  background-color: #0a4a78;

  display: inline-block;

  padding: 20px;

  border-radius: 4px;

  width: 100%;

  margin-bottom: 50px;
}

.teacher-img-content .teacher-social-name {

  float: left;

  max-width: 65px;
}

.teacher-img-content .teacher-social-name ul {

  margin-bottom: 10px !important;
}

.teacher-img-content .teacher-social-name li {

  height: 35px;

  width: 35px;

  border-radius: 100%;

  text-align: center;

  color: #adb8bf;

  line-height: 35px;

  margin-bottom: 5px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  background-color: #608297;
}

.teacher-img-content .teacher-social-name li:hover {

  background-color: #fff;

  color: #176299;
}

.teacher-img-content .teacher-social-name .teacher-name span {

  font-weight: 700;

  color: #fff;

  font-size: 18px;
}

.teacher-img-content .teacher-img {

  height: 150px;

  width: 150px;

  display: inline-block;

  position: relative;

  right: -35px;

  top: -35px;
}

.teacher-img-content .teacher-img img {

  border-radius: 4px;
}

.teacher-img-content .teacher-img:after {

  content: '';

  height: 2px;

  width: 50px;

  left: -25px;

  bottom: 30px;

  position: absolute;

  background-color: #393185;
}

.teacher-img-content .teacher-img .course-price {

  font-weight: 400;

  top: auto;

  bottom: 20px;

  font-size: 12px;

  left: 45px;

  opacity: 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  visibility: hidden;
}

.teacher-img-content .teacher-category {

  position: relative;

  top: -5px;
}

.teacher-img-content .teacher-category .st-name {

  font-size: 13px;

  color: #fff;
}

.teacher-img-content:hover .course-price {

  opacity: 1;

  left: 35px;

  visibility: visible;
}



.secound-teacher-section {
  background-color: #f7f7f7;
  padding: 5rem 0;
}

.secound-teacher-section .teacher-img-text {

  background-color: #fff;

  padding: 20px 30px 30px 30px;

  border-radius: 4px;
}

.secound-teacher-section .teacher-img-text .teacher-social-list {

  position: absolute;

  top: 40%;

  left: 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  right: 0;

  text-align: center;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.secound-teacher-section .teacher-img-text .teacher-social-list li {

  height: 30px;

  width: 30px;

  text-align: center;

  border: 2px solid #393185;

  line-height: 30px;

  color: #fff;

  margin: 0 2px;

  border-radius: 100%;
}

.secound-teacher-section .teacher-img-text .teacher-name {

  display: block;

  font-size: 18px;

  font-weight: 700;

  color: #333333;
}

.secound-teacher-section .teacher-img-text .teacher-designation {

  font-size: 13px;

  color: #393185;
}

.secound-teacher-section .teacher-img-text .teacher-img-social .blakish-overlay {

  border-radius: 100%;
  height: 190px;
  width: 190px;
  margin: 0 auto;
  left: 0px;
  top: 5px;
  right: 0;
}

.secound-teacher-section .teacher-img-text:hover .blakish-overlay {

  opacity: 1;

  visibility: visible;
}

.secound-teacher-section .teacher-img-text:hover .teacher-social-list {

  top: 50%;

  opacity: 1;

  visibility: visible;
}



.teacher-img-social {

  z-index: 1;
}

.teacher-img-social img {

  border: 5px solid #fff;

  border-radius: 100%;
}

.teacher-img-social:after {

  content: '';
  position: absolute;
  width: 212px;
  height: 213px;
  background: #dcdcdc;
  background-size: 200% auto;
  top: -7px;
  left: -2px;
  border-radius: 100%;
  z-index: -1;
  right: -5px;
}



.secound-teacher-section .owl-prev,
.secound-teacher-section .owl-nav .owl-next,
.owl-nav .secound-teacher-section .owl-next,
.secound-teacher-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .secound-teacher-section .owl-next,

.secound-teacher-section .owl-next {

  background-color: #fff;
}



.secound-teacher-section .genius-btn {

  margin: 0 auto;

  margin-top: 65px;
}



.genius-teacher-section-2 {

  padding-bottom: 80px;
}

.genius-teacher-section-2 .teacher-img-content {

  background-color: inherit;

  padding: 0;

  border-radius: 4px;

  overflow: hidden;

  margin-bottom: 25px;

  height: 210px;
}

.genius-teacher-section-2 .teacher-img-content .teacher-cntent {

  position: absolute;

  top: 15px;

  left: 30px;

  z-index: 1;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  opacity: 0;
}

.genius-teacher-section-2 .teacher-img-content .teacher-social-name ul {

  margin-bottom: 20px !important;
}

.genius-teacher-section-2 .teacher-img-content .teacher-category {

  bottom: 50px;

  top: inherit;

  right: 20px;

  display: none;

  z-index: 11;
}

.genius-teacher-section-2 .teacher-img-content:after {

  position: absolute;

  content: '';

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  z-index: 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  opacity: 0;
}

.genius-teacher-section-2 .teacher-img-content:hover:after {

  opacity: .8;
}

.genius-teacher-section-2 .teacher-img-content:hover .teacher-category {

  display: block;
}

.genius-teacher-section-2 .teacher-img-content:hover .teacher-cntent {

  opacity: 1;
}

.genius-teacher-section-2 .teacher-social-name li {

  background-color: #fff;
}



.teacher-page-section {

  padding: 80px 0px;
}

.teacher-page-section .couse-pagination {

  margin-top: 60px;
}



.teacher-pic-content {

  margin-bottom: 30px;
}

.teacher-pic-content .teacher-hover-item {

  display: inline-block;

  position: absolute;

  top: 35px;

  left: 15px;

  z-index: 1;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

.teacher-pic-content .teacher-hover-item .teacher-text {

  color: #fff;
}

.teacher-pic-content .teacher-social-name {

  width: 100%;

  max-width: inherit;

  margin-bottom: 5px;
}

.teacher-pic-content .teacher-social-name li {

  background-color: #fff;

  color: #393185;
}

.teacher-pic-content .teacher-next {

  height: 45px;

  width: 45px;

  background-color: #fff;

  position: absolute;

  right: -40px;

  bottom: 0;

  line-height: 52px;

  border-top-left-radius: 10px;

  z-index: 1;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  -webkit-transition-delay: .3s;

  -o-transition-delay: .3s;

  transition-delay: .3s;
}

.teacher-pic-content .teacher-next a {

  display: block;

  width: 100%;
}

.teacher-pic-content .teacher-next i {

  font-size: 20px;
}

.teacher-pic-content .teacher-img-content {

  background-color: inherit;

  padding: 0;

  position: relative;

  border-radius: 5px;

  overflow: hidden;

  margin-bottom: 0;
}

.teacher-pic-content .teacher-img-content:after {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  z-index: 0;
}

.teacher-pic-content .teacher-name-designation {

  margin-top: 10px;
}

.teacher-pic-content .teacher-name-designation .teacher-name {

  display: block;

  font-size: 18px;

  font-weight: 700;

  color: #333333;
}

.teacher-pic-content .teacher-name-designation .teacher-designation {

  font-size: 13px;

  color: #393185;
}

.teacher-pic-content:hover .teacher-img-content::after {

  opacity: .8;
}

.teacher-pic-content:hover .teacher-hover-item {

  opacity: 1;

  visibility: visible;

  left: 25px;
}

.teacher-pic-content:hover .teacher-next {

  opacity: 1;

  right: 0;

  visibility: visible;
}



.first-widget {

  margin-top: 0 !important;
}



.teacher-details-area {

  padding: 80px 0px 0px;
}



.course-img {

  margin-bottom: 15px;
}



.course-desc {

  color: #333333;
}



.teacher-details-text .section-title-2 {

  margin-bottom: 50px;
}

.teacher-details-text .section-title-2 h2 {

  font-size: 30px;
}

.teacher-details-text .section-title-2 h2:after {

  bottom: -45px;
}



.teacher-details-text .teacher-deg {

  font-weight: 700;

  font-size: 15px;

  margin-top: 5px;
}

.teacher-details-text .teacher-deg span {

  color: #393185;
}



.teacher-desc-social {

  margin-bottom: 28px;
}

.teacher-desc-social li {

  height: 80px;

  width: 80px;

  text-align: center;

  background-color: #f7f7f7;

  color: #444444;

  border-radius: 4px;

  font-size: 13px;

  margin-right: 5px;

  padding-top: 15px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

.teacher-desc-social li i {

  color: #bababa;

  font-size: 30px;

  margin-bottom: 5px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

.teacher-desc-social li:hover {

  background-color: #393185;

  color: #fff;
}

.teacher-desc-social li:hover i {

  color: #fff;
}



.teacher-address .address-details li {

  color: #000;

  font-size: 18px;

  margin-bottom: 10px;

  display: inline-block;
}

.teacher-address .address-details li b {

  font-weight: 900;
}

.teacher-address .address-details li .addrs-icon {

  height: 50px;

  width: 50px;

  text-align: center;

  line-height: 50px;

  font-size: 20px;

  border-radius: 5px;

  color: #fff;

  margin-right: 15px;

  float: left;

  background-color: #616dfd;
}

.teacher-address .address-details li .add-info {

  overflow: hidden;

  margin-top: 10px;
}



.about-teacher .section-title-2 {

  margin-bottom: 35px;
}

.about-teacher .section-title-2 h2:after {

  display: none;
}



.about-teacher p {

  font-weight: 300;

  font-size: 20px;

  color: #333333;
}



.category-slide .category-icon-title {

  padding: 35px 10px;

  border-radius: 0;

  position: relative;

  margin-bottom: 0;
}

.category-slide .category-icon-title:after {

  border-radius: 0;
}



.category-slide .owl-nav {

  top: 35%;

  width: 110%;

  -webkit-transform: translateY(-40%);

  -ms-transform: translateY(-40%);

  transform: translateY(-40%);

  left: -40px;

  z-index: -1;
}



.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next,

.category-slide .owl-nav .owl-next {

  background-color: transparent;
}



.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next {

  float: left;
}



.category-slide .owl-nav .owl-next {

  float: right;
}



.category-slide .owl-item.active:before {

  content: '';

  position: absolute;

  height: 195px;

  width: 1px;

  background-color: #eee;

  top: 0;

  right: 0;

  z-index: 1;
}



.category-slide .owl-item.active:last-child:before {

  display: none;
}



.category-slide .owl-stage-outer {

  padding: 5px;
}



.about-faq.faq-secound-home-version {

  background-image: inherit;

  padding-top: 0;
}

.about-faq.faq-secound-home-version .panel-group .panel {

  max-width: inherit;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed {
  color: #393185;
  font-weight: 800;
}

.about-faq.faq-secound-home-version .panel-group .panel-title h3:before {

  background-color: #cfcdcd;

  top: 15px;
}

.about-faq.faq-secound-home-version .panel-group .panel-body {

  color: #333;
}

.about-faq.faq-secound-home-version .panel-group .collapse.show .panel-body:before {

  height: 185%;

  top: -49px;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed:after {

  color: #cfcdcd;
}

.about-faq.faq-secound-home-version ul.product-tab li {

  background-color: #f7f7f7;

  font-size: 15px;

  font-weight: 400;

  color: #c4c4c4;
}

.about-faq.faq-secound-home-version .ques-ans h3 {

  color: #0f0f0f;
}

.about-faq.faq-secound-home-version .tab-container {

  margin-left: 15px;
}



.teacher-contact {

  padding-top: 25px;
}



.teacher-faq-form label {

  display: block;

  text-transform: uppercase;

  color: #333333;

  font-weight: 700;

  font-size: 14px;
}



.teacher-faq-form input,
.teacher-faq-form .register-form-area select,
.register-form-area .teacher-faq-form select,
.teacher-faq-form .register-form-area textarea,
.register-form-area .teacher-faq-form textarea,

.teacher-faq-form textarea {

  width: 100%;

  height: 45px;

  border-radius: 4px;

  background-color: #f7f7f7;

  border: none;

  margin-bottom: 30px;

  padding: 15px;
}



.teacher-faq-form input {

  margin-bottom: 4px;

}



.teacher-faq-form label.error {

  color: red;

  font-size: 12px;

  text-transform: capitalize;

}



.teacher-faq-form textarea {

  height: 160px;
}



.teacher-faq-form .nws-button {

  height: 60px;

  width: 195px;

  line-height: 60px;

  border-radius: 5px;
}

.teacher-faq-form .nws-button button {

  border: none;

  text-transform: uppercase;

  color: #fff;

  font-weight: 700;

  background-color: transparent;
}



.one-page-teacher {

  padding: 100px 0px;

  background-image: url(../img/banner/tesit-b-1.jpg);
}

.one-page-teacher .section-title span,
.one-page-teacher .section-title h2 {

  color: #fff;
}



/*---------------------------------------------------- */

/*Best product  section*/

/*----------------------------------------------------*/

.best-product-section {

  padding: 125px 0px 50px 0px;
}

.best-product-section .course-title h3 {

  font-size: 18px;
}

.best-product-section .course-title:after {

  display: none;
}

.best-product-section .price-start {

  font-size: 12px;

  font-weight: 700;

  margin-top: 5px;
}

.best-product-section .price-start span {

  color: #393185;
}



.best-product-section.home_2 {

  padding: 50px 0px 100px;
}



.add-cart {

  color: #bbbbbb;

  height: 40px;

  width: 40px;

  line-height: 40px;

  float: right;

  border-radius: 100%;

  background-color: #fff;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  margin-top: 10px;

  overflow: hidden;

  position: relative;
}

.add-cart:after {

  position: absolute;

  width: 100%;

  height: 100%;

  content: '';

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  left: 0;

  z-index: 0;

  opacity: 0;

  border-radius: 100%;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);
}

.add-cart i {

  position: relative;

  z-index: 1;
}



.product-img-text {

  background-color: #f1f1f3;

  padding: 25px 5px 5px;

  display: inline-block;

  width: 97%;

  margin: 5px;

  border-radius: 4px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

.product-img-text:hover {

  background-color: #fff;

  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
}

.product-img-text:hover .add-cart {

  color: #fff;
}

.product-img-text:hover .add-cart::after {

  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}



.faq-secound-home-version .best-product-section {

  padding-top: 30px;
}

.faq-secound-home-version .best-product-section .section-title-2 h2 {

  color: #fff;
}

.faq-secound-home-version .best-product-section .owl-prev,
.faq-secound-home-version .best-product-section .owl-nav .owl-next,
.owl-nav .faq-secound-home-version .best-product-section .owl-next,
.faq-secound-home-version .best-product-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .faq-secound-home-version .best-product-section .owl-next,

.faq-secound-home-version .best-product-section .owl-next {

  background-color: #4175a4;
}



.home-third-best-product {

  padding: 20px 0px 80px;
}



.shop-product-section {

  padding: 80px 0px 20px;
}



.genius-shop-item .best-product-section {

  padding-top: 0;
}

.genius-shop-item .best-product-section .product-img-text,
.best-course-area .product-img-text {

  width: 100%;

  margin: 0;

  margin-bottom: 30px;
}



.genius-shop-item .product-list-item {

  background-color: #f7f7f7;

  padding: 25px 20px;

  border-radius: 4px;
}



.genius-shop-item .course-page-section {

  padding-top: 0;
}



.ui-slider-horizontal {

  height: 3px;

  border: none;

  background-color: #dddddd;
}



.price-range .ui-widget.ui-widget-content {

  border: none;
}



.price-range input,
.price-range .register-form-area select,
.register-form-area .price-range select,
.price-range .register-form-area textarea,
.register-form-area .price-range textarea {

  position: absolute;

  font-size: 12px;

  right: -70px;

  top: -13px;

  color: #b2afaf;

  border: none;

  font-weight: 700;
}



#slider-range {

  width: 73%;

  float: right;

  margin-top: 6px;
}

#slider-range .ui-widget-header {

  background-color: #333333;
}



.ui-slider-horizontal .ui-slider-handle {

  height: 10px;

  width: 10px;

  border-radius: 100%;

  background-color: #393185;

  border: none;

  cursor: pointer;

  outline: none;

  top: -3px;
}



.inner-title {

  font-size: 12px;

  font-weight: 500;

  float: left;

  padding-left: 25px;

  position: relative;
}

.inner-title:after {

  position: absolute;

  content: '';

  height: 15px;

  width: 15px;

  border-radius: 4px;

  border: 1px solid #d9d4d4;

  left: 0;

  top: 1px;
}



.product-highlights .inner-title {

  float: none;

  font-size: 14px;

  color: #333333;

  font-weight: 500;

  margin-bottom: 10px;
}

.product-highlights .inner-title:last-child {

  margin-bottom: 0;
}



.best-sell-title-price {

  margin-top: 30px;
}

.best-sell-title-price h3 {

  font-size: 14px;

  font-weight: 700;

  color: #333333;
}



.best-sellers-pic-text {

  background-color: #f7f7f7;

  display: inline-block;

  width: 100%;

  padding: 15px 15px 25px 15px;

  margin-bottom: 4px;
}

.best-sellers-pic-text .best-sell-pic {

  height: 105px;

  width: 105px;

  float: left;

  margin-right: 20px;
}

.best-sellers-pic-text .b-price {

  font-size: 12px;

  color: #393185;

  font-weight: 700;
}



.best-sellers-item .couse-pagination {

  margin-top: 15px;
}

.best-sellers-item .couse-pagination li {

  font-size: 12px;
}



.best-product-4 {

  background-color: #f7f7f7;

  padding-bottom: 100px;
}

.best-product-4 .product-img-text {

  background-color: #fff;
}

.best-product-4 .owl-nav .owl-prev,
.best-product-4 .owl-nav .owl-next,

.best-product-4 .owl-nav .owl-next {

  background-color: #fff;
}



/*---------------------------------------------------- */

/*FAQ  section*/

/*----------------------------------------------------*/

.faq-section {

  padding: 5rem 0;
}



ul.product-tab li,
ul.course-tab li,
ul.module-tab li {

  cursor: pointer;

  margin: 0px 40px 20px 0px;

  font-size: 18px;

  position: relative;

  color: #777777;

  font-weight: 500;

  text-transform: uppercase;
}



ul.product-tab li:after,
ul.course-tab li:after,
ul.module-tab li:after {

  position: absolute;

  content: "";

  height: 2px;

  width: 100%;

  top: 30px;

  left: 0;

  opacity: 0;

  background-color: #393185;

}

.header-devider {

  padding-top: 40px;

}

section.header-margin {

  margin-top: 64px;

}

.course-details-category ul.product-tab li:after {

  position: relative;

}



.course-details-category.ul-li.tab-button.text-left.mb25.tab-button.text-left.mb25 li {

  margin: 0;

}

.text-black {

  color: #333 !important;

}

ul.product-tab li.active,
ul.module-tab li.active {

  color: #ffffff;
}



ul.product-tab li.active:after,
ul.course-tab li.active:after {

  opacity: 1;
}



.tab-content-1 {

  display: none;
}

.tab-content-1 p {

  color: #777777;
}



.course-tab-content-1 {

  display: none;
}

.course-tab-content-1 p {

  color: #777777;
}

.ques-ans h3 {

  font-size: 22px;

  font-weight: 500;

  color: #333333;

  margin-bottom: 20px;
}



.faq-secound-home-version {

  background-image: url(../img/banner/fq-1.jpg);

  padding: 110px 0px 100px 0px;
}

.faq-secound-home-version .section-title h2,

.faq-secound-home-version .section-title span {

  color: #fff;
}

.faq-secound-home-version ul.product-tab li {

  background-color: #006dad;

  color: #fff;

  padding: 5px 15px;

  font-size: 16px;

  border-radius: 4px;

  z-index: 1;

  margin: 0px 5px 0px 0px;
}

.faq-secound-home-version ul.product-tab li:after {

  position: absolute;

  content: '';

  height: 100%;

  width: 100%;

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;

  left: 0;

  top: 0;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  border-radius: 4px;

  z-index: -1;

  opacity: 0;

  visibility: hidden;
}

.faq-secound-home-version ul.product-tab li.active {

  color: #fff;
}

.faq-secound-home-version ul.product-tab li.active:after {

  opacity: 1;

  visibility: visible;
}

.faq-secound-home-version .ques-ans h3 {

  color: #fff;
}

.faq-secound-home-version .tab-content-1 {

  display: none;
}

.faq-secound-home-version .tab-content-1 p {

  color: #393185;
}



.faq_3 {

  padding-bottom: 40px;
}



.panel-group .panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 25px;
  margin: 0 auto;
}



.panel-group .panel-body {

  color: #343434;

  position: relative;
}

.panel-group .panel-body:before {

  position: absolute;

  left: -15px;

  top: -42px;

  content: '';

  background-color: #393185;

  width: 3px;

  height: 0%;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  /* transition: .3s all ease-in-out;  */
}



.panel-group .collapse.show .panel-body:before {

  height: 150%;
}



.panel-group .panel-title {

  margin-top: 0;

  margin-bottom: 0;

  font-size: 26px;

  color: inherit;

  position: relative;
}

.panel-group .panel-title h3 {

  position: relative;
}

.panel-group .panel-title .btn-link {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  color: #393185;
  font-size: 22px;
}

.panel-group .panel-title .btn-link:before {

  content: '\f139';

  position: absolute;

  font-family: 'Font Awesome 5 Free';

  font-weight: 900;

  right: 14px;

  top: 9px;

  font-size: 16px;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  color: #393185;
}

.panel-group .panel-title .btn-link:after {

  content: "";

  font-size: 16px;

  position: absolute;

  right: 20px;

  top: 6px;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  color: #393185;
}

.panel-group .panel-title .btn-link:hover {

  text-decoration: none;

  color: #393185;
}





.panel-group .btn-link.collapsed:before {

  content: ' ';

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);
}

.panel-group .btn-link.collapsed:after {

  content: "\f13a";

  font-family: 'Font Awesome 5 Free';

  font-weight: 900;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  color: #4d8fbe;
}



.panel-body p,
.panel-body ul li {

  font-size: 15px;

  font-weight: 500;

  margin-top: 10px;

}



.panel-body ul li {

  list-style: circle;

}



#accordion .btn {

  white-space: inherit;

  /* width: 70%; */

  /* line-height: 25px; */

}



.faq-page-section {

  padding: 80px 0px 80px 0px;
}

.faq-page-section .panel-group .btn-link.collapsed {

  color: #333333;

  font-size: 20px;

  font-weight: 400;
}

.faq-page-section .panel-group .panel-title .btn-link:before,

.faq-page-section .panel-group .panel-title .btn-link:after {

  right: 0;
}

.faq-page-section .panel-group .panel-title .btn-link:after {

  color: #ccc;
}

.faq-page-section .panel-group .panel-title .btn-link {

  font-size: 20px;
}

.faq-page-section .panel-group .panel-body:before {

  top: -50px;
}

.faq-page-section .panel-group .panel-title h3:before {

  background-color: #ccc;
}

.faq-page-section .panel-group .panel-body {

  color: inherit;
}

.faq-page-section .faq-secound-home-version {

  background-image: inherit;

  padding: 0;
}

.faq-page-section .faq-secound-home-version ul.product-tab li {

  background-color: #f7f7f7;

  color: #ccc;
}

.faq-page-section .faq-secound-home-version ul.product-tab li.active {

  color: #fff;
}

.faq-page-section .panel-group .panel {

  max-width: 385px;
}



.faq-page-section .faq-secound-home-version .ques-ans h3 {

  color: #333333;
}



/*---------------------------------------------------- */

/*Course category  section*/

/*----------------------------------------------------*/

.course-category-section {

  background-color: #f7f7f7;

  padding: 50px 0px 50px;
}



.category-icon {

  position: relative;

  z-index: 1;
}

.category-icon i {

  font-size: 60px;
}



.category-title {

  margin-top: 10px;

  position: relative;

  z-index: 1;
}

.category-title h4 {

  font-size: 18px;

  font-weight: 500;

  color: #333333;
}



.category-icon-title {

  background-color: #fff;

  padding: 35px;

  border-radius: 4px;

  margin-bottom: 30px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  position: relative;

  height: 200px;
}

.category-icon-title:after {

  position: absolute;

  width: 100%;

  height: 100%;

  content: '';

  background: #393185;

  background: -moz-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #393185), color-stop(100%, #4eb3bf));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #0071b0 100%);

  background: -o-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -ms-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: -webkit-gradient(linear, left top, right top, from(#616dfd), color-stop(51%, #393185), to(#616dfd));

  background: -webkit-linear-gradient(left, #616dfd 0%, #393185 51%, #616dfd 100%);

  background: linear-gradient(to right, #616dfd 0%, #393185 51%, #616dfd 100%);

  background-size: 200% auto;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  left: 0;

  top: 0;

  z-index: 0;

  opacity: 0;

  border-radius: 4px;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);
}

.category-icon-title:hover::after {

  opacity: 1;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);
}

.category-icon-title:hover .category-title h4 {

  color: #fff;
}

.category-icon-title:hover .category-icon i {

  color: #fff;

  -webkit-text-fill-color: inherit;
}

.category-icon-title:hover {

  -webkit-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
}

.category-title p {

  font-size: 14px;
}

.four-grid-box {

  background-color: #fff;

  padding: 15px;

  border-radius: 4px;

  margin-bottom: 30px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  position: relative;

}

.circle-icon {

  margin: 20px 0;

}

.circle-icon img {

  margin: auto;

  width: 40%;

}

/*---------------------------------------------------- */

/*why choose  section*/

/*----------------------------------------------------*/

.why-choose-section {

  background-image: url(../img/banner/wc-1.jpg);

  padding-top: 115px;
}

.why-choose-section .section-title h2,

.why-choose-section .section-title span {

  color: #fff;
}



.features-icon {

  height: 80px;

  width: 80px;

  border-radius: 100%;

  line-height: 80px;

  font-size: 40px;

  float: left;

  margin-right: 25px;
}

.features-icon i {

  color: #fff;
}



.features-text-title h3 {

  font-size: 22px;

  font-weight: 700;

  color: #fff;
}



.features-text {

  overflow: hidden;

  padding-top: 10px;
}

.features-text .features-text-dec {

  color: #84bfeb;
}



.extra-icon-text {

  margin-bottom: 45px;
}



.extra-right .features-icon {

  float: right;

  margin-left: 25px;

  margin-right: 0;
}



.version-four .features-icon {

  position: relative;
}

.version-four .features-icon .feat-tag span {

  position: absolute;

  background-color: #fff;

  height: 25px;

  width: 25px;

  border-radius: 100%;

  text-align: center;

  line-height: 25px;

  font-weight: 700;

  color: #393185;

  right: -10px;

  top: 25px;

  font-size: 13px;
}



.version-four .extra-right .features-icon .feat-tag span {

  left: -10px;

  right: inherit;
}



.course-advantage {

  padding-top: 65px;
}



.service-slide_3 {

  margin-top: 35px;
}

.service-slide_3 .service-icon {

  float: none !important;

  margin-bottom: 15px;
}

.service-slide_3 .service-text-icon {

  background-color: #f7f7f7;

  padding: 20px;

  border-radius: 4px;
}

.service-slide_3 .service-text p {

  font-size: 15px;

  color: #88c3ef;
}

.service-slide_3 .service-text h3 {

  font-size: 18px;

  color: #333333;

  margin-bottom: 10px;
}

.service-slide_3 .owl-nav {

  top: -70px;
}





.service-slide_4 {

  margin-top: 35px;
}

.service-slide_4 .service-icon {

  float: none !important;

  margin-bottom: 15px;
}

.service-slide_4 .service-text-icon {

  background-color: #f7f7f7;

  padding: 20px;

  border-radius: 4px;
}

.service-slide_4 .service-text p {

  font-size: 15px;

  color: #88c3ef;
}

.service-slide_4 .service-text h3 {

  font-size: 18px;

  color: #333333;

  margin-bottom: 10px;
}

.service-slide_4 .owl-nav {

  top: -70px;
}

/*---------------------------------------------------- */

/*Contact  section*/

/*----------------------------------------------------*/

.contact-area-section,

.contact_secound_section {

  background-image: url(../img/banner/contact-b.jpg);

  padding: 105px 0px 105px;
}

.contact-area-section .section-title h2,

.contact_secound_section .section-title h2 {

  color: #fff;

  margin-bottom: 25px;
}

.contact-area-section .section-title span,

.contact_secound_section .section-title span {

  color: #fff;
}

.contact-area-section .section-title p,

.contact_secound_section .section-title p {

  color: #fff;
}



.contact-left-content {

  max-width: 500px;
}



.address-icon {

  height: 60px;

  width: 60px;

  border: 5px solid;

  line-height: 60px;

  margin-right: 20px;

  border: 4px solid transparent;

  -webkit-border-image: -webkit-linear-gradient(21deg, #10abff, #1beabd);

  -o-border-image: -o-linear-gradient(21deg, #10abff, #1beabd);

  border-image: linear-gradient(69deg, #10abff, #1beabd);

  border-image-slice: 1;

  border-radius: 40px;

  background-origin: border-box;

  background-clip: content-box, border-box;
}

.address-icon i {

  font-size: 30px;

  color: #fff;
}



.address-details li {

  font-size: 20px;

  font-weight: 500;

  color: #fff;
}

.address-details li span {

  font-weight: 300;
}



.contact-address-details {

  width: 100%;

  margin-bottom: 15px;

  padding-bottom: 15px;

  display: inline-block;

  border-bottom: 1px solid #207fba;
}

.contact-address-details:last-child {

  border-bottom: none;
}



.google-map-container {

  height: 600px;

  background-color: #dddddd;
}



#google-map {

  top: 0;

  width: 100%;

  height: 100%;

  -webkit-box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);

  box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);

  position: absolute;
}



.contact_secound_section {

  background-image: url(../img/banner/cf-1.png);

  padding: 270px 0px 0px;

  background-color: #f7f7f7;
}



.contact_secound_form {

  margin-left: 80px;
}

.contact_secound_form .section-title-2 h2 {

  color: #fff;

  font-size: 25px;

  font-weight: 700;

  display: table;
}

.contact_secound_form .section-title-2 h2:after {

  right: -65px;

  left: inherit;

  bottom: 5px;
}

.contact_secound_form .contact_form input,
.contact_secound_form .contact_form .register-form-area select,
.register-form-area .contact_secound_form .contact_form select,
.contact_secound_form .contact_form .register-form-area textarea,
.register-form-area .contact_secound_form .contact_form textarea {

  width: 45%;

  float: left;

  background-color: transparent;

  border: none;

  padding: 25px 0px;

  border-bottom: 1px solid #73a3c4;

  margin-right: 20px;

  height: 35px;
}

.contact_secound_form .contact_form input::-webkit-input-placeholder,
.contact_secound_form .contact_form .register-form-area select::-webkit-input-placeholder,
.register-form-area .contact_secound_form .contact_form select::-webkit-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea::-webkit-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea::-webkit-input-placeholder {

  color: #669fc9;
}

.contact_secound_form .contact_form input:-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area select:-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form select:-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea:-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea:-ms-input-placeholder {

  color: #669fc9;
}

.contact_secound_form .contact_form input::-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area select::-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form select::-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea::-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea::-ms-input-placeholder {

  color: #669fc9;
}

.contact_secound_form .contact_form input::placeholder,
.contact_secound_form .contact_form .register-form-area select::placeholder,
.register-form-area .contact_secound_form .contact_form select::placeholder,
.contact_secound_form .contact_form .register-form-area textarea::placeholder,
.register-form-area .contact_secound_form .contact_form textarea::placeholder {

  color: #669fc9;
}

.contact_secound_form .contact_form textarea {

  height: 155px;

  width: 100%;

  background-color: transparent;

  border: none;

  padding: 20px 0px;

  border-bottom: 1px solid #73a3c4;
}

.contact_secound_form .contact_form textarea::-webkit-input-placeholder {

  color: #669fc9;
}

.contact_secound_form .contact_form textarea:-ms-input-placeholder {

  color: #669fc9;
}

.contact_secound_form .contact_form textarea::-ms-input-placeholder {

  color: #669fc9;
}

.contact_secound_form .contact_form textarea::placeholder {

  color: #669fc9;
}

.contact_secound_form .nws-button {

  height: 60px;

  width: 280px;

  line-height: 60px;

  border-radius: 4px;

  margin: 0 auto;

  margin-top: 30px;
}

.contact_secound_form .nws-button button {

  background-color: transparent;

  border: none;

  font-weight: 700;

  color: #fff;
}



.contact-form-area_3 {

  background-color: #f7f7f7;

  padding: 50px 0px;
}



.contact_third_form .contact-info input,
.contact_third_form .contact-info .register-form-area select,
.register-form-area .contact_third_form .contact-info select,
.contact_third_form .contact-info .register-form-area textarea,
.register-form-area .contact_third_form .contact-info textarea {

  width: 100%;

  height: 50px;

  border: none;

  background-color: transparent;

  border-bottom: 1px solid #dddddd;
}



.contact_third_form textarea {

  background-color: transparent;

  border: none;

  border-bottom: 1px solid #dddddd;

  width: 100%;

  height: 150px;

  margin-top: 40px;
}



.contact_third_form .nws-button {

  height: 60px;

  width: 200px;

  line-height: 60px;

  border-radius: 4px;

  margin: 0 auto;

  margin-top: 70px;
}

.contact_third_form .nws-button button {

  background-color: transparent;

  border: none;

  font-weight: 700;

  color: #fff;
}



.contact-page-section {

  padding: 80px 0px;
}

.contact-page-section .social-contact .category-icon-title {

  width: 165px;

  float: left;

  position: relative;
}

.contact-page-section .social-contact .category-icon-title:before {

  content: '';

  position: absolute;

  height: 165px;

  width: 1px;

  background-color: #eee;

  top: 0;

  right: 0;

  z-index: 1;
}

.contact-page-section .social-contact .category-icon-title:before:last-child:before {

  opacity: 0;
}

.contact-page-section .social-contact .category-icon-title .category-title h4 {

  font-size: 16px;
}

.contact-page-section .category-icon-title:last-child::before {

  display: none;
}



.contact-page-version .contact_third_form {

  background-color: #fff;

  padding: 30px 30px 65px 30px;

  border-radius: 4px;
}



/*---------------------------------------------------- */

/*Blog  section*/

/*----------------------------------------------------*/

.blog-item-post {

  padding: 105px 0px 0px 0px;
}



.blog-content-details {

  padding-bottom: 80px;

  border-bottom: 1px solid #eeeeee;
}



.short-filter-tab {

  display: inline-block;

  width: 100%;

  margin-bottom: 20px;
}



.shorting-filter select {

  padding: 8px 15px;

  border-radius: 4px;

  background-color: #f7f7f7;

  border: none;

  color: #333333;

  font-weight: 700;

  margin-left: 15px;
}



.blog-button ul.product-tab li {

  margin: 0px 5px 0px 0px;

  font-size: 22px;

  padding: 5px 10px;

  background-color: #f7f7f7;

  border-radius: 4px;
}



.blog-button ul.product-tab li:after {

  display: none;
}



.blog-button ul.product-tab li.active {

  color: #fff;

  background-color: #393185;
}



.blog-post-img-content {

  border-bottom: 1px solid #eeeeee;

  background: #f2f0ff;

  padding: 10px;

  box-shadow: 0px 0px 3px #b0abf0;

}

.blog-post-img-content .course-price {

  bottom: 20px;

  top: inherit;
}

.blog-post-img-content .blog-img-date {

  border-radius: 4px;

  margin-bottom: 10px;
}



.blog-title-content h3 {

  font-size: 19px;

  font-weight: 600;

  color: #333333;

  margin: 20px 0;

}



.blog-list-view {

  width: 100%;
}



.blog-title-content {

  color: #484848;

}

.blog-title-content .blog-content {

  font-size: 17px;

  margin-bottom: 22px;

  color: #3e3d3d;
}

.blog-description .alignright {
  float: right;
}

.blog-description .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.genius-post-item {

  padding-bottom: 45px;
}



.list-career-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.list-career-item .career-post-img-content {
  padding: 0;
  margin: 0;
}

.list-career-item .career-img-date {
  margin: 0;
}

.list-career-item .career-title-content {
  padding: 30px;
}

.side-bar-search {
  position: relative;
}

.side-bar-search input,
.side-bar-search .register-form-area select,
.register-form-area .side-bar-search select,
.side-bar-search .register-form-area textarea,
.register-form-area .side-bar-search textarea {
  height: 40px;
  width: 100%;
  background-color: #f7f7f7;
  padding: 0px 15px;
  border: none;
  border-radius: 4px;
}

.side-bar-search button {
  position: absolute;
  top: 8px;
  right: 10px;
  background-color: #ccc;
  border: none;
  border-radius: 100%;
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
}

.side-bar-widget {
  margin: 30px 0px;
  display: inline-block;
  width: 100%;
}

.side-bar-widget .widget-title {
  font-size: 30px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 20px;
}

.side-bar-widget .widget-title span {
  font-weight: 700;
}

.side-bar-widget .widget-title:after {
  display: none;
}

.side-bar-widget .post-categori {
  background-color: #f7f7f7;
  border-radius: 4px;
}

ul.benifit-wrap {
  padding: 0;
}

.cat-item {
  position: relative;
  padding: 15px 20px 15px 35px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  list-style: none;
}

.cat-item:before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 19px;
  left: 19px;
  font-size: 10px;
  font-weight: 700;
  content: '\f054';
}

.cat-item:hover {

  color: #333333;
}

.side-bar-widget .latest-news-thumbnile {

  height: 80px;

  width: 80px;
}

.side-bar-widget .latest-news-area {

  margin-bottom: 20px;

  padding-bottom: 15px;
}

.side-bar-widget .latest-title {

  font-size: 17px;
}

.side-bar-widget .tag-clouds li {

  border: 1px solid #cfcaca;

  color: #cbc8c8;

  padding: 5px 15px;

  margin-bottom: 8px;

  margin-right: 2px;

  border-radius: 4px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}

.side-bar-widget .tag-clouds li:hover {

  background-color: #393185;

  border-color: #393185;

  color: #fff;
}

.side-bar-widget .best-course-text {

  position: absolute;

  top: 50%;

  background-color: transparent;

  -webkit-box-shadow: none;

  box-shadow: none;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: center;
}

.side-bar-widget .best-course-text h3 {

  color: #fff;
}

.side-bar-widget .best-course-text .course-meta span {

  float: none;

  margin-right: 0;

  color: #fff;

  margin: 0px 10px;
}

.side-bar-widget .best-course-pic-text:hover .best-course-text {

  -webkit-box-shadow: none;

  box-shadow: none;
}



.blog-details-section {

  padding: 80px 0px;

  border-bottom: 1px solid #ccc;
}



.blog-details-content .date-meta {

  margin-top: 15px;

  border-bottom: 1px solid #eee;

  padding-bottom: 20px;

  margin-bottom: 30px;
}

.blog-details-content .date-meta a {

  font-size: 13px;

  color: #393185;

  font-weight: 700;

  margin: 0 20px;

  text-decoration: none !important;

}

.blog-details-content .date-meta a i {

  color: #393185;
}



.blog-details-content h2,
.blog-details-content h3 {

  font-size: 20px;

  font-weight: 700;

  color: #333333;

  margin-bottom: 30px;
}

.blog-details-content h4 {

  font-size: 18px;

  color: #333;

}

.blog-details-content p {

  font-size: 15px;

  color: #333333;

  margin-bottom: 10px;
}



.blog-description a {

  color: #463ab3;

}



.blog-description .block {

  padding: 10px;

  border: 1px dashed;

  margin: 1.2rem 0;

  background: #eaeaea;

}



.blog-description .block li {

  margin: 0.5rem 0;

}



.blog-description p {

  display: block;

  width: 100%;

  line-height: 21px;

  margin: 10px 0;

}



.blog-description ul {

  margin: 15px 0;

}



.blog-description li {

  color: #121212;

  list-style: disc;

  margin: 0;

}



.blog-description table {

  color: #333;

  margin: 1.2rem 0;

}



.blog-description table td {

  padding: 8px;

  border: 1px dashed #7b7b7b;

}



.latest-news-posts {

  clear: both;

  margin: 0.9rem 0;

  font-size: 14px;

}



.side-bar-widget .latest-news-posts .latest-title {

  font-size: 13px;

}



.blog-details-content .share-text {

  font-weight: 700;

  color: #333333;

  margin-top: 8px;
}



.blog-details-content .blog-share-tag {

  display: inline-block;

  width: 100%;

  margin: 40px 0px 15px 0px;

  border-bottom: 1px solid #ccc;

  padding-bottom: 20px;
}



.blog-details-content .share-social ul li {

  font-size: 25px;

  margin-left: 30px;
}



.blog-details-content .blog-category li {

  padding: 5px 10px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  border-radius: 4px;
}

.blog-details-content .blog-category li:hover {

  background-color: #393185;

  color: #fff;
}



.blog-details-content .author-comment {

  padding: 25px;

  margin-top: 20px;

  border-radius: 4px;

  background-color: #f5f5f5;
}

.blog-details-content .author-comment .author-img {

  height: 70px;

  width: 70px;

  float: left;

  border-radius: 100%;

  overflow: hidden;

  margin-right: 20px;
}

.blog-details-content .author-comment .author-designation-comment {

  font-size: 12px;

  font-weight: 700;
}

.blog-details-content .author-comment .author-designation-comment span {

  color: #393185;
}

.blog-details-content .author-comment .author-designation-comment p {

  font-size: 16px;

  color: #999999;

  font-weight: 400;

  margin-top: 5px;

  margin-bottom: 0;
}



.blog-details-content .next-prev-post {

  font-weight: 700;

  color: #333333;

  display: inline-block;

  width: 100%;

  margin-top: 25px;

  border-bottom: 1px solid #ccc;

  padding-bottom: 15px;

  margin-bottom: 35px;
}

.blog-details-content .next-prev-post i {

  margin: 0 5px;

  color: #393185;
}



.recent-post-item {

  padding-top: 32px;
}

.recent-post-item .blog-title-content h3 {

  margin-bottom: 0;
}



.blog-comment-area {

  margin-top: 10px;
}



.blog-comment-area .comment-list li {

  border-bottom: 1px solid #ccc;

  padding-bottom: 10px;

  margin-bottom: 25px;

  display: block;

  color: #333;

}

a.comment-reply-link {

  color: #4442a8;

  font-size: 18px;

  font-weight: 600;

}

.blog-comment-area .section-title-2 {

  margin-bottom: 15px;

}



.blog-comment-area .section-title-2 h2 {

  font-size: 30px;
}



.blog-comment-area .comment-avater {

  height: 70px;

  width: 70px;

  float: left;

  margin-right: 20px;
}



.blog-comment-area .author-designation-comment {

  overflow: hidden;

  width: 100%;

  display: inline-block;

  margin-top: 10px;
}

.blog-comment-area .author-designation-comment h3 {

  font-size: 18px;

  font-weight: 700;

  color: #333333;
}



.blog-comment-area .author-name-rate {

  width: 88%;

  font-size: 13px;

  font-weight: 700;

  display: inline-block;

  margin-top: 20px;
}

.blog-comment-area .author-name-rate span {

  color: #393185;
}



.blog-comment-area .time-comment {

  margin-right: 10px;
}



.course-item-text {

  padding: 0 0.9rem 0.5rem;

}

.blog-comment-area .comment-ratting li {

  color: black;

  float: left;

  margin: 0 0.1rem;

}



.blog-comment-area .comment-ratting li.active {

  font-size: 15px;

  color: #ffc926;

  border-bottom: none;

  margin-bottom: 0;
}



.reply-comment-box {

  margin-top: 20px;
}

.reply-comment-box .section-title-2 {

  margin-bottom: 30px;
}



/*---------------------------------------------------- */

/*course  section*/

/*----------------------------------------------------*/

.course-page-section {

  padding: 80px 0px 0px;
}

.course-page-section .short-filter-tab {

  border-bottom: 1px solid #eee;

  padding-bottom: 20px;
}

.course-page-section .course-list-view {

  overflow-x: auto;

  padding: 5px;
}

.course-page-section .shorting-filter select {

  margin-right: 10px;

  padding: 10px 15px;
}

.course-page-section table {

  width: 100%;
}

.course-page-section td,
.course-page-section th {

  text-align: left;

  padding: 20px 10px;
}

.course-page-section th {

  font-size: 12px;

  font-weight: 700;

  color: #333333;

  border-bottom: 3px solid #616dfd;
}

.course-page-section tr {

  border-bottom: 1px solid #eee;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

  padding: 15px;
}

.course-page-section tr:hover {

  -webkit-box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.course-page-section .list-head {

  padding: 0;

  border-bottom: 2px solid #1d69b5;

  color: #333;

}

.course-page-section .list-head:hover {

  -webkit-box-shadow: none;

  box-shadow: none;
}

.course-page-section .course-list-img {

  height: 70px;

  width: 70px;

  float: left;

  margin-right: 20px;
}

.course-page-section .course-list-text {

  max-width: 225px;

  display: inline-block;
}

.course-page-section .course-list-text h3 {

  font-size: 16px;

  font-weight: 700;

  color: #333333;
}

.course-type-list .btn-filled {

  background-color: #393185;

  color: #fff;

  padding: 11px;

  border-radius: 4px;

  width: 100%;

}

.course-type-list .btn-outline {

  background: #fff;

  color: #393185;

  border: 1px solid;

  width: 100%;

  padding: 10px;

  border-radius: 4px;

  cursor: pointer;

}

.course-page-section .course-meta .course-rate li {

  color: #bbbbbb;
}

.course-page-section .course-meta .course-rate li.active {

  color: #ffc926;
}



.course-details-section {

  padding: 25px 0px 0px;
}

.more-btn {

  display: block;

  clear: both;

}

.course-single-text .course-title {

  padding-bottom: 55px;
}

.course-single-text .course-title b {

  font-weight: 700;
}

.course-single-text .course-title h3 {

  font-size: 35px;

  font-weight: 300;
}

.course-type-list {

  display: inline-flex;

  width: 49%;

  font-size: 16px;
}



.course-details-category span {

  font-weight: 300;

  font-size: 28px;

  float: left;

  margin-right: 15px;
}

.course-details-category span b {

  font-weight: 700;
}



.course-details-category .product-tab li,
.course-details-category .module-tab li {

  text-transform: uppercase;

  font-size: 14px;

  font-weight: 700;

  background-color: #f7f7f7;

  padding: 7px 15px;

  border-radius: 4px;

  margin-top: 5px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

}

.center-details-content.highlights li {

  border: 1px solid #756ccc;

  color: #393185;

  background: #fff;

}



.highlights li,
.center-details-content.highlights li:hover {

  padding: 12px 20px;

  background: linear-gradient(to right, #7b84f4 0%, #756ccc 51%, #8c94f6 100%);

  border-radius: 25px;

  color: #fff;

  font-size: 18px;

  margin: 0.5rem 0.3rem;

  font-weight: 600;

}



.benefit-title {

  text-align: center;

  padding: 5px 0;

  background: #393185;

  margin: 1rem auto;

  width: auto;

  font-size: 23px;

  text-transform: uppercase;

  font-weight: 700;

  color: #fff;

  border-radius: 7px;

}



.benefit-title:after {

  content: '';

  border-bottom: 3px solid;

  width: 73%;

  display: block;

  margin: auto;

}



.benefit-content p {

  margin: 0;

  color: #333;

}

.benefit-content ul li {

  display: block;

  margin-left: 20px;

  position: relative;

}



.benefit-content ul li:before {

  content: '.';

  margin: auto;

  position: absolute;

  left: -17px;

  font-size: 4.1rem;

  bottom: -25px;

  color: #393185;

}



.benefit-content ul li:after {

  content: '';

  height: 14px;

  border: 1px solid;

  position: absolute;

  left: -16px;

  top: 7px;

  color: #393185;

  width: 14px;

  border-radius: 50%;

}



.course-details-category .product-tab li:hover {

  color: #fff;
}



.course-details-item {

  border-bottom: 1px solid #e5e5e5;
}



.affiliate-market-guide .section-title-2 h2:after,

.course-review .section-title-2 h2:after {

  display: none;
}



.affiliate-market-accordion .panel-group .panel {

  /* max-width: inherit;

  max-width: inherit;

  border: 1px solid #e5e5e5;

  padding: 10px 20px;

  border-top: none; */
  background-color: #DEEBFD;
  border: 1px solid #bed2ed;
  margin-bottom: 12px;
  border-radius: 12px;
  padding: 12px 10px;
}



.affiliate-market-accordion .panel-group .panel-body {

  padding: 10px 50px 25px 80px;

  line-height: 1.8;
}



.affiliate-market-accordion .panel-group .btn-link.collapsed,

.affiliate-market-accordion .panel-group .panel-title .btn-link,

.affiliate-market-accordion .panel-group .panel-body {

  color: #333;
}



.affiliate-market-accordion .panel-group .panel-title h3:before {

  display: none;
}



.affiliate-market-accordion .panel-group .panel-body:before {

  display: none;
}



.affiliate-market-accordion .panel-title .ac-head {

  font-size: 20px;

  font-size: 500;

  position: relative;
}

.affiliate-market-accordion .panel-title .ac-head span {

  font-size: 33px;

  font-weight: 500;

  float: left;

  line-height: 1;

  margin-right: 20px;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}



.affiliate-market-accordion .panel-group .btn-link.collapsed span {

  color: #eeeeee !important;
}



.affiliate-market-accordion .panel-group .panel-title .btn-link span {

  color: #393185 !important;
}



.module-lecture {

  margin: 5px 0;

  font-size: 18px;

}



.affiliate-market-accordion .leanth-course {
  position: absolute;
  right: 29px;
  top: 0px;
}

.affiliate-market-accordion .leanth-course span {
  background-color: #3d3791;
  padding: 12px 20px;
  font-size: 12px !important;
  font-weight: 700 !important;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ffffff !important;
}



.affiliate-market-accordion .panel-group .btn-link.collapsed:after {
  color: #3a3388;
}



.course-by {

  font-weight: 700;

  font-size: 12px;

  position: absolute;

  bottom: 15px;

  left: 80px;
}

.course-by b {

  color: #393185;

  font-size: 12px !important;
}



.affiliate-market-accordion .panel-group .panel:first-child {
  /* border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top: 1px solid #e5e5e5; */
  background-color: #DEEBFD;
  /* border: 1px solid #deebfd; */
  margin-bottom: 12px;
  border-radius: 12px;
}



.affiliate-market-accordion .panel-group .panel:last-child {

  border-bottom-right-radius: 4px;

  border-bottom-left-radius: 4px;
}



.course-review {

  border-bottom: 1px solid #eee;

  padding-bottom: 50px;

  margin-bottom: 30px;
}



.avrg-rating .avrg-rate {

  font-size: 50px;

  font-weight: 700;

  display: block;

  color: #393185;

  margin: 10px 0px;
}



.avrg-rating li {

  color: #ffc926;
}



.avrg-rating .start-bar {

  width: 100px;

  height: 8px;

  display: inline-block;

  margin: 0px 10px;

  background-color: #eeeeee;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}



.avrg-rating .rating-overview {

  margin-top: 5px;
}

.avrg-rating .rating-overview:hover .start-bar {

  background-color: #393185;
}



.review-option {

  display: inline-block;

  width: 100%;
}



.rating {

  display: inline-block;

  position: relative;

  font-size: 20px;

  float: right;

  margin-left: 10px;
}



.rating label {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  cursor: pointer;
}

.rating label span {

  margin: 0px 2px;

  color: #eee;
}



.rating label:last-child {

  position: static;
}



.rating label:nth-child(1) {

  z-index: 5;
}



.rating label:nth-child(2) {

  z-index: 4;
}



.rating label:nth-child(3) {

  z-index: 3;
}



.rating label:nth-child(4) {

  z-index: 2;
}



.rating label:nth-child(5) {

  z-index: 1;
}



.rating label input,
.rating label .register-form-area select,
.register-form-area .rating label select,
.rating label .register-form-area textarea,
.register-form-area .rating label textarea {

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;
}



.rating label .icon {

  float: left;

  color: transparent;
}



.rating label:last-child .icon {

  color: #000;
}



.rating:not(:hover) label input:checked~.icon,
.rating:not(:hover) label .register-form-area select:checked~.icon,
.register-form-area .rating:not(:hover) label select:checked~.icon,
.rating:not(:hover) label .register-form-area textarea:checked~.icon,
.register-form-area .rating:not(:hover) label textarea:checked~.icon,

.rating:hover label:hover input~.icon,

.rating:hover label:hover .register-form-area select~.icon,

.register-form-area .rating:hover label:hover select~.icon,

.rating:hover label:hover .register-form-area textarea~.icon,

.register-form-area .rating:hover label:hover textarea~.icon {

  color: #ffc926;
}



.rating label input:focus:not(:checked)~.icon:last-child,
.rating label .register-form-area select:focus:not(:checked)~.icon:last-child,
.register-form-area .rating label select:focus:not(:checked)~.icon:last-child,
.rating label .register-form-area textarea:focus:not(:checked)~.icon:last-child,
.register-form-area .rating label textarea:focus:not(:checked)~.icon:last-child {

  color: #000;

  text-shadow: 0 0 5px #ffc926;
}



.course-side-bar-widget h3 {

  font-size: 30px;

  font-weight: 300;

  color: #333;

  margin-bottom: 20px;
}

.course-side-bar-widget h3 span {

  font-weight: 700;

  color: #393185;
}



.like-course {

  height: 50px;

  width: 50px;

  background-color: #eeeeee;

  color: #cccccc;

  display: inline-block;

  line-height: 50px;

  text-align: center;

  border-radius: 4px;

  margin-left: 5px;
}



.course-side-bar-widget .genius-btn {

  line-height: 50px;

  padding: 0px 15px;

  font-size: 0.90rem;

}

.course-side-bar-widget .genius-btn i {

  color: #fff
}

.student-number {

  float: right;

  color: #393185;

  font-size: 14px;
}



.center-banner-comment-ratting {

  display: inline-block;

}

.center-banner-student-enrolled {

  color: #393185;

  font-size: 14px;

  display: inline-block;

}



.enrolled-student {

  display: inline-block;

  width: 100%;
}

.enrolled-student li {

  color: #ffc926;
}

.course-side-bar-widget {

  margin-top: 20px;

}

.couse-feature {

  margin-top: 15px 0;
}

.couse-feature li {

  font-size: 17px;

  font-weight: 500;

  color: #c4c4c4;

  position: relative;

  padding: 5px 0px;

  border: 1px solid #eeeeee;

  border-left: none;

  border-right: none;
}

.couse-feature li:after {

  top: 5px;

  left: 110px;

  content: ':';

  position: absolute;
}

.couse-feature span {

  position: relative;

  float: right;

  color: #333333;
}



.listing-filter-form label {

  font-size: 14px;

  font-weight: 700;

  color: 700;

  color: #333333;

  display: block;
}



.listing-filter-form input,
.listing-filter-form .register-form-area select,
.register-form-area .listing-filter-form select,
.listing-filter-form .register-form-area textarea,
.register-form-area .listing-filter-form textarea,

.listing-filter-form select {

  height: 50px;

  border: none;

  padding: 15px;

  width: 100%;

  background-color: #f7f7f7;
}



/*---------------------------------------------------- */

/*Checkout  section*/

/*----------------------------------------------------*/

.checkout-section {

  padding: 80px 0px 0px;
}



.checkout-content .course-page-section {

  padding: 0;
}



.order-item .section-title-2 h2,

.order-payment .section-title-2 h2 {

  font-size: 28px;
}

.order-item .section-title-2 h2:after,

.order-payment .section-title-2 h2:after {

  display: none;
}



.check-dlt {

  position: absolute;

  top: 10px;

  right: 10px;
}

.check-dlt i {

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;
}



.order-item .section-title-2 h2 {

  font-size: 28px;
}

.order-item .section-title-2 h2:after {

  display: none;
}



.order-item tr:hover .check-dlt i {

  color: #e61d1d;
}



.checkbox label:after,

.radio label:after {

  content: '';

  display: table;

  clear: both;
}



.checkbox .cr,

.radio .cr {

  position: relative;

  display: inline-block;

  border: 1px solid #f0f0f0;

  border-radius: .25em;

  width: 1.3em;

  height: 1.3em;

  float: left;

  margin-right: .5em;

  background-color: #f7f7f7;
}



.radio .cr {

  border-radius: 50%;
}



.checkbox .cr .cr-icon,

.radio .cr .cr-icon {

  position: absolute;

  font-size: .8em;

  line-height: 0;

  top: 50%;

  left: 20%;
}



.radio .cr .cr-icon {

  margin-left: 0.04em;
}



.checkbox label input[type="checkbox"],
.checkbox label .register-form-area select[type="checkbox"],
.register-form-area .checkbox label select[type="checkbox"],
.checkbox label .register-form-area textarea[type="checkbox"],
.register-form-area .checkbox label textarea[type="checkbox"],

.radio label input[type="radio"],

.radio label .register-form-area select[type="radio"],

.register-form-area .radio label select[type="radio"],

.radio label .register-form-area textarea[type="radio"],

.register-form-area .radio label textarea[type="radio"] {

  display: none;
}



.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.checkbox label .register-form-area select[type="checkbox"]+.cr>.cr-icon,
.register-form-area .checkbox label select[type="checkbox"]+.cr>.cr-icon,
.checkbox label .register-form-area textarea[type="checkbox"]+.cr>.cr-icon,
.register-form-area .checkbox label textarea[type="checkbox"]+.cr>.cr-icon,

.radio label input[type="radio"]+.cr>.cr-icon,

.radio label .register-form-area select[type="radio"]+.cr>.cr-icon,

.register-form-area .radio label select[type="radio"]+.cr>.cr-icon,

.radio label .register-form-area textarea[type="radio"]+.cr>.cr-icon,

.register-form-area .radio label textarea[type="radio"]+.cr>.cr-icon {

  -webkit-transform: scale(3) rotateZ(-20deg);

  -ms-transform: scale(3) rotate(-20deg);

  transform: scale(3) rotateZ(-20deg);

  opacity: 0;

  -webkit-transition: all .3s ease-in;

  -o-transition: all .3s ease-in;

  transition: all .3s ease-in;
}



.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.checkbox label .register-form-area select[type="checkbox"]:checked+.cr>.cr-icon,
.register-form-area .checkbox label select[type="checkbox"]:checked+.cr>.cr-icon,
.checkbox label .register-form-area textarea[type="checkbox"]:checked+.cr>.cr-icon,
.register-form-area .checkbox label textarea[type="checkbox"]:checked+.cr>.cr-icon,

.radio label input[type="radio"]:checked+.cr>.cr-icon,

.radio label .register-form-area select[type="radio"]:checked+.cr>.cr-icon,

.register-form-area .radio label select[type="radio"]:checked+.cr>.cr-icon,

.radio label .register-form-area textarea[type="radio"]:checked+.cr>.cr-icon,

.register-form-area .radio label textarea[type="radio"]:checked+.cr>.cr-icon {

  -webkit-transform: scale(1) rotateZ(0deg);

  -ms-transform: scale(1) rotate(0deg);

  transform: scale(1) rotateZ(0deg);

  opacity: 1;
}



.checkbox label input[type="checkbox"]:disabled+.cr,
.checkbox label .register-form-area select[type="checkbox"]:disabled+.cr,
.register-form-area .checkbox label select[type="checkbox"]:disabled+.cr,
.checkbox label .register-form-area textarea[type="checkbox"]:disabled+.cr,
.register-form-area .checkbox label textarea[type="checkbox"]:disabled+.cr,

.radio label input[type="radio"]:disabled+.cr,

.radio label .register-form-area select[type="radio"]:disabled+.cr,

.register-form-area .radio label select[type="radio"]:disabled+.cr,

.radio label .register-form-area textarea[type="radio"]:disabled+.cr,

.register-form-area .radio label textarea[type="radio"]:disabled+.cr {

  opacity: .5;
}



.checkbox label {

  font-size: 18px;

  color: #333333;

  font-weight: 700;
}

.checkbox label .sub-text {

  font-weight: 400;

  font-size: 15px;

  padding-left: 35px;

  display: block;
}

.checkbox label .sub-text b {

  color: #393185;
}



.save-credit {

  width: 80%;

  float: right;

  margin-top: 10px;
}



.payment-method {

  margin-top: 30px;

  padding: 35px;

  display: inline-block;

  margin-bottom: 45px;

  -webkit-box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}



.payment-method-header {

  width: 100%;

  margin-bottom: 20px;

  padding-bottom: 15px;

  display: inline-block;

  border-bottom: 1px solid #eee;
}



.payment-info {

  margin-bottom: 10px;

  display: inline-block;

  width: 100%;
}

.payment-info label {

  width: 20%;

  float: left;

  color: #999999;

  margin-top: 15px;

  font-weight: 500;
}

.payment-info input,
.payment-info .register-form-area select,
.register-form-area .payment-info select,
.payment-info .register-form-area textarea,
.register-form-area .payment-info textarea {

  width: 80%;

  height: 50px;

  background-color: #f9f9f9;

  border-radius: 4px;
}

.payment-info input ::-webkit-input-placeholder,
.payment-info .register-form-area select ::-webkit-input-placeholder,
.register-form-area .payment-info select ::-webkit-input-placeholder,
.payment-info .register-form-area textarea ::-webkit-input-placeholder,
.register-form-area .payment-info textarea ::-webkit-input-placeholder {

  color: #999999;

  font-weight: 500;
}



.input-2 input,
.input-2 .register-form-area select,
.register-form-area .input-2 select,
.input-2 .register-form-area textarea,
.register-form-area .input-2 textarea {

  width: 25%;

  float: left;

  margin-right: 10px;
}



.terms-text {

  border-bottom: 1px solid #eee;
}

.terms-text b {

  color: #393185;
}



.sub-total-title {

  font-size: 12px;

  font-weight: 700;

  color: #333333;
}



.purchase-list {

  background-color: #f7f7f7;

  padding: 40px 25px 30px 25px;
}

.purchase-list ul li {

  margin-bottom: 10px;

  border-bottom: 1px solid #e5e5e5;

  padding-bottom: 10px;
}

.purchase-list ul li span {

  float: right;

  color: #333333;

  font-weight: 700;
}

.purchase-list ul li:last-child {

  border-bottom: 5px solid #e5e5e5;
}

.purchase-list .in-total {

  font-size: 20px;

  font-weight: 700;

  color: #333333;
}

.purchase-list .in-total span {

  color: #393185;

  float: right;
}



/*---------------------------------------------------- */

/*Contact  section*/

/*----------------------------------------------------*/

.footer-area-section {

  padding: 35px 0px 0px 0px;

  background: linear-gradient(to right, #12163e 0%, #0b0826 51%, #010003 100%);

}



.footer-about-text p {

  font-size: 17px;

  margin-bottom: 25px;

  color: #ffffff;

  text-align: justify;

}



.footer-menu {

  float: left;

  margin-left: 70px;
}

.footer-menu li {

  margin-bottom: 10px;

  color: #ffffff;

  font-size: 17px;

}

.footer-menu li i {

  margin-right: 10px;

  color: #ffffff;
}



.footer-widget .photo-list li {

  position: relative;

  margin-bottom: 3px;
}

.pop-up-icon {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 0;

  right: 0;

  text-align: center;

  -webkit-transition: .3s all ease-in-out;

  -o-transition: .3s all ease-in-out;

  transition: .3s all ease-in-out;

}

.pop-up-icon i {

  color: #fff;
}



.photo-list {

  padding: 3px;

  background: #ccc;

  margin: 1px;

}

.photo-list img {

  width: 100%;

  height: 100%;

}

.photo-list li:hover .blakish-overlay {

  opacity: 1;

  visibility: visible;
}

.photo-list li:hover .pop-up-icon {

  opacity: 1;
}



.footer-social li,

.subscribe-form li {

  height: 30px;

  width: 30px;

  border-radius: 100%;

  line-height: 30px;

  margin-right: 8px;

  border: 2px solid #393185;

  color: #ffffff;

  text-align: center;
}



.footer-social .widget-title,

.subscribe-form .widget-title {

  margin-bottom: 40px;
}

.footer-social .widget-title:after,

.subscribe-form .widget-title:after {

  bottom: -15px;
}



.subscribe-form {

  margin-left: 70px;
}



.copy-right-menu {

  padding: 30px 0px;

  border-top: 1px solid #ddd6d6;
}

.copy-right-menu p {

  margin: 0;

  color: #fff;
}



.footer_2_subs {

  max-width: 735px;

  margin: 0 auto;

  margin-top: 35px;

  margin-bottom: 60px;
}

.footer_2_subs p {

  color: #fff;

  margin-bottom: 45px;
}



.footer_2 .copy-right-text {

  color: #fff;
}



.footer_2 .copy-right-menu-item li {

  color: #fff;

  margin-left: 20px;
}



.footer_2 .footer-social li {

  color: #fff;
}



/*---------------------------------------------------- */







/* Customize Css */

.university-item-text {

  padding: 0 20px;

}



.course-item-pic-text {

  box-shadow: 0px 0px 9px 0px #ccc;

  margin: 3px;

  border-radius: 14px;

  background: #fff;

}

.course-title p {

  font-size: 14px;

  line-height: 1.2rem;

}

.enroll-btn.genius-btn a i {

  margin-left: 5px;

  color: #ffffff;

  transform: rotate(102deg);

}



.university-banner.breadcrumb-section.relative-position.backgroud-style h2 {

  font-size: 58px;

  font-weight: 800;

}



.university-banner-content {

  width: 87%;

  margin: auto;

}



.course-rate.ul-li {

  display: inline-flex;

  margin-right: 0.9rem;

}



.review-success {

  background-color: #56ae6a !important;

}



.placement-content {

  padding: 10px 16px;

  background: #eee;

  height: 234px;

  margin-bottom: 14px;

}



.placement-content p {

  margin: 0;

  font-size: 12px;

}



/* .side-bar {

  position: fixed;

  top: 90px;

  background: #fff;

  padding: 10px;

  z-index: 8;

  height: 100%;

} */



.page-inside-menu {

  background: #fff;

  z-index: 10;

  width: 100%;

  box-shadow: 0 1px 5px 0 rgb(46 61 73 / 20%);

  top: 0;

}

.course-short-description {

  font-size: 13px;

  /* margin-bottom: 1.5rem; */

}

.otp-content {

  color: #494393;

  margin-bottom: 1rem;

  font-size: 15px;

  text-align: center;

  font-weight: 600;

}

.otp-content p {

  font-size: 13px;

}



.otp-content p a {

  color: #31862a;

}



.contact-info {

  margin-bottom: 10px;

}



label.error {

  color: #d81a1a !important;

  font-size: 13px;

  font-weight: 600;

  margin: 0;

  display: inline-grid;

}



.form-success-content {

  text-align: center;

  color: #474747;

  border: 3px dashed #008000;

  padding: 20px;

  margin-bottom: 1.5rem;

}



.form-success-content h4 {

  color: #333;

  font-weight: 600;

}



.lead_steps {

  display: none;

}



.lead_steps.active {

  display: block;

}



form#index_lead_capture_form h4,
form#index_lead_capture_form p {

  color: #fff;

}

.form_process .disclaimer p {
  font-size: 12px;
  color: #333 !important;
  margin: 5px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
}

.popup_banner_form_wrapeer {

  padding: 0 65px;

}

span.success-icon {

  font-size: 45px;

  color: green;

  border: 2px solid;

  width: 64px;

  height: 64px;

  display: block;

  margin: 1.5rem auto;

  margin-top: 0;

  border-radius: 50%;

}

.changeGivenNumber {

  color: #128C7E;

  cursor: pointer;

}

.form-process,
.form-success {

  padding: 0 65px;

}



.page-heading {

  font-size: 48px;

  font-weight: 600;

  color: #1a1a1a;

}



.page-subheading h2 {

  font-size: 40px;

  font-weight: 600;

  color: #1f195e;

}



.page-subheading h3 {

  width: auto;

  font-size: 27px;

  margin: 18px 0;

  font-weight: 400;

  line-height: 37px;

  color: #1a1a1a;

}



.placement-grid {

  border: 1px solid #ccc;

  padding: 2px;

  box-shadow: 0 1px 5px 0 rgb(46 61 73 / 20%);

}



.student_benefits .items ul {

  text-align: center;

  display: flex;

  justify-content: space-around;

  margin-bottom: 0;

}

.student_benefits .items ul li {

  list-style: none;

  text-align: center;

}



.student_benefits .items ul li img {

  height: 55px;

  margin-bottom: 23px;

}



.student_benefits .items ul .line_seperator {

  position: relative;

}



.student_benefits .items ul .line_seperator:before {

  content: " ";

  background-image: url(https://jetking.com/assets/img/group-7.svg);

  position: absolute;

  background-position: center;

  width: 15px;

  height: 15px;

  right: -8px;

  z-index: 9;

  top: 40%;

}



.student_benefits .items ul .line_seperator:after {

  position: absolute;

  content: " ";

  background: rgba(96, 92, 87, .44);

  height: 79%;

  width: 1px;

  top: 10px;

  opacity: .35;

}



.student_benefits .items ul li .name {

  font-size: 26px;

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  line-height: 1.69;

  letter-spacing: normal;

  text-align: center;

  color: #3e3e3e;

}

.career-filter {

  text-align: center;

}



.career-item {

  border: 2px solid #393185;

  padding: 9px 17px;

  border-radius: 25px;

  color: #393185;

  display: inline-flex;

  margin: 0 0.5rem;

}

.career-item:hover {

  background: #393185;

  color: #fff;

}

.career-apply {

  margin: auto;

}



.career-tag {

  padding: 0;

}



.career-tag-item {

  border: 2px solid #393185;

  padding: 6px 13px;

  border-radius: 25px;

  color: #393185;

  display: inline-flex;

  margin: 0 0.5rem;

  font-size: 14px;

}

.contact_faq_box {

  margin-bottom: 30px;

  background-color: var(--thm-white);

  position: relative;

  overflow: hidden;

  border-radius: 12px;

  display: flex;

  flex-wrap: wrap;

  padding: 20px 10px;

  align-items: flex-start;

  box-shadow: 0px 1px 30px 1px #a8a9ab;

}



.contact_faq_box .text {

  width: calc(100% - 130px);

}

.shadow_1 {

  box-shadow: 0px 1px 30px 1px #ecf2ff;

}

.contact_faq_box .text p {

  margin-bottom: 20px;

  font-size: 13px;

}

.contact_faq_box .icon {

  width: 100px;

  margin-right: 30px;

  position: relative;

  top: 10px;

}

.contact_faq_box h4 {

  color: #3c3c3c;

}



.alert.alert-danger ul {

  margin: 0;

}

.message-title {

  width: 100%;

}

.message-title h3 {

  text-align: center;

  background-color: #cdcff5;

  padding: 9px 20px;

  font-size: 16px;

  font-weight: 600;

  color: green;

  border: 1px solid #afc5af;

}



.alumni-name h3 {

  font-size: 18px;

}



.alumni-placed-at {

  height: 75px;

  margin: 1.2rem;

}

.alumni-placed-at img {

  width: 50%;

  margin: auto;

}

.nws-button {

  padding: 0 65px;

}



.placed-grid-box {

  border: 1px solid #ccc;

  border-radius: 7px;

  overflow: hidden;

  padding: 0;

  display: inline-block;

  background: #fff;

  color: #333;

  width: 288px;

}



.placed-grid-box .image-box {

  height: 130px;

  width: 98px;

  margin-right: 9px;

  float: left;

  border-right: 1px solid #ccc;

}



.placed-grid-box .image-box img {

  width: 100%;

  height: 100%;

}



.placed-grid-box .box-content {

  overflow: hidden;

}

.box-title {

  margin-bottom: 10px;

}



.box-title h4 {

  font-size: 16px;

  margin-bottom: 0;

}



.box-content p {

  font-size: 12px;

  margin: 0;

}



.testimonial-slide-area .owl-item {

  padding-top: 90px;

}



.testimonial-slide-area .course-pic {

  overflow: hidden;

  position: absolute;

  top: -92px;

  background: #f7f6f6;

  border-radius: 50%;

  width: 120px;

  height: 120px;

  border: 1px solid #ccc;

  left: calc(100% - 66%);

}

.testimonial-slide-area .student-qoute .course-pic .circle-img {

  width: 107px;

  height: 107px;

  border-radius: 50%;

  overflow: hidden;

  margin: 6px;

}

.awards-recognition {

  font-weight: 600;

  color: #333;

}



.modal-body .nws-button button:disabled,
.register-form-area button .nws-button button:disabled {

  background: #a7a7a7;

}



.shadow-background {

  padding: 7px;

  background: #dbdbdb;

  box-shadow: 1px 0px 6px 0px #4c4848;

  border-radius: 8px;

}



.border-timeline {

  border-right: 3px solid #393185;

}



.bg-gray {

  background-color: #e2e0e0;

}



/* Dashboard Css */

.dashboard-plate {

  background: #fff;

  margin: 2rem;

  padding: 4rem 3rem;

  border-radius: 20px;

  color: #333;

  box-shadow: 0px 2px 8px 0px #e3e3e3fa;

}



.dashboard-plate .service-slide_4 .service-text-icon {

  background-color: #f7f7f7;

  padding: 20px;

  border-radius: 4px;

  width: 32%;

  float: left;

  margin-left: 10px;

}

#feedback {

  height: 0px;

  width: 85px;

  position: fixed;

  right: 0;

  top: 54%;

  z-index: 1000;

  transform: rotate(-90deg);

  -webkit-transform: rotate(-90deg);

  -moz-transform: rotate(-90deg);

  -o-transform: rotate(-90deg);

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}



#feedback a {

  display: block;

  background: #3e4095;

  height: 52px;

  padding-top: 7px;

  width: 155px;

  text-align: center;

  color: #fff;

  font-size: 17px;

  font-weight: bold;

  text-decoration: none;

  -moz-animation: glowing 1500ms infinite;

  -o-animation: glowing 1500ms infinite;

  animation: glowing 1500ms infinite;

}



.formFieldParentOccupation span {

  padding: 0 16px;

  display: inline-flex;

  width: 227px;

}

.contact_form input[type="radio"],
.contact_form input[type="checkbox"] {

  display: inline-flex;

  margin-right: 8px;

  height: 18px;

  width: 30px;

}

.university_content_wrap {

  font-size: 12px;

  width: 100%;

  overflow: hidden;

}

.university_content_wrap span {

  display: block;

  color: #333;

}



.university_wrapper {

  display: block;

  background: #f3f3f3;

  margin-bottom: 20px;

  border-radius: 10px;

  overflow: hidden;

  padding: 25px;

}



.university_content_section {

  display: inline;

  float: left;

}



.university_btn_section {

  width: 25%;

  display: inline-block;

  float: right;

}



.course-page-section th {

  font-size: 12px;

  font-weight: 700;

  color: #333333;

  border-bottom: 3px solid #616dfd;

}



.ad_banner_form_wrapeer {

  padding: 1.2rem;

  color: #1b1b1b;

  font-weight: 500;

  width: 80%;

  margin: auto;

  border: 3px solid #d9d9d9;

  border-radius: 5px;

  background: #f6f6f65e;

  margin-bottom: 5rem;

  margin-top: 1rem;

}



.affiliate-registraion-form {

  text-align: center;

  background: #3c348740;

}

.registration-form-header {

  padding: 11px 0;

  background: #ddd;

}

.timeline-content ul li {

  list-style: none;

}

.list-event-section {

  padding: 50px 0;

}

.list-event-item {

  margin: 20px;

  background: #f5f5f5;

  border-radius: 8px;

  overflow: hidden;

}

.event-gradient-bdr {

  z-index: 2;

  width: 100%;

  height: 100%;

  position: absolute;

  border-radius: 10px;

  border: 3px solid #3a39a9;

}

.border-10px-radius {

  border-radius: 10px;

}



.event-details-header {

  background: #fff;

  padding: 24px 0;

  color: #333;

  box-shadow: 1px 0px 7px 0px #d7d4d4;

}



.event-details-header h2 {

  border-bottom: 1px solid #ccc;

  padding-bottom: 12px;

}



.event-details-section {

  background: #f7f7f7;

  padding-top: 20px;

}



.event.side-bar-widget {

  background: #fff;

  padding: 20px;

  box-shadow: 0px 0px 2px 0px #ccc;

}



.event-share-posts .share-social ul li {

  font-size: 25px;

  margin-left: 30px;

}



.event-details-content {

  margin-top: 30px;

  background: #fff;

  padding: 20px;

  box-shadow: 0px 0px 2px 0px #ccc;

}



.event-details-content h3,
.event-details-content h6 {

  color: #333;

}



img.width-100 {

  width: 100%;

}

.stickey-header {

  position: fixed;

  width: 100%;

  z-index: 9;

  top: 0;

}

.popup-close {

  position: absolute;

  text-align: center;

  left: 2px;

  background: #3b348c;

  height: 22px;

  font-size: 14px;

  font-weight: 800;

  width: 23px;

  top: 2px;

  border-radius: 50%;

  color: #fff;

  padding: 2px;

  z-index: 9;

  cursor: pointer;

}

.certificate {

  background: #f1f1f1;

  padding: 11px;

  box-shadow: 0px 0px 4px 1px #cccc;

}

.certificate img:hover {

  transform: scale(1.5);

}

.white-popup {

  position: relative;

  background: #FFF;

  padding: 20px 40px;

  width: auto;

  max-width: 820px;

  margin: 20px auto;

  transition: 1s all;

}

.mfp-hide {

  display: none !important;

}

#modelShare {

  text-align: center;

}

#modelShare h4 {

  color: #333;

  text-align: center;

  margin: 11px 0;

}

#modelShare p {

  color: #545454;

}



#modelShare .input-share {

  width: 80%;

  display: inline-flex;

  border-right: 1px solid #ccc;

  overflow: hidden;

}



#modelShare input {

  height: 50px;

  padding: 15px;

  width: 100%;

  border: none;

}



.input-share-content {

  border: 1px solid #ccc;

  display: block;

  overflow: hidden;

}



.social-share-content {

  margin-top: 20px;

}



.copy-link-btn {

  vertical-align: middle;

  margin-top: 15px;

  border: 1px #ccc;

  display: inline;

  padding-left: 17px;

  color: #3b5bcd;

}



.social-icon {

  display: inline-block;

  padding-top: 5px;

  margin: 0 7px;

  height: 40px;

  width: 40px;

  border-radius: 50%;

  border: 1px solid;

  font-size: 21px;

}

/* course page text content css */

.course-details-content h1,
.course-details-content h2,
.course-details-content h3,
.course-details-content h4,
.course-details-content h5,
.course-details-content h6 {

  color: #393185;

  margin: 15px 0px;

}

.course-details-content h1 {

  font-size: 28px;

}

.course-details-content h2 {

  font-size: 26px;

}

.course-details-content h3 {

  font-size: 24px;

}

.course-details-content h4 {

  font-size: 22px;

}

.course-details-content h5 {

  font-size: 20px;

}

.course-details-content h6 {

  font-size: 18px;

}

.course-details-content p {

  margin: 10px 0;

  color: #333;

}

.course-details-content a {

  color: #393185 !important;

  font-weight: 600;

}

.course-details-content ul,
.course-details-content ol {

  color: #333;

  margin: 10px 0;

}

.course-details-content ul li {

  display: block;

  list-style: disc;

  color: #333;

  position: relative;

  padding-left: 12px;

  margin-left: 15px;

}

.course-details-content ul li::before {

  content: "";

  position: absolute;

  width: 6px;

  background: #3e4095;

  height: 7px;

  left: 0;

  top: 6px;

}

.course-details-content ol li {

  display: block;

  color: #333;

  position: relative;

  padding-left: 12px;

  margin-left: 15px;

}

.course-details-content .table {

  padding: 8px;

}

.course-details-content .table thead th {

  font-weight: 600;

  font-size: 20px;

}

/* course page text content css */

span.course-category {

  font-size: 14px;

}



.course_highlights p {

  margin: 3px 0;

}

.course_highlights ul {

  padding: 0;

  font-size: 14px;

  line-height: 22px;

}

.course_highlights li:before {

  content: "\f192";

  font-family: Font Awesome\ 5 Free;

  font-weight: 400;

  margin-right: 5px;

}

.course_highlights ul li {

  list-style: none;

  font-weight: 600;

  color: #000000;

}




/* grievance-redressal */
.job-criteria {
  position: sticky;
  top: 20px;
}


.basic-list {
  padding: 0;
  margin: 0;
}

.basic-list li {
  list-style: none;
  margin-bottom: 10px;
  color: #000;
}

.basic-list li img {
  width: 20px;
  margin-right: 6px;
}


.video-box {
  position: relative;
}

.video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #3B3386;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
}

.video-box .play-btn span {
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-box .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(59, 51, 134, 0.6);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}


.section-complaint {
  background-color: #f4f3fd;
  padding: 114px 0 43px;
}

.section-complaint h2 {
  color: #393185;
  font-size: 3.5rem;
  font-weight: 400;
}

.section-complaint .heading-content {
  color: #7b7b7b;
  font-size: 1.1rem;
  margin-bottom: 39px;
}

.service-box {
  background: #fff;
  text-align: center;
  padding: 40px 30px;
  min-height: 361px;
  margin-bottom: 53px;
  border-radius: 10px;
  box-shadow: 0 2px 10px #ccc7ff;
}

.icon {
  background-color: #393185;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -72px auto 20px auto;
}

.icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.service-box h3 {
  color: #06194a;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.service-box p {
  color: #8f8f8f;
  font-size: 1.1rem;
  line-height: 1.6;
}

.footer-logo {
  background: #fff;
  padding: 4px;
  border-radius: 5px;
}

/* .accordion-container {
      padding: 20px;
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  .card {
      border: none;
      margin-bottom: 12px;
      border-radius: 8px;
      overflow: hidden;
  }
  .card-header {
      background-color: #3e4095;
      padding: 0;
      border-bottom: none;
  }
  .btn-link {
      color: #ffffff;
      font-weight: 600;
      text-align: left;
      padding: 1rem 1.5rem;
      width: 100%;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .btn-link:hover, .btn-link:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #0056b3;
  }
  .card-body {
      background-color: #f8f9fa;
      border-top: 1px solid #e9ecef;
      padding: 1.5rem;
      line-height: 1.6;
  }
  
  .btn-link .icon-rotate {
      transition: transform 0.3s ease;
      font-size: 1.2rem;
  }
  .btn-link[aria-expanded="true"] .icon-rotate {
      transform: rotate(180deg);
  } */





/* resource */
.section-resource {
  padding: 4rem 0;
}

.section-resource h2 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}

.section-resource .top-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-resource .top-link li {
  margin-bottom: 6px;
}

.section-resource .top-link h5 {
  color: #393185;
  font-size: 1.2rem;
  font-weight: 400;
}

.section-resource .top-link img {
  width: 0.7rem;
}

.section-resource .recommended-bar {
  border: 1px solid #ddd;
  display: block;
  text-align: center;
  padding: 28px 0;
}

.section-resource .right-bar {
  border: 1px solid #ddd;
  display: block;
  padding: 18px 30px;
}

.resource-box {
  border: 1px solid #ddd;
  padding: 25px 25px 6px;
  border-radius: 7px;
}

.resource-box a {
  color: #0d0f85;
  font-size: 1.5rem;
  font-weight: 500;
}








/* nsdc-page */

.banner-pagelanding {
  background-size: cover;
  background-position: center;
  padding-bottom: 32px;
  padding-top: 125px;
  position: relative;
}

.banner-pagelanding::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  background: linear-gradient(104deg, rgba(14 29 111) 37%, rgba(0, 0, 0, 0.5) 76%);
}

.banner-pagelanding .banner-bottom {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: -59px;
  background-color: #ffffff;
}

.banner-pagelanding .text-assurance {
  font-size: 21px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 22px;

}



.banner-pagelanding .banner-form {
  background-color: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.banner-line {
  width: 436px;
  background: #fff;
  height: 1px;
  position: relative;

}




.banner-city-page .partner-logo img {
  height: 51px;
}


.banner-pagelanding .banner-form .form-control {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner-pagelanding .banner-form .form-label {
  color: #fff;
}



.banner-pagelanding h1 {
  font-size: 47px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
}

.banner-pagelanding h1 span {
  font-weight: 600;
}

@media (max-width: 992px) {
  .banner-pagelanding h1 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .banner-pagelanding h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}

.banner-pagelanding h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}

.banner-pagelanding h2 span {
  font-weight: 600;
}

@media (max-width: 576px) {
  .banner-pagelanding h2 {
    font-size: 1rem;
  }
}

.banner-pagelanding p {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 1px;
}

.banner-pagelanding h3 {
  position: relative;
  z-index: 2;
  border-radius: 29px;
  color: #10207a;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 9px 32px;
  margin-bottom: 28px;
  margin-top: 15px;
  font-weight: 200;
  background: #040a47;
  background: linear-gradient(104deg, rgba(14 29 111) 37%, rgb(0 3 91 / 50%) 76%);
}

@media (max-width: 576px) {
  .banner-pagelanding h3 {
    font-size: 1rem;
  }
}


.partner-logo {
  position: relative;
  background-color: #fff;
  z-index: 2;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
}

.highlighted-content-wrapper {
  position: relative;
  z-index: 2;
}





.section-nsdc-faq {
  background-color: #f2ecfd;
  padding: 3rem 0;
}

/* Accordion wrapper */
.section-nsdc-faq .accordion {
  margin: 1em auto;
  font-family: Arial, sans-serif;
}

/* Hide checkbox */
.section-nsdc-faq .accordion-input {
  display: none;
}

/* Accordion label */
.section-nsdc-faq .accordion-label {
  display: block;
  cursor: pointer;
  padding: 1em;
  background-color: #3e4095;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  user-select: none;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}

/* Hover & focus */
.section-nsdc-faq .accordion-label:hover,
.section-nsdc-faq .accordion-label:focus {
  background-color: #5557b1;
  outline: none;
}

/* Accordion content */
.section-nsdc-faq .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #f0f4f8;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 1rem;
  line-height: 1.4;
}

/* Show content when checked */
.section-nsdc-faq .accordion-input:checked~.accordion-content {
  max-height: 500px;
  padding: 1em;
}

/* Plus / Minus icon */
.section-nsdc-faq .accordion-label::after {
  content: '+';
  float: right;
  font-weight: bold;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.section-nsdc-faq .accordion-input:checked+.accordion-label::after {
  content: '-';
}

/* Mobile responsive */
@media (max-width: 480px) {
  .section-nsdc-faq .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }

  .section-nsdc-faq .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }

  .section-nsdc-faq .accordion-input:checked~.accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }

  .section-nsdc-faq .accordion-label::after {
    font-size: 1.2rem;
  }
}


.section-empowering ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #3c3c3c;
}

.section-empowering ul li {
  margin-bottom: 13px;
  padding-left: 15px;
  position: relative;
}

.section-empowering ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #06194a;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}



.landing-about {
  background-color: #e7e4ff;
  padding: 2rem 0;

}

.landing-about p {
  color: #636363;
  font-weight: 400;
  margin-bottom: 11px;
}

.landing-about h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 11px;
}

.landing-about h3 {
  color: #393185;
  font-size: 26px;
  margin-bottom: 13px;
}

.landing-about h4 i {

  color: #393185;

}

.landing-about .content-bar {

  padding-left: 50px;

}



.landing-about ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #3c3c3c;
}

.landing-about ul li {
  margin-bottom: 13px;
  padding-left: 15px;
  position: relative;
}

.landing-about ul li span {
  font-weight: 600;
  color: #000;
}

.landing-about ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #06194a;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}





.landing-about .about-1 {
  border-radius: 36px;
  position: absolute;
  right: 0;
  max-width: 400px;
}

.landing-about .about-2 {
  border-radius: 36px;
  position: absolute;
  left: 165px;
  bottom: 487px;
  z-index: 999;
  max-width: 123px;
}

.landing-about .about-3 {
  border-radius: 36px;
  position: absolute;
  left: 39px;
  bottom: 190px;
  max-width: 400px;

}

.landing-about .pre-heading {
  color: #393185;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.landing-about .about-heading {
  font-size: 42px;
  font-weight: 600;
  color: #1b1d6c;
}



@media only screen and (max-width : 768px) {
  .landing-about .content-bar {
    padding-left: 0;
  }

  .landing-about .about-heading {
    font-size: 23px;
  }

}




.section-training {
  padding: 4rem 0;
}

.section-training .pre-heading {
  font-size: 19px;
  color: #393185;
  margin-bottom: 10px;
}

.section-training h3 {
  font-weight: 600;
  color: #000;
}

.process-bar {
  background-color: #E7E4FF;
  padding: 32px 16px;
  text-align: center;
  border-radius: 22px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  height: 282px;
}

.process-bar i {
  font-size: 51px;
  color: #393185;
}

.process-bar h4 {
  font-weight: 700;
  margin-bottom: 14px;
  color: #11027e;
  font-size: 17px;
}

.process-bar p {
  color: #8B8B8B;
  font-weight: 400;
  font-size: 15px;
}



.nsdc-courses-wrapper {
  background-color: #0F0353;
  padding: 5rem 0;
  overflow: hidden;
}

/* Slider Wrapper */
.slider-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

/* Track */
.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* Card */
.course-card {
  min-width: 33.333%;
  padding: 0 12px;
}

.course-card-inner {
  background: #fff;
  border-radius: 16px;
  position: relative;
  min-height: 183px;
  text-align: center;
  overflow: hidden;
}

.nsdc-courses-wrapper .course-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a !important;
  margin-bottom: 18px;
}

.course-info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
}

.arrow-btn {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1b0072;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

/* Navigation Arrows */
.slider-nav {
  display: none;
}

.prev {
  left: -20px;
}

.next {
  right: -20px;
}

/* Dots */
.slider-dots {
  text-align: center;
  margin-top: 25px;
}

.slider-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.slider-dots .active {
  background: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .course-card {
    min-width: 50%;
  }
}

@media (max-width: 576px) {
  .course-card {
    min-width: 100%;
  }
}


.cta-btn-course {
  background-color: #0f0353;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 9px;
}


.cta-btn-course-light {
  background-color: #fff;
  color: #0f0353 !important;
  padding: 14px 24px;
  border-radius: 9px;
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

.list-unstyled li {
  margin-bottom: 6px;
}

.list-unstyled li img {
  margin-right: 7px;
}


.list-unstyled2 {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

.list-unstyled2 li {
  display: inline-block;
  margin-right: 14px;
}

.list-unstyled2 li img {
  margin-right: 7px;
}



/* VIDEO WRAPPER SECTION */
.video-wrapper {
  padding: 60px 0;
  background-color: #eeecff;
}

.video-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
}

.video-thumb img {
  transition: transform 0.4s ease;
}

.video-thumb:hover img {
  transform: scale(1.08);
}

.video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}

.video-wrapper .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-left: 18px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.modal-content {
  border-radius: 0;
}

iframe {
  border: none;
}

.video-modal {
  max-width: 800px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 */
}

.video-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}




.testimonial-wrapper {
  padding: 70px 15px;
}

/* TITLE */
.testimonial-title {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-title h2 {
  font-size: 36px;
  color: #1f2d3d;
}

/* SLIDER */
.testimonial-container {
  max-width: 900px;
  margin: auto;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}

/* EACH SLIDE */
.testimonial-card {
  flex: 0 0 100%;
  padding: 20px;
}

/* CARD DESIGN */
.testimonial-box {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.testimonial-name {
  font-size: 20px;
  font-weight: 600;
  color: #293c92;
}

.testimonial-role {
  font-size: 15px;
  color: #666;
}

/* DOTS */
.testimonial-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.testimonial-dots span {
  width: 12px;
  height: 12px;
  background: #cbd3ff;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
}

.testimonial-dots span.active {
  background: #293c92;
}

@media (max-width: 768px) {
  .testimonial-box {
    padding: 25px;
  }
}

.gift-awaits-content {
  text-align: left;
  color: #333;
}

.gift-awaits-content p {
  margin: 0;
  padding: 0;
}


/* gift-page */

.section-welcome-gift {
  padding: 5rem 0;
  background-color: #bed6ff;
}

.section-welcome-gift h3 {
  color: #393185;
  font-size: 2.3rem;
}

.section-welcome-gift h4 {
  color: #393185;
  font-size: 1.5rem;
}

.section-welcome-gift h4 span {
  font-weight: 800;
}

.section-welcome-gift .gift-Welcome-text {
  background: #0095ff;
  background: linear-gradient(90deg, rgba(0, 149, 255, 0) 0%, rgba(6, 111, 222, 1) 18%, rgba(21, 16, 139, 1) 66%, rgba(19, 16, 146, 1) 71%, rgba(17, 17, 156, 0) 100%);
  padding: 18px 0;
  color: #fff;
  display: inherit;
}

.section-welcome-gift .gift-Welcome-text i {
  margin-left: 9px;
  color: #03A9F4;
}

.welcome-gift-box {
  background-color: #b0caf7;
  border: 1px solid #81afff;
  padding: 30px;
  border-radius: 5px;
  min-height: 217px;
}

.welcome-gift-box h5 {
  color: #393185;
  font-size: 1.3rem;
}

.welcome-gift-box p {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.welcome-gift-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.welcome-gift-box ul li {
  margin-bottom: 6px;
  margin-right: 22px;
  color: #393185;
}

.welcome-gift-box ul li a {
  color: #eee7f7;
  font-size: 1rem;
  color: #00026a;
  padding: 9px 12px;
  border-radius: 5%;
}


.section-sample-captions {
  padding: 5rem 0;
}

.section-sample-captions h2 {
  font-size: 3rem;
  color: #393185;
}

.welcome-gift-box-2 {
  background-color: #b0caf7;
  border: 1px solid #81afff;
  padding: 30px;
  border-radius: 5px;
  min-height: 300px;
}

.welcome-gift-box-2 h5 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #002462;
  margin-top: 23px;
  line-height: 24px;
}



.section-important {
  padding: 4rem 0;
  background-color: #000130;
}

.section-important h4 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 24px;
}

.section-important ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section-important li {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 17px;
}

.section-important h5 {
  color: #fff;
  margin-top: 26px;
}

.section-important p {
  color: #fff;
}

.get-gift {
  background-color: #0c1162;
  margin: 126px 0;
  padding: 72px;
}

.get-gift h2 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 24px;
}

.get-gift ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.get-gift li {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 6px;
  margin-left: 11px;
  position: relative;
}

.get-gift li::after {
  content: '';
  position: absolute;
  left: -17px;
  top: 9px;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}


.section-why {
  padding: 4rem 0;
}


.section-why h2 {
  font-size: 3rem;
  color: #393185;
}

.section-why h4 {
  color: #393185;
  margin-bottom: 40px;
}

.section-why h5 {
  color: #393185;
  margin-bottom: 40px;
}

.section-why p {
  font-size: 1.1rem;
}

.number-box {
  width: 69px;
  height: 69px;
  padding: 13px 24px;
  border-radius: 50%;
  background: #161087;
}

.number-box h3 {
  color: #fff;
}

.section-social-bar {
  padding: 5rem 0;
}

.section-social-bar h2 {
  color: #00116c;
  font-size: 3rem;
}


.section-social-bar .owl-carousel .item img {
  border-radius: 10px;
}

.section-social-bar .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.section-social-bar .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section-social-bar .owl-nav button {
  background: #000 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 18px;
  transition: 0.3s ease;
}

.section-social-bar .owl-nav button:hover {
  background: #ff6600 !important;
}

.section-social-bar .owl-carousel {
  position: relative;
}






.section-new-faq-wrapper {
  background: #e0e0ff;
  padding: 80px 15px;
}


.section-new-faq-wrapper .myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.section-new-faq-wrapper .myaccordion .card,
.section-new-faq-wrapper .myaccordion .card:last-child .card-header {
  border: none;
  background: #e0e0ff;
}

.section-new-faq-wrapper .myaccordion .card-header {
  border-bottom-color: #c7c7c7;
  background: transparent;
}

.section-new-faq-wrapper .myaccordion .fa-stack {
  font-size: 18px;
}

.section-new-faq-wrapper .myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #00189d !important;
  padding: 7px 0px;
  background: transparent;
}

.section-new-faq-wrapper .myaccordion .btn-link:hover,
.section-new-faq-wrapper .myaccordion .btn-link:focus {
  text-decoration: none;
}

.section-new-faq-wrapper .myaccordion li+li {
  margin-top: 10px;
}

.section-new-faq-wrapper .overflowing_text {
  white-space: normal;
  display: block;
  text-overflow: ellipsis;
  text-align: left;
}

.section-new-faq-wrapper [data-toggle="collapse"] .fa:before {
  content: "\f139";
  float: right;
}

.section-new-faq-wrapper [data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
  float: right;
}

.section-new-faq-wrapper p {
  text-align: justify;
}


.section-new-faq-wrapper .nav-pills {
  background-color: #d6d6ff;
  border-radius: 0px;
  padding: 3px 0px;
  border: 2px solid #c7c7ff;
  display: inline-flex;
}

.section-new-faq-wrapper .nav-pills .nav-link.active {
  color: #393185 !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 5px 26px !important;
  font-size: 18px;
  position: relative;
}

.section-new-faq-wrapper .nav-pills .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
  width: 100%;
  height: 2px;
}

.section-new-faq-wrapper .nav-link {
  color: #393185 !important;
  border-radius: 40px !important;
  padding: 5px 26px !important;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
  background-color: transparent !important;
  border: transparent;

}

.section-new-faq-wrapper .faq-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 50px;
}


.section-awards-recognitions-wrapper {
  background-color: #fff;
  padding: 4rem 0;
}

/* .section-awards-recognitions-wrapper .gallery-wrapper {
  width: 100%;
  padding: 2rem 1rem;
  height: 600px;
  overflow: overlay;
  border: 1px solid #dddddd;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */



.section-support-wrapper {
  background-color: #f7f7f7;
  padding: 5rem 0;
}





.section-state-wrapper {
  background: #aeb7d1;
  padding: 60px 0;
}

.section-state-wrapper .state-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.section-state-wrapper .state-tabs .nav-link {
  background: #433a8f;
  color: #fff;
  font-size: 22px;
  padding: 14px 20px;
  border-radius: 8px;
  position: relative;
  text-align: left;
}

.section-state-wrapper .state-tabs .nav-link:after {
  content: "▼";
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.section-state-wrapper .state-tabs .nav-link.active {
  background: #433a8f;
}

.section-state-wrapper .state-box {
  background: #e6e6e6;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

.section-state-wrapper .state-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 80px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e6e6e6;
}

.section-state-wrapper .state-box label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.section-state-wrapper .state-box input {
  accent-color: #6b4cff;
}


/* Tablet */

@media(max-width:992px) {

  .section-state-wrapper .state-tabs {
    grid-template-columns: repeat(3, 1fr);
  }

}


/* Mobile */

@media(max-width:768px) {

  .section-state-wrapper .state-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-state-wrapper .state-tabs .nav-link {
    font-size: 18px;
  }

}


/* Small Mobile */

@media(max-width:480px) {

  .section-state-wrapper .state-tabs {
    grid-template-columns: 1fr;
  }

}





.main-franchise-banner {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 7rem 0 6rem;
  background-origin: content-box;
}

.main-franchise-banner p {
  font-size: 1.2rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .main-franchise-banner {
    width: 100%;
    padding: 6rem 0px;
    background-size: revert;
    background-origin: content-box;
  }

  .main-franchise-banner .banner-heading {
    color: #fff;
    font-size: 2rem !important;
  }

  .main-franchise-banner p {
    font-size: 1rem;
    font-weight: 300;
  }
}

.main-franchise-banner .banner-heading {
  color: #fff;
  font-size: 2.4rem;
}

.info-banner {
  background-color: white;
  border-radius: 12px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 16px 24px;
  gap: 20px;
  border: 1px solid #8b8b8b;
  text-align: center;
}

.info-item {
  flex: 1 1 200px;
  font-weight: bold;
  color: #000;
  position: relative;
}

/* Vertical divider */
.info-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 40%;
  width: 1px;
  background-color: #ccc;
}

@media (max-width: 768px) {
  .info-banner {
    flex-direction: row;
    gap: 10px;
  }
}


.btn-franchise {
  color: #20104b;
  background-color: #fff;
  padding: 11px 21px;
  font-size: 1.2rem;
}


.section-why-partnering .banner-video {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section-why-partnering .banner-video img {
  width: 100%;
  border-radius: 10px;
}

/* Play Button Under Image */
.section-why-partnering .video-play-btn {
  position: absolute;
  top: 35%;
  left: 16%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #0d6efd;
  /* Blue */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play Icon */
.section-why-partnering .video-play-btn span {
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}

/* Pulse Animation */
.section-why-partnering .video-play-btn::before,
.section-why-partnering .video-play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.4);
  /* Blue ripple */
  animation: pulse 2s infinite;
  z-index: -1;
}

.section-why-partnering .video-play-btn::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* Hover Effect */
.section-why-partnering .video-play-btn:hover {
  background: #084298;
  /* Dark blue */
}


.section-market-opportunity {
  padding: 5rem 0;
}

.section-market-opportunity h4 {
  color: #8f8b8b;
  font-size: 1.3rem;
  font-weight: 400;
}

.section-market-opportunity h4 span {
  font-size: 2rem;
  color: #393185;
}




.bottom-apply-bar {
  position: fixed;
  left: 0;
  background-color: #000;
  width: 100%;
  padding: 24px 0 8px;
  bottom: 0;
  z-index: 999;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 768px) {
  .bottom-apply-bar {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 24px 0 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .bottom-apply-bar h6 {
    color: #fff;
    text-align: center;
    margin-bottom: 19px;
    font-size: 1rem;
    font-weight: 400;
  }

  .dfm-btn-3 {
    position: relative;
    display: inline-block;
    padding: 19px 60px;
    color: #14ff99 !important;
    text-decoration: none;
    font: 700 30px consolas;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    background-color: #01231d;
    width: 100%;
    text-align: center;
  }
}

.bottom-apply-bar h6 {
  color: #fff;
}

.bottom-apply-bar p {
  color: #000;
  font-weight: 300;
}

.bottom-apply-bar img {
  width: 56px;
}

.section-franchise-business-wrapper {
  padding: 5rem 0;
}

.franchise-business-wrapper {
  padding: 0;
}

.franchise-business-wrapper .state-box {
  background: #433b8f;
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.franchise-business-wrapper .state-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  z-index: 2;
}

.franchise-business-wrapper .state-box .state-name {
  z-index: 2;
  transition: 0.3s;
}

.franchise-business-wrapper .state-box .click-btn {
  position: absolute;
  right: -150px;
  /* adjusted for longer text */
  background: #fff;
  color: #433b8f;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.franchise-business-wrapper .state-box:hover {
  background: #342f75;
}

.franchise-business-wrapper .state-box:hover .click-btn {
  right: 20px;
}

.franchise-business-wrapper .state-box:hover .state-name {
  transform: translateX(-10px);
}

/* .state-box{
    background:#433b8f;
    color:#fff;
    border-radius:10px;
    padding:15px 20px;
    display:flex;
    align-items:center;
    gap:15px;
    font-size:28px;
    font-weight:500;
    transition:0.3s;
}

.state-box img{
    width:40px;
    height:40px;
    object-fit:contain;
}

.state-box:hover{
    background:#342f75;
    cursor:pointer;
} */



.section-why-partnering {
  padding: 60px 0;
}

.partner-item {
  background: #fff;
  padding: 20px;
}

.partner-item img {
  border-radius: 10px;
}

.section-why-partnering h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 2.6rem;
  color: #3e4095;
}

.section-why-partnering h3 span {
  font-weight: 700;
}


.section-why-partnering .section-heading {
  color: #3e4095;
  font-size: 2.6rem;
}

.section-why-partnering .section-sub-heading {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #7d7d7d;
}

.section-why-partnering p {
  margin-bottom: 15px;
}

.section-why-partnering h4 {
  color: #3e4095;
  margin-bottom: 20px;
  margin-top: 36px;
}

.section-why-partnering ul {
  list-style: none;
  padding: 0;
}

.section-why-partnering ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

.section-why-partnering ul span {
  font-weight: 600;
  color: #3e4095;
}

/* Owl Nav */
.section-why-partnering .owl-nav {
  text-align: center;
  margin-top: -70px;
  top: 100% !important;
}

.section-why-partnering .owl-nav .owl-prev {
  float: left;
  padding: 0px 10px;
  width: 49px;
  line-height: 51px;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #3d3791 !important;
  color: #fff;
}

.section-why-partnering .owl-nav .owl-next {
  float: left;
  width: 49px;
  height: 49px;
  line-height: 51px;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #3d3791 !important;
  color: #fff;
}

.owl-nav button {
  background: #00116c !important;
  color: #fff !important;
  padding: 10px 18px !important;
  margin: 5px;
  border-radius: 5px;
}





.faq-section ul.faq-category-tab li {
  cursor: pointer;
  margin: 0px 10px 12px 0px;
  font-size: 18px;
  position: relative;
  color: #393185;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #040c6d;
  padding: 10px 15px;
  border-radius: 4px;
}

.faq-section .gradient-bg,
ul.faq-category-tab li.active {
  background: #111371;
  color: #fff;
  position: relative;
}

.faq-section .gradient-bg,
ul.faq-category-tab li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.17rem;
  background-color: transparent;
  left: 0;
  bottom: 0;
}




.faq-section ul.faq-category-tab li:after,
ul.course-tab li:after,
ul.module-tab li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.17rem;
  background-color: transparent;
  left: 0;
  bottom: 0;
  transform-origin: 0% 100%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}



.faq-section .panel-group .panel {
  margin: 13px auto;
  padding: 15px 15px;
  border: 1px solid #cae1ff;
  border-radius: 6px;
  background: #e8f2ff;
}



.faq-section .panel-group .panel-title .btn-link:before {
  content: '\f078';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  right: 0px;
  top: -4px;
  font-size: 21px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #3e4095;
  border-radius: 8px;
  padding: 5px 12px;
}


.faq-section .panel-group .panel-title .btn-link {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  color: #393185;
  font-size: 23px;
}

.faq-section .panel-group .btn-link.collapsed:after {
  content: "";
}

.faq-section .panel-group .collapse.show .panel-body::before {
  content: none !important;
}

.faq-section .panel-group .collapse.show .panel-body::after {
  content: '';
  height: 2%;
  position: absolute;
  left: -15px;
  top: -24px;
  content: '';
  background-color: #cae1ff;
  width: 102.7%;
}

.faq-section .panel-body p {
  font-size: 17px;
  font-weight: 400;
  margin-top: 42px;
  margin-bottom: 2px;
  color: #6b7173;
  line-height: 29px;
}


.section-awards-recognitions-wrapper img {
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.section-awards-recognitions-wrapper img:hover {
  transform: scale(1.05);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}



.main-franchise-banner .banner-right-bar {
  border: 4px solid #fff;
  border-radius: 25px;
  overflow: hidden;
}




.section-support-system {
  padding: 5rem 0;
  background-color: #031a82;
}

.section-support-system h3 {
  color: #ffffff;
  font-size: 2.3rem;
}

.section-support-system h4 {
  color: #ffffff;
  font-size: 1.5rem;
}

.section-support-system h4 span {
  font-weight: 800;
}

.section-support-system .gift-Welcome-text {
  background: #0095ff;
  background: linear-gradient(90deg, rgba(0, 149, 255, 0) 0%, rgba(6, 111, 222, 1) 18%, rgba(21, 16, 139, 1) 66%, rgba(19, 16, 146, 1) 71%, rgba(17, 17, 156, 0) 100%);
  padding: 18px 0;
  color: #fff;
  display: inherit;
}

.section-support-system .gift-Welcome-text i {
  margin-left: 9px;
  color: #03A9F4;
}


.section-support-system .welcome-gift-box {
  background-color: #ccdfff;
  border: 1px solid #81afff;
  padding: 30px;
  border-radius: 5px;
  min-height: 169px;
}


.faq-section .genius-btn {
  display: none;
}



.partner-profile {
  padding: 5rem 0;
}


.partner-profile h3 {
  color: #3d3791;
  font-size: 1.7rem;
}

.partner-profile h4 {
  color: #3d3791;
  font-size: 1.5rem;
}

.partner-profile ul {
  padding: 0;
  margin: 0;
}

.partner-profile ul li {
  margin: 22px 0;
  list-style: none;
  font-size: 1.1rem;
}

.partner-profile ul li i {
  color: #3e4095;
  font-size: 1.4rem;
}


.section-education-business {
  background: #f1f1f1;
  padding: 5rem 0;
}


.section-education-business .education-business-box {
  border: 1px solid #e9e9e9;
  text-align: center;
  padding: 1.5rem;
  border-radius: 7px;
  margin-bottom: 18px;
  background-color: #ffff;
  position: relative;
  overflow: hidden;
}

.section-education-business .education-business-box img {
  width: 60px;
}


.section-education-business .education-business-box h4 {
  font-size: 1.2rem;
  margin-top: 26px;
  color: #3e4095;
  margin-bottom: 16px;
}

.section-education-business h3 {
  color: #3d3791;
  font-size: 2.6rem;
}




/* Tablet */
@media (max-width: 991px) {
  .section-education-business h3 {
    font-size: 1.9rem !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .section-education-business h3 {
    font-size: 2rem !important;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .section-education-business h3 {
    font-size: 2rem !important;
  }
}


.section-education-business h4 {
  font-size: 1.2rem;
  color: #3e4095;
}



.section-certifications-wrapper {
  background-color: #e9e9f9;
  padding: 5rem 0;
}


.section-certifications-wrapper .img-institution {
  width: 100%;
  background-color: #d1ccff;
  padding: 16px;
  border: 2px solid #c1bbff;
  border-radius: 20px;
}


.section-certifications-wrapper .img-partnership-certification {
  width: 91%;
  background-color: #d1ccff;
  padding: 16px;
  border: 2px solid #c1bbff;
  border-radius: 20px;
}

.section-certifications-wrapper h4 {
  color: #393185;
}


.section-certifications-wrapper h2 {
  font-size: 2rem;
  color: #00026a;
  font-weight: 300;
  margin-bottom: 4rem;
}

.section-certifications-wrapper h2 span {
  font-weight: 600;
  color: #00026a;
}











.banner-city-page {
  background-size: cover;
  background-position: center;
  padding-bottom: 0px;
  padding-top: 125px;
  position: relative;
}

.banner-city-page::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1b146e;
  background: linear-gradient(90deg, rgba(27, 20, 110, 0.88) 34%, rgba(20, 15, 97, 0.84) 74%);
}

.banner-city-page .banner-bottom {
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: -59px;
  background-color: #ffffff;
}

.banner-city-page .text-assurance {
  font-size: 21px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 22px;

}



.banner-city-page .banner-form {
  background-color: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.banner-line {
  width: 436px;
  background: #fff;
  height: 1px;
  position: relative;

}

.banner-city-page .banner-city-page-content ul {
  padding-left: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

.banner-city-page .banner-city-page-content ul li {
  margin: 10px 0;
  font-size: 1.1rem;
  color: #fff;
  position: relative;
  padding-left: 25px;
}

.banner-city-page .banner-city-page-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  margin-top: 4px;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}

.banner-city-page .rating-wrapper-text {
  position: relative;
  z-index: 2;
}


.banner-city-page .banner-form .form-control {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner-city-page .banner-form .form-label {
  color: #fff;
}



.banner-city-page .banner-city-page-content h1 {
  font-size: 47px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
}

.banner-city-page .banner-city-page-content h2 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
}



.banner-city-page .banner-city-page-content h1 span {
  font-weight: 600;
}

@media (max-width: 992px) {
  .banner-city-page .banner-city-page-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .banner-city-page h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
}

.banner-city-page h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}

.banner-city-page h2 span {
  font-weight: 600;
}

@media (max-width: 576px) {
  .banner-city-page h2 {
    font-size: 1rem;
  }
}

.banner-city-page .banner-city-page-content p {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  line-height: 31px;
  letter-spacing: 1px;
}

.banner-city-page h3 {
  position: relative;
  z-index: 2;
  border-radius: 29px;
  color: #10207a;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 9px 32px;
  margin-bottom: 28px;
  margin-top: 15px;
  font-weight: 200;
  background: #040a47;
  background: linear-gradient(104deg, rgba(14 29 111) 37%, rgb(0 3 91 / 50%) 76%);
}

@media (max-width: 576px) {
  .banner-city-page h3 {
    font-size: 1rem;
  }
}


.banner-city-page .inner-banner-breadcrumb {
  position: relative;
  z-index: 3;
}

.rating-wrapper {
  position: relative;
  z-index: 3;
}

.rating-wrapper i {
  color: #f8b606;
}






.city-course-overview {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.city-course-overview .course-overview-1 {
  position: absolute;
  right: 0;
  top: 10px;
  animation: floatY 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

.city-course-overview .course-overview-2 {
  position: absolute;
  left: 0;
  bottom: 10px;
  animation: floatY 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}


.city-course-overview .course-overview-heading {
  margin-bottom: 1rem;
  font-size: 3rem;
  color: #2A2181;
  font-weight: 400;
}

.city-course-overview .course-overview-heading span {
  font-weight: 700;
}

.city-course-overview .course-overview-sub-heading {
  font-size: 1.1rem;
  color: #878585;
  margin-bottom: 4rem;
}






/* ul-style */


/* Grid */
.city-course-overview .course-overview-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Card */
.city-course-overview .course-overview-content ul li {
  min-height: 260px;
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  border: 2px dashed #b0c4f8;
  background: #fff;
  transition: 0.4s ease;
  cursor: pointer;
}

/* Background image */
.city-course-overview .course-overview-content ul li::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=700&q=80') center/cover no-repeat;
  opacity: 0;
  transition: 0.5s ease;
  z-index: 0;
}

/* Overlay */
.city-course-overview .course-overview-content ul li::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 25, 60, 0.62);
  opacity: 0;
  transition: 0.5s ease;
  z-index: 1;
}

/* Hover */
.city-course-overview .course-overview-content ul li:hover {
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(30, 60, 160, 0.22);
}

.city-course-overview .course-overview-content ul li:hover::before,
.city-course-overview .course-overview-content ul li:hover::after {
  opacity: 1;
}

/* Content layer */
.city-course-overview .course-overview-content ul li h3,
.city-course-overview .course-overview-content ul li p {
  position: relative;
  z-index: 2;
}

.city-course-overview .course-overview-content ul li h3::before {
  content: "\f19d";
  /* fa-star */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(60, 80, 180, 0.10);
  font-size: 26px;
  color: #2b4bbd;
}



/* Text */
.city-course-overview .course-overview-content ul li h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2b4bbd;
  margin-bottom: 14px;
  transition: 0.4s ease;
}

.city-course-overview .course-overview-content ul li p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  transition: 0.4s ease;
}

/* Hover text */
.city-course-overview .course-overview-content ul li:hover h3 {
  color: #fff;
}

.city-course-overview .course-overview-content ul li:hover p {
  color: #e0e6ff;
}

/* Responsive */
@media (max-width: 992px) {
  .city-course-overview .course-overview-content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .city-course-overview .course-overview-content ul {
    grid-template-columns: 1fr;
  }
}

























.section-course-curriculum-wrapper {
  padding: 30px 20px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
}



/* ── Section Wrapper ── */
.career-section {
  background: linear-gradient(135deg, #0d0f6b 0%, #1a1f9e 50%, #0d0f6b 100%);
  padding: 60px 40px 70px;
  position: relative;
  overflow: hidden;
}

/* Decorative dots background */
.career-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  border-radius: 50%;
}

/* ── Section Header ── */
.career-section .section-title {
  font-size: 2.6rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 1.2;
}

.career-section .section-title strong {
  font-weight: 800;
}

/* Diploma scroll icon top-right */
.scroll-icon {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.18);
  transform: rotate(15deg);
}

/* ── Job Card ── */
.job-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 24px 22px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
}

.job-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* Badge */
.job-badge {
  display: inline-block;
  background: #eceeff;
  color: #5558b4;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

/* Job Title */
.job-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1a1fad;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Description */
.job-desc {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 18px;
}

/* Divider */
.job-divider {
  border: none;
  border-top: 1.5px solid #e8eaf6;
  margin: 18px 0;
}

/* Salary */
.job-salary {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1fad;
  margin-bottom: 16px;
}

.job-salary span {
  font-weight: 400;
  color: #8b92b8;
  font-size: 0.85rem;
}

/* Location */
.job-location {
  font-size: 0.9rem;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 8px;
}

.job-location i {
  color: #1a1fad;
  font-size: 1rem;
}

/* Row spacing */
.cards-row .col-xl-4,
.cards-row .col-lg-4,
.cards-row .col-md-6 {
  margin-bottom: 24px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .career-section {
    padding: 40px 20px 50px;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .scroll-icon {
    font-size: 2.8rem;
    right: 20px;
    top: 20px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.55rem;
  }
}







.career-section .course-opportunities-sub-heading {
  color: #fff;
  margin-bottom: 4rem;
}


/* career-bar */

/* Grid */
.career-section .career-opportunities-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.career-section .career-opportunities-content ul li {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 24px 22px;
  border: 1.5px solid rgba(26, 31, 173, 0.08);
  transition: 0.3s ease;
}

.career-section .career-opportunities-content ul li:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Badge (h6) */
.career-section .career-opportunities-content ul li h6 {
  display: inline-block;
  background: #eceeff;
  color: #5558b4;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 6px;
  margin: 0 0 16px;
}

/* Title */
.career-section .career-opportunities-content ul li h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1a1fad;
  margin: 0 0 10px;
}

/* Description */
.career-section .career-opportunities-content ul li p:nth-of-type(1) {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1.5px solid #e8eaf6;
}

/* Salary */
.career-section .career-opportunities-content ul li h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1fad;
  margin: 0 0 16px;
}

.career-section .career-opportunities-content ul li h4 small {
  font-size: 0.85rem;
  font-weight: 400;
  color: #8b92b8;
}

/* Location (last p) */
.career-section .career-opportunities-content ul li p:last-of-type {
  display: flex;
  gap: 8px;
  font-size: 0.9rem;
  color: #374151;
}

/* Font Awesome icon via CSS */
.career-section .career-opportunities-content ul li p:last-of-type::before {
  content: "\f3c5";
  /* fa-map-marker-alt */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1a1fad;
}

/* Responsive */
@media (max-width: 991px) {
  .career-section .career-opportunities-content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .career-section .career-opportunities-content ul {
    grid-template-columns: 1fr;
  }
}








.course-benefits-img {
  padding: 1rem 0;
  font-family: Arial, sans-serif;
}

/* Legend */
.course-benefits-img .legend {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #888780;
}

.course-benefits-img .legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.course-benefits-img .legend i {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}

/* Updated Colors */
.course-benefits-img .min {
  background: #2A2181;
}

.course-benefits-img .max {
  background: #A9A3E6;
}

/* Layout */
.course-benefits-img .chart-wrapper {
  display: flex;
  height: 320px;
}

/* Y Axis */
.course-benefits-img .y-axis {
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 11px;
  color: #888780;
  padding-right: 6px;
  border-right: 1px solid rgba(136, 135, 128, 0.2);
}

/* Chart */
.course-benefits-img .chart {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 0 10px;
  border-bottom: 1px solid rgba(136, 135, 128, 0.2);
}

/* Grid */
.course-benefits-img .chart::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to top,
      rgba(136, 135, 128, 0.15),
      rgba(136, 135, 128, 0.15) 1px,
      transparent 1px,
      transparent 60px);
  z-index: 0;
}

/* Items */
.course-benefits-img .item {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Bars */
.course-benefits-img .bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 100%;
}

.course-benefits-img .bar {
  width: 18px;
  border-radius: 4px;
  animation: grow 1s ease forwards;
}

/* Heights */
.course-benefits-img .fresher-min {
  height: 60px;
}

.course-benefits-img .fresher-max {
  height: 90px;
}

.course-benefits-img .junior-min {
  height: 90px;
}

.course-benefits-img .junior-max {
  height: 140px;
}

.course-benefits-img .mid-min {
  height: 140px;
}

.course-benefits-img .mid-max {
  height: 220px;
}

.course-benefits-img .senior-min {
  height: 220px;
}

.course-benefits-img .senior-max {
  height: 300px;
}

/* Bar Colors */
.course-benefits-img .bar.min {
  background: #2A2181;
}

.course-benefits-img .bar.max {
  background: #A9A3E6;
}

/* Labels */
.course-benefits-img .label {
  margin-top: 8px;
  font-size: 12px;
  color: #888780;
  line-height: 1.4;
}

/* Footer */
.course-benefits-img .note {
  font-size: 12px;
  color: #888780;
  margin-top: 12px;
}

/* Animation */
@keyframes grow {
  from {
    height: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .course-benefits-img .chart-wrapper {
    height: 260px;
  }

  .course-benefits-img .bar {
    width: 14px;
  }

  .course-benefits-img .y-axis {
    width: 40px;
    font-size: 10px;
  }
}





















.section-salary-insights {
  padding: 3rem 0;
}

.section-salary-insights .section-salary-insights-heading {
  margin-bottom: 3rem;
  font-size: 3rem;
  color: #2A2181;
  font-weight: 400;
}

.section-salary-insights .section-salary-insights-heading span {
  font-weight: 700;
}

/* Container */
.list-box {
  margin: auto;
  background: #fff;
  padding: 25px;
}

/* Heading */
.list-box h2 {
  margin-bottom: 20px;
  color: #002d9f;
}





/* Reset UL */
.section-salary-insights .modern-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List item */
.section-salary-insights .modern-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

/* Hover */
.section-salary-insights .modern-list ul li:hover {
  transform: translateX(5px);
}

/* Icon via CSS */
.section-salary-insights .modern-list ul li::before {
  content: "\f058";
  /* fa-check-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  color: #002d9f;
  font-size: 18px;
  margin-top: 4px;
}

/* Text */
.section-salary-insights .modern-list ul li p {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}









/* ── Section ── */
.center-info-section {
  background: linear-gradient(160deg, #d6e8f8 0%, #cfe0f5 40%, #ddeaf8 100%);
  padding: 60px 20px 70px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

/* Decorative circle top-left */
.center-info-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 60px solid rgba(180, 210, 240, 0.35);
  pointer-events: none;
}

/* Decorative dashed arc top-right */
.center-info-section::after {
  content: '';
  position: absolute;
  top: 60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px dashed rgba(100, 150, 200, 0.3);
  pointer-events: none;
}

/* ── Heading ── */
.section-heading {
  font-size: 2.2rem;
  font-weight: 400;
  color: #1a1f6e;
  text-align: center;
  margin-bottom: 16px;
}

.section-heading strong {
  font-weight: 800;
}

.section-subtext {
  text-align: center;
  color: #5a6a80;
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 40px;
}

/* ── Card ── */
.center-card {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  height: 380px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  margin-bottom: 24px;
}

.center-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

/* Full image */
.center-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

/* Gradient overlay at bottom */
.center-card .card-overlay {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(to top,
      rgba(10, 12, 50, 0.92) 0%,
      rgba(10, 12, 50, 0.55) 45%,
      rgba(0, 0, 0, 0.05) 100%);
}

/* Bottom content */
.center-card .card-body-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 16px 18px;
}

.card-title-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.card-location {
  font-size: 0.82rem;
  color: #c5d0e8;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 14px;
}

.card-location i {
  font-size: 0.8rem;
  color: #a0b4d0;
}

/* Button row */
.card-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-brochure {
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.25s ease, border-color 0.25s ease;
  backdrop-filter: blur(4px);
  text-decoration: none;
}

.btn-brochure:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.btn-viewmore {
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.25s ease, border-color 0.25s ease;
  backdrop-filter: blur(4px);
  text-decoration: none;
}

.btn-viewmore:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .center-card {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 1.7rem;
  }

  .center-card {
    height: 360px;
  }
}

@media (max-width: 575px) {
  .center-card {
    height: 380px;
  }

  .section-heading {
    font-size: 1.5rem;
  }
}




/* ── Section ── */
.events-section {
  background-color: #f5f3ee;
  padding: 60px 0 70px;
}

/* ── Heading ── */
.section-heading {
  text-align: center;
  font-size: 2.2rem;
  color: #1a1f6e;
  font-weight: 400;
  margin-bottom: 50px;
}

.section-heading .bold-word {
  font-weight: 800;
}





/* Grid */
.events-section .events-activities-post ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.events-section .events-activities-post ul li {
  position: relative;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
}

/* Image */
.events-section .events-activities-post ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.events-section .events-activities-post ul li:hover img {
  transform: scale(1.06);
}

/* Overlay background */
.events-section .events-activities-post ul li::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 18, 60, 0.82);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: 0.4s ease;
  z-index: 1;
}

/* Show overlay */
.events-section .events-activities-post ul li:hover::before {
  opacity: 1;
}

/* Text positioning */
.events-section .events-activities-post ul li h4,
.events-section .events-activities-post ul li p {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.4s ease;
}

/* Title */
.events-section .events-activities-post ul li h4 {
  top: 35%;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

/* Description */
.events-section .events-activities-post ul li p {
  top: 48%;
  font-size: 0.82rem;
  color: #c8d0e8;
  line-height: 1.7;
}

/* Text animation on hover */
.events-section .events-activities-post ul li:hover h4,
.events-section .events-activities-post ul li:hover p {
  transform: translateY(0);
  opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .events-section .events-activities-post ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .events-section .events-activities-post ul li {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .events-section .events-activities-post ul {
    grid-template-columns: 1fr;
  }

  .events-section .events-activities-post ul li {
    height: 230px;
  }
}













.section-comments {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
}

.comments-box {
  background-color: #F4F4F4;
  padding: 25px;
  border-radius: 5px;
}

.comments-box h6 {
  font-size: 14px;
  color: #9f9f9f;
}

.profile-comments-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}



.page-white-btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  background: #ffffff;
  color: #002d9f;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover effect */
.page-white-btn:hover {
  background: #fff;
  color: #002d9f;
}


.page-cta-wrapper {
  padding: 7rem;
  background: #393185;
  background: linear-gradient(182deg, rgba(57, 49, 133, 1) 34%, rgba(7, 0, 72, 1) 74%);
  position: relative;
}

.page-cta-wrapper .page-cta-wrapper-obj {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 122%;
}

.page-cta-wrapper .page-cta-wrapper-obj2 {
  position: absolute;
  bottom: 58%;
  left: 45px;
  z-index: 2;
  height: 100px;
  width: 318px;
  animation: floatY 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}


.page-cta-wrapper .page-cta-wrapper-obj3 {
  position: absolute;
  bottom: 49%;
  left: 141px;
  height: 59px;
  width: 126px;
  animation: floatY 3s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}



.page-cta-wrapper .page-cta-wrapper-obj4 {
  position: absolute;
  bottom: 75%;
  right: 141px;
  height: 38px;
  width: 126px;
  z-index: 2;
  animation: floatY 3s ease-in-out infinite alternate;
}


/* Tablet */
@media (max-width: 992px) {
  .page-cta-wrapper .page-cta-wrapper-obj4 {
    right: 6vw;
    bottom: 70%;
    width: 100px;
    height: auto;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .page-cta-wrapper .page-cta-wrapper-obj4 {
    right: 5vw;
    bottom: 65%;
    width: 80px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .page-cta-wrapper {
    padding: 5rem 0rem;
  }

  .page-cta-wrapper .page-cta-heading {
    font-size: 2rem !important;
  }


  .page-cta-wrapper .page-cta-wrapper-obj4 {
    display: none;
  }

  .page-cta-wrapper .page-white-btn {
    margin-bottom: 20px;
  }

  .page-cta-wrapper .page-cta-wrapper-obj2 {
    position: absolute;
    bottom: -16%;
    left: 45px;
    z-index: 2;
    height: 100px;
    width: 318px;
    animation: floatY 2s ease-in-out infinite alternate;
  }

  .page-cta-wrapper .page-cta-wrapper-obj3 {
    position: absolute;
    top: -10%;
    left: 141px;
    height: 59px;
    width: 126px;
  }

  .page-cta-wrapper .page-cta-wrapper-obj5 {
    display: none;
  }

}







@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}


.page-cta-wrapper .page-cta-wrapper-obj5 {
  position: absolute;
  bottom: 48%;
  right: 136px;
  height: 38px;
  width: 126px;
  z-index: 2;
  animation: floatY 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}





.page-cta-wrapper .page-cta-heading {
  color: #fff;
  font-size: 3.3rem;
  margin-bottom: 10px;
}

.page-cta-wrapper p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 47px;
}


.subject-demand-wrapper {
  padding: 6rem 0;
  background-color: #fff;
}

.subject-demand-wrapper .page-cta-wrapper-obj {
  border-radius: 20px;
}

.subject-demand-wrapper .page-wrapper-heading {
  color: #000000;
  font-size: 2.5rem;
}

/* .subject-demand-wrapper .demand-box {
  padding: 31px 20px 20px 20px;
  background-color: #FFF;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 0 40px 0 rgb(0 0 0 / .08);
  margin-bottom: 20px;
}

.subject-demand-wrapper .demand-box h3 {
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.subject-demand-wrapper .demand-box-img-obj {
  width: 68px;
  margin-right: 23px;
} */



/* Reset */
.subject-demand-wrapper .demand-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Card */
.subject-demand-wrapper .demand-box ul li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 15px 20px;

  padding: 31px 20px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;

  transition: 0.3s ease;
}

/* Hover */
.subject-demand-wrapper .demand-box ul li:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}

/* Icon (left) */
.subject-demand-wrapper .demand-box ul li img {
  width: 68px;
  grid-row: span 2;
  /* spans h3 + p */
}

/* Heading */
.subject-demand-wrapper .demand-box ul li h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #000;
}

/* Paragraph */
.subject-demand-wrapper .demand-box ul li p {
  margin: 5px 0 0;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 576px) {
  .subject-demand-wrapper .demand-box ul li {
    grid-template-columns: 1fr;
  }

  .subject-demand-wrapper .demand-box ul li img {
    grid-row: auto;
    margin-bottom: 10px;
  }
}

.course_syllabus_wrapper {
  background-color: #F4F6F9;
  padding: 4rem 0;
}

.course_syllabus_wrapper .course-overview-heading {
  margin-bottom: 3rem;
  font-size: 3rem;
  color: #2A2181;
  font-weight: 400;
}

.course_syllabus_wrapper .course-overview-heading span {
  font-weight: 700;
}










/* ------------------------------------ new-home-page--------------------------------------------- */



.enrolled-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  top: 204px;
  position: absolute;
  overflow: hidden;
  border: 2px solid #d3d3d3;
  text-align: center;
  z-index: 3;
  animation: floatY 2s ease-in-out infinite alternate;
  left: -152px;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

.new-page-btn {
  background: #3e4095;
  color: #fff !important;
  padding: 0.8rem 1.7rem;
}

.new-page-btn:hover {
  background: #3e4095;
  color: #fff;
}

.card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
}

.card__title span {
  color: #4c46c8;
  font-size: 1rem;
}

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

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin-left: -14px;
  overflow: hidden;
  flex-shrink: 0;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar--teal {
  background: #2bb8a0;
}

.avatar--gray {
  background: #c8c8d0;
}

/* Responsive */
@media (max-width: 480px) {
  .enrolled-card {
    padding: 2rem 1.5rem;
  }

  .card__title {
    font-size: 1.5rem;
  }

  .avatar {
    width: 50px;
    height: 50px;
    margin-left: -10px;
  }

  .new-hero-banner-wrapper .animation-obj-1 {
    display: none;
  }
}

.reviews-card-2 {
  background: #ffffff;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  bottom: 173px;
  position: absolute;
  overflow: hidden;
  border: 2px solid #d3d3d3;
  text-align: center;
  z-index: 333;
  animation: floatY 2s ease-in-out infinite alternate;
  right: -80px;
}

.reviews-card-2 .rating-bar {
  display: flex;
}

.reviews-card-2 .rating-bar h6 {
  color: #000;
  font-size: 0.9rem;
}

.reviews-card-2 .rating-bar i {
  color: #ff9800;
  font-size: 1rem;
  margin-right: 3px;
}

.new-hero-banner-wrapper .animation-obj-1 {
  position: absolute;
  top: 80px;
  width: 154px;
  left: -42px;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

/* KEYFRAMES */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.animation-obj-2 {
  position: absolute;
  top: 12px;
  right: -180px;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

/* KEYFRAMES */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.section-city-wrapper {
  background-color: #f7f7f7;
  padding: 5rem 0;
}

.section-city-wrapper .section-heading {
  text-align: center;
  font-size: 2.2rem;
  color: #1a1f6e;
  font-weight: 400;
}

.section-city-wrapper img {
  background-color: #f0eeff;
  padding: 15px;
  border-radius: 28px;
  border: 2px solid #8789e1;
}















.new-hero-banner-wrapper {
  width: 100%;
  padding: 13rem 0;
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-position: center center;
}

.new-hero-banner-wrapper .new-hero-banner-wrapper-right {
  position: absolute;
  right: 105px;
  bottom: 0;
}

.new-hero-banner-wrapper .new-hero-banner-wrapper-right .banner-right-ch-img {
  width: 550px;
  position: relative;
  z-index: 3;
}

.new-hero-banner-wrapper .new-hero-banner-wrapper-right .banner-right-ch-back-img {
  width: 898px;
  position: absolute;
  bottom: -127px;
  right: 12px;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

/* KEYFRAMES */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.new-hero-banner-wrapper .banner-sub-heading {
  color: #000;
  font-size: 1.3rem;
  position: relative;
}

.new-hero-banner-wrapper .banner-sub-heading::after {
  content: '';
  right: -72px;
  width: 59px;
  height: 2px;
  background-color: #2a2181;
  position: absolute;
  bottom: 12px;
}

.new-hero-banner-wrapper .banner-heading {
  font-size: 3.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 46px;
  margin-top: 13px;
}

.new-hero-banner-wrapper .banner-heading span {
  position: relative;
}

.new-hero-banner-wrapper .banner-heading span img {
  position: absolute;
  bottom: -14px;
  left: 49px;
}

.new-hero-banner-wrapper .banner-description {
  font-size: 1.2rem;
  color: #5C5A5A;
  font-weight: 400;
}

.home-banner-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 40px;
}

.home-banner-list li {
  margin-bottom: 9px;
  color: #393185;
  font-size: 1rem;
}

.home-banner-list li i {
  margin-right: 14px;
  color: #393185;
  font-size: 19px;
}


/* LAPTOP (1024px – 1366px) */
@media (max-width: 1366px) {
  .enrolled-card {
    top: 258px;
    left: -83px;
    padding: 0.5rem 0.9rem;
  }

  .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-left: -14px;
    overflow: hidden;
    flex-shrink: 0;
  }
}

/* SMALL LAPTOP */
@media (max-width: 1200px) {
  .enrolled-card {
    top: 258px;
    left: -83px;
    padding: 0.4rem 0.8rem;
  }

  .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-left: -14px;
    overflow: hidden;
    flex-shrink: 0;
  }
}




/* LARGE DESKTOP (1200px+) */
@media (max-width: 1200px) {
  .new-hero-banner-wrapper {
    padding: 10rem 0;
  }
}

/* LAPTOP / TABLET */
@media (max-width: 992px) {
  .new-hero-banner-wrapper {
    padding: 9rem 0 553px;
    background-position: center;
  }

  .enrolled-card {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    top: 204px;
    left: -83px;
  }
}

/* TABLET SMALL */
@media (max-width: 768px) {
  .new-hero-banner-wrapper {
    padding: 6rem 0 323px;
  }

  .new-hero-banner-wrapper .banner-heading {
    font-size: 2rem;
  }

  .new-hero-banner-wrapper .banner-sub-heading {
    font-size: 1rem;
  }

  .new-hero-banner-wrapper .banner-description {
    font-size: 0.9rem;
    color: #5C5A5A;
    font-weight: 400;
  }

  .home-banner-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .new-hero-banner-wrapper {
    padding: 6rem 0 323px;
  }

  .new-hero-banner-wrapper .banner-heading {
    font-size: 2rem;
  }

  .new-hero-banner-wrapper .banner-sub-heading {
    font-size: 1rem;
  }

  .new-hero-banner-wrapper .banner-description {
    font-size: 0.9rem;
    color: #5C5A5A;
    font-weight: 400;
  }

  .home-banner-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 400px) {
  .new-hero-banner-wrapper {
    padding: 8rem 0 546px;
  }

  .new-hero-banner-wrapper .banner-sub-heading::after {
    content: none;
  }

  .new-hero-banner-wrapper .banner-heading {
    font-size: 2rem;
  }

  .new-hero-banner-wrapper .banner-sub-heading {
    font-size: 1rem;
  }

  .new-hero-banner-wrapper .banner-description {
    font-size: 0.9rem;
    color: #5C5A5A;
    font-weight: 400;
  }

  .home-banner-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .enrolled-card {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    top: -247px;
    left: 10px;
  }

  .reviews-card-2 {
    background: #ffffff;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    bottom: 286px;
    position: absolute;
    overflow: hidden;
    border: 2px solid #d3d3d3;
    text-align: center;
    z-index: 333;
    animation: floatY 2s ease-in-out infinite alternate;
    right: -80px;
  }

  .new-hero-banner-wrapper .new-hero-banner-wrapper-right .banner-right-ch-img {
    margin-left: 60px;
  }

  .new-hero-banner-wrapper .new-hero-banner-wrapper-right .banner-right-ch-back-img {
    width: 912px;
    position: absolute;
    bottom: -65px;
    right: -50px;
    animation: rotateCircle 20s linear infinite;
    transform-origin: center center;
  }
}














/* --------------------------------------------------------- number-wrapper --------------------------------------------------------- */

.number-box-wrapper {
  top: -92px;
  position: relative;
  z-index: 333;
}

.number-box-wrapper .counter-box {
  padding: 0px 24px 30px;
  background: #ffffff;
  border: 2px solid #2a2181;
  border-radius: 18px;
  position: relative;
  text-align: center;
}

.number-box-wrapper .counter-box .icon-bar {
  background-color: #3e4095;
  width: 100px;
  text-align: center;
  display: inline-block;
  padding: 14px 0px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.number-box-wrapper .counter-box .icon-bar img {
  width: 48px;
}

.number-box-wrapper .counter-box .number-content {
  margin-top: 13px;
}

.number-box-wrapper .counter-box .number-content .number {
  font-size: 3.5rem;
  color: #3e4095;
  font-weight: 500;
  display: block;
}

.number-box-wrapper .counter-box .number-content .number-text {
  color: #625B5B;
  font-size: 1.2rem;
}


@media (max-width: 400px) {
  .number-box-wrapper {
    position: relative;
    padding: 10rem 0 0;
  }

  .number-box-wrapper .counter-box {
    margin-bottom: 1rem;
  }
}



/* ---------------------------- about-us section---------------------------- */

.new-home-about-us-wrapper {
  padding: 5rem 0;
}

.new-home-about-us-wrapper .back-dot1 {
  position: absolute;
  left: -47px;
  bottom: -24px;
  z-index: -1;
}

.new-home-about-us-wrapper .back-dot2 {
  position: absolute;
  right: 54px;
  top: 40%;
  z-index: -1;
}



.new-home-about-us-wrapper .about-us-content .about-us-sub-heading {
  color: #000;
  font-size: 1.3rem;
  position: relative;
}

.new-home-about-us-wrapper .about-us-content .about-us-sub-heading::after {
  content: '';
  right: -72px;
  width: 59px;
  height: 2px;
  background-color: #2a2181;
  position: absolute;
  bottom: 12px;
}

.new-home-about-us-wrapper .about-us-content .about-us-heading {
  font-size: 2.3rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 21px;
  margin-top: 30px;
  line-height: 53px;
}

.new-home-about-us-wrapper .about-us-content .about-us-heading span {
  position: relative;
}

.new-home-about-us-wrapper .about-us-content .about-us-heading span img {
  position: absolute;
  bottom: -14px;
  left: 11px;
}


.new-home-about-us-wrapper .about-us-content h3 {
  font-size: 1.4rem;
  color: #3e4095;
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 29px;
}

.new-home-about-us-wrapper .about-us-content .about-us-description {
  font-size: 1.2rem;
  color: #5C5A5A;
  font-weight: 400;
}

.new-home-about-us-wrapper .about-us-content .about-us-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
}

.new-home-about-us-wrapper .about-us-content .about-us-list li {
  margin-bottom: 9px;
  color: #393185;
  font-size: 1.4rem;
}

.new-home-about-us-wrapper .about-us-content .about-us-list li i {
  margin-right: 14px;
  color: #393185;
  font-size: 19px;
}


.new-home-about-us-wrapper .about-us-image {
  position: relative;
}


/* .new-home-about-us-wrapper .about-video-play-btn {
  position: absolute;
  background-color: #FFC107;
  display: flex;
  width: 33%;
  right: 121px;
  padding: 16px;
  bottom: 0;
  border-top-left-radius: 26px;
}

.new-home-about-us-wrapper .about-video-play-btn i {
  font-size: 1.5rem;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 18px 19px;
  font-size: 1rem;

}

.new-home-about-us-wrapper .about-video-play-btn p {
  color: #ffffff;
  font-size: 1.2rem;
  margin-left: 10px;
} */





/* Your Button Style */
.new-home-about-us-wrapper .about-video-play-btn {
  position: absolute;
  background-color: #FFC107;
  display: flex;
  width: 33%;
  right: 120px;
  padding: 16px;
  bottom: 0;
  border-top-left-radius: 26px;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.new-home-about-us-wrapper .about-video-play-btn i {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 18px 19px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-home-about-us-wrapper .about-video-play-btn p {
  color: #ffffff;
  font-size: 1.2rem;
  margin-left: 10px;
  margin-bottom: 0;
}

/* Lightbox */
.new-home-about-us-wrapper .video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.new-home-about-us-wrapper .video-lightbox.active {
  display: block;
}

.new-home-about-us-wrapper .video-lightbox-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.new-home-about-us-wrapper .video-lightbox-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 5% auto;
  z-index: 2;
}

.new-home-about-us-wrapper .video-lightbox-content iframe {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.new-home-about-us-wrapper .video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}














.year-text-inner {
  background-color: #6D6C80;
  display: inline-block;
  transform: rotate(270deg);
  position: absolute;
  bottom: 98px;
  padding: 0px 30px;
  right: -81px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.year-text-inner .year {
  color: #fff;
  font-size: 74px;
  font-weight: 900;
}

.year-text-inner .since {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  line-height: 36px;
  margin-left: 9px;
}

.main-image {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  border-bottom-left-radius: 31px;
}


@media (max-width: 992px) {
  .main-image {
    width: 100%;
  }

  .year-text-inner {
    background-color: #6D6C80;
    display: inline-block;
    transform: rotate(270deg);
    position: absolute;
    bottom: 113px;
    padding: 0px 30px;
    right: -111px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 5px;
  }

  .new-home-about-us-wrapper .about-video-play-btn {
    position: absolute;
    background-color: #FFC107;
    display: flex;
    width: 33%;
    right: 105px;
    padding: 16px;
    bottom: 0;
    border-top-left-radius: 26px;
  }

  .why-choose-image {
    display: none;
  }
}

@media (max-width: 400px) {
  .year-text-inner {
    display: none;
  }

  .new-home-about-us-wrapper .about-video-play-btn {
    position: absolute;
    background-color: #FFC107;
    display: flex;
    width: 56%;
    right: 0px;
    padding: 16px;
    bottom: 0;
    border-top-left-radius: 26px;
  }

  .new-home-about-us-wrapper .back-dot1 {
    display: none;
  }

  .new-home-about-us-wrapper .about-us-content .about-us-heading span img {
    position: absolute;
    bottom: -7px;
    left: 40px;
    width: 54%;
  }

  .new-home-about-us-wrapper .about-us-content .about-us-heading {
    font-size: 1.6rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 21px;
    margin-top: 30px;
    line-height: 35px;
  }

  .about-us-content {
    margin-top: 38px;
  }
}
















.new-home-why-choose-wrapper {
  background-color: #F4F6F9;
  padding: 5rem 0;
  position: relative;
}

.new-home-why-choose-wrapper .why-choose-image img {
  border-radius: 12px;
}

.new-home-why-choose-wrapper .why-choose-shape-right {
  background-color: #E8F1FF;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3rem;
}

.wcu-1-shape2 {
  position: absolute;
  left: -68px;
  bottom: 195px;
}

.new-home-why-choose-wrapper .why-choose-heading {
  font-size: 2.3rem;
  color: #393185;
  font-weight: 700;
  margin-bottom: 46px;
  margin-top: 7px;
  line-height: 53px;
}


.new-home-why-choose-wrapper .why-choose-sub-heading {
  color: #000;
  font-size: 1.3rem;
  position: relative;
}

.new-home-why-choose-wrapper .why-choose-sub-heading::after {
  content: '';
  right: -72px;
  width: 59px;
  height: 2px;
  background-color: #2a2181;
  position: absolute;
  bottom: 12px;
}


.new-home-why-choose-wrapper .enrolled-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  top: 389px;
  position: absolute;
  overflow: hidden;
  border: 2px solid #d3d3d3;
  text-align: center;
  z-index: 333;
  animation: floatY 2s ease-in-out infinite alternate;
  left: 75%;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}




.new-home-why-choose-wrapper .card {
  background: #ffffff;
  border: 0.5px solid #dddcee;
  border-radius: 20px;
  padding: 2rem 0rem 1rem 36px;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  max-width: 520px;
  width: 100%;
  margin-bottom: 18px;
  min-height: 304px;
}

.new-home-why-choose-wrapper .card .card__corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 63px solid transparent;
  border-top: 63px solid #D0DBE9;
}

.new-home-why-choose-wrapper .card .card__line {
  position: absolute;
  left: 0px;
  top: 46px;
  bottom: 2px;
  width: 10.5px;
  background: #3b35a8;
  border-radius: 2px;
}

.new-home-why-choose-wrapper .card .card__badge-col {
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 14px;
  position: relative;
  z-index: 1;
}

.new-home-why-choose-wrapper .card .card__badge {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #3b35a8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: -25px;
  left: -24px;
}

.new-home-why-choose-wrapper .card .card__body {
  flex: 1;
}

.new-home-why-choose-wrapper .card .card__title {
  font-size: 17px;
  font-weight: 600;
  color: #2a2368;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.new-home-why-choose-wrapper .card .card__text {
  font-size: 15px;
  color: #888898;
  line-height: 1.75;
}

@media (max-width: 400px) {
  .new-home-why-choose-wrapper .enrolled-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    top: 318px;
    position: absolute;
    overflow: hidden;
    border: 2px solid #d3d3d3;
    text-align: center;
    z-index: 333;
    animation: floatY 2s ease-in-out infinite alternate;
    left: 18%;
  }

  .new-home-why-choose-wrapper .why-choose-heading {
    font-size: 2rem;
    color: #393185;
  }
}



.franchise-banner-list-points {
  padding: 0;
  margin: 0;
  list-style: none;
}

.franchise-banner-list-points li {
  padding: 6px;
  border: 1px solid #fff;
  margin: 6px;
  width: 217px;
  display: inline-block;
}

.franchise-banner-list-points li img {
  background-color: #fff;
  width: 280px;
  height: 78px;
  padding: 4px;
}


.partner-profile .top-heading {
  color: #3d3791;
  font-size: 34px;
  font-weight: 300;
}

.partner-profile .top-heading span {
  font-weight: 500;
}



.franchise-banner-list-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}



/* Large Tablet */
@media (max-width: 991px) {
  .franchise-banner-list-points li {
    width: calc(33.33% - 12px);
  }
}

/* Tablet */
@media (max-width: 767px) {
  .franchise-banner-list-points li {
    padding: 6px;
    border: 1px solid #fff;
    margin: 6px;
    width: 123px;
    display: inline-block;
  }

  .franchise-banner-list-points li img {
    background-color: #fff;
    width: 115px;
    height: 65px;
    padding: 4px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .franchise-banner-list-points li {
    padding: 6px;
    border: 1px solid #fff;
    margin: 6px;
    width: 123px;
    display: inline-block;
  }

  .franchise-banner-list-points li img {
    background-color: #fff;
    width: 115px;
    height: 54px;
    padding: 4px;
  }
}





/* ----------------------------------new-home-alumni-wrapper------------------------- */
.new-home-alumni-wrapper {
  background-color: #F4F6F9;
  padding: 5rem 0;
}

.new-home-alumni-content {
  text-align: center;
}

.new-home-alumni-wrapper .new-home-alumni-content .new-home-courses-heading {
  font-size: 2.3rem;
  color: #393185;
  font-weight: 700;
  margin-bottom: 46px;
  margin-top: 7px;
  line-height: 53px;
}

.new-home-alumni-wrapper .new-home-alumni-content .new-home-courses-heading span {
  position: relative;
}

.new-home-alumni-wrapper .new-home-alumni-content .new-home-courses-heading span img {
  position: absolute;
  bottom: -14px;
  left: 11px;
}





.new-home-alumni-wrapper .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d0d3da;
  border: 1x solid #ddd;
}

.new-home-alumni-wrapper .grid__item {
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.logo__text-group {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo__name {
  font-size: 26px;
  font-weight: 800;
  color: #2b3a8f;
  letter-spacing: 1px;
}

.logo__tagline {
  font-size: 8px;
  color: #2bb8a0;
  letter-spacing: 1.5px;
  margin-top: 3px;
}

/* Responsive */
@media (max-width: 1024px) {
  .new-home-alumni-wrapper .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .new-home-alumni-wrapper .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .logo__icon {
    width: 40px;
    height: 40px;
  }

  .logo__name {
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .new-home-alumni-wrapper .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logo__icon {
    width: 34px;
    height: 34px;
  }

  .logo__name {
    font-size: 16px;
  }

  .logo__tagline {
    font-size: 6px;
  }
}

@media (max-width: 320px) {
  .new-home-alumni-wrapper .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

















.new-home-makes-us {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.new-home-makes-us .course-overview-1 {
  position: absolute;
  right: 0;
  top: 10px;
  animation: floatY 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

.new-home-makes-us .course-overview-2 {
  position: absolute;
  left: 0;
  bottom: 10px;
  animation: floatY 2s ease-in-out infinite alternate;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}




.new-home-makes-us .new-home-makes-us-sub-heading {
  color: #000;
  font-size: 1.3rem;
  position: relative;
}

.new-home-makes-us .new-home-makes-us-sub-heading::after {
  content: '';
  right: -72px;
  width: 59px;
  height: 2px;
  background-color: #2a2181;
  position: absolute;
  bottom: 12px;
}

.new-home-makes-us .new-home-makes-us-heading {
  font-size: 2.3rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 46px;
  margin-top: 6px;
  line-height: 53px;
}

.new-home-makes-us .new-home-makes-us-heading span {
  position: relative;
}

.new-home-makes-us .new-home-makes-us-heading span img {
  position: absolute;
  bottom: -14px;
  left: 11px;
}




.new-home-makes-us .card {
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  border: 2px dashed #b0c4f8;
  background: #fff;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* Background image layer */
.new-home-makes-us .card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=700&q=80') center / cover no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

/* Dark overlay on top of image */
.new-home-makes-us .card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 25, 60, 0.62);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.new-home-makes-us .card:hover {
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(30, 60, 160, 0.22);
}

.new-home-makes-us .card:hover::before,
.new-home-makes-us .card:hover::after {
  opacity: 1;
}

/* All content above overlay */
.new-home-makes-us .card-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

/* Icon wrapper */
.new-home-makes-us .card-content .icon-wrap-new {
  width: 24%;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(60, 80, 180, 0.10);
  overflow: hidden;
}

.new-home-makes-us .card-content .icon-wrap-new img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

/* Use SVG icon instead of placeholder */
.new-home-makes-us .card-content .icon-wrap-new svg {
  width: 44px;
  height: 44px;
}

.new-home-makes-us .card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2b4bbd;
  transition: color 0.4s ease;
  margin-left: 22px;
  margin-bottom: 0;
  width: 74%;
}

.new-home-makes-us .card:hover h3 {
  color: #ffffff;
}

.new-home-makes-us .card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  transition: color 0.4s ease;
}

.new-home-makes-us .card:hover p {
  color: #e0e6ff;
}










/* ----------------------------------new-home-comments-wrapper------------------------- */



.new-home-comments-wrapper {
  width: 100%;
  text-align: center;
  padding: 91px 0;
  background-color: #0c0e56;
}

.new-home-comments-wrapper .comments-content {
  margin-bottom: 65px;
  text-align: left;
}

.new-home-comments-wrapper .comments-sub-heading {
  color: #fff;
  font-size: 1.3rem;
  position: relative;
}

.new-home-comments-wrapper .comments-sub-heading::after {
  content: '';
  right: -72px;
  width: 59px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 12px;
}

.new-home-comments-wrapper .comments-heading {
  font-size: 2.3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 46px;
  margin-top: 6px;
  line-height: 53px;
}

.new-home-comments-wrapper .comments-heading span {
  position: relative;
}

.new-home-comments-wrapper .comments-heading span img {
  position: absolute;
  bottom: -14px;
  left: 11px;
}


.new-home-comments-wrapper .card {
  background: rgb(212 213 255);
  border-radius: 10px;
  padding: 0px 20px;
  transition: all 0.4s ease;
  transform: scale(0.9);
  opacity: 0.4;
  min-height: 425px;
  border: 1px solid #fff;
}

.new-home-comments-wrapper .owl-item.center .item {
  padding: 11px 0px;
}


.new-home-comments-wrapper .owl-item.center .card {
  transform: scale(1.05);
  opacity: 1;
  background: #d4d5ff;
  min-height: 425px;
  border: 5px solid #fff;
}


.new-home-comments-wrapper .owl-item.center .card .img-box {
  background-color: #0c0e56;
  display: inline-block;
  width: 131px;
  margin: 0 auto;
  padding: 14px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}

.new-home-comments-wrapper .avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 3px;
  border-radius: 50%;
  overflow: hidden;
}

.new-home-comments-wrapper .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-home-comments-wrapper .quote {
  font-size: 15px;
  line-height: 1.6;
  color: #0c0e56;
  margin-top: 22px;
}

.new-home-comments-wrapper .cite {
  margin-top: 10px;
  font-size: 22px;
  color: #0c0e56;
  margin-bottom: 5px;
}

.new-home-comments-wrapper .cite-dasignation {
  font-size: 1.1rem;
  color: #282a65;
}

/* NAV WRAPPER FIX */
.new-home-comments-wrapper .owl-nav {
  margin-top: -39px;
}

@media (max-width: 400px) {
  .new-home-comments-wrapper .owl-nav {
    margin-top: 609px;
  }

  .new-home-comments-wrapper .comments-heading {
    font-size: 1.8rem;
  }

  .new-home-comments-wrapper .comments-heading span img {
    position: absolute;
    bottom: -14px;
    left: 11px;
    width: 115px;
  }

  .new-home-makes-us .course-overview-1 {
    position: absolute;
    right: 0;
    top: 10px;
    animation: floatY 2s ease-in-out infinite alternate;
    display: none;
  }

  .new-home-makes-us .course-overview-2 {
    position: absolute;
    left: 0;
    bottom: 10px;
    animation: floatY 2s ease-in-out infinite alternate;
    display: none;
  }

}

/* CUSTOM BUTTONS */
.new-home-comments-wrapper .custom-testimonial-prev,
.new-home-comments-wrapper .custom-testimonial-next {
  width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 5px;
  cursor: pointer;
}

/* ARROWS */
.new-home-comments-wrapper .custom-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
}

/* LEFT */
.new-home-comments-wrapper .custom-arrow-left {
  transform: rotate(135deg);
}

/* RIGHT */
.new-home-comments-wrapper .custom-arrow-right {
  transform: rotate(-45deg);
}

/* EACH DOT */
.new-home-comments-wrapper .custom-testimonial-dot {
  display: inline-block;
  margin: 60px 5px 0px;
  display: none;
}

.new-home-comments-wrapper .custom-testimonial-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* ACTIVE DOT */
.new-home-comments-wrapper .custom-testimonial-dot.active span {
  background: #fff;
  transform: scale(1.5);
}




/* ----------------------------------new-home-courses-wrapper------------------------- */


.new-home-courses-wrapper {
  width: 100%;
  padding: 67px 0;
  background-color: #e8e7fe;
  position: relative;
}


.new-home-courses-wrapper .h3_course_shape {
  position: absolute;
  top: 78px;
  left: 79px;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.new-home-courses-wrapper .h3_course_shape2 {
  position: absolute;
  bottom: 70px;
  right: 36px;
  animation: rotateCircle 20s linear infinite;
  transform-origin: center center;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.new-home-courses-wrapper .courses-content {
  margin-bottom: 65px;
  text-align: center;
}

.new-home-courses-wrapper .courses-sub-heading {
  color: #3e4095;
  font-size: 1.3rem;
  position: relative;
}

.new-home-courses-wrapper .courses-sub-heading::after {
  content: '';
  right: -72px;
  width: 59px;
  height: 2px;
  background-color: #3e4095;
  position: absolute;
  bottom: 12px;
}

.new-home-courses-wrapper .courses-heading {
  font-size: 2.3rem;
  color: #3e4095;
  font-weight: 700;
  margin-bottom: 46px;
  margin-top: 6px;
  line-height: 53px;
}

.new-home-courses-wrapper .courses-heading span {
  position: relative;
}

.new-home-courses-wrapper .courses-heading span img {
  position: absolute;
  bottom: -14px;
  left: 11px;
}




/* WRAPPER */
.new-courses-card-wrapper {
  display: flex;
  justify-content: center;
  font-family: sans-serif;
}

/* CARD */
.new-courses-card-wrapper .course-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dfe3f0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  padding: 20px 20px;
  margin-bottom: 23px;
}

.new-courses-card-wrapper .course-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.new-courses-card-wrapper .course-image {
  position: relative;
}

.new-courses-card-wrapper .course-link {
  display: block;
  overflow: hidden;
  border-radius: 14px;
}

.new-courses-card-wrapper .course-link img {
  width: 100%;
  transition: 0.3s ease;
}

.new-courses-card-wrapper .course-link:hover img {
  transform: scale(1.05);
}

/* TAG */
.new-courses-card-wrapper .tag {
  position: absolute;
  top: 9px;
  left: 13px;
  background: #3e4095;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

.new-courses-card-wrapper .tag i {
  color: #fff !important;
}

/* VIDEO BUTTON */
.new-courses-card-wrapper .video-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e4095;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

/* CONTENT */
.new-courses-card-wrapper .course-content {
  padding: 20px 0;
}

/* RATING */
.new-courses-card-wrapper .rating-bar {
  font-size: 14px;
  color: #ff9800;
  display: flex;
  align-items: center;
  gap: 3px;
}

.new-courses-card-wrapper .rating-bar span {
  color: #666;
  margin-left: 6px;
}

/* TITLE */
.new-courses-card-wrapper .title {
  font-size: 20px;
  margin: 12px 0;
  color: #222;
}

/* DESCRIPTION */
.new-courses-card-wrapper .desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

/* META */
.new-courses-card-wrapper .meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #555;
}

.new-courses-card-wrapper .meta i {
  color: #5b5cff;
  margin-right: 5px;
}

/* DIVIDER */
.new-courses-card-wrapper .divider {
  height: 1px;
  background: #e5e8f3;
  margin: 18px 0;
}

/* FOOTER */
.new-courses-card-wrapper .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* PRICE */
.new-courses-card-wrapper .price {
  color: #5b5cff;
  font-size: 20px;
  font-weight: bold;
}

/* AUTHOR */
.new-courses-card-wrapper .author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-courses-card-wrapper .author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* BUTTONS */
.new-courses-card-wrapper .course-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.new-courses-card-wrapper .btn {
  flex: 1;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
}

/* BROCHURE */
.new-courses-card-wrapper .brochure-btn {
  background: #3e4095;
  color: #fff;
}

.new-courses-card-wrapper .brochure-btn:hover {
  background: #3e4095;
  color: #fff;
}

/* VIEW MORE */
.new-courses-card-wrapper .view-btn {
  background: #3e4095;
  color: #fff;
}

.new-courses-card-wrapper .view-btn:hover {
  background: #3e4095;
}


@media (max-width: 400px) {
  .new-home-courses-wrapper .h3_course_shape {
    position: absolute;
    top: 43px;
    left: 0;
    animation: rotateCircle 20s linear infinite;
    transform-origin: center center;
    width: 42px;
  }

  .new-home-courses-wrapper .courses-heading {
    font-size: 2rem;
  }

  .new-home-courses-wrapper .courses-sub-heading::after {
    content: none;
  }

}




/*------------------------------------ section-new-success-stories ------------------------*/
/* 
.section-new-success-stories {
  background: #18181b;
  padding: 60px 0;
  color: #fff;
}


.section-new-success-stories .card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 25px;
  text-align: center;

  transform: scale(0.9);
  opacity: 0.4;
  transition: all 0.4s ease;
}


.section-new-success-stories .owl-item.center .card {
  transform: scale(1.05);
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}


.section-new-success-stories .avatar {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}

.section-new-success-stories .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.section-new-success-stories .quote {
  font-size: 14px;
  line-height: 1.6;
}

.section-new-success-stories .cite {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}


.section-new-success-stories .owl-nav button {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  color: #000 !important;
}

.section-new-success-stories .owl-nav .owl-prev {
  left: -20px;
}

.section-new-success-stories .owl-nav .owl-next {
  right: -20px;
} */


.section-new-success-stories {
  background: #e8e7fe;
  padding: 5rem 0;
}


/* CARD */
.section-new-success-stories .video-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transform: scale(0.9);
  opacity: 0.4;
  transition: 0.4s;
}

.section-new-success-stories .owl-item.center .video-card {
  transform: scale(1.05);
  opacity: 1;
}

/* IMAGE */
.section-new-success-stories .video-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* DARK OVERLAY */
.section-new-success-stories .video-card::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

/* PLAY BUTTON */
.play-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button.is-play {
  position: relative;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
}

.button-outer-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}

.triangle {
  fill: #f857a6;
  opacity: 0;
  animation: fadeIn 1s forwards;
}

.path {
  stroke: #f857a6;
  fill: none;
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  animation: draw 2s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.has-scale-animation {
  animation: pulse 2s infinite;
}

.has-delay-short {
  animation-delay: 0.5s;
}

/* NAV */
.section-new-success-stories .owl-nav button {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background: #fff !important;
  border-radius: 50%;
}

.section-new-success-stories .owl-prev {
  left: -20px;
}

.section-new-success-stories .owl-next {
  right: -20px;
}

/* LIGHTBOX */
.video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

.video-lightbox.active {
  display: flex;
}

.video-box {
  width: 80%;
  max-width: 800px;
  position: relative;
}

.video-box iframe {
  width: 100%;
  height: 450px;
}

.close-btn {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}




/* section-new-success-stories-heading  */

.section-new-success-stories-heading {
  font-size: 3.5rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 4rem;
  text-align: center;
}

.section-new-success-stories-heading span {
  position: relative;
}

.section-new-success-stories-heading span img {
  position: absolute;
  top: 88%;
  left: 6%;
  object-fit: cover;
}




.section-franchise-video-wrapper {
  padding: 5rem 0;
  background-color: #e3e4ff;
}

.section-franchise-video-wrapper .heading {
  font-size: 2rem;
  color: #00026a;
  margin-bottom: 4rem;
}


/* Card */
.section-franchise-video-wrapper .video-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.section-franchise-video-wrapper .video-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Play Button */
.section-franchise-video-wrapper .play-btn {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: #3e4094;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.section-franchise-video-wrapper .play-btn::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 22px;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* Pulse Animation */
.section-franchise-video-wrapper .play-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #3e4094;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Lightbox */
.section-franchise-video-wrapper .video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.section-franchise-video-wrapper .video-lightbox.active {
  display: flex;
}

.section-franchise-video-wrapper .lightbox-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.section-franchise-video-wrapper iframe {
  width: 100%;
  height: 450px;
}

.section-franchise-video-wrapper .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .section-franchise-video-wrapper .col-3 {
    width: calc(50% - 10px);
  }
}

@media (max-width: 576px) {
  .section-franchise-video-wrapper .col-3 {
    width: 100%;
  }

  .section-franchise-video-wrapper iframe {
    height: 250px;
  }
}


.btn-franchise-dark {
  color: #fff !important;
  background-color: #20104b;
  padding: 11px 21px;
  font-size: 1.2rem;
}








.custom-social-bar {
  position: fixed;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  z-index: 9999;
}

.custom-social-bar .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 6px;
  border-radius: 13px 0 0 13px;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  border: 2px solid #fff;
}

.custom-social-bar .social-btn:hover {
  transform: translateX(-6px);
}

/* Colors */
.custom-social-bar .call {
  background-color: #0b5ed7;
}

.custom-social-bar .call img {
  width: 32px;
}

.custom-social-bar .whatsapp {
  background-color: #25D366;
}

.custom-social-bar .whatsapp i {
  font-size: 26px;
  color: #fff;
}

.custom-social-bar .brochure {
  background-color: #11195f;
}

.custom-social-bar .brochure img {
  width: 32px;
}