@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0px;
padding: 0px;
}

body {
font-size: 15px;
font-family: "Montserrat", sans-serif!important;
color: #444!important;
font-weight: normal;
line-height: 24px !important;
}
a {
color: #444;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: unset;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
color: #212427;
}

.fs-9 {
font-size: 9px;
}

.fs-10 {
font-size: 10px;
}

.fs-11 {
font-size: 11px;
}

.fs-12 {
font-size: 12px;
}

.fs-13 {
font-size: 13px;
}

.fs-14 {
font-size: 14px;
}

.fs-15 {
font-size: 15px;
}

.fs-16 {
font-size: 16px;
}

.fs-17 {
font-size: 17px;
}

.fs-18 {
font-size: 18px;
}

.fs-19 {
font-size: 19px;
}

.fs-20 {
font-size: 20px;
}

.fs-22 {
font-size: 22px;
}

.fs-24 {
font-size: 24px;
}

.fs-26 {
font-size: 26px;
}

.fs-28 {
font-size: 1.75rem;
}

.shadows {
    box-shadow: 0 7px 8px -1px rgb(160 160 160 / 10%);
    z-index: 9;
}

.bullet ul {
list-style: outside none none;
padding: 0;
}

.bullet ul li {
list-style: outside none none;
margin: 0;
padding: 3px 0 3px 25px;
position: relative;
text-align: left;
width: 100%;
}

.bullet ul li::before {
color: #e85222;
content: "\f00c";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 3px;
text-align: center;
}

 .btn-fancy {
      position: relative;
      overflow: hidden;
      color: #fff;
      font-weight: 600;
      border: none;
    }

    /* Shiny gradient layer */
    .btn-fancy::before {
      content: "";
      position: absolute;
      top: 0;
      left: -150%;
      width: 150%;
      height: 100%;
      background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.6),
        transparent
      );
      animation: shine 9s ease-in-out infinite;
    }

    @keyframes shine {
      0%   { left: -150%; }
      10%  { left: 150%; }  /* shine sweeps across */
      100% { left: 150%; }  /* then waits (gap) */
    }
    .talk-expert .cta {
    padding: 16px 25px;
}


.stat-box {
   position: relative;
}

.stat-box:after {
    position: absolute;
    right: -14px;
    width: 1px;
    height: 36px;
    content: "";
    background: #edcfc2;
    top: 8px;
}
.no-border:after {
  display: none;
}

