/******************************** 
    Homepage Banner
*********************************/
@keyframes text-animation-affilation-section {
  0% {
    margin-top: 0;
  }
  20% {
    margin-top: 0;
  }
  40% {
    margin-top: -5.62rem;
  }
  60% {
    margin-top: -5.62rem;
  }
  80% {
    margin-top: -5.62rem;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes fadeslideUp {
  0% {
    opacity: 0;
    transform: translateY(-40%);
    -ms-transform: translateY(-40%);
  }
  10% {
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  20% {
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  25% {
    opacity: 0;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
  100% {
    opacity: 0;
    transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
}
@keyframes text-animation {
  0% {
    margin-top: 0;
  }
  10% {
    margin-top: 0;
  }
  20% {
    margin-top: -5rem;
  }
  30% {
    margin-top: -5rem;
  }
  40% {
    margin-top: -11.2rem;
  }
  60% {
    margin-top: -11.4rem;
  }
  70% {
    margin-top: -14rem;
  }
  80% {
    margin-top: -14.6rem;
  }
  90% {
    margin-top: 0;
  }
  100% {
    margin-top: 0;
  }
}
#homepage-banner {
  background: linear-gradient(180deg, #ffffff 51.79%, rgba(239, 239, 239, 0.662154) 89.1%, rgba(217, 217, 217, 0.2) 100%);
}
#banner-sec .bg-tab-box {
  background: var(--base-gray-clr);
  height: 120px;
  width: 100%;
  border-radius: var(--border-20);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 120px;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: var(--spacing-16);
  max-width: 200px;
}
#banner-sec .bg-tab-box p {
  font-weight: var(--font-bold);
  text-align: center;
  font-size: var(--content);
  margin-bottom: 0;
  line-height: var(--lh-content);
  margin-top: var(--spacing-12);
  color: var(--secondary-clr-500);
  align-items: center;
  display: flex;
  margin-right: var(--spacing-4);
}
#banner-sec .bg-tab-box p i {
  font-size: var(--content) !important;
  transition: all 3s ease !important;
  margin-left: var(--spacing-8);
}
#banner-sec .bg-tab-box:hover i {
  left: 15px;
  position: relative;
}
#banner-sec p {
  font-weight: var(--font-bold);
  font-size: var(--content-lg);
  line-height: var(--lh-content-lg);
  text-align: center;
  color: var(--tertiary-clr-500);
  margin: var(--spacing-8) 0;
}
#banner-sec h1 {
  font-weight: 800;
  font-size: 72px;
  line-height: 76px;
  text-align: center;
  color: var(--tertiary-clr-500);
  font-family: var(--font-title);
}
#banner-sec h3 {
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  font-size: 42px;
  line-height: 150%;
  text-align: center;
  color: var(--txt-clr);
}
.animation-affilation-section {
  height: 100px;
  overflow: hidden;
}
.animation-affilation-section img {
  height: 90px;
}
.animation-affilation-section > div > div {
  height: 150px;
  margin-bottom: 2.81rem;
  display: inline-block;
}
.animation-affilation-section div:first-child {
  animation: text-animation 10s infinite;
}
.animated-title {
  position: absolute;
  width: 100%;
  top: 50%;
  font-family: var(--font-title);
  animation: fadeslideUp 12s infinite;
}
.animated-title h2 {
  text-align: center;
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 800 !important;
  font-size: 72px !important;
  text-transform: capitalize;
  color: var(--tertiary-clr-500);
  line-height: 64px !important;
}
.animated-box {
  position: relative;
  margin: var(--spacing-16) auto;
  top: 15px;
  bottom: 30px;
}
@media (max-width: 568px) {
  #banner-sec .content-box {padding-top: 50px !important;}
}
#banner-sec .content-box {
  font-weight: 800;
  font-size: 72px;
  line-height: 64px;
  position: relative;
  left: 0;
  text-align: center;
  color: var(--tertiary-clr-500);
  padding-top: 100px;
  z-index: 1;
  right: 0;
  top: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #banner-sec h1 {
    font-size: 56px !important;
    line-height: 72px !important;
  }
}
#g1,#g2,#g3,#g4{
  font-weight: 800;
  font-size: 72px;
  line-height: 64px;
  color: var(--tertiary-clr-500);
}
#g1 span, #g2 span, #g3 span, #g4 span {
  color: var(--primary-clr-500);
}
#g2 {
  animation-delay: -9s;
  -webkit-animation-delay: -9s;
}
#g3 {
  animation-delay: -6s;
  -webkit-animation-delay: -6s;
}
#g4 {
  animation-delay: -3s;
  -webkit-animation-delay: -3s;
}
/******************************** 
    Homepage About Us Section
*********************************/
div#about-sec {
  max-width: 1200px;
  margin: auto;
  display: block;
}
div#about-sec p {
  font-size: var(--content);
    font-weight: var(--font-regular);
    line-height: var(--lh-content);
  text-align: justify;
  margin: 0 15px;
  color: var(--txt-clr);
}
.counter-box {
  background: var(--white-clr);
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: var(--border-20);
  text-align: center;
  overflow: hidden;
}
.counter-box .box {
  padding: var(--spacing-16) 0;
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.counter-box .box p {
  margin: 0;
  font-weight: var(--font-regular);
  font-size: var(--content-lg);
  line-height: var(--lh-content);
  text-align: center;
  text-transform: uppercase;
  color: var(--txt-clr);
}
.counter-box .box p small {
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  text-align: center;
  color: var(--txt-clr);
}
.counter-box .box span {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  color: var(--txt-clr);
}
.counter-box .border-none {
  border-right: 0;
}
#counter-sec {
  padding: 40px 0 80px 0;
  max-width: 1200px;
  margin: auto;
  display: block;
}
#counter-sec .img-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  margin-bottom: var(--spacing-20);
  position: relative;
}
#counter-sec .img-box img {
  width: auto;
  height: 50px;
  margin: var(--spacing-8) auto;
  position: relative;
  z-index: 99;
  display: block;
}
#counter-sec .img-box::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -9px;
  right: -7px;
  border-radius: 4px;
  opacity: 0.9;
}
#counter-sec .first::after {
  background-color: #ffe2ab;
}
#counter-sec .second::after {
  background-color: #c9e9ff;
}
#counter-sec .third::after {
  background-color: #fffcb6;
}
#counter-sec .fourth::after {
  background-color: #b7dec2;
}
#counter-sec p {
  margin: 0 !important;
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  text-align: center;
  text-transform: uppercase;
  color: var(--txt-clr);
}
@media(max-width:768px){
    div#about-sec p {
        text-align: justify;
        font-size: 17px;
        line-height: 150%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
  .animated-title h2 {font-size: 48px !important;line-height: 56px !important;}
}
.course-cta-sec {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .course-cta-sec {margin: 40px 0 40px 0;}
}
@media (min-width: 568px) and (max-width: 768px) {
  #banner-sec h1 {font-size: 48px;line-height: 56px;  }
  .animated-title h2 {
    font-size: 42px !important;
    line-height: 48px !important;
  }
}
.banner-img {
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 55px;
  right: 0;
}
@media (max-width: 568px) {
  #banner-sec h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: var(--tertiary-clr-500);
  }
  #banner-sec h2 {
    font-size: 40px;
    line-height: 48px;
    line-height: 24px;
  }
  #banner-sec h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .animated-title h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .banner-img {
    width: 100%;
    top: 23px;
    max-height: 100%;
  }
}
@media (min-width: 568px) and (max-width: 992px) {
  #banner-sec h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  div#about-sec p {
    font-size: 17px;
    line-height: 150%;
  }
  #counter-sec {
    padding: 25px 0;
  }
  #banner-sec p {
    font-size: 17px !important;
    font-weight: 600;
    line-height: 24px;
  }
  .counter-box {
    position: relative;
    overflow: hidden;
  }
  .counter-box .box {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12) !important;
    border-right: 0 !important;
  }
  .counter-box .box span {
    font-size: 28px;
    line-height: 36px;
  }
  .counter-box .border-bb-last-none {
    border-bottom: 0 !important;
  }
}
@media (min-width: 568px) {
  #banner-sec p {
    position: relative;
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .counter-box .box {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  }
  .counter-box .border-lg-none {
    border-right: 0;
  }
  .counter-box .border-bb-none {
    border-bottom: 0;
  }
}
/******************************** 
    Homepage Keyhighlights Section
*********************************/
#keyhighlights {
  position: relative;
  padding: var(--spacing-80) 0;
  max-width: 1920px;
  margin: auto;
  display: block;
}
#keyhighlights .intro-video {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
}
#keyhighlights .intro-video img {
  border-radius: var(--border-90);
}
#keyhighlights .intro-video video {
  border-radius: var(--border-90);
  max-height: 500px;
  margin: auto;
  display: block;
}
#keyhighlights .intro-video .bg-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--primary-clr-500);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
/*#keyhighlights .highlights {*/
/*  display: flex;*/
/*  align-items: start;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  margin-bottom: var(--spacing-8);*/
  /*border-bottom: 2px solid var(--tertiary-clr-100);*/ 
/*}*/
#keyhighlights .highlights {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--spacing-8);
    align-content: center;
}
#keyhighlights .highlights::before {
    content:"";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:-moz-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background:-webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background:linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    width:100%;
    display:block;
}

#keyhighlights .highlights.last-h::before{
  border-bottom: 0px;
  background:transparent;
}
#keyhighlights .highlights:before:nth-last-child{
  border-bottom: 0px;
  background:transparent;
}
#keyhighlights .highlights .icons {
  margin-right: var(--spacing-24);
  position: relative;margin-top: 10px;
}
#keyhighlights .highlights .icons img {
  width:100%;
  max-width: 80px;
}
#keyhighlights .highlights .icons::before {
  border-radius: 4px;
  position: absolute;
  width: 35px;
  height: 35px;
  content: "";
  right: 0;
  bottom: -2px;
  z-index: -1;
}
#keyhighlights .highlights .ico-1::before {
  background: #ffe2ab;
}
#keyhighlights .highlights .ico-2::before {
  background: #c9e9ff;
}
#keyhighlights .highlights .ico-3::before {
  background: #fffcb6;
}
#keyhighlights .highlights .ico-4::before {
  background: #b7dec2;
}
/*#keyhighlights .highlights h3 {*/
/*  font-size: var(--heading-5);*/
/*  font-family: var(--font-title);*/
/*  font-weight: var(--font-bold);*/
/*  line-height: var(--lh-5);*/
/*  color: var(--txt-clr);*/
/*  margin-top: 0;*/
/*  margin-bottom: 0;*/
/*}*/
#keyhighlights .highlights h3 {
    font-size: var(--heading-4);
    font-family: var(--font-title);
    font-weight: var(--font-bold);
    color: var(--txt-clr);
    line-height: var(--lh-4);
    margin-top: 0;
    margin-bottom: 0;
}
#keyhighlights .highlights h4 {
  font-size: var(--heading-4);
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  line-height: var(--lh-5);
  margin: 0 0 10px 0;
  color: var(--txt-clr);
}
#keyhighlights .highlights p {
    font-size: var(--content-md);
    line-height: var(--lh-content);
    color: var(--title-clr);
}
@media (max-width: 567px) {
  #keyhighlights .intro-video video {
    max-height: 300px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #keyhighlights .intro-video video {
    max-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #keyhighlights .intro-video video {
    max-height: 400px;
  }
}
@media (max-width: 1024px) {
  #keyhighlights .highlights .icons img {
    width: 55px;
  }
}
@media (max-width: 768px) {
    #keyhighlights .highlights h3 {
        font-size: var(--heading-3);
        line-height: var(--lh-5);
    }
  #keyhighlights .intro-video video {
    border-radius: 60px;
  }
  #keyhighlights .intro-video .bg-line {
    border-radius: 60px;
  }
  #keyhighlights .highlights .icons img {
    width: 60px;
  }
}
@media (max-width: 568px) {
  #keyhighlights .highlights .icons {
    margin-right: var(--spacing-16);
  }
  #keyhighlights .highlights .icons img {
    width: 46px;
  }
}
@media (max-width: 1199px) {
  #keyhighlights .highlights p {
    width: 100%;
  }
}


/*************************************** 
    Homepage Topselling Courses Section
****************************************/
#topselling-courses {
  padding: var(--spacing-80) 0;
  background: var(--gradient-clr-1);
}
#topselling-courses #topselling {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff0e6 100%);
  transform: rotate(180deg);
  padding: var(--spacing-48) 0;
}
#topselling-courses #selling-courses {
  transform: rotate(180deg);
}
#topselling-courses #topselling .section_heading {
  margin-bottom: var(--spacing-32);
}
#topselling-courses #topselling .section_heading h2 span {
  display: inline-block;
}
#topselling-courses .topselling-courses-ouetrblk {
  position: relative;
  margin-bottom: var(--spacing-32);
}
#topselling-courses .overlay-img {
  position: absolute;
  width: 100%;
  top: 0;
}
#topselling-courses .topselling-courses-ouetrblk .course-img {
  position: relative;
}
#topselling-courses .topselling-courses-ouetrblk .course-img::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 6, 0) 0%, rgba(0, 0, 3, 0.5) 39.89%, #000000 74.79%);
  z-index: 9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-20);
}
#topselling-courses .topselling-courses-ouetrblk .course-img img {
  border-radius: var(--border-20);
  width: 100%;
  position: relative;
  height: 250px;
}
#topselling-courses h5 {
  position: absolute;
  bottom: 60px;
  left: 20px;
  font-style: normal;
  z-index: 99;
  font-weight: var(--font-bold);
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  color: var(--base-clr);
}
#topselling-courses .border-style {
  border: 1px solid var(--base-gray-clr);
  position: absolute;
  bottom: 50px;
  width: 99%;
  left: 0;
  z-index: 99;
  right: 0;
}
#topselling-courses .badge-orange {
  background: var(--primary-clr-500);
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--spacing-2) var(--spacing-8);
  color: var(--white-clr);
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 10px;
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
}
#topselling-courses .topcourses-duretion {
  font-weight: var(--font-bold);
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  color: var(--white-clr);
  position: absolute;
  bottom: 5px;
  z-index: 999;
  left: 20px;
}
#topselling-courses .topcourses-duretion span {
  font-weight: var(--font-bold);
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  color: var(--primary-clr-500);
}
@media (max-width: 568px) {
  #topselling-courses .topselling-courses-ouetrblk .course-img img {
    height: 170px;
  }
}
@media (min-width: 568px) {
  #topselling-courses .row {
    margin-top: var(--spacing-40);
  }
}
@media (max-width: 568px) {
  #topselling-courses .top-selling-courses-name {
    font-size: var(--content-sm);
    line-height: var(--lh-content-sm);
    left: 5px;
  }
}

/* ----- carousel buttons css ----- */
#topselling-courses .owl-nav {
  display: block !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 38%;
  z-index: 9999;
  display: block !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 38%;
  z-index: 9999;
  bottom: 25px;
}
#topselling-courses .owl-theme .owl-nav {
  width: 100% !important;
  position: relative !important;
  z-index:-1;
}
#topselling-courses .owl-prev span, #topselling-courses .owl-next span {
    position: absolute;
    width: 50px;
    line-height: 42px;
    height: 50px;
    box-shadow: var(--shadow-sm);
    font-weight: var(--font-regular);
    margin: 0;
    padding: 0;
    border-radius: var(--border-rouded);
    right: 0;
    text-align: center;
    /*font-size: var(--heading-1); */
    background: var(--white-clr);
    color: var(--txt-clr) !important;
    font-size: 42px;
}
#topselling-courses .owl-prev span {
  left: 30%;
}
#topselling-courses .owl-next span {
  right: 30%;
}
@media (min-width: 768px) {
  #topselling-courses .owl-theme .owl-nav {
    width: 98% !important;
    position: absolute !important;
    z-index:-1;
  }
  #topselling-courses .owl-prev span {
    left: -70px;
  }
  #topselling-courses .owl-next span {
    right: -70px;
  }
}
@media (max-width: 1199px) {
  #topselling-courses .owl-nav {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#topselling-courses .upcoming_events_carousel.mentor-carousel .owl-stage-outer {
  display: flex!important;
  align-items: center!important;
  flex-direction:column!important;
}
#topselling-courses .upcoming_events_carousel.mentor-carousel .owl-stage {
  display: flex;
  /*align-items: center;*/
}
#topselling-courses  .upcoming_events_carousel.owl-carousel .caption {
  text-align: center;
}


/******************************** 
   Homepage Time Countdown Section
*********************************/
#time-count-down {
  padding: var(--spacing-80) 0;
}
#time-count-down #countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: var(--spacing-48);
}
#time-count-down #countdown li {
  display: inline-block;
  font-size: var(--content-lg);
  list-style-type: none;
  padding: var(--spacing-16);
  text-transform: uppercase;
  text-align: center;
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  line-height: var(--lh-content-md);
  text-align: center;
  color: var(--subtitle-clr);
  position: relative;
}
#time-count-down ul#countdown {
  margin: var(--spacing-24);
}
#time-count-down ul#countdown li::after {
  content: ":";
  position: absolute;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  top: 30%;
  margin: 0 auto;
  left: -9px;
  font-size: 48px;
}
#time-count-down ul#countdown li:first-child::after {
  content: "";
}
#time-count-down ul#countdown li span {
  display: block;
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-1);
  line-height: var(--lh-3);
  text-align: center;
  color: var(--subtitle-clr);
}
#time-count-down .time-count-btn {
    margin: auto;
    display: block;
    position: relative;
    margin-top: -20px;
    box-shadow: var(--shadow-md);
    border-radius: 50px;
    /* margin-top: var(--spacing-24); */
    font-family: var(--font-content);
    position: relative;
    font-weight: var(--font-bold);
    font-size: var(--content-md);
    width: -moz-fit-content;
    width: fit-content;
    line-height: var(--lh-content-md);
    padding: var(--spacing-8) var(--spacing-40);
    align-items: center;
    color: var(--white-clr);
    background-color: var(--primary-clr-500);
    transition: all 0.2s ease;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--primary-clr-500);
}
#time-count-down .time-count-btn:hover {
    /*background: linear-gradient(90deg, #f58634 0%, #ffd464 100%);*/
    background: var(--white-clr);
    box-shadow: none;
    color: var(--primary-clr-500);
    border: 1px solid var(--primary-clr-500);
}
@media (max-width: 568px) {
    #time-count-down .time-count-btn{
        font-size: var(--content-md);
        line-height: var(--lh-content-md);
    }
}


/******************************** 
   Homepage Meet Our Mentors Section
*********************************/
#mentorsec-homepage {
  padding-top: var(--spacing-40);
}
#mentorsec-homepage .item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 380px;
  top: 72px;
}
#mentorsec-homepage .m-cards {
  align-items: center;
  padding: 20px 25px 10px;
  background: var(--white-clr);
  border-radius: var(--border-20);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  transition: all 2s;
  top: -20px;
  bottom: 60px;
  position: relative;
}
#mentorsec-homepage .m-cards h5 {
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  text-align: center;
  margin-bottom: 0;
}
#mentorsec-homepage .m-cards .subtitle {
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: var(--content);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}
#mentorsec-homepage .m-cards p.designation{
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: var(--content-sm);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}
#mentorsec-homepage .m-cards img.mentor-bg-shape {
  max-width: 350px;
  position: relative;
  margin-top: -120px !important;
  margin-left: auto;
  display: block;
  left: 35px;
}
#mentorsec-homepage .m-cards .img-center {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  margin-top: -275px;
  margin-bottom: 15px;
}
/*@media (max-width: 768px) {*/
/*  #mentorsec-homepage .item {*/
/*    margin-bottom: -80px;*/
/*  }*/
/*}*/
/*@media (max-width: 568px) {*/
/*  #mentorsec-homepage .m-cards img.mentor-bg-shape {*/
/*    margin-top: -70px !important;*/
/*  }*/
/*}*/
@media (max-width: 399px) {
  #mentorsec-homepage .m-cards .img-center {
    margin-top: -170px;
  }
  #mentorsec-homepage .item {
    margin-bottom: -30px;
  }
}
@media (min-width: 360px) and (max-width: 568px) {
  #mentorsec-homepage .m-cards .img-center {
    margin-top: -260px;
  }
}

#mentorsec-homepage .homepage-mentor-carousel-sec.owl-theme .owl-nav [class*=owl-]{
    /*position: absolute;*/
    width: 50px!important;
    line-height: 42px;
    height: 50px !important;
    box-shadow: var(--shadow-sm);
    font-weight: var(--font-regular);
    margin: 0 1rem;
    border-radius: var(--border-rouded);
    text-align: center;
    background: var(--white-clr);
    color: var(--txt-clr) !important;
    font-size: 42px;
    z-index:99 !important;
}
#mentorsec-homepage .homepage-mentor-carousel-sec.owl-theme .owl-nav [class*=owl-] span{
    display: inline-block !important;
    height:50px!important;
}
#mentorsec-homepage .homepage-mentor-carousel-sec img.mentorImg{
    height:245px!important;
    width:auto!important;
}

#Upcoming-events .upcoming_events_carousel.owl-carousel .owl-stage-outer {
    margin: 0 auto!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
#mentorsec .mentorCarousel.owl-carousel .owl-stage-outer {
    margin: 0 auto!important;
    /*display: inline-flex!important;*/
    align-items: center!important;
    justify-content: center!important;
    width:100%;
}
@media (max-width: 768px) {
  #mentorsec .mentorCarousel.owl-carousel .owl-stage-outer {
    margin: 0 auto!important;
    display: inline-block!important;
    width:100%;
}
}

/******************************** 
    NEW - Homepage Meet Our Mentors Section
*********************************/
#mentorHomepage {
  padding-top: var(--spacing-40);
}

#mentorHomepage .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*min-height: 380px;*/
  /*margin-top: 72px;*/
}

#mentorHomepage .m-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px 10px;
  background: var(--white-clr);
  border-radius: var(--border-20);
  width: fit-content;
  margin: auto;
  transition: all 2s;
  position: relative;
  background: url('https://www.udyogwardhini.com/assets/img/events/mentor-bg.svg') no-repeat;
  background-position: left 30px center;
  background-size: contain;
}

#mentorHomepage .m-cards h5 {
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  text-align: center;
  margin-bottom: 0;
}

#mentorHomepage .m-cards .subtitle,
#mentorHomepage .m-cards p.designation {
  font-size: var(--content);
  color: var(--txt-clr);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}

#mentorHomepage .m-cards .mentorImg {
  position: relative;
  margin-bottom: 15px;
}

#mentorHomepage .m-cards .mentorImg img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/*@media (max-width: 768px) {*/
/*  #mentorHomepage .item {*/
/*    margin-bottom: -80px;*/
/*  }*/
/*}*/

@media (max-width: 568px) {
  #mentorHomepage .item {
    margin-bottom: -30px;
  }
}

#mentorHomepage .homepage-mentor-carousel-sec.owl-theme .owl-nav [class*=owl-] {
  width: 50px !important;
  line-height: 42px;
  height: 50px !important;
  box-shadow: var(--shadow-sm);
  font-weight: var(--font-regular);
  margin: 0 1rem;
  border-radius: 50%!important;
  text-align: center;
  background: var(--white-clr);
  color: var(--txt-clr) !important;
  font-size: 42px;
  z-index: 99 !important;
}

#mentorHomepage .homepage-mentor-carousel-sec.owl-theme .owl-nav [class*=owl-] span {
  display: inline-block !important;
  height: 50px !important;
}

#mentorHomepage .homepage-mentor-carousel-sec img.mentorImg {
  height: 245px !important;
  width: 100% !important;
}

#Upcoming-events .upcoming_events_carousel.owl-carousel .owl-stage-outer {
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
}

/*@media (max-width: 768px) {*/
/*  #mentorsec .mentorCarousel.owl-carousel .owl-stage-outer {*/
/*    display: inline-block !important;*/
/*  }*/
/*}*/



