@font-face {
  font-family: 'Gesslight';
  src: URL('./../font/GE_SS_Two_Light.otf') format('opentype');
  font-weight: lighter;
}
@font-face {
  font-family: 'Gess';
  src: URL('./../font/GE\ SS\ Two\ Medium.otf') format('opentype');
  font-weight: normal;
}

body,html
{
  /* display: block; */
  overflow-x: clip!important;
}
p{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
a{
  text-decoration: none!important;
}

.row {
  margin: 0 0 !important;
}
.stepper-title
{
  font-family: 'Titillium Web', sans-serif;
}
.course_card {
  margin: 15px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  transition: 0.25s ease-in-out;
}
.course_card_img {
  max-height: 100%;
  max-width: 100%;
}
.text-danger-light {
  color: #ffc6d4!important;
}
.course_card_img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: 0.25s all;
}
.course_card_img img:hover {
  transform: translateY(-3%);
}
.course_card_content {
  padding: 10px;
}
.course_card_content h3 {
  
  font-size: 18px;
}
.course_card_content p {
 
  text-align: justify;
}
.course_card_footer {
  padding: 10px 16px;
  color: #333;
  font-size: 16px;
}

.course_card {
  
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}

.course-description
{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  font-size: 15px;
}
.course-banner-wrapper
{
   
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.inner-page-banner,
.detail-page-banner
{
  min-height: 340px;
    padding: 140px 0 60px 0;
    display: flex;
    /* align-items: end; */
    position: relative;
}
.course-banner-wrapper .container
{
  position: relative;
  z-index: 1;
 
}
.course-banner-wrapper .container,
.course-banner-wrapper .row
{
  height: 100%;
}
.course-banner-wrapper::before
{
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #2b0d60;
  opacity: 0.6;
}


.courses-tabs .tab-pane h1, h2, h3, h4, h5, h6
{
   font-weight: 700;
}
.courses-tabs .tab-pane table
{
  width: 100%;
}
.c-main-title
{
  font-size: 30px;
  font-weight: 300;
}
.course-location,.course-date
{
  font-size: 16px;
}
.enroll-button
{
  padding: 14px 25px;
  background-color: #ec5f1a;
  font-size: 16px;
  color: #57575b;
    border-radius: 4px;
    font-weight: 500;
}
.enroll-button:hover
{
  color: #57575b;
}
.course-card-title
{
  color: black;
  font-size: 20px;
}
.image img{
  max-width: 100%;
}
.form-floating>.form-select~label
{
  transform: none;
}
.title-lg
{
  font-size: 35px;
  color: #000;
}
.web-navbar
{
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  width: 100%;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 76px 5%;
  z-index: 99;
}
.web-navbar .nav-item .nav-link
{
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-left: 17px;
  padding-right: 17px;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 40px;
}
.egc-mega-menu {
  position: static;
}
.s-course-desc
{
  overflow: hidden;
  max-width: 95%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sub-cat-excerpt
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category-cards .cat-card-title a
{
   color: #57575b;
}
.category-cards
{
  position: relative;
}
.course-count
{
  color: #57575b;
  position: absolute;
  bottom: 8px;
  right: 12px;
}

.mm-list-item li a
{    color: #ffffffc5;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding: 14px 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    gap: 5px;
    transition: all 0.4s;
    position: relative;
}
.mm-sub-item-list
{
  /* opacity: 0; */
  display: none;
  transition: all 0.5s;
}
.mm-sub-item-list li a
{
  padding: 4px 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    align-items: center;
    gap: 3px;
    border-bottom: 1px solid #ffffff26;
    min-height: 55px;
}
.mm-sub-item-list.show-mm
{
    display: flex;
}

/* ////// NEW */

.tab-content-container{
  padding: 20px;
}

.auth-heading{
  height: 85vh;
  min-height: 400px;
}

.auth-logo-image{
  height: 120px;
}

.mm-sub-item-coaching-list, .mm-sub-item-events-list,
.mm-sub-item-events-list, .mm-sub-item-consulting-list,
.mm-sub-item-conference-list{
  display: none;
  border-left: 1px solid #ffffff2b;
}

.mm-sub-item-coaching-list.show-mm, .mm-sub-item-events-list.show-mm,
.mm-sub-item-events-list.show-mm, .mm-sub-item-consulting-list.show-mm,
.mm-sub-item-conference-list.show-mm
{
  display: flex;
}

.sub-menu-img{
  width: 300px;
  border-radius: 5px;
}

.sub-menu-title{
  color: #ffffffc5;
}

.sub-menu-desc{
  color: #ffffffc5;
}

.top-banner-container{
  margin-top: 60px;
}

.why-attend p{
  color: white!important;
  
}


/* ///////////////////////////// */
.mm-sub-item-list li a::before
{
  content: '\F280';
    min-width: 18px;
    height: 25px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 14px;
    color: #ec5f1a;
}
.mm-sub-item-list {
  border-left: 1px solid #ffffff2b;
}
.mm-sub-item-list li a:hover,
.mm-list-item li a:hover,
.mm-list-item li a.active
{
  transform: translateX(7px);
  color: #fff;
  font-weight: 600;
  border-bottom-color: #ffffff6e;
}
.mm-sub-item-list li a:hover:before
{
   color: #fff;
}
.web-navbar .nav-item .dropdown-item
{
  font-size: 14px;
  text-transform: capitalize;
}
.dropdown-item .s-text
{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 5px;
}
.mm-list-item li a .s-count
{
  color: #a5a8aa;
  font-size: 14px;
}
.user-mega-menu li
{
    padding: 10px 0px;
}
.user-mega-menu li a
{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
        text-transform: capitalize;
}
td {
  font-size: 14px!important;
  color: #000;
  font-weight: 400!important;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon
{
  background-color: #ec5f1a!important;
}
.team-size-outline:has(.btn-check:checked) {
  background-color: var(--kt-primary-light)!important;
   border-color: var(--kt-primary);
   color: var(--kt-primary);
 }
 .form-section .form-label{
    font-weight: 500;
     font-size: 15px;
 }
 .summary-img-wrapper img{
  height: 80px;
  object-fit: cover;

 }
 .about-feature-icon i{
  font-size: 40px;
  color: #272817;
  text-shadow: 1px 1px 20px #ec5f1a47;
 }
 .about-feature-icon img
 {
     max-width: 50px;
 }
 .about-feature-h
 {
  font-size: 22px;
  font-weight: 700;
  color: #57575b;

 }
 .about-explore-courses
 {
  color: #ec5f1a;
    border: 1px solid #ec5f1a;
    padding: 12px 24px;
    display: inline-block;
    font-size: 17px;
    border-radius: 5px;
 }
 .about-explore-courses:hover
 {
  color: #fff;
  cursor: pointer;
  background-color: #ec5f1a;
    border-color: #ec5f1a;
 }
 #popular-courses
 {
  padding: 50px 0 80px 0;
  background-color: #eaeaef;
 }
 #register-form label.error
 {
  color: #f1416c;
  padding-top: 5px;
 }
 #register-form input[aria-invalid="true"],#register-form select[aria-invalid="true"]
 {
  border: 1px solid #f1416c;
 }
 #register-form input[aria-invalid="false"],#register-form select[aria-invalid="false"]
 {
  border: 1px solid #2ecc71;
  background-color: #fff;
 }
 .profile-courses .table th
 {
    color: #fff;
 }
 .nav-line-tabs.nav-line-tabs-2x
 {
  border-bottom: 0;
 }
 .counter-wrapper
 {
  padding: 5px 0;
  border-bottom: 1px solid #fefefe33;
    margin-left: 20px;
    margin-right: 20px;
 }
 .course-item img{
  height: 140px;
  object-fit: cover;
  width: 100%;
 }
 .view-course-btn
 {
   color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    background-color: #ef5c0a;
    padding: 7px 16px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 3px;
 }
 .s-register-btn
 {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  background-color: #ef5c0a;
  padding: 7px 16px;
  text-align: center;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 5px;
 }
 .related-schedules
 {
    padding: 20px 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 1%);
 }
 .schedule-fee-wrapper
 {
  background-color: #2d205f0a;
  padding: 20px 15px;
 }
 .view-course-btn:hover,.s-register-btn:hover
 {
  color: #ffffff;
 }
 .web-navbar
 {
  background-color: #0000001a;
 }
 .payment-wrapper
 {
  background-color: #f6f6f6;
 }
 .summary-wrapper
 {
  background-color: #2b0d61;
 }
 .payment-gate
 {
  margin-top: 20px;
  margin-bottom: 60px;
 }
 .live-streaming
 {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ec5f1a;
 }
.live-streaming .h-lg,.live-streaming p{
  color: #fff;
}

.roll-up {
  overflow: hidden;
  position: relative;
  color: #ffffffa8;
}
.roll-up > span {
  display: inline-block;
  position: relative;
}
.roll-up > span:nth-child(1) {
  transition-delay: 0.03s;
}
.roll-up > span:nth-child(2) {
  transition-delay: 0.06s;
}
.roll-up > span:nth-child(3) {
  transition-delay: 0.09s;
}
.roll-up > span:nth-child(4) {
  transition-delay: 0.12s;
}
.roll-up > span:nth-child(5) {
  transition-delay: 0.15s;
}
.roll-up > span:nth-child(6) {
  transition-delay: 0.18s;
}
.roll-up > span:nth-child(7) {
  transition-delay: 0.21s;
}
.roll-up > span > span {
  display: inline-block;
  transition: 0.6s cubic-bezier(0.7, 0.01, 0.37, 1);
  transition-delay: inherit;
}
.roll-up > span > span:nth-child(1) {
  position: relative;
}
.roll-up > span > span:nth-child(2) {
  position: absolute;
  transform: translateY(100%);
  left: 0;
  color: #fff;
}



.play-button {
  display: inline-block;
  width: 55px;
  height: 55px;
  transition: 0.5s;
}
.play-button svg {
  overflow: visible;
}
.play-button .polygon {
  fill: #ef773d;
  transition: transform 0.5s, fill 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0.01, 0.37, 1);
  transform-origin: 50% 50%;
}

.card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 200px;
  padding: 20px;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  background-size: cover;
  cursor: pointer;
}
.card:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); */
}
.card .card__content {
  z-index: 1;
}
.card .card__content .card__content--description {
  position: absolute;
  bottom: 14px;
  text-align: left;
  max-width: 175px;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -14px);
}
.card:hover .play-button {
  transform: scale(1.1);
}
.card:hover .play-button .polygon {
  transform: translateZ(0px) rotate(90deg);
  fill: #ec5f1a;
}
.card:hover .roll-up > span > span:nth-child(1) {
  transform: translateY(-100%);
}
.card:hover .roll-up > span > span:nth-child(2) {
  transform: translateY(0);
}
.register-btn
{
  color: #fff;
  background-color: #2b0d60;
  padding: 12px 28px;
  border-radius: 5px;
  font-size: 14px;
}
.register-btn:hover{
  color: #fff;
}
.play-button .play-icon
{
  fill: #fff;
}
/* custom video controll */