.big-number {
    font-weight: 700;
    font-size: 19px;
    color: #000;
}
.muted {
    color: #6c757d;
    line-height: 10px;
}
.badge-chip {
    background: linear-gradient(90deg, #ff6838, #e85222);
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 500;
    color: #fff;
    font-size: 11px;
}
.stat-box h5 {
    font-weight: 500;
    font-size: 13px;
    color: #626262;
}

.bg-grey{background: #f8f8f8;}

section {
padding: 50px 0;
position: relative;
}

section h2 {
font-size: 32px;
margin-bottom:0px;
}
.navbar-brand>img {
max-width: 200px;
}

img {
max-width: 100%;
height: auto;
vertical-align: top;
}


.orange {
color: #e85222!important;
}

.latest-noti {
    background: #ffffff;
    padding: 20px 16px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(71, 117, 192, 0.10);
    border: 1px solid #ffc6b4;
}
.latest-noti h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
i.fa-solid.fa-bullhorn {
    background: #e85222;
    padding: 7px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
}
.latest-noti .feature-content {
    height: 95px;
    overflow: auto;
    margin: 10px 0 0 0;
}
#myCarousel23 .carousel-item img {
    border-radius: 10px;
}
.latest-noti.bullet ul li {
    list-style: outside none none;
    margin: 0;
    padding: 7px 0 7px 25px;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
}
.latest-noti.bullet ul li::before {    
    top: 6px;
}

select.form-control {
    --bs-form-select-bg-img: url(https://clsite-file1.s3.amazonaws.com/106960_select-download.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.form-control {
height: 40px;
position: relative;
}
.form-box {
text-align: center;
}

.btnotp
{
background: #e85222;
position: absolute;
right: 5px;
top: 4px;
border: inherit;
padding: 3px 8px;
border-radius: 3px 3px 3px 3px;
color: #fff;
font-size: 14px;
}


/* **********Navbar********* */

/* header */

 .hide-on-scroll {
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .hidden {
    opacity: 0;
    visibility: hidden;
  }

.change {
    position: fixed !important;
    width: 100%;
    transition: all 0.5s ease 0s;
    z-index: 999 !important;
    top: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    left: 0;
    border-radius: 0px !important;
        background: #fff;
}



/* **********Navbar********* */

/********subnav **********/

.sub-nav-region {
  background-color: #054477;
  border-top: none;
  padding: 0;
}

.sub-nav-region .navbar-nav {
  width: 100%;
}

.sub-nav-region .nav-item {
  color: #fff;
  font-weight: 400;
  padding: 0;
  line-height: 40px;
  margin-right: 13px !important;
  font-size: 14px;
}

.sub-nav-region .nav-link {
  color: #fff;
  font-weight: 400;
  padding: 0;
    line-height: 22px;
  background-color: transparent;
  font-size: 14px;
}

.sub-nav-region .nav-item.show > .nav-link {
  background-color: transparent;
}

.sub-nav-region .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    top: calc(100% + 6px);
}

.sub-nav-region .dropdown-item {
  line-height: 1.6;
  padding: 7px 20px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-size: 14px;
  font-weight: 400;
}

.sub-nav-region .dropdown-item:hover {
  background-color: #fff;
  color: #000;
}

.sub-nav-region .nav-link.stu-login {
  border: 1px solid #e85222;
  border-radius: 5px;
  line-height: 23px;
  padding: 0 12px;
  margin-top: 7px;
  background: #e85222;
  color: #fff;
}

.navbar-header > label {
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link.show {
    color: #fff;
}
/* Multi-level dropdown positioning */
.dropdown-submenu1 {
    position: relative
}

.dropdown-submenu1 ul {
    display: none;
    color: #000;
    text-align: left;
    padding: 0
}

.dropdown-submenu1 ul li {
    list-style: none;
    text-decoration: none;
    line-height: 20px;
    color: #000;
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
    font-size: 14px;
    font-weight: 400;
    background: #f5f5f5;
}

.dropdown-submenu1:hover ul {
    display: block;
    text-decoration: none;
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
    margin-left: -1px;
}



.dropdown-submenu1 ul li a {
    text-decoration: none;
    padding: 7px 20px;
    color: #000;
    font-weight: 400;
    display: block;
    white-space: normal;
}

.dropdown-submenu1 ul li a:hover {
    color: #000000
}

.dropdown-submenu1 .dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #000000
}
.caret-sub {
    right: 10px;
    position: absolute;
    top: 13px;
    color: #635e5e;
}
.dropdown-submenu1 .dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 18px;
    rotate: -90deg;
}

/* Searchbar styles */
.searchbar .form-group {
    margin-bottom: 0px;
    margin-top: 5px;
}

.searchbar .form-control {
    box-shadow: none;
    height: 30px;
    border: none;
    padding-right: 10px;
    margin-top: 5px;
    border-radius: 0;
}

.searchbar .fa {
    color: #e85222;
    font-size: 16px;
    margin-top: 6px;
}

li.dropdown.search-right {
float: right;
    margin-right: 0px !important;
    min-width: 280px;
    position: absolute;
    right: 0;
    top: -1px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}

.searchbar {
    position: relative;
}

.searchresult .dropdown {
    z-index: 99999;
    position: absolute;
    top: 35px;
    padding: 0px;
}

.searchresult ul li {
    line-height: 24px;
    list-style: none;
}

.searchresult ul li a {
    background: #f7f7f7;
    display: block;
    padding: 4px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.searchresult ul li a:hover {
    text-decoration: none;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* **********subnav********* */

/* **********banner********* */

.banner-second {
    box-shadow: 3px 3px 16px #504e4e29;
    padding: 15px 15px 30px;
    border-radius: 8px;
    background: #fff4ef;
}

.banner {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 20px;
}
.banner h1 {
    font-size: 32px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
}
.banner h2 {
font-size: 30px;
color: #000;
font-weight: 500;

}

.banner .cta {
min-width: 280px;
}

.cta {
background: #e85222;
border-radius: 10px;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
padding: 10px 20px;
font-weight: 600;
font-size: 16px;
color: #fff;
width: max-content;
}

a.btn:hover {
background-color: #e85222;
border-color: var(--bs-btn-hover-border-color);
color: #fff;
}

.btn:hover {
background-color: #e85222;
border-color: var(--bs-btn-hover-border-color);
color: #fff;
}

/* a.btn.bg-white:hover {
background-color: #ffffff !important;
border: 1px solid #D0D5DD;
color: #344054;
} */

a.btn.bg-white:hover {
background-color: #9d254d !important;
border: 2px solid #9d254d;
color: #fff !important;
}


.bg-white {
    background: #fff;
    color: #212427 !important;
    border: 2px solid #9d254d;
    padding: 9px 20px;
}

.banner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #444;
    margin-bottom: 10px;
    max-width: 100%;
}

.banner p a {
color: #2c6bef;
text-decoration: underline;
}

.program-boxs {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 5px;
    flex: 0 0 auto;
    margin-right: 40px;
}
.program-boxs img {
    width: 130px;
    transition: 0.3s ease;
    border-radius: 50%;
    height: 130px;
}
.program-boxs:hover img {
transform: scale(1.1);
}

.bg-danger-subtle {
    background-color: #e85222 !important;
    padding: 7px 20px;
}
.program-boxs .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgb(232 82 34) !important;
}
.program-boxs h3 {
    font-size: 18px;
    text-align: center;
}
.program-boxs h5 {
text-align: center;
color: #101828;
background: #ffe3d9;
padding: 5px;
border-radius: 0px;
border: 0px;
border-bottom: 2px solid #ffa888;
margin-bottom: 15px;
border-top: 2px solid #ffa888;
}
.no-matter {
    padding:50px 0;
}

.marquee-wrapper {
      overflow: hidden;
      position: relative;
      padding: 0px 0;
    }

    .marquee-content {
      display: flex;
      width: max-content;
      animation: scroll-left 25s linear infinite;
    }

    /* Pause on hover */
    .marquee-wrapper:hover .marquee-content {
      animation-play-state: paused;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

.line-clamp-2 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.pricetbtn {
padding: 0 0px;
}
.cousrs .slick-list, .regular .slick-list, .regular-new .slick-list{
padding-left: 0px !important;
}
.program-offred .testmonials-pull .slick-arrow {
bottom: -20%;
}


/*--------------------------*/
.clar{display: block;}

.nav-tabs-scroll {
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
flex-wrap: nowrap;
}

.nav-tabs-scroll .nav-link {
    display: inline-block;
    white-space: nowrap;
    border: 2px solid #c9c9c9;
    border-radius: 0px;
    color: #8d8d8d;
    padding: 1.3rem 2rem;
}
.nav-tabs-scroll .nav-link.active {
    border: 2px solid #e85222;
    background: #e85222;
    font-weight: 500;
    color: #ffffff;
}
.chart-pie li.nav-item {
    border-bottom: 0px;
}


.chart-container {
max-width: 400px;
}
.highlight-text {
font-size: 1.8rem;
font-weight: bold;
}
.convertt {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}
.logo-text {
position: absolute;
top: 45%;
left: 48%;
transform: translate(-50%, -50%);
font-size: 10px;
color: #fff;
text-align: center;
}





@media (max-width: 576px) {
.tab-content {
padding-top: 1rem;
}
}

/*--------------------------*/

/*---------------Nymber Speak---------------------*/

.impact-bg {
    background-color: #fff4f0;
    margin: 40px 0 0 0;
    border-radius: 25px;
}
.impact-card {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-end;
}
.impact-card .impact-first-card {
    width: 250px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    height: 135px;
    display: flex
;
    overflow: hidden;
    padding: 20px;
    flex-direction: column;
}
.impact-first-card {
    background: var(--color-white-solid, #FFFFFF);
    padding: 16px 20px 16px 65px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 25%;
    margin: 0;
}
.impact-card .impact-first-card i {
    font-size: 17px;
}
.impact-card .impact-first-card b {
    font-size: 35px;

}
.impact-card .impact-first-card b strong {
    color: #EE2C3C;
}

.impact-first-card b strong {
    color: #EE2C3C;
    font-size: 25px;
}
.impact-first-card center {
    position: absolute;
    bottom: -10px;
    right: 0;
    pointer-events: none;
}
.impact-first-card center img {
    width: 65px;
}
.margin-t {
    transform: translate(0px, 30px);
}
.impact-bg .row {
    display: flex;
    align-items: center;
    padding: 40px 40px 70px 40px;
}
/*---------------Nymber Speak---------------------*/

.about-image {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-radius: 20px;
}

.about-image {
    overflow: hidden;
}
.about-image img {
    border-radius: 20px;
}

.three-part {
    box-shadow: 0px 0px 21px rgb(72 72 72 / 10%);
    padding: 20px 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background: #fff;
    min-height: 265px;
}
.three-part:hover {
    border: 1px solid #f26135;
}
.three-part.inner-three {
    padding: 20px 10px;
     min-height: inherit;
}
.zero-logo img {
    max-width: 92px;
    margin-bottom: 15px;
}

.three-part.inner-three .zero-logo img {
    max-width: 40px;
    margin-bottom: 15px;
}
.zero-content-arrow i {
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    color: #f26135;
    border: 1px solid #f26135;
}
.zro-img{    max-width: 80%;}

.contact-info.contact_card {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 30px 20px;
}


/*-------------------------student testimonial====================*/

.student-testimonial{
        position: relative;
}
.student-testimonial .feature-content {
    margin: 0;
    height: 290px;
}
.image {
    position: absolute;
    right: -14px;
    bottom: 0px;
}
.image img {
    width: 280px;
}
.student-testimonial h5 {
    font-size: 20px;
    text-align: right;
    font-style: italic;
}
.name-desc {
    text-align: right;
}
.name-desc p{
line-height: 23px!important;
}
.testimonial-icon {
    position: absolute;
    left: -3px;
    top: -90px;
    z-index: -1;
}
.testimonial-icon i {
    color: #f7f7f7;
    font-size: 120px;
}


.testimonial-card {
    margin: 20px 0;
    position: relative;
    text-align: left;
    padding-right: 260px;
}


@media (max-width: 576px) {
    .testimonial-wrapper {
        flex-direction: row;
        position: relative;
        display: inline-flex;
    }
}


i.fa.fa-star.gry {
    color: #ccc;
}

.star-rating i {
    color: #ffc800;
}

.star-rating {
  position: relative;
  display: inline-block;
    overflow: hidden;
}
.star-rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.7) 50%,
    rgba(255,255,255,0) 100%
  );
  animation: shine 2s infinite;
}