/******************************** 
   Homepage Upcoming Events Section
*********************************/
#Upcoming-events {
    position: relative;
    background-image: var(--gradient-clr);
    padding: var(--spacing-80) 0;
}
#Upcoming-events .events-img img {
  border-radius: var(--border-20);
  /*max-width: 100%;*/
  max-width: 70%;
  margin: 0 auto var(--spacing-20);
  height:350px;
  /*height:200px;*/
}
#Upcoming-events .owl-theme .owl-dots .owl-dot.active span, 
#Upcoming-events .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-clr-500);
}
#Upcoming-events .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: var(--spacing-4) var(--spacing-8);
  background: var(--base-gray-clr);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: var(--border-32);
}
#Upcoming-events .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: var(--spacing-2) var(--spacing-8);
  display: block;
  border-radius: var(--border-32);
}
#Upcoming-events .item {
  margin: var(--spacing-32) 15px;
}
#Upcoming-events .upcoming-event-name {
  margin: auto;
  display: block;
}
#Upcoming-events .upcoming-event-name h4 {
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--shadow-md);
  line-height: var(--lh-content-md);
  color: var(--txt-clr);
  margin-bottom: 0px;
}
#Upcoming-events .upcoming-event-list {
 text-align: left;
 width: 100%;
}
#Upcoming-events .upcoming-event-list ul {
  margin: auto;
  display: block;
  padding: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
#Upcoming-events .upcoming-event-list ul li {
  display: inline-block;
  /*padding: 0 var(--spacing-16) 0 0;*/
  padding: 0 var(--spacing-16);
  font-weight: var(--font-regular);
  margin: auto;
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  color: var(--txt-clr);
}
#Upcoming-events .registrationfees p {
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  margin: auto;
  display: block;
  color: var(--txt-clr);
  margin-top: var(--spacing-4);
}

/******************************** 
  Homepage  Our Success Stories Section
*********************************/
#success-story {
  position: relative;
  background-image: var(--gradient-clr);
  padding: var(--spacing-80) 0;
}
#success-story .features-video-container {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: 450px;
  margin: var(--spacing-24) auto;
  display: block;
}
#success-story .features-video-container .bg-box {
  background: linear-gradient(180deg, #ffa664 0%, rgba(255, 219, 201, 0) 100%);
  width: 97%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 90px; /*width: 100%;*/
}
#success-story .features-video-container .bg-box p {
  font-size: 320px !important;
  position: absolute;
  z-index: 999;
  font-weight: 600;
  right:0;
  top: 70px;
  color: #fff;
}
#success-story .features-video-container img {
  max-width: 450px;
  margin: auto;
  z-index: 999;
  display: block;
  margin-top: 35px;
  position: relative;
}
#success-story .features-video-container .bg-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--txt-clr);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
#success-story h3 {
  font-weight: var(--font-bold);
  margin: 0;
  text-align: left;
}
#success-story h4 {
  font-weight: var(--font-bold);
  text-align: left;
  font-family: var(--font-title);
}
#success-story p {
  text-align: justify;
}
#success-story a {
  font-size:var(--content-sm);
}
#success-story p.subtitle {
  font-size: var(--content-md);
}
#success-story .Success-story-carousel {
  margin-top: var(--spacing-40);
}
#success-story .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  display: block;
  border-radius: 30px;
}
#success-story .owl-theme .owl-dots .owl-dot.active span,
#success-story .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-clr-500);
}
@media (max-width: 568px) {
  #success-story .features-video-container {
    height: 300px;
    margin: var(--spacing-12) auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #success-story .features-video-container {
    height: 400px;
  }
}
@media (max-width: 568px) {
  #success-story .features-video-container img {
    max-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #success-story .features-video-container img {
    max-width: 400px;
  }
}

.hidden-content {
  display: none;
}
.success-story-sticky {
  position: sticky;
  top: 0;
  z-index: 99;
}
@keyframes ripple {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: scale(12em);
    opacity: 0;
  }
}
#youtube-play-sec .btn-flex {
  display: flex;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  z-index: 999;
}
@media (max-width: 768px) {
  #youtube-play-sec .btn-flex {
    top: 45%;
  }
}
#youtube-play-sec .ripple-block {
  position: relative;
  width: 8em;
  height: 8em;
  margin: auto;
}
#youtube-play-sec .ripple-block .ripple-1 {
  animation-delay: 0s;
}
#youtube-play-sec .ripple-block .ripple-2 {
  animation-delay: 1.6666666667s;
}
#youtube-play-sec .ripple-block .ripple-3 {
  animation-delay: 3.3333333333s;
}
#youtube-play-sec .fa-play-circle, #youtube-play-sec svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: var(--primary-clr-500)!important;
  z-index: 999;
  transition: color 1500ms ease;
}
#youtube-play-sec .ripple {
  position: absolute;
  width: 8em;
  height: 8em;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 50%;
  animation: ripple 5s ease-in-out infinite;
  transition: background 1500ms ease;
}
#youtube-play-sec .video-position {
  position: relative;
}
.ripple-block:hover #divine-spark-youtube-sec .fa-play-circle {
  color: #287d21;
}
.ripple-block:hover #divine-spark-youtube-sec .ripple {
  background: rgba(255, 255, 255, 0.7019607843);
}
.ripple-block:active #divine-spark-youtube-sec .fa-play-circle {
  color: #287d21;
}
.ripple-block:active #divine-spark-youtube-sec .ripple {
  background: rgba(255, 255, 255, 0.7019607843);
}
.ripple-block:focus #divine-spark-youtube-sec .fa-play-circle {
  color: #287d21;
}
.ripple-block:focus #divine-spark-youtube-sec .ripple {
  background: rgba(255, 255, 255, 0.7019607843);
}
@media (max-width: 991px) {
  #divine-spark-youtube-sec .btn-flex {
    top: 28%;
  }
  #divine-spark-youtube-sec .ripple-block {
    width: 8rem;
    height: 8rem;
  }
  #divine-spark-youtube-sec .ripple {
    width: 8rem;
    height: 8rem;
  }
}
@media (prefers-reduced-motion) {
  #divine-spark-youtube-sec .fa-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8em;
    color: #fff;
  }
  #divine-spark-youtube-sec .ripple-block .ripple {
    animation: none;
    display: none;
  }
}
@media (max-width: 568px) {
  .bg-shape-img img {
    width: 60px;
    position: relative;
    left: 20px;
    top: 15px;
  }
}
/******************************** 
   Homepage Affilation Section
*********************************/
@keyframes img-animation-aff {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: 0;
  }
  50% {
    margin-top: -90px;
  }
  75% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes img-animation-aff {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: 0;
  }
  50% {
    margin-top: -90px;
  }
  75% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
#homepage-affilation-section {
  max-width: 1920px;
  margin: auto;
}
@media (max-width: 1199px) {
  #homepage-affilation-section .col-md-11 {
    margin: auto;
  }
}
#homepage-affilation-section h4 {
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  font-size: var(--heading-4);
  line-height: var(--lh-5);
  color: var(--txt-clr);
}
#homepage-affilation-section p {
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content-md);
  line-height: var(--lh-content);
  color: var(--txt-clr);
}
@media (max-width: 992px) {
  #homepage-affilation-section p {
    font-size: var(--content-sm);
    line-height: var(--lh-content-sm);
  }
}
@media (max-width: 768px) {
  #homepage-affilation-section h4 {
    font-size: var(--lh-content-sm) !important;
    line-height: var(--lh-content-md) !important;
    margin: 0;
  }
}
#homepage-affilation-section img {
  max-width: 258px;
  max-height: 170px;
}
@media (max-width: 768px) {
  #homepage-affilation-section img {
    max-width: 110px !important;
    margin: auto !important;
    display: inline-block;
    width: 130px;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
#homepage-affilation-section .animation {
  height: 150px;
  background-color: var(--white-clr);
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-left: 1rem;
}
#homepage-affilation-section .animation > div > div {
  width: 144px;
  height: 144px;
  margin-bottom: var(--spacing-48);
  display: inline-block;
}
#homepage-affilation-section .animation > div > div img {
  width: 100%;
  height: 100%;
}
#homepage-affilation-section .animation div:first-child {
  animation: img-animation-aff 5s infinite;
}
#homepage-affilation-section .animations-sec {
  height: 150px;
  background-color: var(--white-clr);
  overflow: hidden;
  margin-left: 1rem;
  margin: 20px;
}
#homepage-affilation-section .animations-sec > div > div {
  width: 144px;
  height: 144px;
  margin-bottom: 50px;
  display: inline-block;
}
#homepage-affilation-section .animations-sec > div > div img {
  width: 100%;
  height: 100%;
}
#homepage-affilation-section .animations-sec div:first-child {
  animation: img-animation-aff 7s infinite;
}
/******************************** 
   Homepage Our Services Section
*********************************/
#Our-Services-sec {
  padding: var(--spacing-80) 0;
  position: relative;
  background: var(--gradient-clr-1);
}
#Our-Services-sec .shape p {
  font-size: 300px;
  font-family: var(--font-title);
  font-weight: 800;
  color: var(--white-clr);
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index:0;
}
#Our-Services-sec p.viewallbtn{
    position: relative;
    z-index: 10;
}
#Our-Services-sec h5 {
  position: absolute;
  bottom: 5px;
  padding: 0 var(--spacing-8);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  color: var(--base-clr);
}
#Our-Services-sec .conntent-box {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: var(--spacing-4) var(--spacing-20);
}
#Our-Services-sec .service-img {
  width: 100%;
  height: auto;
  border-radius: var(--border-20);
}
#Our-Services-sec .overlay-box {
  background-image: linear-gradient(180deg, rgba(0, 0, 6, 0) 0%, rgba(0, 0, 3, 0.5) 39.89%, #000000 74.79%);
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}


#Our-Services-sec .service-carousel-sec.owl-theme .owl-nav [class*=owl-]{
    /*position: absolute;*/
    width: 50px!important;
    line-height: 42px;
    height: 50px !important;
    box-shadow: var(--shadow-sm);
    font-weight: var(--font-regular);
    margin: 0 1rem;
    border-radius: var(--border-rouded);
    text-align: center;
    background: var(--white-clr);
    color: var(--txt-clr) !important;
    font-size: 42px;
    z-index:99 !important;
}
#Our-Services-sec .service-carousel-sec.owl-theme .owl-nav [class*=owl-] span{
    display: inline-block !important;
    height:50px!important;
}

/********************************************
   Homepage Our Comunity & Mission Section
*********************************************/
#our-mission-comunity {
  padding: var(--spacing-80);
  position: relative;
  background: var(--gradient-clr);
}
@media (max-width: 568px) {
  #our-mission-comunity {
    padding: var(--spacing-80) 0!important;
  }
}
#our-mission-comunity ul {
  padding: 0px;
  margin-left: 20px;
  margin-bottom: 30px;
}
#our-mission-comunity ul li {
  list-style-type: disc;
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--white-clr);
  margin: 5px 0;
  padding: var(--spacing-4) 0;
   position:relative;
}
#our-mission-comunity ul li::marker {
  color: #f58634;
}
#our-mission-comunity ul.bullet-orange li::before {
    background: url(../img/li-orange-dot.svg);
    width: 9px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 9px;
    border-radius: 50px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
#our-mission-comunity h4 {
    font-family: var(--font-title);
    font-style: normal;
    font-weight: var(--font-bold);
    font-size: var(--heading-4);
    line-height: var(--lh-5);
}
#our-mission-comunity h3 {
    font-family: var(--font-title);
    font-style: normal;
    font-weight: var(--font-bold);
    font-size: var(--heading-3);
    line-height: var(--lh-5);
}
#our-mission-comunity h4 span {
  color: #FFE453;
}
#our-mission-comunity .cta-fill-btn {
  background: linear-gradient(90deg, #00cf4d 0%, #25D366 100%)!important;
  box-shadow: var(--shadow-md);
  border-radius : var(--border-12);
  font-family: var(--font-content);
  position: relative;
  left: 1%;
  font-weight: var(--font-bold);
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--white-clr);
  background-size: 400% 400%;
  animation: gradient 0s ease infinite;
  border: 1px solid #25D366 !important;
}
#our-mission-comunity .community-box {
  background: var(--secondary-clr-500);
  padding: var(--spacing-40) var(--spacing-20);
  border-radius: var(--border-32);
}
@media (min-width: 567px) and (max-width: 768px) {
  #our-mission-comunity .community-box {
    padding: var(--spacing-40);
  }
}
@media (max-width: 567px) {
  #our-mission-comunity .community-box {
    padding: var(--spacing-20) 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 567px) {
  #our-mission-comunity .community-box .cta-fill-btn {
    margin: auto;
    display: block;
  }
}
@media (max-width: 768px) {
  #our-mission-comunity .community-box img {
    width: 300px;
    margin: var(--spacing-16) auto;
    display: block;
  }
}
#our-mission-comunity .mission-box {
  padding-top: var(--spacing-80);
}
#our-mission-comunity .c-image {
  max-width: 450px;
  margin: auto;
  display: block;
}
/********************************************
   Footer Section
*********************************************/
#footer-sec {
  background: var(--secondary-clr-500);
  padding-top: var(--spacing-48);
  z-index: 99;
    position: relative;
}
#footer-sec #iwtFooter {
  padding: var(--spacing-24);
  display: flex;
  align-items: center;
  background: var(--txt-clr);
  margin-top: var(--spacing-48);
}
#footer-sec ul.f-list {
  list-style: none;
}
#footer-sec ul.f-list li {
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  text-align: left;
  color: var(--white-clr);
  margin-top: var(--spacing-16);
}
#footer-sec ul.f-list li a {
  color: var(--white-clr);
}
#footer-sec p {
  margin: 0;
  color: var(--white-clr);
}
#footer-sec p a {
  color: var(--white-clr);
}
#footer-sec ul.social-links {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
#footer-sec ul.social-links li {
  background: var(--white-clr);
  border-radius: var(--border-16);
  padding: var(--spacing-8);
  margin: var(--spacing-12) var(--spacing-8);
  transition: all 1s ease;
}
#footer-sec ul.social-links li:hover {
  background-color: var(--primary-clr-500);
}
#footer-sec .br-bottom-line {
  width: 100%;
  height: 1px;
  background: var(--white-clr);
  margin-top: var(--spacing-24);
}
#footer-sec h5 {
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-lg);
  line-height: var(--lh-content);
  margin-bottom: var(--spacing-16);
  text-align: justify;
  color: var(--white-clr);
}
#footer-sec button.submit-form-btn {
  position: absolute;
  height: 100%;
  right: 0;
  background: transparent;
  border: 0;
  padding-right: 12px;
  border-left: 1px solid var(--tertiary-clr-200);
  border-radius: 0 var(--border-20) var(--border-20) 0;
}
#footer-sec button.submit-form-btn:hover {
  background-color: var(--primary-clr-500);
}
#footer-sec input.form-control {
  width: 100%;
  height: 60px;
  border-radius: var(--border-20);
  overflow: hidden;
  position: relative;
  border: 0;
}
#footer-sec input.form-control:focus {
  box-shadow: none;
}
.flex-box-footer {
  position: relative;
  height: 60px;
  display: flex;
  overflow: hidden;
}
.newsletter-cta-btn{
  background: #FFF;
  box-shadow: var(--shadow-md);
  border-radius: var(--border-24);
  font-family: var(--font-content);
  position: relative;
  font-weight: var(--font-bold);
  font-size: var(--content);
  width: 100%;
  line-height: var(--lh-content);
  padding: 0 var(--spacing-20) !important;
  align-items: center;
  color: var(--txt-clr);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}
/********************************************
   Floting Button
*********************************************/
.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 85px;
  right: 0px;
  z-index: 999;
}
.floatingButtonInner {
  position: relative;
}
.floatingButton {
  border-radius: var(--border-8);
  display: block;
  cursor: pointer;
  text-align: center;
  color: var(--white-clr);
  font-size: var(--content);
  padding: 0 var(--spacing-20);
  line-height: 50px;
  opacity: 1;
  transition: all 0.4s;
}
@media (max-width: 400px) {
  .floatingButton {
    line-height: 40px;
    padding: 0 var(--spacing-8);
  }
}
.floatingMenu {
  position: absolute;
  bottom: 75px;
  right: 0px;
  width: 200px;
  display: none;
  padding: var(--spacing-20) var(--spacing-32);
  background: var(--gradient-clr);
  border: 1px solid var(--base-gray-clr);
  box-shadow: var(--shadow-lg);
  border-radius: var(--border-32);
  width: 342px;
}
.floatingMenu .form-group {
  margin-bottom: var(--spacing-8);
}
@media (max-width: 345px) {
  .floatingMenu {
    width: 300px;
  }
}
.floatingMenu h4 {
  text-align: center;
  font-size: var(--content);
  font-weight: var(--font-bold);
  line-height: var(--lh-content);
}
.floatingMenu h4 {
  text-align: center;
}
.floatingMenu label {
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-ssm);
  line-height: var(--lh-content-sm);
  color: var(--txt-clr);
  margin-bottom: 0px;
}
#enquiry-modal .modal-body{
    position:static;
}
#enquiry-modal .modal-content,
#register-form-modal .modal-content{
     background: linear-gradient(180deg, #D9D9D9 0%, #EFEFEF 22%, #FFFFFF 100%);
     border-radius:30px;
     /*position:relative;*/
     z-index:1;
     overflow: hidden;
}
#enquiry-modal .modal-content .form-hash{
    background: linear-gradient(180deg, #f3f0f0c7 0%, #FF9565 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    font-size: 350px;
    font-family: var(--font-title);
    font-weight: 800;
    position: absolute;
    right: -72px;
    top: 272px!important;
    height: -webkit-fill-available;
}
#register-form-modal .modal-content p.form-hash {
    background: linear-gradient(180deg, #f3f0f0c7 0%, #FF9565 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    font-size: 350px;
    font-family: var(--font-title);
    font-weight: 800;
    position: absolute;
    right: -21px;
    top: 75% !important;
    height: -webkit-fill-available;
}
@media(max-width:991.98px){
    #enquiry-modal .modal-content .form-hash{
        top: 330px!important;
    }
    #register-form-modal .modal-content p.form-hash {
        top: 330px!important;
    }
}
#register-form-modal .box,
#enquiry-modal .box {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 5px;
}
@media(max-width:767.98px){
    #enquiry-modal .modal-content .form-hash{
        top: 380px!important;
    }
    #register-form-modal .modal-content p.form-hash {
        top: 380px!important;
    }
    #register-form-modal .box,
    #enquiry-modal .box {
        right: 5px;
        top: 5px;
        z-index: 99;
    }
}
#enquiry-modal .box .btn-close{
    z-index: 10;
}
#register-form-modal .btn-close{
    z-index: 10;
}
#enquiry-modal .modal,
#register-form-modal .modal{
    z-index: 1050;
}
/********************************************
   Innerpage Banner 
*********************************************/
#innerpage-banner {
  overflow: hidden;
  padding-bottom: var(--spacing-8);
  background-size: cover;
  height: 220px;
  width: 100%;
  position: relative;
}
#innerpage-banner .slide-cover {
  padding: var(--spacing-24) 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
#innerpage-banner .content-box {
  position: relative;
  /*overflow: hidden;*/
  text-align: left;
}
#innerpage-banner .content-box h1 {
  text-align: center;
  margin: 0;
  text-align: center;
  font-family: var(--font-title);
  font-size: var(--heading-1);
  font-weight: var(--font-bold);
  color: var(--white-clr);
  line-height: var(--spacing-64);
  text-shadow: -1px 3px 4px #343434!important;
}
#innerpage-banner .content-box h1 span {
  color: var(--primary-clr-500);
  line-height: var(--spacing-64);
  text-shadow: -1px 3px 4px #343434!important;
}
#innerpage-banner .content-box h2 {
  color: var(--white-clr);
  font-size: var(--heading-4);
  text-align: center;
  line-height: var(--lh-4);
  margin-top: var(--spacing-16);
}
@media (min-width: 576px) {
  /*#innerpage-banner {*/
  /*  height: 350px;*/
  /*}*/
  /*#innerpage-banner .content-box h1 {*/
  /*  font-size: var(--heading-1);*/
  /*  line-height: var(--spacing-64);*/
  /*}*/
}
@media (min-width: 767.98px) {
  #innerpage-banner {
    height: calc(560px - 50px);
  }
}

/*******************************************************************
    Course/Workshop Details Page 
********************************************************************/

/************************
   Course Duration Sec 
*************************/
#course-duration {
  position: relative;
  /*background: linear-gradient(180deg, #ffffff 30.98%, #f0f0f0 100%);*/
  /*padding-bottom: var(--spacing-80);*/
}
#course-duration .counter-outer-blk {
  background: var(--white-clr);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: -70px;
  border-radius: var(--border-20);
}
@media (max-width: 768px) {
  #course-duration .counter-outer-blk {
    margin-top: -24px;
  }
}
#course-duration .counter-outer-blk .counter-title {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-semibold);
  font-size: var(--font-medium);
  line-height: var(--lh-content-md);
  text-align: center;
  text-transform: uppercase;
  color: var(--txt-clr);
}
#course-duration .counter-outer-blk .course-durection-time {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-4);
  line-height: var(--lh-4);
  text-align: center;
  color: var(--txt-clr);
  text-align: center;
  margin: auto;
  display: block;
}
#course-duration .counter-outer-blk .counter_content {
  padding: var(--spacing-32) var(--spacing-20);
}
@media (max-width: 768px) {
  #course-duration .counter-outer-blk .counter_content {
    padding: var(--spacing-16) 0;
  }
}
/*#course-duration .col-lg-3 {*/
/*  border-left: 1px solid var(--tertiary-clr-200);*/
/*}*/
/*#course-duration .col-lg-3:first-child {*/
/*  border-left: 0;*/
/*}*/
#course-duration .cta-fill-btn {
  margin: auto;
  display: block;
  position: relative;
  margin-top: -20px;
  
  box-shadow: var(--shadow-md);
  border-radius: 50px;
  /*margin-top: var(--spacing-24);*/
  font-family: var(--font-content);
  position: relative;
  font-weight: var(--font-bold);
  font-size: var(--content-md);
  width: -moz-fit-content;
  width: fit-content;
  line-height: var(--lh-content-md);
  padding: var(--spacing-8) var(--spacing-40);
  align-items: center;
  color: var(--white-clr);
  background-color: var(--primary-clr-500);
  transition: all 0.2s ease;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--primary-clr-500);
}
#course-duration .cta-fill-btn:hover {
  background: var(--white-clr);
  box-shadow: none;
  color: var(--primary-clr-500);
  border: 1px solid var(--primary-clr-500);
}
@media (max-width: 568px) {
  #course-duration .cta-fill-btn {
    margin-top: -11px;
  }
}
#course-duration h3 {
  text-align: center;
  font-weight: var(--font-bold);
  font-size: var(--heading-3);
  line-height: var(--lh-3);
  margin-top: var(--spacing-48);
}
#course-duration p {
  text-align: center;
  font-size: var(--content);
  line-height: var(--lh-content);
  margin-bottom: 0;
}
/*************************
   Course Eligibility Sec
**************************/
#course-eligibility {
  position: relative;
  background-image: linear-gradient(180deg, #f5f5f5 87%, #fff 100%);
  padding: var(--spacing-80) 0 0;
}
#course-eligibility .course-tab {
  background-color: var(--white-clr);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--border-8);
  padding: var(--spacing-4) var(--spacing-32);
  transition: all 0.2s linear;
  margin: 0 auto var(--spacing-32);
  box-shadow: none;
}
#course-eligibility .course-tab h5 {
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  font-weight: var(--font-bold);
  margin: 0;
}
#course-eligibility .course-tab h4 {
  font-family: var(--font-content);
  font-size: var(--heading-5);
  line-height: var(--lh-5);
  /*font-weight: var(--font-bold);*/
  margin: 10px auto;
  text-align:center;
}
#course-eligibility .course-tab:hover {
  /*background: var(--primary-clr-500);*/
  box-shadow: var(--shadow-lg);
  color: var(--white-clr);
  padding: var(--spacing-4) var(--spacing-48);
  transition: all 0.4s linear;
  box-shadow: var(--shadow-sm);
}
#course-eligibility .course-tab:hover p, 
#course-eligibility .course-tab:hover h4, 
#course-eligibility .course-tab:hover h5 {
  color: var(--primary-clr-500);
  font-size:calc(var(--heading-5) + 2px);
  transition: all 0.4s;
}
#course-eligibility .course-tab p {
  color: var(--txt-clr);
  margin: 0;
  font-size: var(--content);
  text-align: center;
  font-weight: var(--font-bold);
  line-height: var(--lh-content);
}
#course-eligibility .flex-box {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
}
#course-eligibility .flex-box .item {
  margin: 0 var(--spacing-16);
}
@media (min-width: 768px) {
  #course-eligibility .flex-box .item .course-tab{
    width:100%;
  }
}