.modal-dialog {
  max-width: 1000px;
  margin: 30px auto;
}

.modal-body {
position:relative;
padding:0px;
}
#popular-courses .btn-close,
.media-gallery-model .btn-close {
  position: absolute;
  right: -23px;
  top: 0;
  background-color: #ec5f1a;
  padding: 6px;
  border-radius: 0;
}

/* testimonial slider styles */
.testimonial-section
{
  padding-top: 60px;
    padding-bottom: 110px;
    background-color: #f6f6f8;
}

.all-categories-list
{
  overflow-y: auto;
  max-height: 256px;
}
.sd_scroll {
	height: auto;
    max-height: 250px;
    overflow: auto;
}
	
.slideshow {
    position: relative;
   
}

button.slick-next.slick-arrow,button.slick-prev.slick-arrow  {
    position: absolute;
    bottom: -24px;
    right: 22px;
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}
button.slick-prev.slick-arrow 
{
  right: 45px;
}
button.slick-next.slick-arrow::before,
button.slick-prev.slick-arrow::before
{
  position: absolute;
  cursor: pointer;
  font-size: 30px;
  font-family: bootstrap-icons !important;
  color: #ed6624;
  transition: all 0.3s;
}
button.slick-next.slick-arrow::before
{
  content: '\F138';
}
button.slick-prev.slick-arrow::before
{
  content: '\F12F';
}
button.slick-next.slick-arrow:hover::before,
button.slick-prev.slick-arrow:hover::before
{
  color: #f5a47b;
}
.pagingInfo {
    position: absolute;
    bottom: 0;
    z-index: 999;
}
.sdCustomSliderHeadig {
    color: #57575b;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: center;
}
.sdCustomSliderBtn{
    display: inline-block;
    text-decoration: none;
    background: #E31C3A;
    color: #fff;
    padding: 12px 25px;
    margin-top: 30px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}
.sdAllContent{
	width:85%;
	margin:auto;
  margin-top: 20px;
}
.thumbnail img {
  height: 65px;
  width: 65px;
  object-fit: cover;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
    border: 2px solid #ec5f1a;
}
.content{
  position: relative;
	display:block !important;
	margin: 8px;
    border-radius: 5px;
  background: #fff;
  min-height: 340px;
  background-image: url("/assets/media/icons/quote1.png"), url("/assets/media/icons/quote2.png");
  background-position: top 15px left 20px, bottom 7% right 20px;
  background-repeat: no-repeat;
  background-size: 40px, 40px;
  z-index:3;
}
.section-light-bg
{
  background-color: #f6f6f8;
}
.categories_section
{
  margin-top: -6px;
    padding: 70px 0;
}
.cat-card
{
  background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0 7px 8px 0;
    border-radius: 3px;
    padding: 15px;
    min-height: 156px;
}