/* Animation */
@keyframes shine {
  0% { left: -100%; }
  100% { left: 100%; }
}

/*-------------------------student testimonial====================*/

.testimonial-container {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 490px;
    margin: 0 auto;
}

.testimonial-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}
        .testimonial {
            position: absolute;
            width: 100%;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            padding: 40px 30px 0;
            transition: transform 2s ease-in-out, opacity 2s ease-in-out;
            opacity: 0;
            transform: translateY(100px) scale(0.9);
            pointer-events: none;
            z-index: 0;
           min-height:430px; 
            overflow: hidden;
        }

        .testimonial.active {
    opacity: 1;
    transform: translateY(0px) scale(1);
    z-index: 6;
    pointer-events: auto;
}

.testimonial.middle {
    opacity: 0.9;
    transform: translateY(-20px) scale(0.96);
    z-index: 5;
}

.testimonial.back {
    opacity: 0.75;
    transform: translateY(-40px) scale(0.93);
    z-index: 4;
}

.testimonial.behind-3 {
    opacity: 0.6;
    transform: translateY(-40px) scale(0.9);
    z-index: 3;
}

/* Optional: Hide the rest if needed */
.testimonial:not(.active):not(.middle):not(.back):not(.behind-3) {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8) translateY(-80px);
    z-index: 0;
}


        .testimonial h3 {
            font-size: 22px;
            margin-bottom: 10px;
        }