/************************* 
    Syllabus Timeline Sec 
**************************/


#syllabus-timeline {
    background: linear-gradient(180deg, #fffcf9 40%, #fff0e5 100%);
    padding: 80px 0;
}
#syllabus-timeline .syl-bg-box {
    position: relative;
    overflow: hidden;
}
#syllabus-timeline li::before {
    content: "\f111";
    float: left;
    margin-left: -25px;
    margin-right: 13px;
    font-family: "FontAwesome";
    margin-top: 0;
    color: var(--txt-clr);
    font-size: 10px;
    right: -50px;
}
#syllabus-timeline p {
    text-align:center;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
#syllabus-timeline .courses-syllabus {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
    margin-top:var(--spacing-80);
}
#syllabus-timeline .courses-syllabus ul {
  list-style: none;
      padding: 0 14px 0;
}
#syllabus-timeline .courses-syllabus li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: var(--spacing-4);
    margin-left: var(--spacing-20);
    padding: 0px 0px 5px 0;
    text-align: left;
    font-weight: var(--font-regular);
    font-family: var(--font-content);
    line-height: var(--lh-content-sm);
}

#syllabus-timeline .courses-syllabus li:before {
    /*content: "\f061";*/
    /*font-family: FontAwesome;*/
    display: inline-block;
    margin-left: calc(var(--icon-space)* -2.5);
    width: var(--icon-space);
    margin-top: 2px;
    font-size: 8px;
     font-family: "Font Awesome 5 Free"; 
     font-weight: 900; 
     /*content: "\f007";*/
}
#syllabus-timeline .courses-syllabus li.boldTitle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: var(--spacing-4);
    margin-left: var(--spacing-20);
    padding: 0px 0px 5px 0;
    text-align: left;
    font-weight: var(--font-regular);
    font-family: var(--font-content);
    line-height: var(--lh-content-sm);
    
}
#syllabus-timeline .courses-syllabus li.boldTitle:before {
    content: "\f111";
    display: flex;
    flex-direction: row;
    padding: 0px 0px 5px 0;
    text-align: left;
    font-weight: var(--font-regular);
    font-family: var(--font-content);
    line-height: var(--lh-content-sm);
    flex-wrap: wrap;
    font-size: 8px;
     font-family: "Font Awesome 5 Free"; 
     font-weight: 900; 
}

#syllabus-timeline .courses-syllabus ul.subpoints li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space)* -1);
    width: var(--icon-space);
    margin-top: 2px;
    font-size: 12px;
}
#syllabus-timeline .courses-syllabus::after {
    content: '';
    position: absolute;
    width: 3px;
    background: linear-gradient(180deg, rgba(245, 134, 52, 0) 0%, #999999 31.56%, #999999 72.19%, rgba(245, 134, 52, 0) 100%);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
#syllabus-timeline .courses-syllabus .container-box {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}
#syllabus-timeline .courses-syllabus .container-box.left {
    left: 0;
}
#syllabus-timeline .courses-syllabus .container-box.right {
    left: 50%;
}
#syllabus-timeline .courses-syllabus .container-box::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #f58634;
    border: 2px solid #f58634;
    border-radius: 16px;
    z-index: 1;
}
#syllabus-timeline .courses-syllabus .container-box.right::after {
    left: -8px;
}
#syllabus-timeline .courses-syllabus .container-box::before {
    content: '';
    position: absolute;
    width: 75px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #999999;
    z-index: 0;
}
#syllabus-timeline .courses-syllabus .container-box.right::before {
    left: 8px;
}
#syllabus-timeline .courses-syllabus .container-box .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006E51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 0;
}
#syllabus-timeline .courses-syllabus .container-box.left .date {
    right: -75px;
}
#syllabus-timeline .courses-syllabus .container-box.right .date {
    left: -75px;
}
#syllabus-timeline .courses-syllabus .container-box .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #F6D155;
    border: 2px solid #006E51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006E51;
    z-index: 1;
}
#syllabus-timeline .courses-syllabus .container-box .syllabus-weeks {
    margin: 0 0 20px 0;
    font-size: 30px !important;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: var(--font-bold);
    line-height: var(--lh-4);
    color: var(--txt-clr);
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#syllabus-timeline .courses-syllabus .container-box .syllabus-weeks-title{
   font-size: 24px!important;
   font-family: var(--font-title);
    font-style: normal;
    font-weight: var(--font-bold);
    line-height: 28px!important;
    color: var(--primary-clr-500) !important;
}
#syllabus-timeline .courses-syllabus .container-box.left .icon {
    right: 56px;
}
#syllabus-timeline .courses-syllabus .container-box.right .icon {
    left: 56px;
}
#syllabus-timeline .courses-syllabus .container-box .content {
    padding: 20px 30px;
    background: #FFF;
    position: relative;
    border-radius: 30px;
    box-shadow: var(--shadow-sm);
    width: 90%;
}
#syllabus-timeline .courses-syllabus .container-box.right .content {
    padding: 30px 30px 30px 30px;
    border-radius: 30px;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
    margin-left:52px;
}
#syllabus-timeline .courses-syllabus .container-box .content h2 {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: var(--font-bold);
    font-size: 32px!important;
    line-height: var(--lh-6);
    color: var(--txt-clr);
    position: absolute;
    bottom: 100%;
    left: 30px;
}
#syllabus-timeline .courses-syllabus .container-box .content p {
    margin: 0 0 10px;
    font-size: var(--content);
    line-height: var(--lh-content);
    color: #000000;
    text-align:left;
    /*font-weight:bold;*/
}
@media (max-width: 767.98px) {
    #syllabus-timeline .syl-bg-box {
        padding: 16px 16px 16px 16px;
    }
    #syllabus-timeline .courses-syllabus .container-box .content {
        width: 100%;
    }
    #syllabus-timeline .courses-syllabus::after {
        left: 30px;
    }
    #syllabus-timeline .courses-syllabus .container-box {
        width: 100%;
        padding-left: 70px;
        padding-right: 0px;
    }
    #syllabus-timeline .courses-syllabus .container-box.right {
        left: 0%;
    }
    #syllabus-timeline .courses-syllabus .container-box.left::after,
    #syllabus-timeline .courses-syllabus .container-box.right::after {
        left: 22px;
    }
    #syllabus-timeline .courses-syllabus .container-box.left::before,
    #syllabus-timeline .courses-syllabus .container-box.right::before {
        left: 30px;
        border-color: transparent #a1a1a1 transparent transparent;
    }
    #syllabus-timeline .courses-syllabus .container-box.left .date,
    #syllabus-timeline .courses-syllabus .container-box.right .date {
        right: auto;
        left: 15px;
    }
    #syllabus-timeline .courses-syllabus .container-box.left .icon,
    #syllabus-timeline .courses-syllabus .container-box.right .icon {
        right: auto;
        left: 146px;
    }
    #syllabus-timeline .courses-syllabus .container-box.left .content,
    #syllabus-timeline .courses-syllabus .container-box.right .content {
        padding: 20px;
        border-radius: 30px;
        margin-left:0px;
        margin-bottom:50px;
    }
}
/********************
   Our Mentors Sec
********************/
#mentorsec {
  position: relative;
  overflow: hidden;
  padding: var(--spacing-80) 0;
}
#mentorsec .col-10 {
  margin-bottom: var(--spacing-32);
}
#mentorsec .m-cards {
  align-items: center;
  padding: 20px 25px 10px;
  background: var(--white-clr);
  border-radius: var(--border-20);
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1450980392);
  z-index: 999;
  width: 100%;
  height: 100%;
  /*min-height:570px;*/
  margin: 20px auto;
  display: block;
  transition: all 2s;
}
#mentorsec .m-cards div.hovered::before {
  transform: scale(3);
}
/*#mentorsec .m-cards div.hovered img {*/
/*  filter: grayscale(0);*/
/*}*/
#mentorsec .m-cards:hover div:nth-child(1)::before {
  transform: scale(3);
}
#mentorsec .m-cards:hover div img {
  /*filter: grayscale(0);*/
}
#mentorsec .m-cards div:first-child {
  position: relative;
  overflow: hidden;
}
#mentorsec .m-cards div:first-child::before {
  position: absolute;
  width: 160px;
  height: 160px;
  content: "";
  transition: all 0.5s linear;
  left: 0;
  left: 0;
  background: var(--gradient-clr-mentor-hover) !important;
  top: 15px;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
#mentorsec .m-cards .position-box {
    width: 97%;
    height: 100%;
    max-height:250px;
    overflow: hidden;
    position: relative;
    border-radius: 90px;
}
#mentorsec .m-cards .position-box p {
    font-size: 215px!important;
    position: absolute;
    z-index: 999;
    font-weight: 700;
    right: -22px;
    top: 47px;
    color: #fff;
    z-index: 1;
}
#mentorsec .m-cards p.mentor-details{
  line-height: 22px;
  color: var(--txt-clr);
  font-size: var(--content-md);
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}
#mentorsec .m-cards h5.innerpage-name {
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-size: var(--content-md);
  margin-top: var(--spacing-12);
  margin-bottom: 0;
}
#mentorsec .m-cards p.mentor-designation {
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: 16px;
  margin: var(--spacing-4);
  font-weight: var(--font-normal);
  min-height:52px;
}
#mentorsec .m-cards .position-box img{
    position: relative;
    z-index:10;
    width:auto;
    height:100%;
    min-height:250px;
}
#mentorsec .m-cards div img {
  margin: auto;
  display: block;
  padding-top: var(--spacing-12);
  /*filter: grayscale(1);*/
  width: 100%;
    max-width: 250px;
    height: 250px;  
    z-index: 99;
    position: relative;
}
#mentorsec .m-cards div:nth-child(1) {
  background-image: var(--gradient-clr-mentor);
  border-radius: var(--border-16) var(--border-16) 0 0;
  margin: auto;
  display: block;
  transition: all 5s ease;
}
#mentorsec .m-cards h5 {
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  text-align: center;
  margin-top: var(--spacing-12);
  margin-bottom: 0;
}
#mentorsec .m-cards .subtitle {
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: var(--content);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
  height:100%;
  min-height:54px;
}
.inner-page-mentor {
  background: var(--gradient-clr);
}
.max-width-card {
  max-width: 100% !important;
  position: relative;
  z-index: 999;
}
.max-width-card .hovered {
  overflow: hidden;
  position: relative;
  border-radius: var(--border-20) !important;
}
.max-width-card .hovered::before {
  content: "#";
  font-size: 400px;
  color: var(--white-clr);
  font-weight: 600;
  right: -60px;
  z-index: 999;
  top: 0;
  position: absolute;
}
.max-width-card .hovered img {
  position: relative;
  z-index: 999;
}
.mentor-shape-img {
  position: absolute;
  right: -60px;
  top: 10%;
  max-width: 200px;
}
@media (max-width: 768px) {
  /*#mentorsec .m-cards {*/
  /*    min-height:670px;*/
  /*  }*/
  .mentor-shape-img {
    max-width: 100px;
  }
}

/******************************** 
   course page Our Mentors Section
*********************************/
.mentor-carousel .owl-stage-outer {
  display: flex!important;
  align-items: center!important;
  flex-direction:column!important;
}
.mentor-carousel .owl-stage {
  display: flex;
  /*align-items: center;*/
}
.owl-carousel .caption {
  text-align: center;
}
/******************************** 
   course page Our Mentors Section
*********************************/
#mentorsec .inner-page-mentor .mentor-carousel .owl-stage {
  display: flex;
  align-items: center;
}
#mentorsec .inner-page-mentor .mentor-carousel .caption {
  text-align: center;
}
/*************
    CAREERS
*************/
/*.inner-pages-middle-conten .cta-fill-btn {*/
/*    position: relative;*/
/*    left: 37%;*/
/*}*/
/******************
   Why Sec
*******************/
#why {
  position: relative;
}
#why .title {
  margin-bottom: var(--spacing-40);
}
#why .why_choose_img {
  width: 90%;
  background: var(--white-clr);
  box-shadow: var(--shadow-sm);
  border-radius: 30px;
  margin: auto;
  display: block;
  /*padding: 0 var(--spacing-56);*/
  overflow: hidden;
}
#why .why_choose_img img {
  width: 100%;
}
#why p {
  font-size: var(--content);
  line-height: var(--lh-content);
  color:var(--txt-clr);
}
#why p::first-letter {
  font-weight: var(--font-bolder);
}
#why .row {
  margin-bottom: var(--spacing-48);
}
#why .row .col-lg-6 {
  margin: auto;
  display: block;
}
#why .row .content-box {
  margin-top: var(--spacing-16);
}
#why h4 {
  font-size: var(--heading-5);
  line-height: var(--lh-5);
  text-align: center;
  font-weight: var(--font-bold);
  color: var(--primary-clr-500);
  margin-bottom: var(--spacing-16);
}
#why ul {
  margin: 0px;
  padding: 0px;
}
#why li {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-4);
  line-height: var(--lh-5);
  color: var(--txt-clr);
  position: relative;
  list-style: none;
  padding: var(--spacing-12) var(--spacing-32);
}
@media (max-width: 768px) {
  #why li {
    margin-left: 25px;
    padding: var(--spacing-4) var(--spacing-32);
  }
}
#why li::before {
  background: url(../img/liststyle.svg) top left no-repeat;
  content: "";
  height: 38px;
  width: 40px;
  position: absolute;
  left: -20px;
  top: 30px;
}
@media (max-width: 768px) {
  #why li::before {
    left: -29px;
    top: 12px;
  }
}
/*************************
   Webinar Recording Sec
**************************/
#webinar-recording {
  padding: var(--spacing-80) 0;
  position: relative;
  overflow:hidden;
}
#webinar-recording .webinar-outer-bk {
  background: var(--white-clr);
  padding: var(--spacing-16);
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: var(--shadow-sm);
  margin: auto;
  display: block;
  border-radius: var(--border-20);
}
#webinar-recording .webinar-outer-bk .resize {
  height: 400px;
  border-radius: 10px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #webinar-recording .webinar-outer-bk .resize {
    height: 400px;
    width: 700px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #webinar-recording .webinar-outer-bk .resize {
    height: 300px;
    width: 500px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  #webinar-recording .webinar-outer-bk .resize {
    height: 270px;
    width: 500px;
  }
}
@media (max-width: 567px) {
  #webinar-recording .webinar-outer-bk .resize {
    height: 200px;
    width: 300px;
  }
}
#webinar-recording iframe {
    max-width: 800px; 
    max-height: 400px;
    object-fit: cover;
    border-radius: 5px;
}
/****************************
   Successstory Stories Sec
*****************************/
#Successstory {
  position: relative;
  background-image: var(--gradient-clr);
  padding: var(--spacing-80) 0;
}
#Successstory .subtitle {
    text-align: center;
}
#Successstory .success-story {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
}
#Successstory .success-story img {
  border-radius: var(--border-90);
  max-height: 500px;
  margin: auto;
  display: block;
}
@media (max-width: 567px) {
  #Successstory .success-story img {
    max-height: 300px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #Successstory .success-story img {
    max-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #Successstory .success-story img {
    max-height: 400px;
  }
}
#Successstory .success-story .bg-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--primary-clr-500);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
#Successstory .features-video-container {
  position: relative;
  /*width: -moz-max-content;*/
  width: max-content;
  height: 450px;
  margin: var(--spacing-24) auto;
  display: block;
}
@media (max-width: 568px) {
  #Successstory .features-video-container {
    height: 300px;
    margin: var(--spacing-12) auto;
  }
  #Successstory .features-video-container.bg-none-mobile {
    height: auto;
    /*background: var(--white-clr);*/
    /*padding: var(--spacing-16);*/
    /*width: -moz-fit-content;*/
    /*width: fit-content;*/
    width: 100%;
    /*box-shadow: var(--shadow-sm);*/
    /*margin: auto;*/
    /*display: block;*/
    /*border-radius: var(--border-20);*/
  }
  #Successstory .features-video-container.bg-none-mobile .bg-line, 
  #Successstory .features-video-container.bg-none-mobile p{
      display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Successstory .features-video-container {
    height: 400px;
  }
}
#Successstory .features-video-container .bg-box {
  background: linear-gradient(180deg, #ffa664 0%, rgba(255, 219, 201, 0) 100%);
  width: 97%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 90px;   /*width: 100%;*/
}
#Successstory .features-video-container .bg-box p {
  font-size: 320px !important;
  position: absolute;
  z-index: 999;
  font-weight: 600;
  right:0;
  top: 70px;
  color: #fff;
}
#Successstory .features-video-container img {
  max-width: 450px;
  margin: auto;
  z-index: 999;
  display: block;
  margin-top: 35px;
  position: relative;
}
@media (max-width: 568px) {
  #Successstory .features-video-container img {
    max-width: 300px;overflow: hidden;
  }
  /*#Successstory .features-video-container .bg-box {*/
  /*  background: transparent;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  overflow: inherit;*/
  /*}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Successstory .features-video-container img {
    max-width: 400px;
  }
}
#Successstory .features-video-container .bg-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--txt-clr);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
#Successstory h3 {
  font-weight: var(--font-bold);
  margin: 0;
  text-align: left;
}
#Successstory h4 {
  font-weight: var(--font-bold);
  text-align: left;
  font-family: var(--font-title);
}
#Successstory p {
  text-align: justify;
  font-size: var(--content-md);
  line-height: 28px;
}
#Successstory .Success-story-carousel {
  margin-top: var(--spacing-40);
}
#Successstory .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  display: block;
  border-radius: 30px;
}
#Successstory .owl-theme .owl-dots .owl-dot.active span,
#Successstory .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-clr-500);
}
#Successstory .mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
#Successstory .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
#Successstory .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
#Successstory .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
#Successstory .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
#Successstory .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#Successstory .video-iframe {
    width: 550px; 
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
    border: none; /* Remove default iframe border */
    border-radius: 8px; /* Optional: add rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: add shadow */
}
#Successstory .features-video-container iframe {
            max-width: 450px;
            margin: auto;
            z-index: 999;
            display: block;
            margin-top: 35px;
            position: relative;
        }
#Successstory .Success-story-carousel.owl-theme .owl-nav [class*=owl-]{
    /*position: absolute;*/
    width: 50px!important;
    line-height: 42px;
    height: 50px !important;
    box-shadow: var(--shadow-sm);
    font-weight: var(--font-regular);
    margin: 0 1rem;
    border-radius: var(--border-rouded);
    text-align: center;
    background: var(--white-clr);
    color: var(--txt-clr) !important;
    font-size: 42px;
    z-index:99 !important;
}
#Successstory .Success-story-carousel.owl-theme .owl-nav [class*=owl-] span{
    display: inline-block !important;
    height:50px!important;
}

/***************************
   Additional Benefits Sec
****************************/
#benefits {
  position: relative;
  padding: var(--spacing-80) 0;
  max-width: 1920px;
  margin: auto;
  display: block;
}
#benefits .certificate-img {
  padding: 15px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0;
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 567px) and (max-width: 768px) {
  #benefits .certificate-img {
    max-width: 400px;
    margin: auto;
    display: block;
  }
}
@media (max-width: 567px) {
  #benefits .certificate-img {
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
#benefits .intro-video {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
}
#benefits .intro-video video {
  border-radius: var(--border-90);
  max-height: 500px;
  margin: auto;
  display: block;
}
#benefits .intro-video .bg-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--primary-clr-500);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
#benefits .additional {
  display: flex;
  align-items: center;
  padding: 18px 0;
  position: relative;
  overflow: hidden;
  /*border-bottom: 2px solid var(--tertiary-clr-100);*/
}
#benefits .additional::before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    width: 100%;
    display: block;
}

#benefits .additional:nth-last-child(1)::before {
  background: transparent;
  border-bottom: 0;
}
#benefits .additional .icons {
  margin-right: var(--spacing-32);
  position: relative;
}
#benefits .additional .icons img {
  width: 52px;
  height: 52px;
}
#benefits .additional .icons::before {
  border-radius: 10px;
  position: absolute;
  width: 46px;
  height: 46px;
  content: "";
  right: 0;
  bottom: 0px;
  z-index: -1;
}
/*#benefits .additional .ico-1::before {
  background: #ffe2ab;
}
#benefits .additional .ico-2::before {
  background: #c9e9ff;
}
#benefits .additional .ico-3::before {
  background: #fffcb6;
}
#benefits .additional .ico-4::before {
  background: #b7dec2;
}*/
#benefits .additional h3 {
  font-size: var(--heading-4);
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  line-height: var(--lh-4);
  margin: 0;
  color: var(--txt-clr);
}
#benefits .additional h4 {
  font-size: 168%;
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  line-height: var(--lh-6);
  margin: 0;
  color: var(--txt-clr);
}
#benefits .additional p {
  font-size: var(--content);
  font-family: var(--font-content);
  font-weight: var(--font-regular);
  line-height: var(--lh-content);
  color: var(--title-clr);
  width: 80%;
}
@media (max-width: 567.98px) {
  #benefits .intro-video video {
    max-height: 300px;
  }
  #benefits .additional .icons {
    margin-right: var(--spacing-16);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #benefits .intro-video video {
    max-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #benefits .intro-video video {
    max-height: 400px;
  }
}
@media (max-width: 1199px) {
  #benefits .additional p {
    width: 100%;
  }
}
/**********************
   Testimonials Sec
***********************/
#testimonialsec {
  background: linear-gradient(180deg, #fffbf8 0%, #ffebdd 100%);
  padding: var(--spacing-40) 0 var(--spacing-80) 0;
  position: relative;
  overflow: hidden;
}
#testimonialsec .col-10 {
  margin-bottom: var(--spacing-24);
}
#testimonialsec .content-box {
  background: var(--white-clr);
  box-shadow: var(--shadow-sm);
  padding-top: 0 !important;
  margin: auto;
  /*display: block;*/
  border-radius: var(--border-20);
  max-width: 320px;
  /*max-width: 305px; */
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#testimonialsec .content-box .test-video {
  /*height: 275px;*/
  width: 100%;
  padding-top: var(--spacing-40);
  padding-bottom: var(--spacing-20);
}
#testimonialsec .content-box hr {
  margin: 0;
  border: 1px solid var(--tertiary-clr-100);
  opacity: 1;
  width: 100%;
}
#testimonialsec .content-box .star {
  color: #FFE453;
  text-align: center;
  margin: var(--spacing-16) auto;
  display: 0;
}
#testimonialsec .content-box .test-image {
  width: 50px!important;
  height: 50px!important;
}
#testimonialsec .content-box .test-txt {
  padding: var(--spacing-16);
  text-align: center;
}
#testimonialsec .content-box .test-txt img, #testimonialsec .content-box iframe{
    max-width: 100%;
    height: auto;
}
#testimonialsec .content-box .flex-box {
  display: flex;
  align-items: center;
  padding: var(--spacing-16);
}
#testimonialsec .content-box .flex-box h6 {
  margin-left: var(--spacing-16);
  font-weight: var(--font-bold);
  font-size: var(--content-md);
  line-height: var(--shadow-md);
  margin-bottom: 0;
  text-transform:capitalize;
  text-align: center;
}
#testimonialsec .content-box .txt-box {
  padding: var(--spacing-16);
}
#testimonialsec .content-box .txt-box p {
  margin: 0;
}
#testimonialsec .row .col-lg-4:nth-child(odd) {
  margin-top: var(--spacing-56);
}

.read-more,
.read-less {
    background-color: white; /* Set background color to white */
    color: orange; /* Set text color to orange */
    padding: 8px 16px;
    margin-top: 10px;
    cursor: pointer;
}
.btn-container {
  text-align: center;
}
#toggle {
  position: relative;
  color: orange; /* Text color set to orange */
  border: none;
  padding: 5px; /* Added extra padding for the arrow */
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 0px;
  text-decoration: none; /* Add underline to the text */
  border-bottom:1px solid orange;
  font-weight:var(--font-semibold);
}
#toggle:hover {
  color: var(--secondary-clr-500); /* Text color set to orange */
  border-bottom:1px solid var(--secondary-clr-500);
}
#toggle::after {
content: "\f078";
flex: 0 1 auto;
margin-left: 5px;
position: relative;
z-index: 0;
opacity: 0.8;
font-family: "FontAwesome";
}

.resize-test_video {
   
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}
@media(max-width:768px){
    .resize-test_video {
        width: 320px;
        height: 250px;
        object-fit: cover;
        border-radius: 5px;
    }
}
/***************
   FAQ Sec
***************/