.why-attend *
{
  color: #fff;
  font-size: 14px;
}
.SdClientName {
    text-align: center;
    color: #ec5f1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	margin-top: 15px;
}
.SdClientDesc {
    text-align: center;
    color: #57575b;
    font-size: 14px;
    line-height: 1.4em;
	margin-bottom: 10px;
}
.link-primary
{
  color: #ec5f1a;
}
.testimonial-wrapper
{
  max-width: 900px;
  margin: auto;
}
.banner-heading
{
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

/* style for moblile */
@media (max-width:576px){

/* // NEWW */

.nav-line-tabs .nav-item .nav-link{
  margin:10px 0;
}

.tab-content-container{
  padding: 20px 5px;
}

.hide-on-mobile{
  display: none;
}

.table-icons{
  display: none;
}

.s-course-schedules{
  padding: 7px!important;
}
.auth-heading{
  min-height:0;
}

.auth-logo-image{
  height: 70px;
}

.login-h{
  font-size: 24px!important;
}

.login-desc
{
  font-size: 12px !important;
}

.inner-circle{
  width: 140px!important;
  height: 140px!important;
}

.in-circle-content {
  font-size: 12px !important;
  
}

.half-circle-right{
  width: 344px !important;
  height: 178px !important;
}

.events-and-conf{
  padding-left: 10px!important;
  padding-right: 10px!important;
  padding-bottom: 200px !important;
}

.events-and-conf-img{
  position: absolute;
  right:-50px;
  bottom: 0;
  z-index: 0;
  width: 300px;
}

.mobile-consulting-container{
  padding-top: 40px;
  padding-bottom: 40px;
}

.ct-icon-wrap {
  padding: 40px 15px!important;
  border-left: 0px!important;
  height: 145px!important;
}

.detail-page-banner {
  padding: 145px 0 50px 0;
}

.events-tab-wrapper{
  padding: 30px 15px!important;
}

.service-description{
  padding-left: 0!important;
  margin-top: 20px;
}

.events-tab-content p{
  font-size: 12px;
}

.top-banner-container{
  margin-top: 10px;
}

/* //////////////////// */



.sd_scroll {
    height: auto;
    overflow: auto;
	max-height:240px;
}

.thumbnail, .btnNtxt{
	width: 100% !important;
    display: block !important;
}

}
/* scroll bar */
/* total width */
.sd_scroll::-webkit-scrollbar {
    background-color:transparent;
    width:6px;
}

/* background of the scrollbar except button or resizer */
.sd_scroll::-webkit-scrollbar-track {
    background-color:transparent;
}
.sd_scroll::-webkit-scrollbar-track:hover {
    background-color:transparent;
}

/* scrollbar itself */
.sd_scroll::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    
}
.sd_scroll::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
}
.content.testimonial-content
{
  padding-top: 20px;
}

.banner-btn
{
  line-height: 1;
  background-color: #ec5f1a;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
}
.banner-btn:hover{
  color:#fff;
}
.view-all-btn
{
  background-color: #ec5f1a;
  color: #fff;
  padding: 13px 35px;
  border-radius: 5px;
}
.view-all-btn:hover{
  color: #fff;
}
.navbar-dark
{
  background-color: #57575b;
  opacity: 1;
  position: relative;
}
.section-dark-bg
{
   background-color: #57575b;
}

.summary-wrapper .card-footer
{
  border-top: 1px solid #f8ff631f;
}
.summary-wrapper .card-header 
{
  border-bottom: 1px solid #f8ff631f;
}
.summary-wrapper .card-header  h2
{
  color: #fff;
}
.summary-content-wrapper p,.summary-content-wrapper h5,.summary-wrapper .card-footer p
{
      color: #fff;
}
.summary-content-wrapper .badge-light-success
{
  background-color: #f9d724;
  color: #57575b;
  border-radius: 2px;
}
.course-pagination .small.text-muted
{
   font-size: 12px;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
  color: #1f1d0e;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number,
.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check
{
  color: #ec5f1a;
}
.btn.btn-primary
{
  color: #ffffff;
  background-color: #ec5f1a;
  text-transform: capitalize;
}
.btn.btn-primary .svg-icon, .btn.btn-primary i,.btn.btn-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-primary:hover:not(.btn-active),
.btn-check:active+.btn.btn-primary .svg-icon, .btn-check:active+.btn.btn-primary i, .btn-check:checked+.btn.btn-primary .svg-icon, .btn-check:checked+.btn.btn-primary i, .btn.btn-primary.active .svg-icon, .btn.btn-primary.active i, .btn.btn-primary.show .svg-icon, .btn.btn-primary.show i, .btn.btn-primary:active:not(.btn-active) .svg-icon, .btn.btn-primary:active:not(.btn-active) i, .btn.btn-primary:focus:not(.btn-active) .svg-icon, .btn.btn-primary:focus:not(.btn-active) i, .btn.btn-primary:hover:not(.btn-active) .svg-icon, .btn.btn-primary:hover:not(.btn-active) i, .show>.btn.btn-primary .svg-icon, .show>.btn.btn-primary i
{
  color: #ffffff;
}
.btn-check:active+.btn.btn-primary, .btn-check:checked+.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show>.btn.btn-primary
{
  background-color: #ec5f1a;
  color: #fff;
}
.stepper-multistep .btn.btn-light-primary
{
   background-color: #1f1d0e;
   color:#ec5f1a;
}



.hover-border {
  position: relative;
  cursor: pointer;
}

.hover-border::before {
  top: 0;
  left: 0;
}
.hover-border::after {
  bottom: 0;
  right: 0;
}
.banner-content
{
  padding: 106px 0 25px 0;
  position: relative;
}

.feature-wrapper
 {
  padding: 30px 20px 20px 30px;
  background-color: #f6f6f8;
  border-radius: 6px;
  box-shadow: 0px 4px 12px #00000007;
 }
 .feature-wrapper:hover
 {
  background-color: #f6f6fb;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  box-shadow: 0px 4px 12px #0000001f;
 }
 
 button#remove_participant i,button.addmore-participents[onclick="add_participant()"] i
 {
  color: #fff;
 }
 .footer-bottom {
  background-color: #2b0d60;
  
}
input::placeholder
{
  font-size: 13px!important;
}
::-moz-placeholder {
  font-size: 13px;
} 
:-moz-placeholder {
  font-size: 13px;
} 
:-ms-input-placeholder {
  font-size: 13px;
} 
.hover-border:hover .feature-wrapper>*
{
  position: relative;
}
button.addmore-participents[onclick="add_participant()"] {
  background-color: #2d205f;
  color:#fff;
}
button#remove_participant {
  background-color: #ef5c0a;
  color:#fff;
}
.main-banner-text
{
  position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    transform: translate(0%, -55%);
    z-index: 9;
}