.testimonial p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}
.testimonial p span {
    font-weight: bold;
    background: #fbe3d6;
    padding: 5px 10px;
    border-radius: 5px;
    color: #000;
}
.arrow-btn {
    /* position: absolute;
    bottom: -10%;
    transform: translateY(-42%); */
    background: #ffffff;
    color: #e85222;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: background 0.5s ease;
    border: 1px solid #ffc0ab;
}

        .arrow-btn:hover {
            background: #fff;
        }

        /* .prev-btn {
            left: 38%;
        }

        .next-btn {
            right: 38%;
        } */

        .pagination-dots {
            text-align: center;
        }

        .dot {
            display: inline-block;
            height: 12px;
            width: 12px;
            margin: 0 5px;
            background-color: #ccc;
            border-radius: 50%;
            transition: background-color 0.3s ease;
            cursor: pointer;
        }

        .dot.active {
            background-color: #e4552b;
        }

        .test-slide {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* Optional: vertical centering too */
  transform: translate(-50%, -50%);
}

        @media (max-width: 500px) {

         
            .testimonial-container {
                height: 260px;
            }
        }

/*****************scrool top button*******************/
.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999;
  display: none;
}

.progress-circle {
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.progress-circle circle:first-child {
  stroke: #e6e6e6;
}

#progressIndicator {
  stroke: #e85222;
  stroke-dasharray: 125.6; /* 2πr for r=20 */
  stroke-dashoffset: 125.6;
  transition: stroke-dashoffset 0.2s linear;
}

/* Arrow Styling */
.arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #e85222;
  font-weight: bold;
  pointer-events: none;
}    

/*****************scrool top button*******************/

/*---------------------------facilty webinar-------------------*/
.boxes-testmonials {
    box-shadow: 3px 2px 17px rgb(106 103 103 / 12%);
    background-color: #ffffff;
    margin-top: 0px;
    text-align: left;
}
.box-btm {
    padding: 15px;
    position: relative;
}
.box-top h3 {
    font-size: 19px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
.box-btm ul {
  margin: 0px;
  padding: 0px;
}
.box-btm ul li {
    position: relative;
    list-style: none;
    padding: 8px 5px 8px 30px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
}
.box-btm ul li i {
    position: absolute;
    left: 2px;
    top: 12px;
    font-size: 18px;
    color: #5c5c5c;
}

.box-btm .ribbon.round-shape {
    border-radius: 0 30px 30px 0;
}

.ribbon-primary {
    background: #ffc107;
}
.ribbon {
    padding: 3px 30px;
    /* -webkit-box-shadow: 2px 5px 10px rgba(33, 37, 41, .15); */
    /* box-shadow: 2px 5px 10px rgba(33, 37, 41, .15); */
    color: #000;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 2px;
}

/*---------------------------facilty webinar-------------------*/

/*---------------------------mentor-box-------------------*/
.mentor-box {
    position: relative;
    background: linear-gradient(180deg, #e1e1e1d6 50%, #ffffff 70%);
    border-radius: 20px;
    text-align: center;
    box-shadow: 3px 2px 17px rgb(106 103 103 / 12%);
}

.mentor-image {
    position: relative;
    overflow: hidden;
}
.view-details {
    margin-top: 15px;
}
.view-details i {
    transform: rotate(-45deg);
    color: #fff;
    background: #e85222;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    border: 1px solid #e85222;
}
.mentor-box img {


}
.bottom-white-blur {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgb(255 255 255 / 0%));
    z-index: 1;
    pointer-events: none;
}
/*---------------------------mentor-box-------------------*/

.testmonials-pull {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-image: inherit;
position: relative;
padding: 0;
color: #444;
}

.testmonials-pull .slick-prev {
background-image: url(../images/arrow-left.svg);
right: 5%;
left: inherit;
}

.testmonials-pull .slick-next {
background-image: url(../images/arrow-right.svg);
right: 0%;
left: inherit;
}
.testmonials-pull .slick-arrow {
    position: absolute;
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    font-size: 0;
    width: 20px !important;
    /* height: 45px !important; */
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background-size: 25px;
    background-position: center;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: inherit;
    /* border: 1px solid #082645; */
    bottom: -22%;
}
.testmonials-pull .cousrs .slick-arrow {
    bottom: -10%;
}

.slick-slider {
margin: 0 -15px;
}

.slick-slide {
padding: 0px 0;
margin-right: 15px;
margin-left: 15px;
}



.banner .testmonials-pull .slick-arrow
{
position: absolute;
z-index: 9;
border: 0;
background-repeat: no-repeat;
font-size: 0;
width: 45px !important;
height: 45px !important;
padding: 0;
cursor: pointer;
background-color: transparent;
background-size: 25px;
background-position: center;
border-radius: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: inherit;
/* border: 1px solid #082645; */
bottom: -22%;
}
.banner .testmonials-pull .slick-prev {
    background-image: url(../images/arrow-left.svg);
    right: 50%;
    left: inherit;
}
.banner .testmonials-pull .slick-next {
    background-image: url(../images/arrow-right.svg);
    right: inherit;
    left: 50%;
}


/* .banner-content {
    box-shadow: 3px 3px 16px #504e4e29;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
} */

.banner-slide .slick-dots {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    display: block !important;
}

.banner-slide .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px
}