#faq {
  padding: var(--spacing-80) 0;
}
#faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
#faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
#faq .accordion-item:first-of-type {
  border: 0;
}
#faq .accordion-item {
  border: 0;
}
#faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
#faq .accordion-button {
  font-family: var(--font-content);
  font-size: var(--content-md);
  line-height: var(--lh-5);
  color: var(--txt-clr);
  font-weight: var(--font-bold);
}
#faq .accordion-button:not(.collapsed) {
  color: var(--txt-clr);
}
#faq :focus-visible {
  outline: 0px;
}
#faq .accordion-button:focus {
  border: 0px transparent;
  box-shadow: none;
}
#faq p.answer {
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  color: var(--txt-clr);
  font-weight: var(--font-bold);
  padding: var(--bs-accordion-btn-padding-x);
  padding-top: 0;
  margin: -12px 0 0;
}
#faq .accordion-item {
  border: 0;
  border-radius:0;
  border-bottom: 1px solid var(--txt-clr);
  margin-bottom: 0;
}
#faq .accordion-item:first-of-type {
  border-bottom: 1px solid var(--txt-clr);
}
#faq .accordion-item:last-child {
  border-bottom: 0px solid transparent;
}
#faq .accordion-button::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  border: 2px solid #000;
  border-radius: 50%;
}
#faq .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/************************
   Workshop Section
*************************/
#workshop {
  padding: var(--spacing-80) 0 0;
  background: linear-gradient(0deg, #fff 43.75%, #e9e9e9 100%);
}
#workshop #workshop-white-outer-blk {
   padding:0 0 var(--spacing-128) 0 ;
  background: linear-gradient(174deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.5) 100%);
  /*background-image: var(--gradient-clr);*/
}
#workshop-white-outer-blk .association-img {
    width: 100%;
    margin: var(--spacing-16) auto;
    max-width: 250px;
}

#workshop-white-outer-blk h3 {
    font-size: var(--heading-6);
    line-height: var(--heading-6);
    font-family: var(--font-content);
    font-weight: bold;
}
#workshop .seminar-timetable-blk {
  position: relative;
  padding: var(--spacing-20) 0;
  border-radius: var(--border-20);
  background: var(--white-clr);
  /*height: 100%;*/
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1450980392);
}
@media (min-width: 992px) {
  #workshop .seminar-timetable-blk {
    max-width: 95%;
    margin: auto;
    position: relative;
  }
}
#workshop .web-schedule p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: var(--lh-content);
  text-align: center;
  color: var(--secondary-clr-400);
  margin-bottom:0px;
}
#workshop .web-date p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-semibold);
  font-size: var(--heading-4);
  line-height: var(--lh-5);
  text-align: center;
  color: var(--primary-clr-500);
  margin-bottom:0px;
}
#workshop p.card-title {
    font-family: var(--font-title);
    font-size: var(--heading-4);
    color: var(--primary-clr-500);
    font-weight: bold;
}
#workshop .details {
  margin: auto;
  position: relative;
  margin-top: -70px;
}
@media (max-width: 768px) {
    #workshop {
      padding: var(--spacing-48) 0 0;
      /*background: linear-gradient(180deg, #fff 43.75%, #e9e9e9 100%);*/
    }
  #workshop .details {
    margin-top: 0px;
  }
  #workshop .web-date p {
      font-family: var(--font-content);
      font-style: normal;
      font-weight: var(--font-semibold);
      font-size: var(--heading-5);
      line-height: var(--lh-5);
      text-align: center;
      color: var(--primary-clr-500);
      margin-bottom:0px;
    }
}
#workshop .association-img {
  width: auto;
  margin: var(--spacing-16) auto;
}
#workshop #workshop-white-outer-shadow {
  background: var(--white-clr);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: var(--border-32);
  padding: var(--spacing-32);
}
#workshop #workshop-white-outer-shadow .tag-icon {
    /* width: 100%; */
    min-width: 57px!important;
    min-height: 57px!important;
    /* border-radius: 10px; */
    justify-content: center;
    /* align-items: center; */
    margin-right: var(--spacing-24);
    /* display: flex; */
    border-radius: 10px;
    background: linear-gradient(135deg, #feca5e 41.51%, #f68b37 100%);
    box-shadow: 1px 6px 8px 0px rgba(0, 0, 0, 0.15);
    position:relative;
}
#workshop #workshop-white-outer-shadow .tag-icon img{
    padding: 5px 0;
    margin: 0 auto;
    display: block;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
#workshop .w-max-100 {
  width: 100% !important;
  display: block;
}
#workshop .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-16);
}
#workshop  h3 {
  font-size: var(--heading-6);
  line-height: var(--heading-6);
  font-family: var(--font-content);
  font-weight: bold;
}
#workshop .text-weight-semibold {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
#workshop .feature-items {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-16);
  border-bottom: 3px solid var(--txt-clr);
  -o-border-image: linear-gradient(0.25turn, rgba(217, 217, 217, 0), rgb(187, 187, 187), rgba(217, 217, 217, 0));
  border-image: linear-gradient(0.25turn, rgba(217, 217, 217, 0), rgb(187, 187, 187), rgba(217, 217, 217, 0));
  border-image-slice: 1;
  padding-bottom: 18px;
}
#workshop .feature-items.last {
  background: transparent;
  border-bottom: 0px solid transparent!important;
  -o-border-image: none;
  border-image: none;
}
#workshop .feature-items h3 {
  font-size: var(--heading-5);
  font-family: var(--font-title);
  font-weight: var(--font-semibold);
  line-height: var(--lh-5);
  color: var(--title-clr);
}
/*#workshop .cta-fill-btn {*/
/*    background: linear-gradient(90deg, #ffd464 0%, #f58634 100%);*/
/*    box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.25);*/
/*    border-radius: var(--border-12);*/
/*    font-family: var(--font-content);*/
/*    position: relative;*/
/*    font-weight: var(--font-bold);*/
/*    font-size: var(--content-md);*/
/*    width: fit-content;*/
/*    line-height: var(--lh-content-md);*/
/*    padding: 6px var(--spacing-48);*/
/*    align-items: center;*/
/*    color: var(--white-clr);*/
/*    background-size: 400% 400%;*/
/*    animation: gradient 5s ease infinite;*/
/*}*/
/*#workshop .cta-fill-btn:hover {*/
/*    background: linear-gradient(90deg, #f58634 0%, #ffd464 100%);*/
/*}*/
/*@media (max-width: 568px) {*/
/*    #workshop .cta-fill-btn{*/
/*        font-size: var(--content-md);*/
/*        line-height: var(--lh-content-md);*/
/*    }*/
/*}*/


/************************
   Food Marketing Sec
*************************/
#foodmarketing {padding: var(--spacing-128) 0;position: relative;}
#foodmarketing #Existing {background: transparent !important;padding: 0 !important;}
#foodmarketing #Existing h4 {color: var(--txt-clr);font-size: var(--content);line-height: var(--lh-content);}
#foodmarketing #Existing .learn-step-blk:hover h4 {  color: var(--white-clr);}
#foodmarketing .bg-shape-img {position: absolute;top: -30px;max-width: 100px;right: 15px;}
#foodmarketing .bg-shape-img1 {position: absolute;top: 50%;max-width: 100px;left: 5%;}
@media (max-width: 768px) {
  #foodmarketing .bg-shape-img {width: 100px;}
}
#Existing .section_heading h2 {
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: var(--spacing-20);
  font-weight: var(--font-bold);
  font-family: var(--font-title);
  color: var(--subtitle-clr);
}
#Existing .section_heading h2 span {
  color: var(--primary-clr-500);
}
#Existing .learn-step-blk {
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  padding: var(--spacing-16) var(--spacing-20);
  margin-bottom: var(--spacing-16);
  display: flex;
  align-items: flex-start;
  align-items: center;
  font-family: var(--font-content);
  font-weight: var(--font-regular);
}
#Existing .learn-step-blk p {
  margin: 0;
}
#Existing .section_heading h1,
#Existing .section_heading h2 {
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: var(--spacing-20);
  font-weight: var(--font-bold);
  font-family: var(--font-title);
  color: var(--subtitle-clr);
}
#Existing .section_heading h1 span,
#Existing .section_heading h2 span {
  color: var(--primary-clr-500);
}
#Existing .learn-step-blk {
  background: var(--white-clr);
  box-shadow: var(--shadow-lg);
  border-radius: var(--border-12);
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
#Existing .learn-step-blk h4 {
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  font-weight: var(--font-bold);
  color: var(--primary-clr-500);
  display: flex;
  font-family: var(--font-content);
  position: relative;
  margin-left: 32px;
}
#Existing .learn-step-blk h4::before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 5px;
  left: -35px;
  background-repeat: no-repeat;
}
#Existing .learn-step-blk:hover {
  background-color: var(--primary-clr-500);
  color: var(--white-clr);
}
#Existing .learn-step-blk:hover h4,
#Existing .learn-step-blk:hover p,
#Existing .learn-step-blk:hover .services-conten {
  color: var(--white-clr);
}
#Existing .learn-step-blk:hover p {
  font-size: var(--font-content);
  line-height: var(--lh-content);
  margin-bottom: 0;
}
#Existing .ol-list {
  width: 20px;
  height: 20px;
  background: var(--primary-clr-500);
  border-radius: var(--border-90);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-12);
  border: 2px solid var(--white-clr);
  box-shadow: var(--shadow-lg);
  margin-right: var(--spacing-12);
  line-height: 20px;
  color: var(--white-clr);
  font-size: var(--content-md);
}
/************************
   Syllabus Option 2nd Sec
*************************/
#syllabus-opt2 {
  background: linear-gradient(180deg, #fffbf8 0%, #ffebdd 100%);
  padding: var(--spacing-80) 0;
  position: relative;
  overflow: hidden;
}
#syllabus-opt2 .timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #02004c !important;
  border: 5px solid #fff;
  z-index: 1;
  z-index: 99;
  transition: background 0.5s ease-in-out;
}
#syllabus-opt2 .main {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: linear-gradient(180deg, rgba(245, 134, 52, 0) 0%, #02004c 31.56%, #ffe453 72.19%, rgba(245, 134, 52, 0) 100%);
}
#syllabus-opt2 .timeline ul {
  padding: 50px 0;
  position: relative;
}
#syllabus-opt2 .timeline ul::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 0px;
  z-index: 99;
  background: linear-gradient(180deg, rgba(245, 134, 52, 0) 0%, #02004c 31.56%, #ffe453 72.19%, rgba(245, 134, 52, 0) 100%);
}
#syllabus-opt2 .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: transparent !important;
}
#syllabus-opt2 .timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 30px 40px;
  border-radius: var(--border-20);
  background: var(--white-clr);
  border: 1px solid #cdcdcd;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  box-shadow:0px 4px 4px 0px rgba(0, 0, 0, 0.3);
}
#syllabus-opt2 .timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  display: none;
  border-style: solid;
}
#syllabus-opt2 .timeline ul li div p {
  color: var(--txt-clr);
  text-align: left;
  margin-bottom: var(--spacing-8);
  position: relative;
  margin-left: 20px;
  font-size: var(--content-sm);
  line-height:var(--lh-content-sm);
}
#syllabus-opt2 .timeline ul li div p::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 8px;
  position: absolute;
  left: -20px;
  color: var(--secondary-clr-500);
}
#syllabus-opt2 .timeline ul li:nth-child(odd) div {
  left: 45px;
  transform: translate3d(200px, 0, 0);
}
#syllabus-opt2 .timeline ul li:nth-child(odd) div::before {
  left: -8px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}
#syllabus-opt2 .timeline ul li:nth-child(even) div {
  left: -439px;
  transform: translate3d(-200px, 0, 0);
}
#syllabus-opt2 .timeline ul li:nth-child(even) div::before {
  right: -11px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}
#syllabus-opt2 .timeline ul li.in-view::after {
  background: var(--white-clr);
}
#syllabus-opt2 .timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
#syllabus-opt2 time {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: rgba(139, 140, 139, 0.4509803922);
  text-fill-color: transparent;
  text-stroke: 2px black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
  -moz-text-fill-color: transparent;
  text-align: start;
  margin-bottom:  var(--spacing-24);
  font-weight: 900;
  text-shadow: -2px -1px 0px #f5821f;
}
#syllabus-opt2 .timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
#syllabus-opt2 .timeline-rhombus ul li::after {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
#syllabus-opt2 .timeline-rhombus ul li div::before {
  bottom: 12px;
}
#syllabus-opt2 .timeline-star ul li::after {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
#syllabus-opt2 .timeline-heptagon ul li::after {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
#syllabus-opt2 .timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}
@media screen and (max-width: 900px) {
  #syllabus-opt2 .timeline ul li div {
    width: 250px;
  }
  #syllabus-opt2 .timeline ul li:nth-child(even) div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  #syllabus-opt2 .timeline ul::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 7px;
    right: auto !important;
    left: 20px !important;
    margin: auto;
    margin-top: 0px;
    z-index: 999;
    background: linear-gradient(180deg, rgba(245, 134, 52, 0) 0%, #02004c 31.56%, #ffe453 72.19%, rgba(245, 134, 52, 0) 100%);
  }
  #syllabus-opt2 .timeline ul li {
    margin-left: 20px;
  }
  #syllabus-opt2 .timeline ul li div {
    width: calc(100vw - 91px);
  }
  #syllabus-opt2 .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  #syllabus-opt2 .timeline ul li:nth-child(even) div::before {
    left: -9px;
    border-width: 8px 16px 8px 0;
    border-color: transparent var(--white-clr) transparent transparent;
  }
}
/*****************************
   One to one : Service Sec
*****************************/
.features-component h3 {
  font-size: var(--heading-3);
  line-height: var(--heading-3);
  font-weight: var(--font-bold);
}
.features-component h3 span {
  color: var(--primary-clr-500);
}
#counselling,
#Existing,
#serviceshightlight,
#cashflow {
  background: linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%);
  position: relative;
  padding: var(--spacing-80) 15px;
}
#counselling .tagline,
#Existing .tagline,
#serviceshightlight .tagline,
#cashflow .tagline {
  text-align: center;
  font-weight: var(--font-bold);
  line-height: var(--lh-3);
  margin-bottom: var(--spacing-40);
  font-size: var(--heading-3);
}
#Existing .tagline, #counselling .tagline{
    line-height: var(--lh-4);
     margin-bottom: var(--spacing-80);
}
#counselling .row,
#Existing .row,
#serviceshightlight .row,
#cashflow .row {
  align-items: center;
}
#counselling .row .col-lg-6,
#Existing .row .col-lg-6,
#serviceshightlight .row .col-lg-6,
#cashflow .row .col-lg-6 {
  margin: auto;
  display: block;
}
#counselling .features-video-container,
#Existing .features-video-container,
#serviceshightlight .features-video-container,
#cashflow .features-video-container {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
  margin-bottom: var(--spacing-24);
}
#counselling .features-video-container img,
#Existing .features-video-container img,
#serviceshightlight .features-video-container img,
#cashflow .features-video-container img {
  border-radius: var(--border-90);
  max-height: 350px;
  position: relative;
  z-index: 99;
  margin: auto;
  display: block;
}
@media (max-width: 567px) {
  #counselling .features-video-container img,
  #Existing .features-video-container img,
  #serviceshightlight .features-video-container img,
  #cashflow .features-video-container img {
    max-height: 280px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #counselling .features-video-container img,
  #Existing .features-video-container img,
  #serviceshightlight .features-video-container img,
  #cashflow .features-video-container img {
    margin: 15px auto;
    max-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #counselling .features-video-container img,
  #Existing .features-video-container img,
  #serviceshightlight .features-video-container img,
  #cashflow .features-video-container img {
    max-height: 400px;
  }
}
#counselling .features-video-container .video-frame-tilted,
#Existing .features-video-container .video-frame-tilted,
#serviceshightlight .features-video-container .video-frame-tilted,
#cashflow .features-video-container .video-frame-tilted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--primary-clr-500);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
#counselling .service-img,
#Existing .service-img,
#serviceshightlight .service-img,
#cashflow .service-img {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
}
#counselling .service-img img,
#Existing .service-img img,
#serviceshightlight .service-img img,
#cashflow .service-img img {
  border-radius: var(--border-90);
  max-height: 500px;
  margin: auto;
  display: block;
}
@media (max-width: 567px) {
  #counselling .service-img img,
  #Existing .service-img img,
  #serviceshightlight .service-img img,
  #cashflow .service-img img {
    max-height: 300px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #counselling .service-img img,
  #Existing .service-img img,
  #serviceshightlight .service-img img,
  #cashflow .service-img img {
    max-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #counselling .service-img img,
  #Existing .service-img img,
  #serviceshightlight .service-img img,
  #cashflow .service-img img {
    max-height: 400px;
  }
}
#counselling .service-img .video-frame-tilted,
#Existing .service-img .video-frame-tilted,
#serviceshightlight .service-img .video-frame-tilted,
#cashflow .service-img .video-frame-tilted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--primary-clr-500);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
/*#counselling p,
#Existing p,
#serviceshightlight p,
#cashflow p {
  text-align: justify;
}*/
#serviceshightlight {
  padding: var(--spacing-80) 0;
}
#serviceshightlight .bg-shape-img {
  margin-top: -123px;
  margin-left: 39px;
  position: relative;
}
@media (max-width: 768px) {
  #serviceshightlight .bg-shape-img {
    margin-top: -70px;
  }
  #serviceshightlight .bg-shape-img img {
    width: 80px;
  }
}
#serviceshightlight .learn-step-blk {
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  padding: var(--spacing-16) var(--spacing-20);
  margin-bottom: var(--spacing-16);
  display: flex;
  align-items: flex-start;
  align-items: center;
  font-family: var(--font-content);
  font-weight: var(--font-regular);
}
#serviceshightlight .learn-step-blk p {
  margin: 0;
}
#serviceshightlight .section_heading h1,
#serviceshightlight .section_heading h2 {
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 0;
  font-weight: var(--font-bold);
  font-family: var(--font-title);
  color: var(--subtitle-clr);
}
#serviceshightlight .section_heading h1 span,
#serviceshightlight .section_heading h2 span {
  color: var(--primary-clr-500);
}
#serviceshightlight .learn-step-blk {
  background: var(--white-clr);
  box-shadow: var(--shadow-sm);
  border-radius: var(--border-12);
}
#serviceshightlight .learn-step-blk h4 {
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  font-weight: var(--font-bold);
  color: var(--primary-clr-500);
  display: flex;
  font-family: var(--font-content);
  position: relative;
  margin-left: 32px;
}
#serviceshightlight .learn-step-blk h4::before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 5px;
  left: -35px;
  background-repeat: no-repeat;
}
#serviceshightlight .learn-step-blk:hover {
  background-color: var(--primary-clr-500);
  color: var(--white-clr);
}
#serviceshightlight .learn-step-blk:hover h4,
#serviceshightlight .learn-step-blk:hover p,
#serviceshightlight .learn-step-blk:hover .services-conten {
  color: var(--white-clr);
}
#serviceshightlight .learn-step-blk:hover p {
  font-size: var(--font-content);
  line-height: var(--lh-content);
  margin-bottom: 0;
}
#serviceshightlight .ol-list {
  width: 20px;
  height: 20px;
  background: var(--primary-clr-500);
  border-radius: var(--border-90);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-12);
  border: 2px solid var(--white-clr);
  box-shadow: var(--shadow-lg);
  margin-right: var(--spacing-12);
  line-height: 20px;
  color: var(--white-clr);
  font-size: var(--content-md);
}
#serviceshightlight .services-conten {
  display: flex;
  justify-content: center;
  font-size: var(--content);
  font-family: var(--font-content);
  font-weight: var(--font-regular);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  font-weight: var(--font-medium);
}
#serviceshightlight .services-conten p {
  font-size: var(--content);
  font-family: var(--font-content);
  font-weight: var(--font-regular);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  font-weight: var(--font-medium);
}
#serviceshightlight #existing-business .learn-step-blk {
  display: block !important;
}
#serviceshightlight #Existing {
  display: block !important;
}
.recording-screen,
.sort-content p {
  padding: var(--spacing-8) 15px;
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-semibold);
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  text-align: center;
}
#serviceshightlight {
  padding: var(--spacing-80) 0;
  background-image: url(../img/services/food-marketing-bg1.png);
  background-repeat: no-repeat;
  background-position: bottom 19% right 0;
}
@media (max-width: 400px) {
  #serviceshightlight {
    background-position: bottom 0% right 0;
  }
}
@media (max-width: 400px) {
  #serviceshightlight {
    background-position: bottom 0% right 0;
  }
}
@media (max-width: 400px) {
  #serviceshightlight {
    background-position: bottom 0% right 0;
  }
}
@media (max-width: 400px) {
  #serviceshightlight {
    background-position: bottom 0% right 0;
  }
}
section#serviceshightlight #Existing .learn-step-blk {
  display: block;
}
section#serviceshightlight #Existing {
  background: transparent !important;
}
#serviceshightlight #onetooneservices .learn-step-blk {
  display: flex;
}
#serviceshightlight #onetooneservices .learn-step-blk h4 {
  margin-left: 0;
  display: block !important;
}
#serviceshightlight #onetooneservices .learn-step-blk h4::before {
  content: "";
  background: transparent !important;
}
#serviceshightlight  #gemfacilities .food_marketing_learing1 .learn-step-blk1{
    font-size: var(--content);
    line-height: var(--lh-content);
    color: var(--txt-clr);
    /*padding: var(--spacing-16) var(--spacing-20);*/
    margin-bottom: var(--spacing-16);
    display: flex;
    align-items: flex-start;
    align-items: center;
    font-family: var(--font-content);
    font-weight: var(--font-regular);
    padding: var(--spacing-16) var(--spacing-16) var(--spacing-16) 52px;
}
#serviceshightlight  #gemfacilities .food_marketing_learing1:hover .learn-step-blk1, 
#serviceshightlight  #gemfacilities .food_marketing_learing1:hover{
    background-color: var(--primary-clr-500);
    color: var(--white-clr);
    box-shadow: var(--shadow-sm);
    border-radius: var(--border-12);
}

#serviceshightlight  #gemfacilities .food_marketing_learing1{
    background: var(--white-clr);
    box-shadow: var(--shadow-sm);
    border-radius: var(--border-12);
}
#serviceshightlight #gemfacilities .food_marketing_learing1 {
    position:relative;
}
#serviceshightlight #gemfacilities .food_marketing_learing1 .tickmark::before {
    content: "";
    width: 30px;
    background-image: url(../img/services/learn-icon.png);
    height: 30px;
    position: absolute;
    top: 20px;
    left: 16px;
    background-repeat: no-repeat;
}

/************************
   Service Sec Form
*************************/
#enquiry-form {
  background: linear-gradient(180deg, #fff0e5 0%, rgba(255, 242, 232, 0) 100%);
  padding: var(--spacing-48) 0 var(--spacing-80);
}
#enquiry-form .enquiry-form-outer-blk {
  background: var(--white-clr);
  box-shadow: var(--shadow-lg);
  border-radius: var(--border-40);
  padding: var(--spacing-32);
}
#enquiry-form .apply-form-blk {
  background-image: url(../img/services/cot.png), url(../img/services/cot-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px left 0px, bottom 0px right 0px;
}
/*#enquiry-form .apply-form-blk::before,*/
/*#enquiry-form .apply-form-blk::after {*/
  content: ''; /* Add content to the pseudo-elements */
  position: absolute; /* Position the pseudo-elements absolutely */
  width: 100%; /* Set the width to fill the container */
  height: 50px; /* Adjust the height as needed */
  background-repeat: no-repeat; /* Ensure the background images don't repeat */
/*}*/

/*#enquiry-form .apply-form-blk::before {*/
  top: 4%; /* Position the top pseudo-element */
  background-image: url(../img/services/cot.png); /* Specify the top image */
  background-position: top left; /* Set the position of the top image */
/*}*/
/*#enquiry-form .apply-form-blk::after {*/
/*    bottom: 4%;*/
/*    background-image: url(../img/services/cot-bottom.png);*/
/*    background-position: 40% 50%;*/
/*}*/