.main-banner-text h2 {
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
}
.main-banner-text h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.main-banner-text p {
  font-size: 20px;
  color: #ffffff;
  margin: 10px 0px 40px;
}
.video-slider
{
  width: 100%;
    min-height: 80vh;
}



.video-slider .slick-dots
{
  list-style: none;
  position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -5%);
    padding-left: 0;
}

.video-bg,.video-banner-img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.video-slider .video-bg,
.video-slider .video-banner-img
{
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slider .slick-current .video-bg,
.video-slider .slick-current .video-banner-img
{
  clip-path: circle(150% at 0 50%);
  transition: 1s ease;
  transition-property: clip-path;
}

.video-slider .slick-dots li button
{
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}
.video-slider .slick-dots li
{
  display: inline-block;
  margin: 0 0.55rem;
}
.video-slider .slick-dots li.slick-active button {
  background-color: #ec5f1a;
}
.login-h
{
  color: #ec5f1a;
  font-size: 35px;
}
.video-bg::before
{
  content: '';
     position: absolute;
     background-color: #00000013;
     left: 0;
     bottom: 0;
     height: 100%;
     width: 100%;
}
.video-slider .img-overlay
{
  height: 100%;
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  background: -moz-linear-gradient(rgb(0 0 0 / 36%) 1%,rgb(0 0 0 / 13%) 100%);
  background: -webkit-linear-gradient(0deg,rgb(0 0 0 / 36%) 1%,rgb(0 0 0 / 13%) 100%);
  background: linear-gradient(0deg,rgb(0 0 0 / 36%) 1%,rgb(0 0 0 / 13%) 100%);
}
.login-main-heading
{
  font-size: 35px;
  font-weight: bold;
  color: #57575b;
}
.form-select option
{
  color: #57575b;
}
.form-select
{
  font-size: 14px;
    color: #57575b;
    text-transform: capitalize;
}
 input[type="radio"]
{
  appearance: none;
  height: 20px;
  width: 20px;
  padding: 2px;
  border: 3px solid #ee5f1a;
  border-radius: 50%;
}
 input[type="radio"]:checked
{
  background-color: #ee5f1a;
    background-clip: content-box;
}
.payment2 hr
{
   margin-left: 10px;
   margin-right: 10px;
}
.register-coursetext
{
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.login-desc
{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.btn-link:hover
{
  color: #ec5f1a;
}
/* navbar css */
.navbar-toggler
{
  border: none;
 
}
.navbar-toggler:focus
{
  box-shadow: none;
}
.navbar-toggler i{
  font-size: 35px;
  color: #fff;
}
.nav-color-light .navbar-toggler i
{
   color: #2b0d61;
}
.web-navbar .offcanvas-header .btn-close
{
  background: none;
  width: auto;
  height: auto;
  
}
.web-navbar .offcanvas-header .btn-close i
{
  font-size: 35px;
  color: #fff;
}
.reg-user-table thead
{
  background-color: #ef5c0a;
}
.color-primary-yellow
{
  color: #ef5c0a;
}
.gia-mega-menu .dropdown-menu li a i
{
  font-size: 14px;
}
.gia-mega-menu .dropdown-menu li a:hover i
{
  color: #ef5c0a;
}
.dropdown-menu.mega-menu {
  border-radius: 0;
}
.category-icon
{
  padding: 12px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 20px;
    min-width: 140px;
    max-width: 74px;
}
.gia-mega-menu .mega-menu
{
  padding-top: 25px;
  padding-bottom: 25px;
}
.schedule-detail-list
{
  padding-left: 0;
  min-height: 135px;
}
.home-popular-courses .schedule-detail-list
{
    min-height: 60px;
}

.schedule-detail-list li
{
 list-style: none;
 padding: 2px 4px;
}
.schedule-detail-list li:first-child
{
  padding-top: 0;
}
.schedule-detail-list li i{
  color: #57575b;
  font-size: 15px;
}
.schedule-small-image
{
    background-color: #fff;
    padding: 3px;
    border-radius: 2px;
    margin-right: 15px;
    margin-top: 6px;
    text-align: center;
}
.course-detail-page
{
  background-color: #e9ebee;
}
.tabs-wrapper .tab-content
{
  background-color: #fff;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link
{
  border-color: transparent;
  background: #fff;
    color: #2d205f;
  padding: 14px 15px 14px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: -4px;
  margin-right: 10px;
  margin-left: 0;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item
{
  text-align: center;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active
{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 500;
    padding: 14px 15px 14px 15px;
    background: #2d205f;
    color: #fff;
   
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active:hover{
  background: #2d205f;
  color: #fff;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover
{
  border-color: transparent;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link i
{
   color: #2d205f;
   font-size: 15px;
   position: relative;
    top: 1px;
    padding-right: 3px;
    transition: all 0.4s;
}
.mission-list
{
   font-size: 16px;
}

.course-detail-page .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link i
{
  color: #794ba0;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover i
{
   color: #de581e;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active i,
.course-detail-page .nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover i
{
  color: #ef5c0a;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover
{
  background: #2d205f;
  color: #fff;
}
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover span
{
  color: #fff;
}
.company-self-tab.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link
{
  background: #f1f1f1;
  color: #000;
  padding: 7px 15px 5px 15px;
}
.company-self-tab.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active
{
  background: #2d205f;
  color: #fff;
}
.company-self-tab.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover span
{
   color: #000;
}
.company-self-tab.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active:hover span
{
   color: #fff;
}
.schedules-wrapper
{
   list-style: none;
   padding-left: 0;
   margin: 0;
}
.other-schedules {
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #ef5c0a!important;
  box-shadow: rgb(0 0 0 / 5%) 0 7px 8px 0;
}
.schedules-wrapper li
{
  padding: 2px 4px;
}
.schedules-wrapper li i
{
   color: #ef5c0a;
}
.schedules-fees {
  background-color: #2d205f;
  color: #fff;
  border-radius: 3px;
}
#c-related-schedules .courses .row
{
  background-color: #2d205f0a;
  padding-left: 10px;
  padding-bottom: 20px;
}
.fee-wrapper
{
  padding: 12px;
  background-color: #ef5c0a;
  border-radius: 2px;
  border: 1px dashed;
}
.discount-link
{
  color: #fff;
  font-weight: 500;
}
#navbar_top.nav-color-light
{
  position: relative;
  background-color: #fff;
}
#navbar_top.nav-color-light .navbar-brand.light-logo
{
   display: none;
}
#navbar_top .navbar-brand
{
  padding-top: 10px;
  padding-bottom: 10px;
}
#navbar_top .navbar-brand.dark-logo
{
  display: none;
}
#navbar_top.nav-color-light .navbar-brand.dark-logo
{
   display: block;
}
#navbar_top.nav-color-light .nav-item .nav-link
{
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
.table td, .table th, .table tr
{
  text-transform: capitalize;
}
.registration-header
{
  background-color: #2b0d60;
  padding: 12px 10px;
  color: #fff;
}
.price-badge
{
  background-color: #ef5c0a;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px;
  color: #fff;
}
.registration-steps
{
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.registration-fields-wrapper
{
  border-radius: 2px;
  overflow: hidden;
}
.c-details-title {
  font-size: 14px;
}
.btn-main
{
  background-color: #ef5c0a;
    color: #fff;
    border-radius: 2px;
}
.btn-main:hover
{
  background-color: #ef5c0a;
  color:#fff;
}
.cat-card img
{
  min-width: 100px;
  max-width: 100px;
  height: 100%;
  min-height: 100px;
  object-fit: contain;
  margin-right: 20px;
}
/* progress bar css */
.all-categories-list
{
  border-left: 1px solid #ffffff11;
}
.all-categories-list li a
{
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ffffff26;
  padding: 4px 0;
  display: flex;
  min-height: 48px;
  align-items: center;
  transition: 0.3s;
}
.all-categories-list li a:hover,.all-categories-list li a.active
{
   color: #f8f8f8;
   background-color: #4b317870;
}
.all-categories-list li a::before
{
  content: '\F280';
    min-width: 18px;
    height: 25px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 14px;
    color: #ec5f1a;
    margin-top: 7px;
}


.bg-color-purple
{
  background-color: #2b0d60;
}
.bg-color-dark-gray
{
  background-color: #57575b;
}
.table-striped>tbody>tr
{
  --bs-table-accent-bg: transparent;
  border: 1px solid #f1f1f1;
}
.page-banner-wrapper
{
  background-size: cover;
  min-height: 650px;
}
.about-page-banner-wrapper
{
  background-size: cover;
  background-position: top right;
}
.search-box
{
  background-color: #f3f2f2;
}
.nav-line-tabs.nav-line-tabs-about .nav-item .nav-link,
.nav-line-tabs.nav-line-tabs-about .nav-item .nav-link:hover
{
  background-color: #fff;
  box-shadow: 2px 3px 15px #0000000d;
    padding: 9px 15px 9px 15px;
    color: #000;
    border-radius: 3px;
    border-bottom: 0;
    margin: 0;
    margin-left: 15px;
    text-transform: capitalize;
}
.nav-line-tabs.nav-line-tabs-about
{
  border: 0;
}
.nav-line-tabs.nav-line-tabs-about .nav-item .nav-link.active
{
  background:#ef5c0a;
  color: #fff;
}
.nav-line-tabs.nav-line-tabs-about .nav-item .nav-link i
{
      display: inline-block;
      margin-right: 5px;
      color: #000;
}
.nav-line-tabs.nav-line-tabs-about .nav-item .nav-link.active i
{
  color: #fff;
}
.s-course-schedules-title
{
  font-size: 13px;
}
.s-course-schedules-title i
{
  color: #ef5c0a;
  font-size: 18px;
}
.s-course-schedules
{
  padding: 15px;
    background-color: #f3f2f2;
}
p{
  margin-bottom: 0;
}
.s-course-title a{
  color:#57575b;
}
.sv-btn {
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 3px;
}
.whishlist-btn
{
  background-color: #fff;
  color: #ec5f1a;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 3px;
  transition: all 0.3s;
}
.whishlist-btn i
{
  color: #ec5f1a;
}
.whishlist-btn:hover
{
  background-color: #ec5f1a;
  color: #fff;
}
.whishlist-btn:hover i
{
   color: #fff;
}



.sv-btn.sv-register-btn,.sv-btn.lv-outline-btn
{
  background-color:#2b0d60;
  color: #fff;
}
.sv-btn.sv-enquiry-btn
{
  background-color:#57575b;
  color: #fff;
}
.sv-btn.sv-outline-btn
{
  background-color:#ef5c0a;
  color: #fff;
  text-transform: capitalize;
}

.s-course-title
{
  font-size: 17px;
}
.top-banner-content {
  font-size: 15px;
}
.lv-schedules:nth-child(even)
{
  background-color:#f3f2f2;
}
/* homepage css */
.h-video-slider video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-btns {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    left: 50%;
    bottom: 8%;
    transform: translate(-50%, -8%);
}
.slide-btn {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.slide-btn.active {
  background: #ffdc25;
}
.slide-btn:not(:last-child) {
  margin-right: 20px;
}
.slide-btn:hover {
  transform: scale(1.2);
}

.h-lg
{
  font-size: 30px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #57575b;
}
.about-img-before
{
  position: relative;
}
.about-img-before::before
{
  content: '';
   width: 96%;
   height: 100%;
   position: absolute;
    border-radius: 6px;
    left: 0%;
    bottom: -5%;
    z-index: 0;
   background-color: #ec5f1a;

}
.about-img-before img{
  position: relative;
}

/* About us page */
.why-choose-wrapp {
  padding: 50px;
  background-color: #2a0d60b5;
  color: #fff;
}
.why-choose-wrapp p
{
   letter-spacing: 1px;
}

.radialProgressBar
{
  border-radius: 50%;
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  display: -webkit-box;
  border: 1px solid #a5a8aa;
}

.progress-1 {
  background-image: linear-gradient(-33deg, #ddd0 50%, transparent 50%), linear-gradient(130deg, #a5a8aa 50%, #8b6d6d00 50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.radialProgressBar .overlay {
  border-radius: 50%;
  min-width: 33px;
  min-height: 33px;
  max-width: 33px;
  max-height: 33px;
  margin: auto;
  background: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #a5a8aa;
  font-weight: 500;
  border: 1px solid #a5a8aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.obj-points-text
{
  color: #a5a8aa;
  font-size: 14px;
}
.obj-feature-box {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 160px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.obj-feature-box::after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: #ec5f1a;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.obj-feature-box:hover::after
{
   width: 100%;
}

.obj-feature-box:hover
{
  cursor: pointer;
}
.obj-feature-box:hover .radialProgressBar,.obj-feature-box:hover .radialProgressBar .overlay
{
  border: 1px solid #ec5f1a;
  color: #ec5f1a;
}
.obj-feature-box:hover .progress-1
{
  background-image: linear-gradient(-33deg, #ddd0 50%, transparent 50%), linear-gradient(180deg, #ec5f1a 50%, #8b6d6d00 50%);
}
.obj-feature-box:hover .obj-points-text
{
   color: #ec5f1a;
}
.gia-objective 
{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.gia-objective::before
{
  content: ' ';
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 65%);
}
.obj-h
{
  color: #ec5f1a
}
.social-icons::before
{
  font-family: bootstrap-icons !important;
  color: #2a0d60;
  font-size: 15px;
  line-height: 20px;
}
.socil_item_inner .social-icons::before
{
    color: #fff;
}
/* Add icons using ::before pseudo-element */
a.social-icons[href*="facebook"]::before {
  content: "\f344"; 
}

a.social-icons[href*="twitter"]::before {
  content: "\f5ef"; 
}

a.social-icons[href*="linkedin"]::before {
  content: "\f472"; 
}

a.social-icons[href*="instagram"]::before {
  content: "\f437"; 
}

/* navebar serach */

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.search-overlay-content {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #2b0d60;
  padding: 80px 40px;
  width: 100%;
  box-shadow: 0px 0px 5px -3px rgba(0, 0, 0, 0.5);
}

.search-close-btn {
  position: absolute;
  top: -43px;
  right: 2px;
  font-size: 31px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
}
.search-close-btn:hover
{
  color: #de581e;
}

.navbar a .bi-search
{
  font-size: 19px;
  color: #fff;
  display: inline-block;
  border-left: 1px solid #ffffff54;
  border-right: 1px solid #ffffff54;
  padding-left: 13px;
  padding-right: 11px;
}
.web-navbar .nav-item.lang-switcher .nav-link
{
   padding-right: 0;
   padding-left: 5px;
   font-family: 'Gess';
}
#navbar_top.nav-color-light a .bi-search
{
  color: #000;
  border-left: 1px solid #0000009c;
}
.nav-search-content
{
  max-width: 600px;
  margin: auto;
  position: relative;
}
.search-course-list
{
  color: #fff;
}
.search-course-list ul
{
  padding: 0;
}
.search-course-list ul li
{
  list-style: none;
    padding: 5px 2px;
}
.search-course-list ul li a
{
   color: #ffffffad;
   font-size: 15px;
}
.search-course-list ul li a:hover
{
   color: #fff;
}
.nav-search-content input
{
  background-color: #ffffff2b;
  font-size: 16px;
  border: none;
  border-radius: 0;
  color: #fff;
}
.nav-search-content input::placeholder
{
  font-size: 16px!important;
  color: #ffffffad;
}
.nav-search-content input:focus
{
  background-color: #ffffff0a;
  color: #fff;
}
/* why gia section */

.why-gia
{
  background-color: #2a0d60;
}
.why-gia h3,.why-gia h3
{
   color: #fff;
}
.sub-h
{
  letter-spacing: 1px;
  font-weight: 600;
}
.why-features
{
  text-align: center;
    border: 1px solid #fff;
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.why-inner {
  height: 4.5vw;
    width: 9vw;
  border: 1px solid #de581e;
}
.features-child .col-lg-3:nth-child(odd) .why-features .why-inner
{
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
  border-top: 0;
  position: absolute;
  bottom: 9px;
}
.features-child .col-lg-3:nth-child(even) .why-features .why-inner
{
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border-bottom: 0;
  position: absolute;
  top: 9px;
}
.registration-fields-wrapper 
{
  padding-bottom: 30px;
}
.why-f-title
{
  font-size: 1vw;
  font-weight: 600;
  color: #ec5f1a;
}
.gia-clients,.accreditation
{
  background-color: #dbdbe4;
}
.gia-client
{
  background-color: #fff;
  padding: 10px;
  min-height: 140px;
  text-align: center;
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.accreditation .slick-slide,
.gia-clients .slick-slide
 {
  margin: 0 10px;
}

/* the parent */
.accreditation .slick-list,
.gia-clients .slick-list
 {
  margin: 0 -10px;
}
.gia-client img
{
  max-width: 120px;
  filter: grayscale(100%);
}
.gia-client:hover img
{
  filter: grayscale(0);
  cursor: pointer;
}


/* vission mission section */

.grow
{
  background-size: cover;
  height: 160px;
  position: relative;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
  transition: 1.5s;
}

.grow:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  transition: background 0.5s;
  background: rgb(42, 12, 96, 0.5);
}
.grow:hover:before
{
  background: rgb(42, 12, 96, 0.8);
}
.grow:hover
{
  height: 440px;
}
.vm-content
{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  margin: auto 0;

}
.vm-content .vm-description
{
      text-align: justify;
   opacity: 0;
   display: none;
   transition: opacity 0.5s;
   -webkit-transition: opacity 0.5s;
   transition: 1.5s all;
}
.grow:hover .vm-content .vm-description
{
      text-align: justify;
  opacity: 1;
  display: block;
}
.navbar-nav .egc-mega-menu .dropdown-menu {
  background-color: #2a0d60fa;
}

.web-navbar:has(.dropdown-menu.show)
{
  background-color: #2a0d60f8;
}


/* outline button css */
.outline-btn
{
  color: #ec5f1a;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  padding: 5px 28px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.outline-btn.dark-btn
{
  color: #ec5f1a;
}
.outline-btn.dark-btn::before
{
  border: 1px solid #ec5f1a;
}
.outline-btn.dark-btn .btn-text::before
{
  color: #ec5f1a;
}
.outline-btn::before
{
  content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 1px solid #ec5f1a;
    border-radius: 50px;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #ec5f1a;
}
.btn-text
{
  position: relative;
  transition: opacity .7s ease .8s;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.outline-btn:hover:before
{
  width: 100%;
  background-color: transparent;
}
.outline-btn:hover .btn-text
{
  color: #2b0d61;
}

/* .btn-text::before
{
  content: '\F138';
  position: relative;
  left: 0;
  font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ec5f1a;
    font-family: bootstrap-icons;
    margin-left: -6px;
    margin-right: 6px;
    font-weight: 100;
} */
/* services page */
.services-page
{
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.services-page::before
{
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   top: 0;
   height: 100%;
   background-color: #2a0d60;
   opacity: 0.5;
}
.in-circle-content
{
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
.circles{
  max-width: 400px;
  margin-left: auto;
}
.inner-circle
{
  width: 200px;
  height: 200px;
  border: 3px solid #de581e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.sm-inner-circle
{
  width: 145px;
    height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.half-circle-right
{
  width: 360px;
    height: 180px;
    border-top-left-radius: 22vw;
    border-top-right-radius: 22vw;
    border: 3px solid #ec5f1a;
    border-bottom: 0;
    transform: rotate(90deg);
    position: absolute;
    top: 29%;
    right: 0;

}
.inner-circle:hover
{
  background-color: #ec601a79;
  cursor: pointer;
}
.inner-circle:hover .sm-inner-circle
{
  background-color: #ec5f1a;
}
.orange-overlay::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #ec5f1a;
  opacity: 0.85;
}

.couching-mentoring
{
  background-color: #e6e7e8;
}

.cm-icon-inner-circle img
{
  height: 60px;
   transition: all 0.6s;
}
.cm-icon-inner-circle h3
{
    font-size: 15px;
    color: #ec5f1a;
    margin-top: 10px;
    transition: all 0.5s;
}
.cm-icon-wrap
{
  width: 175px;
    height: 175px;
  border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
}
.cm-icon-wrap:hover
{
  background-color: #ec5f1a;
}
.cm-icon-inner-circle
{
  width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    border: 2px solid transparent;
}
.cm-icon-wrap:hover .cm-icon-inner-circle
{
  border: 2px solid #ee9321;
}
.cm-icon-wrap:hover .cm-icon-inner-circle h3
{
   color: #fff;
}

.cm-icon-wrap:hover img
{
  filter: brightness(0) invert(1);  
}
.video-bg-section
{
  padding: 140px 0;
}
.s-video-bg
{
  width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.s-video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s-video-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2a0d60;
  z-index: 1;
  opacity: 0.65;
}
.ct-section
{
  background-color: #2a0d60;
  position: relative;
    z-index: 1;
}
.ct-icon-wrap
{
  padding: 80px 15px;
  background-color: transparent;
  border-left: 1px solid #eb6124;
  transition: all 0.5s;
  text-align: center;
  min-height: 180px;
}
.ct-icon-wrap h3
{
   margin-top: 15px;
   color: #fff;
 font-size: 16px;
}
.ct-icon-wrap:hover
{
    background-color: #eb6124;
}
.ct-icon-wrap img
{
   height: 70px;
   transition: 0.5s;
   margin: auto;
}
.ct-icon-wrap:hover img
{
  filter: brightness(0) invert(1);
}
.ct-icon-wrap:hover h3
{
   color: #fff;
}
.text-orange
{
  color: #ec5f1a;
}
.orange-bg-color
{
  background-color: #ec5f1a;
}

.p-banner-overlay
{
  position: absolute;
  background-color: #2a0d60;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.dp-banner-text
{
  position: relative;
  z-index: 2;
}
.dp-banner-text h2
{
   color: #fff;
   font-size: 30px;
}
.dp-banner-text p
{
  color: #fff;
}
.sd-h
{
   font-size: 30px;
}
.service-description ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}
.service-description ul li {

  padding: 10px 0;
  border-bottom: 1px solid #d4d5d6;
  align-items: center;
  font-size: 15px;
  color: #57575b;
}
.service-description ul li:before {
  content: '';
  min-width: 11px;
  max-width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  background-color: #babcbe;
}

.service-description ul li ul{
  /* border-bottom: 1px solid #d4d5d6; */
  padding-left: 15px;
}

.service-description ul li ul li:before {
  content: '';
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  background-color: #babcbe;
}

.service-description ul li ul li {
  border-bottom: 0;
}


/* contact us page */
.contact_us
{
  position: relative;
}
.contact_us .container
{
    position: relative;
    z-index: 2;
}
.contact_us
{
  border-radius: 0;
    background-color: #ffffffeb;
}
.img-overlay
{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #2a0d60;
  opacity: 0.5;
   
}
.locations-section
{
  margin-top: -30px;
  position: relative;
  z-index: 3;
}
.location-icon
{
  background-color: #2b0d60;
  height: 45px;
  min-width: 45px;
  max-width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.location-icon img
{
    height: 23px;
}
.c-location-card-wrap
{
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-location-card
{
  display: flex;
  align-items: start;
  justify-content: start;
  font-weight: 500;
}
.c-location iframe
{
  max-width: 100%;
  max-height: 220px;
}


/* events and conference  */
.blog-card .img-wrap {
  height: 160px;
  overflow: hidden;
}
.blog-date
{
  color: #57575b;
}
.blog-h
{
  font-size: 20px;
}
.blog-summary
{
  color: #57575b;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ppost-content .pp-h
{
  color: #57575b;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ppost-h-card
{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background-color: #fff;
  padding: 10px;
}
.ppost-h-card img
{
  height: 110px;
  min-width: 100px;
  max-width: 100px;
  object-fit: cover;
}
.blog-h,.pp-h
{
  font-size: 15px;
}
.blog-h
{
  font-size: 16px;
  color: #57575b;
  letter-spacing: 1px;
}
.read-more-btn
{
     color: #ec5f1a;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
.events-tab-conatiner
{
  overflow: hidden;
  display: block;
  position:relative;
}

.line-connected-with-circles
{
  border: 1px solid #ec5f1a57;
  width: 100%;
  position: absolute;
  top: 25%;
  left: 19%;
  z-index: 9;
  transition: all 2s;
}
.line-connected-with-circles.right
{
  right: 19%;
  left: auto;
}
.line-connected-with-circles::before
{
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ec5f1a;
  transform: translate(-0%, -50%);
}
.events-tab-conatiner.bactive .line-connected-with-circles::before,
.events-tab-conatiner.active .line-connected-with-circles::before
{
  height: 30px;
  width: 30px;
}
.events-tab-conatiner.bactive .line-connected-with-circles::before,
.events-tab-conatiner.active .line-connected-with-circles::before
{
  left: -10px;
}
.line-connected-with-circles.right::before
{
   left: auto;
   right: -15px;
}
.events-tab-conatiner.bactive .line-connected-with-circles.right::before,
.events-tab-conatiner.active .line-connected-with-circles.right::before
{
  left: auto;
  right: -10px;
}

.events-tab-conatiner.active .line-connected-with-circles::after,
.events-tab-conatiner.bactive .line-connected-with-circles::after
{
  content: '';
  position: absolute;
  top: 50%;
  left: -25px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
 background-color: transparent;
  transform: translate(-0%, -50%);
}
.events-tab-conatiner.active .line-connected-with-circles::after,
.events-tab-conatiner.bactive .line-connected-with-circles::after
{
  background-color: #ec601a83;
}
.line-connected-with-circles.right::after,
.events-tab-conatiner.active .line-connected-with-circles.right::after,
.events-tab-conatiner.bactive .line-connected-with-circles.right::after
{
  right: -25px;
  left: auto;
}

.tabs-stretch-section
{
  display: flex;
    align-items: center;
    justify-content: center;
    transition: all 2s;
}
.events-tab-conatiner
{
  width: 50%;
  transition: width 2s ease-in-out;
  -webkit-transition:width 2s ease-in-out;
	-moz-transition: width 2s ease-in-out;
}
.events-tab-conatiner:hover,
.events-tab-conatiner
{
  width: 100%;
}
.events-tab-wrapper
{
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 240px;
  max-height: 240px;
  padding: 40px 50px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
  transition: all 2s;
}
.events-tab-wrapper:hover,
.events-tab-conatiner:hover .line-connected-with-circles
{
  transform: scale(1.05);
}
.events-tab-overlay
{
  position: absolute;
  background-color: #babcbe;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.95;
  transition: all 0.8s;
}
.events-tab-conatiner.active .events-tab-overlay,
.events-tab-conatiner:hover .events-tab-overlay
{
  background-color: #000;
  opacity: 0.55;
}
.events-tab-content
{
  position: relative;
  z-index: 2;
  color: #fff;
}
.events-tab-content h3
{
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   letter-spacing: 1px;
   transition: all 0.9s;
   transform: translateY(0px);
  
}
.events-tab-content h3 i
{
   font-size: 20px;
   color: #fff;
}
.events-tab-content p
{
   height: 0;
   opacity: 0;
   transition: all 0.9s;
}
.events-tab-conatiner.active .events-tab-content p,
.events-tab-conatiner:hover .events-tab-content p
{
  height: auto;
  opacity: 1;
}
.events-tab-conatiner:hover .events-tab-content h3
{
  transform: translateY(-10px);
}


/* media gallery page css */

  .elem, .elem * {
	box-sizing: border-box;
	margin: 0 !important;	
}
.elem {
	display: inline-block;
	font-size: 0;
	border: 6px solid transparent;
	border-bottom: none;
	background: #fff;
	padding: 6px;
	height: auto;
    width: 100%;
	background-clip: padding-box;
}
.elem > span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom:	70%;
	background-size: cover;	
	background-position: center center;
}
.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
	opacity: 0 !important;
}
.lcl_fade_oc.lcl_is_closing #lcl_overlay {
	-webkit-transition-delay: .15s !important; 
	transition-delay: .15s !important;
}

.lightboxcontainer {
  width:100%;
  text-align:left;
}

.lightboxright {
  width: 100%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
.html5lightbox
{
    display: block;
}
.html5lightbox-img
{
    height: 14vw;
    width: 14vw;
    max-width: 100%;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ec5f1a;
    position: relative;
    cursor: pointer;
}
.html5lightbox-overlay
{
   position: absolute;
   height: calc(100% - 10px);
    width: calc(100% - 10px);
   left: 5px;
   top: 5px;
   background-color: #2b0d60;
   opacity: 0.3;
   border-radius: 50%;
   padding: 5px;
}
.html5lightbox-play-icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.html5lightbox-play-icon i
{
    color: #fff;
    font-size: 28px;
}
.html5lightbox-img img
{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    padding: 5px;
    
}
#html5lightbox-watermark
{
	display: none!important;
}

/* pagination css */
.pagination-laravel nav>div:first-child
{
   display: none;
}
.pagination-laravel nav>div:last-child>div:first-child
{
  margin-bottom: 10px;
}
.pagination-laravel nav div span svg
{
   height: 20px;
}
.pagination-laravel nav div span 
{
  box-shadow: none!important;
  display: inline-block;
}
.pagination-laravel nav>div:last-child>div:last-child>span>span,
.pagination-laravel nav>div:last-child>div:last-child>span>a
{
  margin: 3px;
}
.pagination-laravel nav div span[aria-current="page"] span {
  background-color: #de581e!important;
  color: #fff!important;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item
{
  padding-left: 0;
}
/* download center page */
.download-center-table 
{
  background-color: #fff;
  padding: 30px 40px;
}
.download-center-table table th
{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.download-center-table table {
  width: 100%;
  border-collapse: collapse;
}
.download-center-table table thead
{
    background-color: #de581e;
}
.download-center-table table thead>tr th
{
   color: #fff;
}
.download-center-table table th,
.download-center-table table td {
  padding: 10px!important;  
  vertical-align: middle; 
}

.download-center-table table tr:nth-child(odd) td {
  background-color: #f2f2f2; /* Lighter color for odd rows */
}

.download-center-table table tr:nth-child(even) td {
  background-color: #ffffff; /* White color for even rows */
}
.download-thumb img
{
  height: 40px;
  width: 40px;
  object-fit: cover;
}
.table-no-pagination #kt_datatable_example_wrapper .row
{
  display: none;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }

}
@media all and (min-width: 992px) {
    
.container, .container-lg, .container-md, .container-sm
{
    max-width: 95%;
}


}

@media all and (min-width: 1300px) 
{
  .container, .container-lg, .container-md, .container-sm, .container-xl
  {
    max-width: 1290px;
  }
}
@media all and (min-width: 1460px) 
{
  .container, .container-lg, .container-md, .container-sm, .container-xl
  {
    max-width: 1450px;
  }
}

@media all and (min-width: 992px) {
	
	.mega-submenu {
		left: 100%;
	}
	.gia-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
    top: 118px;
		width: 100%;
	}
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    border: 0;
     display: none; 
    margin-top: 1px;
}
.egc-mega-menu .dropdown-menu.mega-menu {
  top: 100%;
  height: auto!important;
}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}

}





@media (max-width: 1024px) 
{

  .web-navbar .offcanvas
  {
    min-height: 100vh;
    background-color: #000000ed;
  }
  .web-navbar .nav-item .dropdown-item,#navbar_top.nav-color-light .nav-item .nav-link
  {
    color: #fff;
  }

  .dropdown-menu div div{
    text-align: left!important;
  }

  .web-navbar.navbar .dropdown ul
{
  position: relative;
  left: 20px;
  background-color: transparent;
  box-shadow: none;
  top: 0!important;
}
.web-navbar .nav-item .nav-link
{
    padding-top: 15px;
    padding-bottom: 15px;
}

}
@media (max-width: 768px) 
{
  .html5lightbox-img
  {
    height: 160px;
    width: 160px;
  }
.light-logo img.h-75px,.dark-logo img.h-75px
{
   height: 50px!important; 
}
.navbar-toggler i
{
  font-size: 26px;
}

  .table-responsive-mobile{
    overflow-x: auto;
    --webkit-overflow-scrolling: touch;
  }

  .banner-heading
  {
    font-size: 30px;
  }
  .why-choose-wrapp
  {
    padding: 40px 25px;
  }
  .why-features
  {
    height: 30vw;
    width: 30vw;
  }
  .why-inner {
    height: 13vw;
    width: 25.5vw;
}
.why-f-title
{
  font-size: 12px;
}
  .video-bg
  {
    min-height: 100vh;
  }
  .course-banner-content-wrapper
  {
    width: auto;
  }
  .main-banner-text h1,.h-lg
  {
    font-size: 33px;
  }
  .main-banner-text h2
  {
    font-size: 25px;
  }
  .main-banner-text p
  {
    font-size: 16px;
  }
  #popular-courses .btn-close,
  .media-gallery-model .btn-close
{
  opacity: 1;
  right: 0;
  z-index: 99;
}
.live-streaming .card
{
  height: 170px;
}
.live-streaming .play-button
{
  width: 42px;
  height: 42px;
}
.c-main-title
{
  font-size: 25px;
}

.course-location, .course-date {
  font-size: 14px;
}
}

@media (max-width: 567px) 
{
  .html5lightbox-img
  {
    height: 120px;
   
  }
  .html5lightbox-overlay, .html5lightbox-img,.html5lightbox-img img
  {
    border-radius: 0;
  }
}