.banner-slide .slick-dots li button {
  /* float: left; */
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: rgb(149 149 149 / 30%);
}


.banner-slide .slick-dots li.slick-active button {
    background-color: #e85222;
    
}
.banner-slide .slick-dots {
    column-gap: 8px;
    margin-top: -37px;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
        z-index: 99 !important;
    position: relative;
}


.top-colleges {
    box-shadow: 3px 2px 17px rgb(106 103 103 / 12%);
    padding: 20px 20px 20px;
    position: relative;
    text-align: center;
    min-height: 460px;
    border-radius: 20px;
    border: 1px solid #ffcbba;
    background: #fff;
}
.top-colleges-icon {
    /* position: absolute;
    transform: translate(-50%, -50%);
    left: 50%; */
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 90px;
    border: 1px solid #ffe2d9;
    top: 0;
    /* box-shadow: 3px 2px 17px rgb(106 103 103 / 12%); */
    margin: 0 auto;
    margin-bottom: 20px;
}
.top-colleges h3 {
    font-size: 18px;
}
.top-colleges-icon img {
    max-width: 60px;
    vertical-align: middle;
}
.bullet .top-colleges ul {
    list-style: outside none none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/* .bullet .top-colleges.frst ul {
    list-style: outside none none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
} */

.bullet .top-colleges ul li::before {
color: #0070c0;
content: "\f00c";
font-family: "FontAwesome";
font-size: 14px;
left: 0;
position: absolute;
top: 3px;
text-align: center;
}
.bullet .top-colleges ul li a{
    color: #0070c0;
}


.top-colleges .btn{
position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}



.video-frame {
  /* box-shadow: 0px 2px 10px 0px #d3d1d1;
  padding: 5px; */
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-frame .youtube-player {
  position: relative;
  padding-bottom: 55.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;
  border-radius: 10px;
}

.video-frame .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.video-frame .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all;
}

.video-frame .youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.video-frame .youtube-player .play {
  height: 50px;
  width: 50px;
  margin-left: inherit;
  margin-top: inherit;
  left: 50%;
  top: 50%;
  position: absolute;
  background: url("../images/play-button.webp") no-repeat;
  cursor: pointer;
  background-size: 50px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.toppers h3 {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}
.toppers h5 {
    color: #e85222;
    font-size: 15px;
    line-height: 24px;
}

.why-choose .slick-list {
padding-left: 0px !important;
}
/* .choose-why .slick-list {
padding: 10px 0 !important;
} */

.why-choose {
padding-bottom: 105px;
}

#back-to-top{display: none!important;}

.accordion-item {
border: none;
border-bottom: 1px solid #e0e0e0;
background: transparent;
}

.accordion-button {
padding: 20px 0;
font-weight: 600;
color: #333;
background-color: transparent;
}

.accordion-button:not(.collapsed) {
color: #333;
background-color: transparent;
box-shadow: none;
}

.accordion-button:focus {
box-shadow: none;
border-color: transparent;
}

.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
padding: 0 0 20px 0;
}

a.btn.cta.w-100 {
text-align: center;
color: #fff!important;
}
.search-container {
position: relative;
}
.search-input {
border-radius: 15px;
padding-left: 40px;
border: none;
background: #f3f3f3;
height: 43px;
font-size: 14px;
min-width: 260px;
}
.search-icon {
position: absolute;
top: 50%;
left: 15px;
transform: translateY(-50%);
color: #888;
}

.mkp-instructors {
z-index: 1;
overflow: hidden;
padding: 100px 0;
}
.mkp-instructors {
position: relative;
background: url(../images/cl-instructor.webp) top left no-repeat;
background-size: cover;
}

.bg-overlay {
    background: linear-gradient(90deg, #000000 30.56%, rgba(5, 47, 43, 0) 96.23%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -72px;
    z-index: -1;
}

/*--------------------------------Choose Program Dynamic----------------------*/

.program-box{
    box-shadow: 3px 3px 16px #504e4e29;
    border: 1px solid #dbd7d7;
    border-radius: 16px;
    padding: 0px 0px;
    margin-top: 0px;
    background: #fff;
    overflow: hidden;
}
.program-box .rectangle-31 img {
    width: 100%;
}
.program-box h6 {
    margin-top: 15px;
}

.program-box h5 {
    text-align: center;
    color: #101828;
    padding: 15px 10px 15px;
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 19px;
    background: #fdf7f7;
}
.program-box strike.setPrice0 {
    padding-right: 5px;
}
.rectangle-31 h5 strong {
    color: #e85222;
    font-size: 22px;
    font-weight: bold;
}
.rectangle-31 h5 strong span {
    color: #000 !important;
}
.program-box .pricetbtn {
    padding: 0 15px;
}
.program-box .pricetbtn .cta {
    width: 100%;
    margin: 10px 0px;
}
.hide {
    display: none;
}
.feature-content {
    height: 190px;
    overflow: auto;
    margin: 15px;
}

.feature-content img {
    height: 20px;
}

.feature-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.feature-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.feature-content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ced0d3;
    border-radius: 10px;
}

.feature-content h4 {
    padding: 8px 0 8px 24px;
    position: relative;
    text-align: left !important;
    width: 100%;
    line-height: 22px;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}

.feature-content h4::before {
    color: #811d3f;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 9px;
}

 .nav-tabs#mainTabs, .nav-pills {
      overflow-x: auto;
      flex-wrap: nowrap;
      white-space: nowrap;
    }
    .nav-tabs::-webkit-scrollbar,
    .nav-pills::-webkit-scrollbar {
      display: none;
    }

    #mainTabContent .nav-pills {
    flex-wrap: wrap;
    border-bottom: 0px;
}