#enquiry-form .enquiry-form-outer-blk {
  background: #ffffff;
  box-shadow: 2px 6px 16px rgba(86, 52, 0, 0.15);
  border-radius: 40px;
  padding: 35px;
  position: relative;
}
#enquiry-form .apply-form-heading {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-3);
  line-height: var(--heading-3);
  display: flex;
  align-items: center;
  /* text-align: center; */
  color: #010101;
  padding: var(--spacing-32) 0px 0;
  justify-content: center;
  margin: var(--spacing-20) 0 !important;
}
#enquiry-form form {
  width: 100%;
}
#enquiry-form form .form-group {
  display: flow-root;
  width: 100%;
}
#enquiry-form form .form-group button[type=submit] {
  background: #ff8a2a;
}
#enquiry-form form .form-group button[type=submit] i {
  margin-left: 10px;
}
#enquiry-form form .form-group button[type=submit] i {
  margin-left: 10px;
}
#enquiry-form .all-services-btn.text-center {
  background: linear-gradient(90deg, #ffd464 0%, #f58634 100%);
  box-shadow: 4px 4px 4px rgba(86, 52, 0, 0.2);
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  padding: 10px 50px 10px 50px;
  align-items: center;
  color: #ffffff;
  margin: 0 auto 60px;
  display: table;
}
#enquiry-form .document-icon {
  width: 50px;
  /* height: 50px; */
  background: #f58634;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  padding: 14px 14px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 5px #ddd;
  margin-right: 12px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#enquiry-form .documents-required p {
  margin-bottom: 0 !important;
}
#enquiry-form .body-text-large.doc-requir {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
#enquiry-form .feature-divider {
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: rgba(2, 0, 76, 0.3);
}
#enquiry-form .border-middle-line:after {
    border: 3px solid var(--spacing-16);
    content: "";
    position: absolute;
    left: 49%;
    background: var(--primary-clr-500);
    height: 90%;
    width: 2px;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
}
@media (max-width: 992px) {
    #enquiry-form .apply-form-blk::after {
        display: none;
    }
    #enquiry-form .border-middle-line:after {
        display: none;
    }
}
form .form-group input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form input[type=button],
textarea {
  width: 100%;
  padding: 10px 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  color: #02004c;
  border: 1px solid #02004c !important;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 50px;
}
form .form-check .form-check-input {
    border-color: #02004c;
}
form .form-group button[type=submit] {
  padding: 8px 20px;
  color: #fff;
  border: none;
  font-size: 14px;
}
.form-group {
  margin-bottom: 1rem;
}
/************************
    Sec 
*************************/
/************************
   Become A Mentor
*************************/
#mentorpage {
  padding: var(--spacing-80) 0;
}
#mentorpage h1 {
  font-family: var(--font-title);
  font-weight: var(--font-bolder);
  font-size: var(--heading-1);
  line-height: var(--lh-1);
  text-align: center;
  color: var(--tertiary-clr-500);
  margin-bottom: 0;
}
#mentorpage h1 span {
  color: var(--primary-clr-500);
}
.banner-tag {
  font-size: var(--heading-5);
  line-height: var(--lh-5);
  text-align: center;
  color: #242424;
  font-family: var(--font-title);
  font-weight: var(--font-semibold);
  padding: var(--spacing-24) 0;
}
#mentor-middle-section {
  padding: var(--spacing-80) 0;
  background: var(--gradient-clr);
}
#mentor-middle-section .features-video-container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffa664 0%, rgba(255, 219, 201, 0) 100%);
  border-radius: 90px;
  padding: var(--spacing-24);
}
#whyjoin {
  padding: var(--spacing-80) 0;
}
#whyjoin .why-join-outer-blk {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spacing-20) var(--spacing-24) var(--spacing-12);
  border-radius: var(--border-12);
  background: var(--white-clr);
  box-shadow: var(--shadow-sm);
  border-radius: var(--border-20);
  margin-bottom: var(--spacing-32);
  position: relative;
}
#whyjoin .why-join-outer-blk img {
  width: 100px;
}
#whyjoin .why-join-outer-blk h4 {
  text-align: center;
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  padding: var(--spacing-20) 0;
  font-weight:var(--font-bold);
}
#whyjoin .why-join-outer-blk p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  text-align: center;
}
#mentor-new-section .bg-dark {
  background-color: #010026 !important;
}
#mentor-new-section .section_heading h2 {
  color: #fff !important;
}
#mentor-new-section span {
  color: #ff8a2a;
}
@media (min-width: 768px) {
  #mentor-new-section .bg-testimoninal-feedback {
    align-items: center;
    padding: 60px 0 !important;
  }
}
#mentor-new-section .mentor-feedback-coma {
  width: 50px;
  height: auto;
}
#mentor-new-section .mentor-feedback-says p {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}
#mentor-new-section .feed-back-mentor-name p {
  color: #f5821f;
  font-size: 21px;
  margin: 0;
  font-weight: 700;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  #mentor-new-section .feed-back-mentor-name p {
    text-align: center;
    margin-bottom: var(--spacing-16);
  }
}
#mentor-new-section .feed-back-mentor-position p {
  color: #fff;
  font-size: 15px;
  opacity: 0.9;
  text-align: left;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  #mentor-new-section .feed-back-mentor-position p {
    text-align: center;
    margin-bottom: var(--spacing-16);
  }
}
@media (min-width: 768px) {
  #mentor-new-section .mentor-feedback-image {
    position: relative;
    right: 80px;
    width: 80%;
    border: 7px solid #fff;
    max-width: 250px;
    box-shadow: var(--shadow-sm);
  }
}
@media (max-width: 767px) {
  .mentor-feedback-image {
    width: 160px;
    height: auto;
    margin: 15px auto;
    border: 5px solid #ccc;
    display: block;
  }
}
@media (max-width: 767px) {
  .feed-back-mentor-name p {
    color: #f5821f;
    font-size: 21px;
    margin: 0;
    font-weight: 700;
  }
}
.feed-back-mentor-name p .mentor-feedback-says p {
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}
.mentor-feedback-says {
  position: relative;
  margin-top: 50px;
}
.mentor-feedback-says::before {
  content: "";
  /*background-image: url(../img/our-mentor/cot.png);*/
  width: 60px;
  position: absolute;
  height: 60px;
  top: -40px;
  background-repeat: no-repeat;
}
#creating-impact {
  background: url(../img/events/webinar-bg.png) no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 80px 0;
}
#creating-impact .section_heading h2 {
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  font-size: var(--heading-1);
  line-height: var(--lh-1);
  text-align: center;
  color: var(--subtitle-clr);
  margin-bottom: var(--spacing-24);
}
#creating-impact .section_heading h2 span {
  color: var(--primary-clr-500);
}
#creating-impact p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  text-align: center;
}
#creating-impact .why-join-outer-blk {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spacing-20) var(--spacing-24) var(--spacing-8);
  background: var(--white-clr);
  border-radius: var(--border-12);
  box-shadow: var(--shadow-md);
  margin-bottom: var(--spacing-32);
  position: relative;
  height: 100%;
}
#creating-impact .why-join-outer-blk img {
  width: 70px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .mentor-feedback-says {
    position: relative;
    margin-top: 50px !important;
    width: 90%;
    margin: auto;
  }
}

#mentor-apply-form .apply-form-blk {
  background-image: url(../img/services/cot.png), url(../img/services/cot-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px left 0px, bottom 0px right 0px;
}
/************************
   Become An Affiliate
*************************/
#franchise-banner {
  background-image: url(../img/affiliate_registration/banner.jpg);
}
.service-banner {
	 background-repeat: no-repeat;
	 background-position: top right;
	 background-size: cover;
	 position: relative;
	 z-index: 1;
	 height: 400px;
	 display: flex;
}
 @media (max-width: 768px) {
	 .service-banner {
		 height: 200px;
	}
}
 .service-banner::after {
	 background: rgba(0, 0, 0, 0.464);
	 position: absolute;
	 width: 100%;
	 content: "";
	 margin: 0 auto;
	 z-index: 9 !important;
	 height: 100%;
	 top: 0;
}   
.service-banner::after {
  position: absolute;
  width: 100%;
  content: "";
  margin: 0 auto;
  z-index: 9 !important;
  height: 100%;
  top: 0;
}
/*.service-banner #banner-conten {*/
/*  position: absolute;*/
/*  top:50%;*/
/*  left:0;*/
/*  transform:translateY(-50%);*/
/*  z-index: 99;*/
  
/*}*/
.service-banner .section_heading {
  text-align: center;
  width: 100%;
  padding: 0px;
}
.service-banner #banner-animation-conten {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: var(--tertiary-clr-500);
}
.service-banner h1 {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 800;
  text-align: center;
  font-size: var(--heading-1);
  line-height: var(--lh-1);
  color: var(--primary-clr-500);
  margin-bottom: 0px;
  text-shadow: -1px 3px 4px #343434!important;
}
.service-banner h1 span {
  color: var(--white-clr);
}
#franchise {
  position: relative;
  background: linear-gradient(180deg, #ffffff 30.98%, #f0f0f0 100%);
  padding: var(--spacing-56) 0;
}
#franchise .inner-pages-middle-conten h3 {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-3);
  line-height: var(--lh-3);
  text-align: center;
  color: var(--txt-clr);
  margin-bottom: var(--spacing-20);
}
#franchise .inner-pages-middle-conten p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0 15%;
}
#franchise .text-center.apply-btn a {
  background: #f58634;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 50px;
  opacity: 1;
  transition: all 0.4s;
}
#business-advisor {
  padding: var(--spacing-80) 0;
}
#business-advisor p {
  text-align: center;
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  color: var(--subtitle-clr);
  margin-top: var(--spacing-24);
}
#business-advisor .tabs-outer-blk {
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  border-radius: 30px;
  padding: var(--spacing-12) var(--spacing-12);
  overflow: hidden;
  border: 1px solid #ddd;
}
#business-advisor .scrollbar {
  height: 500px;
  overflow-y: scroll;
}
#benefits-advisor {
  background: linear-gradient(180deg, #fff0e5 0%, rgba(255, 242, 232, 0) 100%);
  padding: var(--spacing-48) 0 var(--spacing-80);
}
ul.Franchise-benefit {
  border-radius: var(--border-12);
}
ul.Franchise-benefit li {
  padding: var(--spacing-8);
  list-style: var(--lh-content-lg);
  align-items: center;
  border-radius: var(--border-16);
  display: flex;
  align-items: center;
}
ul.Franchise-benefit li p {
  font-size: var(--content);
  line-height: var(--lh-content);
  font-weight: var(--font-regular);
  margin: 0;
  font-weight: var(--font-medium);
  border-radius: 20px;
  color: var(--txt-clr);
  display: flex;
  font-family: var(--font-content);
  position: relative;
  margin-left: 32px;
}
ul.Franchise-benefit li p:before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 5px;
  left: -35px;
  background-repeat: no-repeat;
}
#who-this-for {
  background: linear-gradient(180deg, #ffffff 0.31%, #efefef 48.17%, rgba(217, 217, 217, 0.5) 100%);
  padding: 80px 0;
}
p.subtitle {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: var(--tertiary-clr-500);
  margin-top: 20px;
}
#who-this-for .bg-shape-img {
  margin-top: -123px;
  margin-left: 39px;
  position: relative;
}
#who-this-for .learn-step-blk {
  background: var(--white-clr);
  box-shadow: var(--shadow-lg);
  border-radius: var(--border-12);
  padding: 20px;
  height: 100%;
}
#who-this-for .learn-step-blk h4 {
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  font-weight: var(--font-bold);
  color: var(--primary-clr-500);
  display: flex;
  font-family: var(--font-content);
  position: relative;
  margin-left: 32px;
}
#who-this-for .learn-step-blk h4::before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 5px;
  left: -35px;
  background-repeat: no-repeat;
}
#who-this-for .learn-step-blk:hover {
  background-color: var(--primary-clr-500);
  color: var(--white-clr);
}
#who-this-for .learn-step-blk:hover h4,
#who-this-for .learn-step-blk:hover p,
#who-this-for .learn-step-blk:hover li, #who-this-for .learn-step-blk:hover li::before,
#who-this-for .learn-step-blk:hover .services-conten {
  color: var(--white-clr);
}
#who-this-for .learn-step-blk:hover p {
  font-size: var(--font-content);
  line-height: var(--lh-content);
  margin-bottom: 0;
}
#who-this-for .learn-step-blk:hover::after {
  background-color: var(--primary-clr-500);
  color: var(--white-clr);
}
.become-affiliate-content li {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  padding-top: 10px;
  padding-left: 20px;
}
.become-affiliate-content li::before {
  position: absolute;
  content: "\f111";
  font-size: 8px;
  color: var(--primary-clr-500);
  font-family: "FontAwesome";
  left: 0;
}
li {
  list-style: none;
}
.become-affiliate-content {
  position: relative;
}
.associated-blk {
  padding: var(--spacing-56) var(--spacing-40) var(--spacing-56);
  text-align: center;
  background: var(--white-clr);
  border: 1px solid var(--txt-clr);
  border-radius: var(--border-20);
  margin-bottom: var(--spacing-40);
  height: 100%;
}
.associated-blk img {
  width: 100px;
  margin-bottom: 20px;
}
.associated-blk p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content);
  line-height: var(--lh-content);
  text-align: center;
  color: var(--txt-clr);
}
#Eligibility-blk {
  background: var(--gradient-clr);
  padding: var(--spacing-80) 0;
}
#Eligibility-blk .select-course-blk {
  background: var(--white-clr);
  border-radius: var(--border-12);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-20) var(--spacing-24);
  margin: var(--spacing-16) 0;
  cursor: pointer;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: var(--shadow-sm);
  transition-duration: 0.3s;
  transition-property: transform;
  height:100%;
}
/*#Eligibility-blk .select-course-blk.padd-tb {*/
/*  padding: var(--spacing-20) var(--spacing-24)!important;  */
/*}*/
#Eligibility-blk .select-course-blk p {
  font-weight: var(--font-bold);
  text-align: center;
  margin: 0;
}
#about-founder {
  padding: var(--spacing-80) 0;
}
#about-founder .features-video-container {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: block;
  margin-bottom: var(--spacing-24);
}
#about-founder .features-video-container img {
  border-radius: var(--border-90);
  max-height: 350px;
  position: relative;
  z-index: 99;
  margin: auto;
  display: block;
}
@media (max-width: 567px) {
  #about-founder .features-video-container img {
    max-height: 280px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  #about-founder .features-video-container img {
    margin: 15px auto;
    max-height: 400px;
  }
}
@media (min-width: 1450px) {
  #about-founder .features-video-container img {
    max-height: auto;
  }
}
#about-founder .features-video-container .video-frame-tilted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--primary-clr-500);
  border-radius: 90px;
  transform: rotate(7.81deg);
}
#ourverticals .why-section-img {
  background: #ffffff;
  box-shadow: 0px 5px 8px rgba(86, 52, 0, 0.15);
  border-radius: 25px;
  padding: 20px;
  text-align: left;
  margin-bottom: 25px;
}
#ourverticals .client_dp img {
  max-height: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
#ourverticals .why-section-img h4 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  color: #f16823;
}
@media only screen and (max-width: 575px) {
  #ourverticals .why-section-img h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
#ourverticals .why-card-body-list ul {
  margin: 0px;
  padding: 0px;
}
#ourverticals .why-card-body-list ul li {
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--txt-clr);
}
#ourverticals .why-card-body-list ul li:before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 15px;
  left: -5px;
  background-repeat: no-repeat;
}
#ourverticals .why-card-body-list ul li P {
  margin-left: 30px;
  margin-bottom: 0;
}
/*************
    Mentors
*************/
#testmonial {
  background-image: url(../img/testimonial/testimonial-circle-bg.png), url(../img/testimonial/testimonial-circle-bottom-bg.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
}
#testmonial h1 {
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  font-size: var(--heading-1);
  line-height: var(--lh-1);
  text-align: center;
  color: var(--primary-clr-500);
  padding-top: var(--spacing-32);
  margin-bottom: var(--spacing-24);
}
#testmonial .shape img {
  position: absolute;
  top: -130px;
  left: 15px;
}
@media (max-width: 768px) {
  #testmonial .shape img {
    display: none;
  }
}
.cta-fill-btn {
  margin: auto;
    display: block;
    position: relative;
    margin-top: -20px;
    box-shadow: var(--shadow-md);
    border-radius: 50px;
    /* margin-top: var(--spacing-24); */
    font-family: var(--font-content);
    position: relative;
    font-weight: var(--font-bold);
    font-size: var(--content-md);
    width: -moz-fit-content;
    width: fit-content;
    line-height: var(--lh-content-md);
    padding: var(--spacing-8) var(--spacing-40);
    align-items: center;
    color: var(--white-clr);
    background-color: var(--primary-clr-500);
    transition: all 0.2s ease;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--primary-clr-500);
}
#hiring-post .learn-step-blk {
  display: block;
  height: 100%;
  background: var(--white-clr);
  box-shadow: var(--shadow-sm);
  border-radius: var(--border-12);
  padding: var(--spacing-16);
}
#hiring-post .learn-step-blk:hover {
  background: var(--primary-clr-500);
}
#hiring-post .learn-step-blk:hover p,
#hiring-post .learn-step-blk:hover h5 {
  color: var(--white-clr);
}
#hiring-post .learn-step-blk .learn-step-blk p {
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--txt-clr);
}
#hiring-post .learn-step-blk h5 {
  margin-bottom: 10px;
  font-size: var(--content-lg);
  line-height: var(--lh-content-lg);
}

#hiring-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    padding: 0;
}

#hiring-container  .column-hiring {
    flex: 1 1 46% !important;
    /* padding: 20px; */
    box-sizing: border-box;
    background: var(--white-clr);
    box-shadow: var(--shadow-sm);
    border-radius: var(--border-12);
    padding: var(--spacing-16);
    margin: 15px;
}
#hiring-container  .column-hiring:hover {
    background: var(--primary-clr-500);
}
#hiring-post .column-hiring:hover li,
#hiring-post .column-hiring:hover h5,
#hiring-container .column-hiring:hover ul.subpoints li:before{
  color: var(--white-clr);
}
@media (max-width: 768px) {
    #hiring-container  .column-hiring {
        flex: 1 1 100%!important; /* Full width on smaller screens */
    }
}
#hiring-container ul.subpoints li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    display: flex;
    font-size: var(--content);
    font-family: var(--font-content);
    font-weight: var(--font-regular);
    line-height: var(--lh-content);
    color: var(--title-clr);
}

#hiring-container ul.subpoints li:first-child:before {
    content: '\f3c5'; /* Checkmark or any other icon */
    color: var(--primary-clr-500); /* Different color for the first item's icon */
    display: inline-block;
    margin: 2px 15px 0 0;
    margin-top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#hiring-container ul.subpoints li:nth-child(2):before {
    content: '\f5fd'; /* Star or any other icon */
    color: var(--primary-clr-500); /* Different color for the second item's icon */
    display: inline-block;
    margin: 2px 15px 0 0;
    margin-top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#hiring-container ul.subpoints li:nth-child(3):before {
    content: '\f1da'; /* Arrow or any other icon */
    color: var(--primary-clr-500); /* Different color for the third item's icon */
    display: inline-block;
    margin: 2px 15px 0 0;
    margin-top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/**********************
    SUCCESS STORY CSS
***********************/
/**********************
    #sucess-story-page
***********************/
#sucess-story-page {
  position: relative;
}
#sucess-story-page h1 {
  font-family: var(--font-content);
  font-weight: var(--font-bold);
  font-size: var(--heading-3);
  line-height: var(--lh-1);
  text-align: center;
  color: var(--primary-clr-500);
  padding-top: var(--spacing-32);
  margin-bottom: var(--spacing-2);
}
#sucess-story-page .btm-shape {
  position: absolute;
  bottom: -12%;
  right: 0;
  max-width: 600px;
  z-index: -1;
}
@media (max-width: 992px) {
  #sucess-story-page .btm-shape {
    max-width: 100%;
  }
}
#sucess-story-page .tp-shape {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 600px;
  z-index: -1;
}
@media (max-width: 992px) {
  #sucess-story-page .tp-shape {
    max-width: 100%;
  }
}
#sucess-story-page .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  /*background: white;*/
  position: relative;
  z-index: 99;
}
/*********************************
    #success-story-accordion-tab
**********************************/
#success-story-accordion-tab .row {
  /*background: #fff;*/
  position: relative;
}
#success-story-accordion-tab {
  padding: var(--spacing-40) 0;
}
#success-story-accordion-tab .col-md-2 {
  background: #ffffff;
  box-shadow: var(--shadow-md);
}
#success-story-accordion-tab .nav-pills .nav-link {
  display: flex;
  border-bottom: none;
  text-decoration: none;
  background-color: transparent;
  color: var(--txt-clr);
  padding: var(--spacing-12);
  font-size: var(--content-md);
  line-height: var(--lh-content);
  transition: all 0.2s ease-in-out;
  word-wrap: break-word;
  margin: 0;
  border-radius: 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);
}
#success-story-accordion-tab .nav-pills .nav-link.active,
#success-story-accordion-tab .nav-pills .show > .nav-link {
  background: var(--primary-clr-500);
  color: var(--white-clr);
}
#success-story-accordion-tab .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23F58634' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
#success-story-accordion-tab .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23F58634' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
#success-story-accordion-tab .accordion-item:first-of-type {
  border: 0;
} 
#success-story-accordion-tab .accordion-item {
  border: 0;
}
#success-story-accordion-tab .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: var(--primary-clr-500);
}
#success-story-accordion-tab .accordion-button {
  font-size: var(--heading-4);
  line-height: var(--lh-4);
  color: var(--txt-clr);
  padding: 0;
  font-weight: var(--font-bold);
  /*box-shadow: 0px 8px 0px -5px lightgray;*/
}
#success-story-accordion-tab :focus-visible {
  outline: 0px;
}
#success-story-accordion-tab .accordion-button:focus {
  border: 0px transparent;
  box-shadow: none;
  background:transparent;
}
#success-story-accordion-tab p {
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  color: var(--txt-clr);
  font-weight: var(--font-semibold);
  padding: var(--bs-accordion-btn-padding-x);
  padding-top: 0;
  margin: 0;
}