#mainTabs .nav-item .nav-link.active {
    border: 0px;
    border-bottom: 3px solid #e85222;
    font-weight: 600;
    background: none;
    color: #000;
}
#mainTabs .nav-item .nav-link {
    padding: 7px 30px;
    color: #6e6e6e;
    border: none;
    font-weight: 600;
    font-size: 17px;
}

#mainTabContent .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #e85222;
    color: #fff;
}
#mainTabContent .nav-pills .nav-link {
    background: #efefef;
    color: #444;
    min-width: 140px;
    font-weight: 500;
    border-radius: 9.6rem;
}

    .product-max-width{
    max-width: 1000px;
        margin: 0 auto;
    }

    .product-slides .slick-dots {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    display: block !important;
}

.product-slides .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px
}

.product-slides .slick-dots li button {
  /* float: left; */
  margin: 0;
  padding: 0;
  width: 20px;
  height: 10px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 10%;
  background-color: rgb(149 149 149 / 30%);
}


.product-slides .slick-dots li.slick-active button {
    background-color: #e85222;
     width: 25px;
}
/* .product-slides .slick-dots {
    column-gap: 8px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
} */

.product-slides .slick-dots {
    column-gap: 3px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    left: 50%;
}
div#ClassUrl {
    cursor: pointer;
    color: #397fff;
    text-align: center;
    font-weight: 500;
}
/*--------------------------------Choose Program Dynamic----------------------*/

.attene {
    position: relative;
    padding: 0 0 0 20px;
    border-left: 5px solid #f6c6ad;
}

.attene h3 {
  margin-top: 0;
  font-size: 19px;
}

.shadwimg{box-shadow: 0px 0px 21px rgb(72 72 72 / 10%);  border-radius: 15px;}
.fees-zero h3 span {
    border-bottom: 3px solid #f5af98;
}
span.brdrfees {
    border-bottom: 6px solid #f5af98;
    display: inline-block;
}

.fre1 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.fre1 img {
    max-width: 45%;
}

/****************************footer------------------------*/

.footerregion {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.footerregion>div {
    clear: both;
}

.footerregion .backtotop {
    background-color: #485769;
    padding: 8px 0;
    clear: both;

}

.footerregion .footerlinksre {
    background-color: #232f3e;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footerregion .logoregionco {
    border-top: 1px solid #3a4553;
    background-color: #232f3e;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footerregion .companypartreg {
    background-color: #131a22;
    padding: 25px 0 40px 0;
}

.footerregion .companypartreg h2 {
    position: relative;
    padding-bottom: 8px;
    text-align: left;
}

.footerregion .companypartreg h2:before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 104px;
}

.footerregion .companypartreg h2:after {
    background: #e16038 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 40px;
}

.footerregion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerregion .twocolumn li:after {
    display: none;
}

.footerregion .twocolumn li {
    padding-left: 0;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.footerregion h2 {
    margin-top: 0;
    font-family: Roboto, sans-serif;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-align: left;
}

.footerregion a {
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.footerregion a i {
    margin-right: 10px;
}

.footerregion li i {
    margin-right: 5px;
}

.footerregion .panel-group {
    padding: 0;
    margin: 0;
}

.footerregion .panel-group .panel {
    border: 0;
    background-color: transparent;
}

.footerregion .panel-default>.panel-heading {
    border: 0;
    padding: 0;
    line-height: initial;
    border-radius: 0;
    background-color: transparent;
}

.footerregion .panel-default>.panel-heading a {
    font-weight: 400;
    position: relative;
}

.footerregion .panel-default>.panel-heading a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    top: -4px;
    opacity: 0.5;
    transform: rotate(90deg);
    color: #fff;
    position: absolute;
    right: -15px;
}

.footerregion .panel-group .panel+.panel {
    margin-top: 0;
}

.logoregionco ul {
    margin-top: 8px;
}

.logoregionco ul li {
    display: inline-block;
    padding: 0 5px;
}

.logoregionco ul li a {
    font-size: 12px;
    line-height: initial;
}

.companypartreg ul:not(.privcno) li {
    float: left;
    width: 32.66%;
    margin-bottom: 15px;
}

.companypartreg ul:not(.privcno) li:nth-child(7) {
    margin-left: 16.66%;
}

.companypartreg ul:not(.privcno) li a {
    line-height: 1;
    color: #ddd;
}

.companypartreg ul:not(.privcno) li span {
    color: #767676;
    font-size: 11px;
    line-height: 14px;
    display: block;
    font-weight: 400;
}

.footerregion ul.privcno {
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
}

.footerregion ul.privcno li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 12px;
}