#success-story-accordion-tab .accordion-item {
  border: 0;
  margin-bottom: var(--spacing-16);
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}
#success-story-accordion-tab .accordion-button {
  display: flex;
  align-items: center;
}
#success-story-accordion-tab .accordion-button p {
  width: 80%;
}
#success-story-accordion-tab .accordion-button span {
  width: 80%;
  height: 1px;
  margin: 15px;
  background: #000;
}
#success-story-accordion-tab .accordion-button div {
  width: 85%;
}
#success-story-accordion-tab .accordion-button::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -4px;
  border: 2px solid #000;
  border-radius: 50%;
}
#success-story-accordion-tab .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#success-story-accordion-tab .card-body {
  padding: var(--spacing-32) 0;
  /*border-bottom: 1px solid #000;*/
  position: relative;
  z-index: 99;
}
#success-story-accordion-tab .card-body div.image-container{
    padding: 0px;
    box-shadow: 0px 5px 8px rgba(86, 52, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    max-width: 100%;
    height: 200px;
    overflow: hidden!important;
}
#success-story-accordion-tab .card-body div.image-container img{
    width:100%;
    min-width:350px;
}
#success-story-accordion-tab div#v-pills-tab {
  background: var(--white-clr);
  /*box-shadow: var(--shadow-lg);*/
  box-shadow: 6px 8px 12px 2px #56340033;
  overflow: hidden;
  position: relative;
}
#success-story-accordion-tab .success-stories-client-img {
  width: 100%;
  /*max-width: 350px;*/
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  position: relative;
  border-radius: var(--border-20);
}
#success-story-accordion-tab .success-stories-client-img.magnific-img img {
  width: 100%;
  /*max-width: 350px;*/
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  position: relative;
  border-radius: var(--border-20);
}
#success-story-accordion-tab .success-stories-client-img.magnific-img::after {
  content: "";
  background-image: url(<?php echo base_url(); ?>assets/img/success-story/cot-tag.png);
  width: 33px;
  position: absolute;
  height: 26px;
  top: -10px;
  left: 0px;
}
#success-story-accordion-tab .magnific-img {
  padding: 0;
}
#success-story-accordion-tab .success-stories-heading h3 {
  color: var(--txt-clr);
  font-family: var(--font-title);
  font-size: var(--heading-4);
  font-style: normal;
  font-weight: var(--font-bold);
  line-height: normal;
}
#success-story-accordion-tab .success-stories-client-name h4 {
  color: rgba(102, 102, 102, 1);
  font-family: var(--font-content);
  font-size: var(--heading-4);
  font-style: normal;
  font-weight: var(--font-bold)!important;
}
#success-story-accordion-tab .success-stories-client-name p {
  color: rgba(245, 134, 52, 0.75) !important;
  padding: 0;
  font-family: var(--font-content) !important;
  font-size: var(--content-md) !important;
  font-style: normal;
  font-weight: var(--font-bold) !important;
  position: relative;
}
#success-story-accordion-tab .success-btn {
  background: var(--white-clr);
  border: 1px solid var(--subtitle-clr);
  border-radius: var(--border-12);
  font-family: var(--font-content);
  font-style: normal;
  font-weight: 700;
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--font-content);
  padding: var(--spacing-8) var(--spacing-20);
  margin: var(--spacing-4) var(--spacing-4) var(--spacing-4) 0;
  display: inline-block;
  color: #a8a7a7;
  margin-top: var(--spacing-16);
}
#success-story-accordion-tab .success-btn:hover {
  background: var(--primary-clr-500);
  border-radius: var(--border-12);
  color: var(--white-clr) !important;
  border: 1px solid var(--primary-clr-500);
}
#success-story-accordion-tab .success-client-details {
  position: relative;
}
#success-story-accordion-tab .success-client-details::after {
  content: "";
  background-image: url(<?php echo base_url(); ?>assets/img/success-story/cot-tag2.png);
  width: 35px;
  position: absolute;
  height: 35px;
  bottom: 2%;
  background-repeat: no-repeat;
  right: 0px;
}
#success-story-accordion-tab .success-client-details p {
  color: #616465;
  font-family: var(--font-content);
  line-height: var(--lh-content-md);
  font-size: var(--content-md);
  font-style: normal;
  font-weight: var(--font-regular);
  line-height: normal;
  padding: 0;
  margin-bottom: 0;
}
#success-story-accordion-tab .success-client-details p:last-child {
  margin-bottom: var(--spacing-16);
}
#success-story-accordion-tab button.accordion-button.main-acc-btn {
  background: #f58634 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 20px;
}
#success-story-accordion-tab .accordion-button.main-acc-btn::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
#success-story-accordion-tab .accordion-button.main-acc-btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
#success-story-accordion-tab span {
  width: 80%;
  height: 1px;
  background: var(--white-clr);
}
#success-story-accordion-tab::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  border: 2px solid var(--white-clr) !important;
  border-radius: 50%;
}
#success-story-accordion-tab .embed-responsive {
  border: 1px solid #000;
  padding: var(--spacing-12) 0;
  margin: var(--spacing-12) auto;
  display: block;
  border-radius: var(--border-12);
}
#success-story-accordion-tab .embed-responsive iframe {
  width: 100%;
  height: 200px;
}
#success-story-accordion-tab .testimonial-image {
  border: 1px solid #000;
  padding: var(--spacing-12) 0;
  margin: var(--spacing-12) auto;
  display: block;
  border-radius: var(--border-12);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 300px;
}
#success-story-accordion-tab .accordion-button.main-acc-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  border: 2px solid var(--white-clr);
  border-radius: 50%;
}

/*****************************
    TESTIMONIAL CSS
*************************/
.bg-white {
    background: var(--white-clr) !important;
}
.tab-content{
    position:relative;
    z-index:99;
    height: fit-content;
}
#header-main .tab-content .tab-pane.active{
    color: var(--secondary-clr-500);
    font-weight: var(--font-semibold);
    background: #f5f5f5;
    color: inherit !important;
}
.tab-content1{
    width: 1000px;
    height: 543px;
    overflow: auto; 
    border: 1px solid #ccc;
}
.tab-content1::-webkit-scrollbar {
    width: 12px;
}
.tab-content1::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.tab-content1::-webkit-scrollbar-thumb {
    background: orange;
}

/***********
 #testmonial 
 **********/
 #testmonial {
    background-image: url(../img/testimonial/testimonial-circle-bg.png), url(../img/testimonial/testimonial-circle-bottom-bg.png);
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
}
#testmonial h1 {
    font-family: var(--font-content);
    font-weight: var(--font-bold);
    font-size: var(--heading-3);
    line-height: var(--lh-1);
    color: var(--primary-clr-500);
    padding-top: var(--spacing-32);
    margin-bottom: var(--spacing-4);
}
#testmonial #success-story-accordion-tab .embed-responsive {
    display:inline-block!important;
}
#testimonial-bg{
    position:relative; 
    /*top: -100px;*/
}
/***** shape1 *****/
.shape1{
    text-align: right;
    position: absolute;
    top: 544px;
    z-index:-1;
}
@media (max-width: 768px) {
  .shape1{
        display:none;
    }
}
/**********************************
    UPCOMING WEBINAR(REGISTER NOW)
***********************************/
#webinar {
  /*background-image: linear-gradient(360deg, #FFFFFF 0.31%, #EFEFEF 48.17%, rgba(217, 217, 217, 0.5) 100%);*/
  padding-top: var(--spacing-80);
}
#webinar .webinar-inner-blk {
  background: url(../img/events/webinar-bg.png) no-repeat;
  background-size: contain;
    background-position: top;
    /*background-attachment: fixed;*/
}
#webinar #web-line-bg {
  background: url(../img/events/webinar-bg.png) no-repeat;
  background-position: center top;
  /*background-size: cover;*/
}
#webinar .webinar-timetable-blk {
  border: 1px solid #dad7d7;
  box-shadow: var(--shadow-lg);
  width: 200px;
  height: 120px;
  left: 240px;
  top: 392px;
  background: var(--white-clr);
  border-radius: var(--border-20);
  padding: var(--spacing-24) 0 0;
  margin: 0 auto var(--spacing-48);
  box-shadow: 2px 6px 16px 0px #00000026;
    border: 0;
}
@media (max-width: 768px) {
  #webinar .webinar-timetable-blk {
    width: 100%;
    padding: var(--spacing-24) 0 0;
    margin: 0 auto var(--spacing-24);
    padding: 30px;
  }
}
#webinar .web-schedule {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  text-align: center;
  color: #02004C;
}
#webinar .web-date {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-semibold);
  font-size: var(--heading-4);
  line-height: var(--lh-4);
  text-align: center;
  color: var(--primary-clr-500);
}
@media (min-width: 992px) and (max-width: 1200px) {
  #webinar .web-date {
    font-size: var(--heading-5);
    line-height: var(--lh-5);
  }
}
#webinar .webinar-middle-img img {
  max-height: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
     border-radius:13px;
    display:block;
    margin:0 auto;
}
@media (max-width: 768px) {
  #webinar .webinar-middle-img img {
    height: auto;
  }
}
.event-bg-box .webinar-middle-img img{
    border-radius:13px;
}
#webinar .webinar-middle-img img {
  background: var(--white-clr);
  box-shadow: var(--shadow-lg);
  border-radius: var(--border-40);
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
  box-shadow: 0px 4px 4px 0px #00000040;
}
#webinar .webinar-banner-title li {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-semibold);
  font-size: var(--heading-2);
  line-height: var(--lh-2);
  display: inline-flex;
  align-items: center;
  color: var(--tertiary-clr-500);
  padding: 0 var(--spacing-16);
}
#webinar .webinar-banner-title {
  text-align: center;
  position: relative;
  left: 2%; 
}
#webinar .webinar-banner-title li {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-3);
  line-height: var(--lh-3);
  display: inline-flex;
  align-items: center;
  color: var(--tertiary-clr-500);
  padding: 0 var(--spacing-16);
}
#webinar .webinar-banner-title:after {
  position: absolute;
  content: "";
  border: 3px solid var(--primary-clr-500);
  height: 45px;
  left: 47%;
  top: 15px;
}
@media (max-width: 992px) {
  #webinar .webinar-banner-title:after {
    height: 30px;
    left: 45%;
    top: 10px;
  }
}
#webinar .seminar-timetable-blk {
  position: relative;
  padding: var(--spacing-16);
  border: 1px solid var(--primary-clr-500);
  border-radius: var(--border-20);
  background: var(--white-clr);
  box-shadow: var(--shadow-lg);
}
.webinar-content h1 {
  font-size: 60px;
  line-height: var(--lh-2);
  font-family: "Noto Sans", sans-serif!important;
  width: 100%;
  margin: auto;
  margin-bottom: var(--spacing-20);
  display: block;
  text-align: center;
  color: var(--tertiary-clr-500);
}
.webinar-content h1 span {
  color: var(--primary-clr-500);
}
.webinar-content p {
  font-size: var(--content-md);
  font-weight: var(--font-semibold);
  line-height: var(--lh-content-md);
  text-align: center;
}
.btm-space {
  padding: var(--spacing-40) 0;
}
.btm-space a.cta-fill-btn {
  margin: auto;
  display: block;
  position: relative;
  margin-top: -11px;
}
@media (max-width: 768px) {
  .btm-space a.cta-fill-btn {
    margin-bottom: var(--spacing-20);
  }
  .webinar-content h1 {
      font-size: 45px;
      line-height: var(--lh-2);
      font-family: "Noto Sans", sans-serif!important;
      width: 100%;
      margin: auto;
      margin-bottom: var(--spacing-20);
      display: block;
      text-align: center;
      color: var(--tertiary-clr-500);
    }
}
#webkeyhightlight {
  background-image: url(../img/events/food-marketing-bg1.png);
  background-repeat: no-repeat;
  background-position: bottom 19% right 0;
}
@media (max-width: 768px) {
  #webkeyhightlight {
    background-position: bottom 2% right 0;
  }
}
#webkeyhightlight .bg-shape-img {
  position: relative;
  top: -40px;
}
#webkeyhightlight .webinar-content p {
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  color: var(--txt-clr);
  font-weight: var(--font-semibold);
  text-align: center;
}
#webkeyhightlight .recording-screen p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  text-align: center;
  color: var(--tertiary-clr-500);
  padding: var(--spacing-32) 2%;
}
#webkeyhightlight .recording-screen {
  position: relative;
  padding: var(--spacing-32);
}
#webkeyhightlight .recording-screen .shape-top-left {
  background: url(../img/events/recording-screen-img1.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
}
#webkeyhightlight .recording-screen .shape-top-right {
  background: url(../img/events/recording-screen-img2.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
}
#webkeyhightlight .recording-screen .shape-bottom-left {
  background: url(../img/events/recording-screen-img3.png);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
}
#webkeyhightlight .recording-screen .shape-bottom-right {
  background: url(../img/events/recording-screen-img4.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
}

#webkeyhightlight .recording-point {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 15px;
  top: 20px;
}
#webkeyhightlight .recording-point span {
  position: relative;
  display: flex;
}
#webkeyhightlight .recording-point span::before {
  content: "";
  position: absolute;
  background: #ff0000;
  width: 12px;
  height: 12px;
  animation-name: example;
  animation-duration: 2s;
  border-radius: 100px;
  position: absolute;
  left: -20px;
  top: 2px;
}
#webkeyhightlight .event-list-sec li {
  padding: var(--spacing-12) 0;
  display: flex;
  font-family: var(--font-content);
  font-weight: 500;
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  position: relative;
  font-family: var(--font-content);
  transition: all ease;
  background: var(--white-clr);
  margin-bottom: var(--spacing-20);
  border-radius: var(--border-16);
  font-weight: var(--font-semibold);
  box-shadow: 0px 4px 4px 0px #00000040;
}
#webkeyhightlight .event-list-sec li::before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  background-repeat: no-repeat;
}
#webkeyhightlight .event-list-sec li:hover {
  color: var(--primary-clr-500);
  text-shadow: var(--shadow-sm);
}
#webkeyhightlight .event-list-sec li span {
  margin-left: 50px;
} 
#webkeyhightlight {
  background-image: url(../img/events/food-marketing-bg1.png);
  background-repeat: no-repeat;
  background-position: bottom 19% right 0;
}
.section_heading h2 {
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: var(--spacing-20);
  font-weight: var(--font-bold);
  font-family: var(--font-title);
  color: var(--subtitle-clr);
}
.section_heading h2 span {
  color: var(--primary-clr-500);
}
.section_heading h2 {
  margin-bottom: var(--spacing-32) !important;
}
@media (max-width: 768px) {
  .new-title {
    font-size: 32px;
    line-height: 40px;
  }
  p.subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  p.subtitle {
    font-size: 17px !important;
    line-height: 30px !important;
  }
}
#meetexpart {
  background: linear-gradient(180deg, #ececec 0%, rgba(217, 217, 217, 0) 100%);
  padding-top: var(--spacing-40);
}
#meetexpart .meetexpart-inner-blk {
  /*background: url(../img/events/webinar-bg.png) no-repeat;*/
  background-size: cover;
  background-position: top;
}
#meetexpart .item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 800px;
}
@media (max-width: 768px) {
  #meetexpart .item {
    margin-bottom: -80px;
  }
}
#meetexpart .m-cards {
  align-items:center;
  padding: 20px 25px 10px;
  background: var(--white-clr);
  border-radius: var(--border-20);
  box-shadow: var(--shadow-lg);
  width: 100%;
  margin: auto;
  display: block;
  transition: all 2s;
}
#meetexpart .m-cards h5 {
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  text-align: center;
  margin-bottom: 0;
}
#meetexpart .m-cards .subtitle {
  font-family: "Inter", sans-serif;
  color: var(--txt-clr);
  font-size: 16px;
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}
.about-mentor{
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
#meetexpart .m-cards img.mentor-bg-shape {
  max-width: 350px;
  position: relative;
  margin-top: -120px !important;
  margin-left: auto;
  display: block;
  left: 35px;
}
@media (max-width: 568px) {
  #meetexpart .m-cards img.mentor-bg-shape {
    margin-top: -70px !important;
  }
}
#meetexpart .m-cards .img-center {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  margin-top: -320px;
  margin-bottom: 15px;
}
@media (max-width: 399px) {
  #meetexpart .m-cards .img-center {
    margin-top: -170px;
  }
}
@media (min-width: 370px) and (max-width: 568px) {
  #meetexpart .m-cards .img-center {
    margin-top: -326px;
  }
}
#webkeyhightlight .recording-section {
  padding: var(--spacing-80) 0;
}
#register-form {
  padding: var(--spacing-80) 0;
  margin-top: var(--spacing-80);
  background: linear-gradient(180deg, rgba(255, 242, 232, 0) 0%, #fff0e5 100%);
}
@media (max-width: 768px) {
    #register-form {
      padding: 0;
      margin: 0;
    }
}
#register-form .event-register-outer-blk:after {
  border: 3px solid var(--spacing-16);
  content: "";
  position: absolute;
  left: 49%;
  background: orange;
  height: 80%;
  width: 2px;
  top: 20px;
  right: 50%;
}
@media (max-width: 992px) {
  #register-form .event-register-outer-blk:after {
    display: none;
  }
}
#register-form .course-register-outer-blk {
  background: #ffffff;
  box-shadow: 2px 6px 16px rgba(86, 52, 0, 0.15);
  border-radius: 40px;
  padding: 35px 20px;
  position: relative;
}
#register-form .course-register-outer-blk:after {
  /*border: 3px solid var(--spacing-16);*/
  content: "";
  position: absolute;
  left: 49%;
  height: 80%;
  width: 2px;
  top: 20px;
  right: 50%;
}
@media (max-width: 992px) {
  #register-form .course-register-outer-blk:after {
    display: none;
  }
}

#register-form .webinar-event-register-form h4 {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 48px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: var(--primary-clr-500)!important;
  padding: 10px 0;
}
#register-form .webinar-event-register-form .form-group {
  margin-bottom: 15px;
}
#register-form form .form-group input[type=text],
#register-form form input[type=email],
#register-form form input[type=password],
#register-form form input[type=number],
#register-form textarea {
  width: 100%;
  padding: 10px 10px;
  border: #02004c;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  color: var(--tertiary-clr-500);
  outline: none;
}
#register-form form .form-group input[type=text],
#register-form form input[type=email],
#register-form form input[type=password],
#register-form form input[type=number],
#register-form textarea {
  width: 100%;
  padding: 10px 10px;
  border: #02004c;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: justify;
  color: var(--tertiary-clr-500);
  outline: none;
}
#register-form .webinar-event-blk li {
  display: block;
  padding: 15px 0 30px;
  border-bottom: 2px solid rgba(2, 0, 76, 0.3);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  /* display: flex; */
  align-items: center;
  color: #a8a7a7;
}
#register-form .webinar-event-blk {
  background-image: url(../img/events/cot.png), url(../img/events/cot-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px left 0px, bottom 0px right 0px;
  padding: 50px 0;
}
#register-form .event-register-outer-blk {
  background: #ffffff;
  box-shadow: 2px 6px 16px rgba(86, 52, 0, 0.15);
  border-radius: 40px;
  padding: 35px 20px;
  position: relative;
}
#register-form .webinar-event-blk li img {
  float: left;
  margin-right: 20px;
  width: 60px;
}
@media (max-width: 568px) {
  #register-form .webinar-event-blk li img {
    width: 40px;
  }
}
#register-form .webinar-event-register-form .form-control {
  border: 1px solid #02004c !important;
  border-radius: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 64px;
  display: flex;
  align-items: center;
  color: #a8a7a7;
  height: 60px !important;
}
#register-form .webinar-event-blk h4 {
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 64px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #010101;
}
#register-form .webinar-event-blk li span {
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  color: #f58634;
}
#register-form .webinar-event-blk li:last-child {
  border-bottom: none;
}
.recording-section .corner-border{
    background:
          linear-gradient(to right, black 3px, transparent 4px) 0 0,
          linear-gradient(to right, black 3px, transparent 4px) 0 100%,
          linear-gradient(to left, black 3px, transparent 4px) 100% 0,
          linear-gradient(to left, black 3px, transparent 4px) 100% 100%,
          linear-gradient(to bottom, black 3px, transparent 4px) 0 0,
          linear-gradient(to bottom, black 3px, transparent 4px) 100% 0,
          linear-gradient(to top, black 3px, transparent 4px) 0 100%,
          linear-gradient(to top, black 3px, transparent 4px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
/*************************
    UPCOMING WEBINARS CSS
**************************/
 .service-banner::after {
	 background: rgba(0, 0, 0, 0.464);
	 position: absolute;
	 width: 100%;
	 content: "";
	 margin: 0 auto;
	 z-index: 9 !important;
	 height: 100%;
	 top: 0;
}
/*.service-banner::after {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  content: "";*/
/*  margin: 0 auto;*/
/*  z-index: 9 !important;*/
/*  height: 100%;*/
/*  top: 0;*/
/*}
.service-banner #banner-conten {
  position: relative;
  z-index: 99;
}*/
.service-banner .section_heading {
  text-align: center;
  width: 100%;
  padding: 0px;
}
.service-banner #banner-animation-conten {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: var(--tertiary-clr-500);
}
/*.service-banner h1 {*/
/*  font-family: var(--font-title);*/
/*  font-style: normal;*/
/*  font-weight: 800;*/
/*  text-align: start!important;*/
/*  font-size: var(--heading-1);*/
/*  line-height: var(--lh-1);*/
/*  color: var(--primary-clr-500);*/
/*  margin-bottom: 0px;*/
/*}*/
/*.service-banner h1 span {*/
/*  color: var(--white-clr);*/
/*}*/
#event-deatail-main-section {
  background: #eeeeee;
  padding: var(--spacing-80) 0;
}
#event-deatail-main-section #new-course-sec {
  background: var(--white-clr);
}
#event-deatail-main-section .main-box {
  position: relative;
  margin-top: -100px;
  z-index: 99;
  background: var(--white-clr);
  padding: var(--spacing-80) 0;
  border-radius: var(--border-32);
  box-shadow: var(--shadow-lg);
  padding: var(--spacing-32) var(--spacing-16);
}
@media (max-width: 568px) {
  #event-deatail-main-section .main-box .tab-bg-box {
    width: 100%;
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  #event-deatail-main-section .main-box {
    margin-top: -200px;
  }
}
#event-deatail-main-section .main-box .nav-tabs .nav-item.show .nav-link,
#event-deatail-main-section .main-box .nav-tabs .nav-link.active {
  color: var(--white-clr);
  background-color: var(--primary-clr-500);
  border-color: transparent;
}
#event-deatail-main-section .main-box .nav-tabs .nav-link {
  color: var(--txt-clr);
  border-radius: 0;
  padding: var(--spacing-16) var(--spacing-24);
  font-size: var(--content-md);
}
#event-deatail-main-section .main-box .card-box {
  background: var(--white-clr);
  box-shadow: var(--shadow-md);
}
#event-deatail-main-section .main-box ul {
  border: 1px solid #000;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
@media (max-width: 568px) {
  #event-deatail-main-section .main-box ul {
    overflow-x: scroll;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  #event-deatail-main-section .main-box .nav-tabs .nav-link {
      color: var(--txt-clr);
      border-radius: 0;
      padding: var(--spacing-8) var(--spacing-16);
      font-size: 12px;
    }
}
#event-deatail-main-section .main-box ul li {
  border-right: 1px solid #000;
}
#event-deatail-main-section .main-box ul li:last-child {
  border: 0;
}
/*#event-deatail-main-section .main-box .event-bg-box {*/
/*  background: var(--white-clr);*/
/*  box-shadow: var(--shadow-sm);*/
/*  border-radius: var(--border-20);*/
/*  margin: var(--spacing-40) 0;*/
/*}*/
#event-deatail-main-section .main-box .event-bg-box {
  border-radius: 13px;
  box-shadow: 0px 4px 57px 0px #0000001A;
  margin:0;
  padding:0;
}
#event-deatail-main-section .main-box .event-bg-box .col-lg-8 {
  padding: var(--spacing-24);
}
#event-deatail-main-section .main-box .event-bg-box .event-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  border-radius: var(--border-20);
}
#event-deatail-main-section .main-box .event-bg-box .duration-data {
    display: flex;
    justify-content: space-between;
    /* width: 90%; */
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
@media (max-width:400px){
    #event-deatail-main-section .main-box .event-bg-box .duration-data {
        display: block;
    }
}
#event-deatail-main-section .main-box .event-bg-box .duration-data div {
  margin: var(--spacing-8) 0;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .duration-data-line {
    width: 25px;
    border: 1px solid #00000026;
    rotate: 90deg;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data p {
  margin: 0;
  font-weight: var(--font-semibold);
}
#event-deatail-main-section .main-box .event-bg-box .duration-data img {
  position: relative;
  margin-right: var(--spacing-16);
  z-index: 999;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .date {
  display: flex;
  align-items: center;
  position: relative;
  position: relative;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .date::before {
  border-radius: 10px;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 15px;
  content: "";
  right: 0;
  bottom: 0px;
  background: #c9e9ff;
  z-index: 9;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .fees {
  display: flex;
  align-items: center;
  position: relative;
  position: relative;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .fees::before {
  border-radius: 10px;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 15px;
  content: "";
  right: 0;
  bottom: 0px;
  background: #d2b6ff;
  z-index: 9;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .time {
  display: flex;
  align-items: center;
  position: relative;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .time::after {
  border-left: 1px solid #000;
  opacity: 0.5px;
  position: absolute;
  right: 0;
  height: 100%;
}
#event-deatail-main-section .main-box .event-bg-box .duration-data .time div:first-child::before {
  border-radius: 10px;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 15px;
  content: "";
  right: 0;
  bottom: 0px;
  background: #ffe2ab;
  z-index: 9;
}
#event-deatail-main-section .main-box .event-bg-box h2 {
  font-size: var(--heading-4);
  line-height: var(--lh-4);
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-family: var(--font-content);
}
#event-deatail-main-section .main-box .event-bg-box p.content-deatails {
  font-size: var(--content);
  line-height: var(--lh-content);
  color: var(--txt-clr);
  font-weight: var(--font-medium);
}
#event-deatail-main-section .main-box .event-bg-box p{
  font-size: 16px;
  line-height: 24px;
  color: var(--txt-clr);
  font-weight: var(--font-normal);
  text-align:center;
}
#event-deatail-main-section .embed-responsive-16by9 .embed-responsive-item{
    border-radius:30px;
}
/***********************
    UPCOMING COURSES
***********************/
/***** COURSE-DURATION ****
#course-duration {
  position: relative;
  background: linear-gradient(180deg, #ffffff 30.98%, #f0f0f0 100%);
  padding-bottom: var(--spacing-80);
}
#course-duration .counter-outer-blk {
  background: var(--white-clr);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-top: -70px;
  border-radius: var(--border-20);
}
@media (max-width: 768px) {
  #course-duration .counter-outer-blk {
    margin-top: -24px;
  }
}
#course-duration .counter-outer-blk .counter-title {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--font-medium);
  line-height: var(--lh-content-md);
  text-align: center;
  text-transform: uppercase;
  color: var(--txt-clr);
}
#course-duration .counter-outer-blk .course-durection-time {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-5);
  line-height: var(--lh-5);
  text-align: center;
  color: var(--txt-clr);
  text-align: center;
  margin: auto;
  display: block;
}
#course-duration .counter-outer-blk .counter_content {
  padding: var(--spacing-32) var(--spacing-24);
}
@media (max-width: 768px) {
  #course-duration .counter-outer-blk .counter_content {
    padding: var(--spacing-16) 0;
  }
}
#course-duration .col-lg-3 {
  border-left: 1px solid var(--tertiary-clr-200);
}
#course-duration .col-lg-3:first-child {
  border-left: 0;
}
#course-duration .cta-fill-btn {
  margin: auto;
  display: block;
  position: relative;
  margin-top: -25px;
}
@media (max-width: 568px) {
  #course-duration .cta-fill-btn {
    margin-top: -11px;
  }
}
#course-duration h3 {
  text-align: center;
  font-weight: var(--font-bold);
  font-size: var(--heading-3);
  line-height: var(--lh-3);
  margin-top: var(--spacing-48);
}
#course-duration p {
  text-align: center;
  font-size: var(--content);
  line-height: var(--lh-content);
  margin-bottom: 0;
}*/
/***** bb-course-line *****/
#new-course-sec .course-card-homepage .bb-course-line {
  border: 1px solid var(--tertiary-clr-300);
  margin: var(--spacing-8) 0;
}

#new-course-sec {
    background: var(--gradient-clr);
    overflow: hidden;
    padding: var(--spacing-80) 0;
}
a, button {
    outline: medium none;
}

a, .button, button {
    transition: 0.3s;
}
a {
    cursor: pointer;
}
a, button {
    text-decoration: none;
}
#new-course-sec .course-card-homepage {
    margin: auto;
    display: block;
    max-width: 350px;
     height: 100%;
    background: var(--white-clr);
    position: relative;
    box-shadow: var(--shadow-sm);
    border-radius: var(--border-20);
    overflow: hidden;
}
.course-card-homepage {
    background: #fff;
    position: relative;
    box-shadow: var(--shadow-sm);
    border-radius: 20px;
    overflow: hidden;
}
#new-course-sec .card-img-box {
    position: relative;
    overflow: hidden;
}
#new-course-sec .course-card-homepage .badge-ornge {
    width: -moz-max-content;
    width: max-content;
    padding: 0 var(--spacing-8);
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: var(--font-bold);
    font-size: var(--content-ssm);
    background: var(--primary-clr-500);
    border-radius: 5px;
    color: var(--txt-clr);
}

.course-card-homepage .badge-ornge {
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 700;
    font-size: 14px;
    background: #f58634;
    border-radius: 5px;
    letter-spacing: 1.2px;
    color: var(--txt-clr);
}
#new-course-sec .course-card-homepage .badge-ornge p {
    margin: 0;
    font-weight: var(--font-bold);
    font-size: var(--content-sm);
    line-height: var(--lh-content-sm);
}

.course-card-homepage .badge-ornge p {
    margin: 0;
}
p {
    font-size: var(--content);
    font-family: var(--font-content);
    font-weight: var(--font-regular);
    line-height: var(--lh-content);
    color: var(--title-clr);
}
#new-course-sec .course-card-homepage img {
    width: 100%;
    height: 152px;
    -o-object-fit: cover;
    object-fit: cover;
}
.course-card-homepage img {
    width: 100%;
    height: 152px;
    -o-object-fit: cover;
    object-fit: cover;
}#new-course-sec .card-img-box::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.07%, rgba(255, 255, 255, 0.816126) 63.69%, var(--white-clr) 91.14%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}
.card-img-box::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33.07%, rgba(255, 255, 255, 0.816126) 63.69%, #ffffff 91.14%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
/*****************************
    HEADER : COURSES DROPDOWN
******************************/
/******** Dropdown Sider Link ********/
#header-main .navigation-main-box .nav-pills .nav-link {
    position: relative;
    color: var(--font-color);
    /* text-align: center; */
    font-size: var(--content-sm);
    border-radius: 0;
    padding: var(--spacing-4);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    /* padding-left: 29px; */
    padding: 10px 29px;
}
/****************************
    THANK YOU PAGE CSS
*****************************/
#gradient-clr-thankyou {
    padding: var(--spacing-128) 0;
    background: linear-gradient(180deg, #fff 0%, #e9e9e9 100%);
    position: relative;
    overflow: hidden;
}
#gradient-clr-thankyou .shape {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    top: 2%;
    width: 100%;
}
#gradient-clr-thankyou h1 {
    position: relative;
    z-index: 99;
    color: var(--subtitle-clr);
}
#gradient-clr-thankyou h1 span {
    color: var(--primary-clr-500);
}
#our-mission-comunity {
    padding: var(--spacing-80);
    position: relative;
    background: var(--gradient-clr);
}
#gradient-clr-thankyou #our-mission-comunity .community-box {
    /*background: transparent;*/
    padding: var(--spacing-40) var(--spacing-20);
    border-radius: var(--border-32);
}

#our-mission-comunity .community-box {
    background: var(--secondary-clr-500);
    padding: var(--spacing-40) var(--spacing-20);
    border-radius: var(--border-32);
}
#gradient-clr-thankyou #our-mission-comunity .c-image {
    max-width: 350px;
    margin: auto;
    display: block;
}
#gradient-clr-thankyou #our-mission-comunity ul {
    padding: 0px;
    margin-left: 20px;
}
#gradient-clr-thankyou p {
    position:relative;
    z-index:99;
}

#our-mission-comunity ul {
    padding: 0px;
    margin-left: 20px;
}
li {
    list-style: none !important;
}
/*#gradient-clr-thankyou #our-mission-comunity li {*/
/*    list-style-type: disc;*/
/*    font-family: var(--font-content);*/
/*    font-style: normal;*/
/*    font-weight: var(--font-bold);*/
/*    font-size: var(--content);*/
/*    line-height: var(--lh-content);*/
/*    color: var(--txt-clr);*/
/*    margin: 0;*/
/*    padding: var(--spacing-4) 0;*/
/*}*/

#our-mission-comunity li {
    list-style-type: disc;
    font-family: var(--font-content);
    font-style: normal;
    font-weight: var(--font-bold);
    font-size: var(--content);
    line-height: var(--lh-content);
    color: var(--white-clr);
    margin: 0;
    padding: var(--spacing-4) 0;
    position:relative;
}
.community-box .cta-fill-btn {
    background: linear-gradient(90deg, #ffd464 0%, #f58634 100%);
    box-shadow: var(--shadow-md);
    border-radius: var(--border-12);
    font-family: var(--font-content);
    position: relative;
    left : 25%;
    font-weight: var(--font-bold);
    font-size: var(--content-md);
    width: -moz-fit-content;
    width: fit-content;
    line-height: var(--lh-content-md);
    padding: var(--spacing-12) var(--spacing-40);
    align-items: center;
    color: var(--white-clr);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
/***** COURSE SECTION*****/
#gradient-clr-thankyou #our-mission-comunity {
    position: relative;
    background: transparent;
}
#our-mission-comunity .c-image {
    max-width: 350px;
    margin: auto;
    display: block;
}
#new-course-sec {
    background: var(--gradient-clr);
    overflow: hidden;
    padding: var(--spacing-80) 0;
}

.ptb_tp_60 {
    padding-top: 60px;
}
h2.title {
    text-align: center;
    font-weight: var(--font-bold);
    line-height: var(--lh-3);
    font-size: var(--heading-2);
    color: var(--subtitle-clr);
    margin-bottom: var(--spacing-32);
}
.title {
    /*font-size: 41px;*/
    font-weight: 700;
    color: #f58634;
}
h2.title span {
    color: var(--primary-clr-500);
}
h3.subtitle {
    text-align: center;
    margin: 0 auto var(--spacing-8) auto;
    font-size: var(--heading-5);
    color: var(--subtitle-clr);
    line-height: var(--heading-5);
    font-weight: var(--font-bold);
    margin-bottom: var(--spacing-56);
}
#new-course-sec .row.bg-box-image {
    margin: var(--spacing-56) auto;
}
#new-course-sec .row.bg-box-image {
    background: linear-gradient(180deg, var(--white-clr) 0%, #f3f3f3 100%);
    border-radius: 30px;
    border: 1px solid #b8b8b8 !important;
    max-width: 1200px;
    margin: auto;
    display: block;
    overflow: hidden;
}
#new-course-sec .row.bg-box-image {
    background: linear-gradient(180deg, var(--white-clr) 0%, #f3f3f3 100%);
    border-radius: 30px;
    border: 1px solid #f3f3f3 !important;
    max-width: 1200px;
    margin: auto;
    display: block;
}
#new-course-sec .row.bg-box-image a {
    text-decoration: none;
}
a.list-group-item.list-group-item-action.active {
    color: var(--white-clr) !important;
    background-color: var(--primary-clr-500) !important;
}
a.list-group-item {
    border-radius: var(--border-8);
    font-family: var(--font-content);
    font-style: normal;
    font-weight: var(--font-semibold);
    font-size: var(--content);
    line-height: var(--lh-content);
    text-align: left;
    color: var(--white-clr);
    background: 0 0;
    border: 0;
    font-family: var(--font-content);
    font-style: normal;
    font-weight: var(--font-bold);
    margin: 3px auto;
    text-align: left;
    color: var(--txt-clr);
    border-radius: 0.25rem;
}

#new-course-sec .course-scroll {
    border-left: 1px solid #b8b8b8 !important;
}

#new-course-sec .course-scroll {
    padding: 30px;
}
#new-course-sec .course-scroll {
    position: relative;
    height: 700px;
    overflow: auto;
}
/***** MOBILE CARD *****/
.new-title {
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 64px;
    text-align: center;
    color: var(--tertiary-clr-500);
}
.new-title span {
    color: var(--primary-clr-500);
}
#new-home-mobile-card .card {
    border: 0;
}
#new-home-mobile-card .card .card-header {
    border-top: 0px solid #d1d7dc;
    border-radius: 0;
    padding: 0;
    border-bottom: 0px solid #d1d7dc;
    background-color: transparent !important;
    border: 0;
}
#new-home-mobile-card .collapsible-links[aria-expanded=true] {
    color: var(--white-clr) !important;
    background: #ff8a2a;
    padding: 10px;
    border-radius: 7px;
    color: var(--txt-clr) !important;
    color: var(--white-clr) !important;
    background: #ff8a2a;
    padding: 10px;
    border-radius: 7px;
}
#new-home-mobile-card .card-header-text {
    font-size: 16px;
    color: var(--txt-clr);
    font-weight: 600;
    margin-bottom: 10px;
}
#new-home-mobile-card .collapsible-links {
    padding: 10px;
}
#new-home-mobile-card a {
    text-decoration: none !important;
}
#new-home-mobile-card .card-body {
    border-radius: 0 0 12px 12px;
    background: #fff;
}
.scrollspy-example {
    height: 600px;
    position: relative;
    overflow: auto;
}
#new-course-sec .course-card-homepage {
    height: 100%;
}
#new-course-sec .course-card-homepage {
    margin: auto;
    display: block;
    max-width: 350px;
    background: var(--white-clr);
    position: relative;
    box-shadow: var(--shadow-sm);
    border-radius: var(--border-20);
    overflow: hidden;
}
#new-course-sec .card-img-box {
    position: relative;
    overflow: hidden;
}

.card-img-box {
    position: relative;
    overflow: hidden;
}
#new-course-sec .course-card-homepage .badge-ornge {
    width: -moz-max-content;
    width: max-content;
    padding: 0 var(--spacing-8);
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: var(--font-bold);
    font-size: var(--content-ssm);
    background: var(--primary-clr-500);
    border-radius: 5px;
    color: var(--txt-clr);
}
.course-card-homepage .badge-ornge {
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 700;
    font-size: 14px;
    background: #f58634;
    border-radius: 5px;
    letter-spacing: 1.2px;
    color: var(--txt-clr);
}
#new-course-sec .course-card-homepage .badge-ornge p {
    margin: 0;
    font-weight: var(--font-bold);
    font-size: var(--content-sm);
    line-height: var(--lh-content-sm);
}
.course-card-homepage .badge-ornge p {
    margin: 0;
}
@media (max-width: 768px) {
    .course-card-homepage .badge-ornge p {
        width: -moz-max-content;
        width: max-content;
        padding: var(--spacing-4) var(--spacing-20);
        position: absolute;
        right: 0;
        top: 0;
        font-weight: var(--font-semibold);
        font-size: var(--content-ssm) !important;
        background: var(--primary-clr-500);
        border-radius: var(--border-8);
        color: var(--white-clr);
    }
}
#new-course-sec .course-card-homepage .card-content-sec .box {
    padding: 0 var(--spacing-20);
}
#new-course-sec .card-tagline p {
    font-family: var(--font-content);
    font-style: normal;
    font-weight: var(--font-regular);
    font-size: var(--content);
    line-height: var(--lh-content);
    color: var(--txt-clr);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 768px) {
    .card-tagline p {
        font-size: var(--content-ssm);
        line-height: var(--lh-content-sm);
        text-align: left;
    }
}
#new-course-sec .course-card-homepage .bb-course-line {
    border: 1px solid var(--tertiary-clr-300);
    margin: var(--spacing-8) 0;
}

.course-card-homepage .bb-course-line {
    border: 1px solid #dad7d7;
    margin: 10px 0;
}
#new-course-sec .course-detail {
    display: flex;
    justify-content: start;
    padding-bottom: var(--spacing-8);
}

.course-detail {
    display: flex;
    justify-content: start;
}
.course-detail .duration {
    font-family: var(--font-content);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: var(--primary-clr-500);
}
#new-course-sec .course-detail .duration p {
    font-family: var(--font-content);
    font-style: normal;
    font-weight: var(--font-bold);
    font-size: var(--content-sm);
    line-height: var(--lh-content-sm);
    color: var(--primary-clr-500);
}

#new-course-sec .type p {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: var(--font-bold);
}
.course-detail p {
    margin: 0;
}
/************************************* 
    SEMINAR PAGE CSS - 8/5/21  11:20
**************************************/
/***** SEMINAR BANNER *****/
#seminar-banner {
    position: relative;
}
.seminar-banner img {
    -webkit-clip-path: ellipse(95% 100% at top);
    clip-path: ellipse(95% 100% at top);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
}
#seminar-banner .row {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}
#seminar-banner .webinar-banner-title ul {
    text-align: center;
    position: relative;
}
#seminar-banner .webinar-banner-title li {
    font-family: var(--font-title);
    font-style: normal;
    font-weight: var(--font-bolder);
    font-size: var(--heading-3);
    line-height: var(--lh-3);
    display: inline-flex;
    align-items: center;
    color: var(--white-clr);
    padding: 0 var(--spacing-16);
}
#seminar-banner .webinar-banner-title li::after {
    position: absolute;
    content: "";
    border: 2px solid var(--primary-clr-500);
    height: 45px;
    left: 49%;
    top: 15px;
}
.seminar-pb {
    position: relative;
    margin-top: -200px;
}
@media (max-width: 568px) {
    .seminar-pb {
        position: relative;
        margin-top: -100px;
    }

}
/*.btm-space a.cta-fill-btn {*/
/*    margin-top: -30px;*/
/*}*/
.location-vector-icon{
    position: absolute;
    left: 88%;
    bottom:15%;
}
.seminar-main-box {
    position: relative;
    margin-top: -320px;
}
#webinar #web-line-bg .webinar-content {
    padding-bottom: var(--spacing-80);
}
#register-form #location {
    position: relative;
    padding: var(--spacing-80) 0;
}
#register-form #location .col-md-8 {
    position: relative;
}
#register-form #location .br-box {
    box-shadow: var(--shadow-lg);
    border: 10px solid var(--txt-clr);
}
#register-form .flex-location {
    position: relative;
    display: flex;
    margin-top: var(--spacing-20);
    justify-content: center;
}
#register-form .bb-line-event {
    width: 100%;
    height: 5px;
    background: orange;
    margin-top: 20px;
}
#register-form i-frame{
    Width :884px;
    Height: 412px;
}

/***********************************
    About Us - Udyogwardhini info
***********************************/
 .service-banner {
	 background-repeat: no-repeat;
	 background-position: top center;
	 background-size: cover;
	 position: relative;
	 z-index: 1;
	 height: 400px;
	 display: flex;
}
.service-banner #banner-conten {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.service-banner .section_heading {
  text-align: center;
  width: 100%;
  padding: 0px;
}
.service-banner #banner-animation-conten {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: var(--tertiary-clr-500);
}
#about-udyogwardhini {
  background: var(--secondary-clr-500);
  padding: var(--spacing-56) 0;
}
#about-udyogwardhini .about-udyogwardhini-details {
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #about-udyogwardhini .about-udyogwardhini-details {
    margin: var(--spacing-16);
  }
}
#about-udyogwardhini .about-udyogwardhini-details h3 {
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-2);
  font-family: var(--font-title);
  text-align: center;
  color: var(--white-clr);
}
#about-udyogwardhini .about-udyogwardhini-details h6 {
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  text-align: center;
  margin: 0;
  padding: 0;
  color: var(--white-clr);
}
#aboutcompanyinfo {
  padding: var(--spacing-80) 0 0;
  background: var(--gradient-clr);
}
#aboutcompanyinfo p{
  text-align:justify;
}
.udyog-info .section_heading h2 {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-bold);
  /*font-size: var(--heading-3);*/
  /*line-height: var(--lh-3);*/
  color: var(--txt-clr);
  margin-bottom: var(--spacing-40);
  text-align: center;
}
.udyog-info .section_heading h2 span {
  color: var(--primary-clr-500);
}
.udyog-info.vision-mission-content p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--heading-5);
  line-height: var(--lh-5);
  text-align: center;
}
.vision-mission-point-blk {
  padding: 55px 40px 55px;
  text-align: center;
  background: var(--white-clr);
  border: 1px solid var(--txt-clr);
  border-radius: var(--border-20);
  max-height: 100%;
  height: auto;
  height: 100%;
  transition: all 0.5s;
  /*margin-bottom: var(--spacing-40);*/
  display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 568px) {
  .vision-mission-point-blk {
    padding: 36px 25px 36px 25px;
  }
}
.vision-mission-point-blk img {
  height: 68px !important;
}
.vision-mission-point-blk h5 {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-md);
  line-height: var(--lh-content);
  text-align: center;
  color: var(--txt-clr);
  margin-top: var(--spacing-16);
}
.vision-mission-point-blk p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--content-md);
  line-height: var(--lh-content-md);
  text-align: center;
  color: var(--primary-clr-500);
  margin-top: var(--spacing-8);
}
.vision-mission-point-blk:hover {
  box-shadow: 3px 4px 5px 2px rgba(0, 0, 0, 0.15);
  border-radius: var(--border-20);
  border: none;
  cursor: pointer;
}
.threestyle-btn li {
  display: inline-block;
  background: var(--primary-clr-500);
  transition: all 0.5s;
  border: 1px solid var(--primary-clr-500);
  border-radius: 30px;
  padding: var(--spacing-12) var(--spacing-24);
  margin: auto;
}
.threestyle-btn li a {
  color: var(--white-clr);
}
.threestyle-btn li:hover {
  background: var(--white-clr);
  border: 1px solid var(--primary-clr-500);
}
.threestyle-btn li:hover a {
  color: var(--primary-clr-500);
}
#vision-mission {
  background:url(../img/aboutpage-bg-img.svg) top left no-repeat;
  background-size: cover;
  
}
#about-tileline {
  background-attachment: fixed;
}
.timeline ul {
  padding: 50px 0;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
  transition: background 0.5s ease-in-out;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  border-radius: var(--border-20);
  background: var(--white-clr);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li div p {
  color: var(--txt-clr);
  text-align: left;
  margin-bottom: var(--spacing-8);
  position: relative;
  margin-left: 20px;
}
.timeline ul li div p::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 8px;
  position: absolute;
  left: -20px;
  color: var(--primary-clr-500);
}
.timeline ul li:nth-child(odd) div {
  left: 45px;
  transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(odd) div::before {
  left: -8px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}
.timeline ul li:nth-child(even) div {
  left: -439px;
  transform: translate3d(-200px, 0, 0);
}
.timeline ul li:nth-child(even) div::before {
  right: -11px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}
.timeline ul li.in-view::after {
  background: var(--white-clr);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 6px 10px 2px #56340033;
}
time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--primary-clr-500);
  text-align: start;
  margin-bottom: 8px;
}
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.timeline-rhombus ul li::after {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.timeline-rhombus ul li div::before {
  bottom: 12px;
}
.timeline-star ul li::after {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.timeline-heptagon ul li::after {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -9px;
    border-width: 8px 16px 8px 0;
    border-color: transparent var(--white-clr) transparent transparent;
  }
}

/** End **/

/***********************************
    Events Page Css
***********************************/
    .watch-more-on-youtube {
        margin: auto;
        display: block;
        position: relative;
        margin-top: -20px;
        box-shadow: var(--shadow-md);
        border-radius: 50px;
        /* margin-top: var(--spacing-24); */
        font-family: var(--font-content);
        position: relative;
        font-weight: var(--font-bold);
        font-size: var(--content-md);
        width: -moz-fit-content;
        width: fit-content;
        line-height: var(--lh-content-md);
        padding: var(--spacing-8) var(--spacing-40);
        align-items: center;
        color: var(--white-clr);
        background-color: var(--primary-clr-500);
        transition: all 0.2s ease;
        box-shadow: var(--shadow-sm);
        border: 1px solid var(--primary-clr-500);
    }
    .watch-more-on-youtube:hover {
        /*background: linear-gradient(90deg, #f58634 0%, #ffd464 100%);*/
        background: var(--white-clr);
        box-shadow: none;
        color: var(--primary-clr-500);
        border: 1px solid var(--primary-clr-500);
    }
    
    /* Additional style for the button if needed */
    .btn-event-sec {
        padding: 0px;
        height: 38px;
        line-height: 38px;
        border: 1px solid rgba(207, 216, 220, .3);
        margin: 12px;
        border-radius: 4px;
        background-color: #e88c3c;
        font-size: 15px;
        padding: 0 15px;
        margin: 10px auto;
        font-weight: 600;
        display: block;
        color: #fff;
        font-weight: 500;
    }
    
    .btn-event-sec:hover {
        color: #fff;
    }
/** End **/


/**********************************
    Event Page Css
***********************************/
    #new-course-sec .course-card-homepage {
    height: 100%;
}
#new-course-sec .card-img-box {
    position: relative;
    overflow: hidden;
}
#new-course-sec .course-card-homepage .card-content-sec .box {
    padding: 0 var(--spacing-20);
}
#new-course-sec .course-card-homepage h3 {
    font-family: var(--font-content);
    font-style: normal;
    z-index: 99;
    position: relative;
    margin-top: -35px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--txt-clr);
}
#new-course-sec .course-card-homepage .card-content-sec .box {
    padding: 0 var(--spacing-20);
}
#new-course-sec .course-detail p {
    margin: 0;
}

#new-course-sec .type p {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: var(--font-bold);
}
#new-course-sec .type p::before {
    position: relative;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 8px;
    line-height: 8px;
    margin-right: 6px;
    color: #21ff45;
}
/** End **/