.footerregion ul.privcno li a {
    font-size: 12px;
}

.footerlinksre li {
    position: relative;
    padding-left: 0px;
}

.footerlinksre .ft li {
    display: inline-block;
    width: 48%;
}

.footerregion #back-to-top {
    cursor: pointer;
    display: none;

}

.footerregion .glyphicon-chevron-up {
    transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
    -moz-osx-font-smoothing: grayscale;
    left: -9px;
    right: 0;
    top: -5px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
}

/* .logo-ft img {
    padding-bottom: 15px;
} */

.logo-ft p {
    color: #fff;
}



.footer-block {
    background-color: #f7fbff;
    padding: 30px 0;
}

.footer-block ul {
    padding-left: 0;
}

.footer-block ul li {
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}

.footer-block ul li a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.footer-block ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ff692e;
    font-size: 16px;
    margin-right: 3px;
    display: inline-block;
    text-align: center;
}


/****************************footer------------------------*/

.category-item .category-inner {
    /* box-shadow: 0 0 10px rgba(136, 136, 136, 0.1); */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff6ef;
    border: 1px solid #fdeee2;
}
.category-item .category-inner:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.category-thumb img {
    max-width: 50px;
}
.category-content h6 {
    color: #020202;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600!important;
}
.category-content {
    margin-top: 10px;
}
.centerSelect{
    font-size: 18px;
    width: 289px !important;
    font-weight: 500;
    text-align: center;
}

/*-------------------------flip co tea,----------------------------*/

.flip-carousel { max-width: 900px; margin: 0px auto; }
    .flip-stage {
      perspective: 1400px;
      width: 100%;
      position: relative;
    }

    /* Card that flips */
    .flip-card {
      width: 100%;
      /* height: 450px; */
      position: relative;
      transform-style: preserve-3d;
      transition: transform 0.4s ease-in-out;
      will-change: transform;
    }

    .flip-card img {
      width: 100%;
      /* height: 100%;
      object-fit: cover;
      border-radius: .5rem;
      box-shadow: 0 10px 30px rgba(0,0,0,.18); */
    }

    .indicators span{
    position: absolute;
    right: -35px;
    font-weight: 500;
    }

    @media (max-width: 767px) {

    .test-slide {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    transform: none;
    width: 100%;
    justify-content: center;
}

      .flip-card { height: inherit; }
    }
    @media (min-width: 992px) {
      /* .flip-card { height: 480px; } */
    }

    .controls { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:12px; }
    .indicators { display:flex; gap:12px; align-items:center; }
    .indicator {
      width:14px; height:14px; border-radius:50%; background:#ddd; border: none;
    }
    .indicator.active { background:#e85222; }

    /*-------------------------flip co tea,----------------------------*/

@media only screen and (max-width: 767px) {
body {
font-size: 15px;

}

.navbar-brand>img {
    max-width: 160px;
}
.header-item.item-right.d-block.d-lg-none .btn {
    display: inline-block;
    width: max-content;
    font-size: 13px;
}
.mb-end {
    position: absolute;
    right: 10px;
}
section {
    padding: 50px 0;
    position: relative;
}

.banner {
text-align: center;
}
.mkp-banner__right {
padding-left: 0 !important;
}
.banner h1 {
font-size: 31px;
}
.banner p {
font-size: 16px;
font-weight: 500;
line-height: 24px;
margin-bottom: 20px;
max-width: 100%;
}
.banner .testmonials-pull .slick-arrow {
    bottom: -35%;
}

.banner-slide .slick-dots {
margin-top: 10px;
z-index: 1 !important;
}
.form-box h4 {
    font-size: 20px;
    margin-top: 20px;
}
.cta {
padding: 10px 10px;
width: 100%;
}
.talk-expert .cta {
    padding: 16px 25px;
    margin-top: 20px;
}
.top-colleges .btn {
    position: inherit;
    bottom: -10px;
    left: 50%;
    transform: inherit;
}
.form-box {
margin-top: 0px;
}
section h2 {
font-size: 29px;
margin-bottom: 20px;
}
.about-image {
display: none;
}

.testmonials-pull .slick-arrow
{
bottom: -24%;
}
.testmonials-pull .slick-prev {
right: 50%;
}
.single-testimonial-style3 h5 {
font-size: 17px;
}
.testimonial-icon {
right: -10px;
top: -95px;
}
.testimonial-icon i {
    color: #ededed;
    font-size: 98px;
}
.inner h3 {
color: #000;
font-size: 15px;
margin: 0 0 0px 0;
}
.header .item-right .btn {
display: none;
}


.head__search {
display: none;
}
.header {
padding: 12px 0!important;
}

.program-offred .testmonials-pull .slick-arrow {
bottom: -15%;
}
.testmonials-pull .slick-next {
background-image: url(../images/arrow-right.svg);
right: 35%;
left: inherit;
}
.program-offred {
padding-bottom: 50px;
}
.plf-occupations__wrapper {
grid-template-columns: 1fr 1fr !important;
}
.mt-20 {
margin-top: 20px;
}
.banner h2 {
font-size: 22px;
}

.mkp-instructors {
    padding: 40px 0;
}
.bg-overlay {
    background: linear-gradient(90deg, #135246 30.56%, rgba(5, 47, 43, 0) 175.23%);
     right: 0px;
}

.inner {
    padding: 15px;
}

.mobile-img-hide img {
        display: none;
    }

    .accordion-button {
    padding: 15px 0;
    font-weight: 500;
    color: #333;
    background-color: transparent;
    font-size: 14px;
}

.web-icon i {
    position: inherit !important;
    transform: inherit !important;
}
.web-icon span {
    font-size: 16px;
}
li.nav-item.web-icon i.fa-brands.fa-whatsapp {
    color: green;
    font-size: 23px;
}
li.nav-item.web-icon i.fa-solid.fa-phone-volume {
    color: #e85222;
    font-size: 20px;
}



.testimonial-container {
        position: relative;
        min-height: 500px;
        overflow: visible;
        flex: 1;
        width: 100%;
        padding: 15px 5px;
    }
button.arrow-btn.pre {
    left: 37%;
    right: inherit;
}
button.arrow-btn.nxt {
    right: 40%;
    left: inherit;
}
.arrow-btn {
    text-align: center;
    line-height: 40px;


}
/* .prev-btn {
    left: 17%;
}
.next-btn {
    right: 17%;
} */
.pagination-dots{display: block;}
.testimonial-section {
    padding: 0px 0px;
    text-align: center;
}
.testimonial-card {
        background: #fff;
        padding: 0px 0px 25px 0px;
    }
.image img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #efefef;
}
.student-testimonial h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
}
.star-rating {
        position: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
    }
.center-location img {
        max-width: 63%;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
    }
.clar {
    display: inline-block;
}
.clar1{display: block;}
.chart-pie li.nav-item span.clar {
    display: block;
}
#mainTabContent .nav-pills .nav-link span.clar{display: block;}

.impact-bg .row {
    padding: 30px 20px 60px 20px;
}
.impact-card .impact-first-card {
    width: 100%;   
}
.impact-card {
    gap: 20px;
    justify-content: flex-end;
}
.margin-t {
    transform: inherit;
}
.our-impact-number .btn {
    margin-bottom: 50px;
}
.three-part.inner-three .zero-logo img {
    max-width: 40px;
    margin-bottom: 15px;
}
.testimonial {

    min-height: 460px;
     padding: 20px 20px;
}
.zro-img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.three-part {
    min-height: inherit;
}
#mainTabContent .nav-pills .nav-link {
    border-radius: 1.6rem;
    font-size: 14px;
    line-height: 20px;
    min-width: 106px;
}