.syllabus-middle-content h3 {
    text-align: center;
    font-weight: var(--font-bold);
    font-size: var(--heading-3);
    line-height: var(--lh-3);
    margin-top: var(--spacing-48);
}
/*.syllabus-middle-content p {*/
/*    text-align: center;*/
/*    font-size: var(--content);*/
/*    line-height: var(--lh-content);*/
/*    margin-bottom: 0;*/
/*    padding: 30px 30px 30px 30px;*/
/*    border-radius: 30px;*/
/*    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);*/
/*    margin-left: 52px;*/
/*    font-weight: var(--font-bold);*/
/*}*/
.syllabus-middle-content p {
    text-align: center;
    font-size: var(--content);
    line-height: var(--lh-content);
    margin-bottom: 0;
    padding: 10px 30px 10px 30px;
    margin-left: 52px;
    font-weight: var(--font-bold);
}
/**********************
MAIN PAGE SERVICES CSS
**********************/
    #service-card-sec {
  position: relative;
  padding: var(--spacing-80) 0;
}
#service-card-sec .col-sm-6 {
  margin-bottom: var(--spacing-32);
}
#service-card-sec .service-card {
  padding: var(--spacing-16);
  border: 1px solid var(--txt-clr);
  border-radius: var(--border-20);
  padding: var(--spacing-20);
  height: 100%;
}
#service-card-sec .service-card h5 {
  font-family: var(--font-title);
  font-weight: var(--font-bold);
  font-size: var(--heading-5);
  line-height: var(--lh-5);
  text-align: left;
  margin-bottom: var(--spacing-12);
  color: var(--primary-clr-500);
}
#service-card-sec .service-card li {
  border-bottom: 1px dashed var(--tertiary-clr-100);
  padding: var(--spacing-12) 0;
  display: flex;
}
#service-card-sec .service-card li:last-child {
  border-bottom: 0;
}
#service-card-sec .service-card li a {
  font-family: var(--font-content);
  font-weight: var(--font-semibold);
  font-size: var(--content-sm);
  line-height: var(--lh-content-sm);
  color: var(--txt-clr);
  position: relative;
  margin-left: 35px;
  transition: all ease;
}
#service-card-sec .service-card li a::before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 5px;
  left: -35px;
  background-repeat: no-repeat;
}
#service-card-sec .service-card li a:hover {
  color: var(--primary-clr-500);
  text-shadow: var(--shadow-sm);
}
#service-card-sec .moretext {
  display: none;
}
#service-card-sec .tp-sp {
  position: relative;
  top: 5px;
  cursor: pointer;
}
/******************************** 
   Eventpage Our Mentors Section
*********************************/
#mentorsec-eventpage {
  background-image: linear-gradient(360deg, #FFFFFF 0.31%, #EFEFEF 48.17%, rgba(217, 217, 217, 0.5) 100%);
  padding-top: var(--spacing-40);
}
#mentorsec-eventpage .item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 440px;
  top: 50px;
}
#mentorsec-eventpage .m-cards {
  align-items: center;
  padding: 20px 25px 10px;
  background: var(--white-clr);
  border-radius: var(--border-20);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  transition: all 2s;
  top: 100px;
  bottom: 60px;
  /*position: relative;*/
  
}
#mentorsec-eventpage .m-cards h5 {
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  text-align: center;
  margin-bottom: 0;
}
#mentorsec-eventpage .m-cards .subtitle {
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: var(--content);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}
#mentorsec-eventpage .m-cards p.designation{
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: var(--content-sm);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}
#mentorsec-eventpage .m-cards img.mentor-bg-shape {
  max-width: 350px;
  position: relative;
  margin-top: -120px !important;
  margin-left: auto;
  display: block;
  left: 35px;
}
#mentorsec-eventpage .m-cards .img-center {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  margin-top: -320px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #mentorsec-eventpage .item {
    margin-bottom: -50px;
  }
}
@media (max-width: 568px) {
  #mentorsec-eventpage .m-cards img.mentor-bg-shape {
    margin-top: -70px !important;
  }
}
@media (max-width: 399px) {
  #mentorsec-eventpage .m-cards .img-center {
    margin-top: -170px;
  }
}
@media (min-width: 370px) and (max-width: 568px) {
  #mentorsec-eventpage .m-cards .img-center {
    margin-top: -326px;
  }
}
#mentorsec-eventpage .meetexpart-inner-blk {
  /*background: url(../img/events/webinar-bg.png) no-repeat;*/
  background-size: cover;
  background-position: top;
}
/******************************** 
   course page Our Mentors Section
*********************************/
#mentorsec-eventpage .upcomingEventsCourseMentor .owl-stage-outer {
  display: flex!important;
  align-items: center!important;
  flex-direction:column!important;
  height: 100% !important;
    /*min-height: 700px !important;*/
    /*overflow-y: auto !important;*/
}
#mentorsec-eventpage .upcomingEventsCourseMentor .owl-stage {
  display: flex;
  align-items: center;
}
#mentorsec-eventpage .upcomingEventsCourseMentor .owl-carousel .caption {
  text-align: center;
}

#mentorsec-eventpage .upcoming_events_mentor .owl-stage-outer,
#mentorsec-eventpage .upcoming_events_mentor .owl-stage,
#mentorsec-eventpage .upcoming_events_mentor .img-responsive{
    /*height: 100vh;*/
    /*object-fit: cover;*/
    overflow:initial;
}

/*****************************
ABOUT -> AWARDS MAIN PAGE CSS
******************************/
/*******************
    AWARDS BANNER
********************/
/*.service-banner #banner-conten {*/
/*  position: relative;*/
/*  z-index: 99;*/
/*}*/


/*********NATIONAL LEVEL********/
#achivmentblk {
  background: var(--gradient-clr-1);
  padding: var(--spacing-80) 0;
}
#achivmentblk .img-gallery-magnific img {
  height: 200px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#achivmentblk .awards-years p {
  font-size: var(--content);
}
#achivmentblk .awards-years {
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  #achivmentblk .awards-years {
    margin-top: 30px;
  }
}
#achivmentblk .awards-years::after {
  content: "";
  width: 1px;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(245, 134, 52, 0) 0%, #999999 31.56%, #999999 72.19%, rgba(245, 134, 52, 0) 100%);
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 1px;
  right: auto;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  #achivmentblk .awards-years::after {
    top: -130%;
    width: 100%;
    right: auto;
    height: 1px;
    bottom: 0;
    margin: auto;
    display: block;
    left: 0;
  }
}
#achivmentblk .awards-years h4 {
  background-color: var(--white-clr);
  color: var(--primary-clr-500);
  position: absolute;
  top: -35px;
  padding: var(--spacing-4) var(--spacing-16);
  right: 0px;
  line-height: 26px;
  -webkit-box-shadow: var(--shadow-md);
  z-index: 9;
  box-shadow: var(--shadow-md);
  border-radius: var(--border-8);
  font-size: var(--content-lg);
}
@media(max-width:768px){
    #achivmentblk .awards-years h4 {
        right: auto;
    }
}
/**********
    AWARDS
***********/
#award {
  position: relative;
}
#award .nav-pills .nav-link {
  width: 100%;
}
#award ul {
  display: flex;
  flex: 1;
}
#award ul .list-group-item {
  position: relative;
  display: flex;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
  padding: 0;
}
#award ul .list-group-item a {
  padding: 10px 5px;
  margin-bottom: 15px;
  color: #000;
  margin: auto;
}
#award .nav-pills .nav-link.active,
#award .nav-pills .show > .nav-link {
  color: var(--white-clr);
  background-color: var(--primary-clr-500);
}
#award .awards-tab-bg {
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  border-radius: var(--border-32);
  padding: var(--spacing-32);
  height: 600px;
  overflow: hidden;
  border: 1px solid var(--tertiary-clr-100);
}
.magnific-img {
  display: inline-block;
  /* width: 32.3%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px 10px;
  background: #ffffff;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 5px 8px rgba(86, 52, 0, 0.15);
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  #award .awards-tab-bg {
    padding: 0;
  }
}
#award .section {
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--spacing-20) var(--spacing-20);
  background: var(--white-clr);
  border-radius: var(--border-12);
  box-shadow: var(--shadow-lg);
  border-radius: var(--border-20);
  margin: var(--spacing-16);
  position: relative;
}
#award .magnific-img img {
  height: 300px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#award h2 {
  font-size: 24px;
}
#award p {
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-regular);
  font-size: var(--content);
  line-height: var(--lh-content);
  text-align: center;
  color: var(--txt-clr);
  padding: var(--spacing-8) 0px;
}
#award .tabs-achivment-img {
  border: 1px solid #000;
  border-radius: 8px;
}
#award .img-box {
  border: 1px solid #000;
}
#award img {
  width: 100%;
}
#award .fancybox__slide {
  z-index: 99999999;
}
#list-example {
  position: sticky;
  top: 0;
  padding: 0;
}
#list-example1 {
  position: sticky;
  top: 0;
  padding: 0;
}
.bg-box-awards {
  display: block;
  background: var(--gradient-clr);
  border-radius: 30px;
  padding: var(--spacing-32);
  height: 635px;
  overflow: scroll;
  border: 1px solid #ddd;
  overflow-x: hidden;
}
.bg-box-awards ul {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex: 1 1 0px;
}
.bg-box-awards ul li {
  margin: var(--spacing-12);
}
.bg-box-awards ul li a {
  background: 0 0;
  font-size: var(--content-sm);
  font-weight: var(--font-regular);
  color: var(--txt-clr);
  line-height: var(--content-sm);
  text-shadow: 0 1px 0 #a2a2a2;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  padding: 16px 16px 16px 16px;
}
a.list-group-item {
  border-radius: var(--border-8);
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-semibold);
  font-size: var(--content);
  line-height: var(--lh-content);
  text-align: left;
  color: var(--white-clr);
  background: 0 0;
  border: 0;
  font-family: var(--font-content);
  font-style: normal;
  font-weight: var(--font-bold);
  margin: 3px auto;
  text-align: left;
  color: var(--txt-clr);
  border-radius: 0.25rem;
}
a.list-group-item.list-group-item-action.active {
  color: var(--white-clr) !important;
  background-color: var(--primary-clr-500) !important;
}
.scrollspy-example {
  height: 600px;
  position: relative;
  overflow: auto;
}
#achivmentbgblk {
  background: linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%);
  padding: var(--spacing-80) 0;
}
#aboutbgblk {
  background: linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%);
  padding: var(--spacing-80) 0;
}
#achivmentlist {
  padding: var(--spacing-40);
}
#achivmentlist ul.bul-list {
  border-radius: var(--border-12);
}
#achivmentlist ul.bul-list li {
  margin-bottom: var(--spacing-16);
  background: var(--white-clr);
  box-shadow: var(--shadow-lg);
  padding: var(--spacing-12);
  align-items: center;
  border-radius: var(--border-16);
  display: flex;
  align-items: center;
}
#achivmentlist ul.bul-list li:hover {
  background: var(--primary-clr-500);
}
#achivmentlist ul.bul-list li:hover p {
  color: var(--white-clr);
}
#achivmentlist ul.bul-list li p {
  font-size: var(--content);
  line-height: var(--lh-content);
  font-weight: var(--font-regular);
  margin: 0;
  font-weight: var(--font-medium);
  border-radius: 20px;
  color: var(--txt-clr);
  display: flex;
  font-family: var(--font-content);
  position: relative;
  margin-left: 32px;
}
#achivmentlist ul.bul-list li p:before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 5px;
  left: -35px;
  background-repeat: no-repeat;
}
/******************************
ABOUT -> FOUNDER PAGE CSS
*******************************/
/**********THE JOURNEY***********/
.btn-orange {
  box-shadow: var(--shadow-md);
  border-radius: 50px;
  margin-top: var(--spacing-24);
  font-family: var(--font-content);
  position: relative;
  font-weight: var(--font-bold);
  font-size: var(--content);
  width: -moz-fit-content;
  width: fit-content;
  line-height: var(--lh-content);
  padding: var(--spacing-8) var(--spacing-20);
  align-items: center;
  color: var(--white-clr);
  background-color: var(--primary-clr-500);
  transition: all 0.2s ease;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--primary-clr-500);
}
#founder-inner-bg {
  background: var(--gradient-clr);
  padding: var(--spacing-80) 0;
}
#founder-inner-bg .moretext {
  display: none;
}


/****************
    OUR GALLERY
****************/
#our_gallery {
  background: linear-gradient(180deg, #fff0e5 0%, rgba(255, 242, 232, 0) 100%);
  padding: var(--spacing-40) 0;
}
#our_gallery .btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #f58634;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
}
#our_gallery .btn:hover,
#our_gallery .btn .btn-active {
  background: #f58634;
  color: #fff;
  transform: translateY(3px);
}
#our_gallery .gallery img {
  width: 300px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 10px;
}
#our_gallery h1 {
  font-family: var(--font-title);
  font-style: normal;
  font-weight: var(--font-bold);
  font-size: var(--heading-1);
  line-height: var(--lh-1);
  text-align: center;
  margin-bottom: var(--spacing-24);
  color: var(--subtitle-clr);
}
#our_gallery h1 span {
  color: var(--primary-clr-500) !important;
}
#our_gallery .gallery-pic-blk {
  margin-bottom: 20px;
  text-align: center;
}
#our_gallery .gallery {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 25px auto;
}
#our_gallery .btn {
    min-width: 250px;
    display: inline-block;
}
/*************
    ROW CSS
*************/
@media (max-width: 768px) {
  div#btncontainer {
    display: flex;
    align-items: stretch;
    width: -moz-max-content;
    width: max-content;
    overflow-x: scroll;
    width: 100%;
  }
 #our_gallery .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
/************
    BTN CSS
*************/
}
.gallery {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  /* max-width: 1320px; */
  flex-wrap: wrap;
  margin: 25px auto;
  /* gap: 14px; */
}
.gallery a {
  display: flex;
}
.gallery img {
  width: 200px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 10px;
}
.gallery img:hover {
  transform: scale(1.1);
}
.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.accordion-header {
    margin-bottom: 10px;
}


/*************************************** 
    Homepage Sucess story carousel
****************************************/

#success-story .Success-story-carousel.owl-theme .owl-nav [class*=owl-]{
    /*position: absolute;*/
    width: 50px;
    line-height: 42px;
    height: 50px;
    box-shadow: var(--shadow-sm);
    font-weight: var(--font-regular);
    margin: 0 1rem;
    border-radius: var(--border-rouded);
    text-align: center;
    background: var(--white-clr);
    color: var(--txt-clr) !important;
    font-size: 42px;
    z-index:99;
}
#success-story .Success-story-carousel.owl-theme .owl-nav [class*=owl-] span{
    display: inline-block;
    height:50px!important;
}
/******* End ********/

/*************************************** 
    Course Language Section 
****************************************/
#course-language-sec{
    padding:var(--spacing-80);
}
#course-language-sec.parallax {
  /* The image used */
  background-image: linear-gradient(180deg, #f5f5f5 0%, transparent 100%),url(../img/doted-bg.png);
  /* Set a specific height */
  min-height: 350px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#course-language-sec .language-outer-box {
    background: var(--white-clr);
    padding: var(--spacing-32);
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: var(--shadow-sm);
    margin: auto;
    display: block;
    border-radius: var(--border-20);
}
#course-language-sec .langunge-icon {
    color: #fff;
    background: var(--primary-clr-500);
    padding: 10px;
    padding: 5px;
    font-size: 31px;
    width: 52px;
    text-align: center;
    height: 40px;
    line-height: 23px;
    border-radius: 10px;
    margin: auto;
    margin-right: 10px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
#course-language-sec .b-line::before {
    background: #f5821f none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
}

#course-language-sec ul.language li {
  padding: var(--spacing-8);
  background-color:#fce1cc61;
  list-style: var(--lh-content-lg);
  align-items: center;
  border-radius: var(--border-16);
  display: flex;
  align-items: center;
}
#course-language-sec ul.language li p {
  font-size: var(--content);
  line-height: var(--lh-content);
  font-weight: var(--font-regular);
  margin: 0;
  font-weight: var(--font-medium);
  border-radius: 20px;
  color: var(--txt-clr);
  display: flex;
  font-family: var(--font-content);
  position: relative;
  margin-left: 32px;
  /*text-transform: uppercase;*/
}
#course-language-sec ul.language li p:before {
  content: "";
  width: 30px;
  background-image: url(../img/services/learn-icon.png);
  height: 30px;
  position: absolute;
  top: 5px;
  left: -35px;
  background-repeat: no-repeat;
}
/******* End ********/

/******************************** 
   Events page Meet Our Mentors Section
*********************************/
#event-details-meet-the-expert {
  background-image: linear-gradient(360deg, #FFFFFF 0.31%, #EFEFEF 48.17%, rgba(217, 217, 217, 0.5) 100%);
  padding-top: var(--spacing-80);
  
}
#event-details-meet-the-expert .item {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  top: 120px;
}
#event-details-meet-the-expert .m-cards {
  align-items: center;
  padding: 20px 25px 10px;
  background: var(--white-clr);
  border-radius: var(--border-20);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  transition: all 2s;
  top: 20px;
  bottom: 60px;
  position: relative;
  max-width: 450px;
  box-shadow: 0px 5px 8px 0px #56340026;
}

#event-details-meet-the-expert .m-cards h5 {
  color: var(--primary-clr-500);
  font-weight: var(--font-bold);
  font-size: var(--heading-6);
  line-height: var(--lh-6);
  text-align: center;
  margin-bottom: 0;
}
#event-details-meet-the-expert .m-cards .subtitle {
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: var(--content);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
  margin-bottom: var(--spacing-16);
}
#event-details-meet-the-expert .m-cards p.designation{
  font-size: var(--content);
  color: var(--txt-clr);
  font-size: var(--content-sm);
  text-align: center;
  margin: var(--spacing-4);
  font-weight: var(--font-medium);
}
#event-details-meet-the-expert .m-cards img.mentor-bg-shape {
  /*max-width: 350px;*/
  position: relative;
  margin-top: -120px !important;
  margin-left: auto;
  display: block;
  left: 35px;
  top: -70px;
}
/*#event-details-meet-the-expert .m-cards .img-center {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  margin-top: -320px;
  margin-bottom: 15px;
}*/
#event-details-meet-the-expert .m-cards .img-center {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  /*width: 280px;*/
  margin-top: -380px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #event-details-meet-the-expert .item {
    margin-bottom: 80px;
    margin-top: 120px;
  }
  #event-details-meet-the-expert .m-cards {
    top: -70px;
  }
}
@media (max-width: 568px) {
  #event-details-meet-the-expert .m-cards img.mentor-bg-shape {
    margin-top: -70px !important;
  }
  #event-details-meet-the-expert .item {
  top: 50px;
}
}
@media (max-width: 399px) {
  #event-details-meet-the-expert .m-cards .img-center {
    margin-top: -255px;
  }
}
@media (min-width: 370px) and (max-width: 568px) {
  #event-details-meet-the-expert .m-cards .img-center {
    margin-top: -300px;
  }
} 
#event-details-meet-the-expert .owl-carousel .owl-stage-outer{
    overflow:initial;
}
#event-details-meet-the-expert .meetexpart-inner-blk {
  /*background: url(../img/events/webinar-bg.png) no-repeat;*/
  background-size: cover;
  background-position: top;
}
/* ----- carousel buttons css ----- */
#event-details-meet-the-expert .owl-nav {
  display: block !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 38%;
  z-index: 9999;
  display: block !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 38%;
  z-index: 9999;
  bottom: 25px;
}
#event-details-meet-the-expert .owl-theme .owl-nav {
  width: 100% !important;
  position: relative !important;
}
#event-details-meet-the-expert .owl-prev span, #event-details-meet-the-expert .owl-next span {
    position: absolute;
    width: 50px;
    line-height: 42px;
    height: 50px;
    box-shadow: var(--shadow-sm);
    font-weight: var(--font-regular);
    margin: 0;
    padding: 0;
    border-radius: var(--border-rouded);
    right: 0;
    text-align: center;
    /*font-size: var(--heading-1); */
    background: var(--white-clr);
    color: var(--txt-clr) !important;
    font-size: 42px;
}
#event-details-meet-the-expert .owl-prev span {
  left: 30%;
}
#event-details-meet-the-expert .owl-next span {
  right: 30%;
}
@media (max-width: 768px) {
    #event-details-meet-the-expert .owl-prev span, #event-details-meet-the-expert .owl-next span{
        display:none;
    }
}
@media (min-width: 768px) {
  #event-details-meet-the-expert .owl-theme .owl-nav {
    width: 85% !important;
    position: absolute !important;
  }
  #event-details-meet-the-expert .owl-prev span {
    left: -70px;
    display:block;
  }
  #event-details-meet-the-expert .owl-next span {
    right: -70px;
    display:block;
  }
}
@media (max-width: 1199px) {
  #event-details-meet-the-expert .owl-nav {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
}


#Upcoming-events .upcoming_events_carousel.mentor-carousel .owl-stage-outer {
  display: flex!important;
  align-items: center!important;
  flex-direction:column!important;
}
#Upcoming-events .upcoming_events_carousel.mentor-carousel .owl-stage {
  display: flex;
  align-items: center!important;
  flex-direction:column!important;
}
#Upcoming-events  .upcoming_events_carousel.owl-carousel .caption {
  text-align: center;
}

#register-form-modal table tr td::before {
    content:"";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background:-moz-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background:-webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background:linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    width:100%;
    display:block;
}
/*.readmoreAbsBottom {*/
/*  position:fixed;*/
/*  bottom:10px;*/
/*  left:0;*/
/*  right:0;*/
/*  padding-bottom:10px;*/
/*}*/

/*.mentorCarousel  .owl-stage-outer {*/
/*    display: flex!important;*/
/*}*/

/*masonry layout Pure CSS*/
/*#masonrywrapper {
	margin: 50px auto;
}
#masonrywrapper .pin {
	display: inline-block;
	margin-bottom:32px;
}
#masonrywrapper #columns #testmonial-video-image .pin {
	display: block;
	margin-bottom:32px;
}
#masonrywrapper #columns {
    column-gap: 32px;
    column-count: 3;
}
@media(max-width:768px){
  #masonrywrapper #columns {
    column-count: 2;
    }  
}
@media(max-width:568px){
  #masonrywrapper #columns {
    column-count: 1;
    }  
}*/

/* General styling for the masonry wrapper */
#masonrywrapper {
    margin: 50px auto;
    max-width: 1200px; /* Adjust as needed */
    padding: 0 16px; /* Optional: Add some padding */
}

/* Styling for columns and pins */
#masonrywrapper #columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}

/* Ensure all pins have a consistent margin */
#masonrywrapper .pin {
    break-inside: avoid;
    margin-bottom: 32px;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
   #masonrywrapper  #columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 568px) {
   #masonrywrapper  #columns {
        grid-template-columns: 1fr;
    }
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    margin: 0 auto!important;
}
/* +Read More - Read Less CSS*/
#summary {
  padding-bottom: 15px;
}
#summary p.collapse:not(.show) {
    height: 130px !important;
    overflow: hidden !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    line-height: 160%;
}
#summary p.collapsing {
    min-height: 130px !important;
}
#summary a{
    color: var(--primary-clr-500);
    font-size: var(--content);
    font-family: var(--font-content);
    font-weight: var(--font-bold);
    margin-top: var(--spacing-12);
    width: -moz-fit-content;
    width: fit-content;
    transition: all 1s;
}
#summary a.collapsed:after  {
    content: 'Read More';
    border-bottom: 2px solid var(--primary-clr-500);
}
#summary a:not(.collapsed):after {
    content: '- Read Less';
    border-bottom: 2px solid var(--primary-clr-500);
}
/*#summary .blur-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: white;
    filter: blur(10px);
    pointer-events: none;
    transition: opacity 0.5s ease;
}*
/*End*/

/************************
   Become An Affiliate
*************************/
#contact {
    position: relative;
    background: linear-gradient(180deg, #ffffff 30.98%, #f0f0f0 100%);
    /*padding: var(--spacing-56) 0;*/
}
#contact h6{
    font-size:var(--content);
    margin-bottom: 0;
    color: var(--primary-clr-500) !important;
}
#contact .btn-icon {
    width: 100%;
    height: 100%;
    max-width: 75px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--primary-clr-500) !important;
}
#contact .btn-icon i{text-shadow: -1px 3px 4px #db5e03 !important;}
#contact p i.fa-phone{font-size:13px;}
#contact p i.fa-whatsapp{font-size:15px;}

.hr-divider{position:relative;}
.hr-divider::before {
    content:"";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -24px;
    background:-moz-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background:-webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    background:linear-gradient(270deg, rgba(0, 0, 0, 0.04) 0.07%, rgba(0, 0, 0, 0.2) 46.76%, rgba(0, 0, 0, 0.04) 100%);
    width:100%;
    display:block;
}
.hr-divider.last-h::before{
  border-bottom: 0px;
  background:transparent;
}
@media(min-width:767.98px){
    .hr-divider::before {
        display:none;
    }
}