.fre1 img {
    max-width: 80%;
}

.fees-zero h3 {
    font-size: 18px;
}
.fees-zero .shadwimg {
    margin-bottom: 25px;
}


.sub-nav-region {
    background-color: #f1f1f1;
}
.sub-nav-region .navbar-toggler{
   border: 0px; 
   padding: 0px;
}
li.dropdown.search-right {
    position: inherit;
    margin: 10px 0;
}
.sub-nav-region .nav-link {
    color: #000000;
    padding:7px 0px!important;
    border-bottom: 1px solid #d7d7d7;
}
.navbar-expand-lg .navbar-nav .nav-link.show {
    color: #000000;
}
.sub-nav-region .dropdown-menu {
    background-color: inherit;
    box-shadow: inherit;
}
.sub-nav-region .nav-item {
    margin-right: 0px !important;
}
.cuet-sub-nav .blinkss, #sub-nav-region .blink {   
    color: #e85222 !important;
    font-weight: 600 !important;
}
.navbar-toggler-icon {
    background-size: 85%;
}
.testimonial h3 {
    font-size: 16px;
}
.testimonial p {
    font-size: 15px;
    margin-bottom: 0px;
}
.testimonial p span {
    padding: 2px 10px;
}
.testimonial {  
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    padding: 40px 15px 0;   
    min-height: 450px;
}
    .image {
        position: absolute;
        right: 20px;
        bottom: 30px;
    }
.student-testimonial .feature-content{
height: 260px;
margin-bottom: 30px;
}
.sb-nav {
    justify-content: right !important;
}
.name-desc {
    text-align: left;
}

}

@media (max-width: 576px) {
.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.mobile-bottom-bar ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-bottom-bar ul li {
  flex-grow: 1;
  padding: 5px 0;
  text-align: center;
  border-right: 1px solid #ccc;
}
.mobile-bottom-bar ul li:last-child {
  border-right: 0;
}
.mobile-bottom-bar ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.mkp-layout .mobile-bottom-bar.active {
  display: none;
}
.whatsapp-bottom {
    background: green;
}
.whatsapp-bottom a {
    color: #fff;
}
.call-bottom {
    background: #fc0;
}
.call-bottom a {
color: #000;}

.enroll-now {
    background: #9b1d47;
}
.enroll-now a {
        color: #fff;
    }

}
.text-white{
    color: #fff;
}