/*fonts for paragraphs*/

.p-16{
font-size : 16px !important;
}

.p-18{
font-size : 18px !important;
}

.p-20{
font-size : 20px !important;
}

/*companies slider*/

/*Companies Slider */

 
.logo-one {
    max-width: 66% !important;
}



  .clients-width {
    background-color: white;
    width: 80%;
    border-radius: 15px;
  }
.syllabus{
  font-size:20px !important;
}

  .slider-parallex {
    background-image: url(hire_emp/new-page/client_logos/companies-img.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px 90px 0px;
  }

  .hiring-slider {
    color: white;
  }

  /*end companies slider */







  @media screen and (min-width: 1022px) and (max-width: 1339px) {
    .stats .counting {
      font-size: 25px !important;
    }
  }




.order-1 {
    padding-left: 3%;
}

    #mainNavbar{
       
        z-index:2 !important;
    }
  .section-title {
        z-index:0 !important;
    }
    .testimonials-area{
        z-index:0;
    }

.fundamentals {
    padding-top: 4%;
    font-weight: 600;
}
  #mainNavbar {
       visibility: hidden;

    }
#apply-now-link {
     margin-left:18%;
}


.certificate-row span{
    font-weight: 600;
    font-size:18px
}

.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 23px;
    background-color: #fff;
    left: 62px;
    position: absolute;
}

.meanmenu-reveal{
  position: relative;
  right: -73px;

}
.mean-bar span{
  display:block !important;
}

.navbar-nav li{
  display: flex;
  padding: 10px 10px;

}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
  
    padding: 7px !important;
}
.mean-nav .dropdown-menu{
  position: relative !important;
}




/*------------
extra css adding
---------------*/

.logo-img{
  width: 70%;
}

.section-title{
  padding-top: 4%;
}





.premium{
margin-bottom:4% !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .certificationn {
margin-left:-3%;
margin-top:-9% !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
.stats:not(:last-child) {
    border-right: none !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.stats{
    margin-left:-1% !important;
}
.wow{
    margin-left:26% !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 768px){
.button3 {
    margin-right: 9% !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 425px){
    .slider1{
        height:119px;
    }
    .sliderr{
        height:47vh;
    }
}

@media only screen and (min-width: 320px) and (max-width: 425px)
.sliderr {
    height: 45vh !important;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/


.features .nav-tabs {
    border: 0;
}

.features {
    margin-left: 5%;

}
a{
  text-decoration:none !important;
}

.course-matter button {
    margin-left: 70%;
    margin-top: -10%;
    padding: 1%;

}

@media only screen and (max-width: 768px) {
    .course-matter button {
        margin-left: 0%;
        margin-top: 0%;
    }
}

.curriculum-modules {
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: border-color 0.3s;
}

/* Styles for the active and focused states */
.curriculum-modules.active {
    border: 1px solid #0000;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(132deg, rgb(81 35 112) 14.58%, rgb(38, 11, 148)65.1%, rgb(69, 161, 247)) border-box !important;
}

.features .nav-link {
    border: 0;
    color: var(--color-secondary);
    box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;

}

.features .nav-link i {
    font-size: 32px;
    line-height: 0;
}

.features .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
    color: var(--color-secondary);
}

.features .nav-link.active h5 {
    color: purple;
    /* Change h5 color to purple */
}

.features .nav-link.active i {
    color: var(--color-white) !important;
}

.features .tab-content {
    margin-top: 30px;

}

.tab-content {
    margin-left: -4%;
}

.read-more-content {
    display: none;
    margin-top: 10px;
}

.read-more-btn {
    cursor: pointer;
    background-color: #A93226;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
}

.features .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 36px;
    color: var(--color-secondary);
}

.features .tab-pane ul {
    margin-top: 4%;
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-bottom: 10px;
}

.features .tab-pane ul i {
    font-size: 24px;
    margin-right: 4px;
    color: var(--color-primary);
    padding-right: 1%;
    color: red !important;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.order-2 {
    padding-left: 3%;
    padding-top: 2%;
}

.tab-pane {
    margin-left: 3%;
}

.read-more-button {
    background-color: #ffffff;

    color: red;
    margin-top: 1%;
    padding: 8px;
    border: none;
}

.features .tab-content .tab-pane {
    /* Set border color */
    padding: 20px;
    /* Set padding */
    margin-top: 20px;
    /* Optional margin between tab panes */
    border-radius: 20px;

}

.features {
    margin-top: 5%;
    margin-bottom: 5%;
}

.tab-content .tab-pane {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1);
    /* Adjust the values as needed */
    padding: 20px;
    /* Optional: Add padding for better visual appearance */
    background-color: #fff;
    /* Optional: Set a background color */
}

/* Add this CSS to your existing stylesheet */

/* Style for all curriculum-moduless */
.curriculum-modules {
    border: 1px solid #ddd;
    border-radius: 10px;

    transition: border-color 0.3s;
    /* Add transition for smoother effect */
}

.curriculum-modules h5 {
    color: black;
}

/* Style for active curriculum-moduless */
.curriculum-modules.active.show {
    border-color: transparent;
    /* Remove border for active curriculum-modules */
}

.curriculum-modules.active.show a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    /* Adjust the height of the border */
    border-radius: 10px;
    /* Match the border-radius of curriculum-moduless */
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.curriculum-modules span {
    color: black;
}

.nav-tabs {
    display: flex;
    overflow: auto;
    /* Add horizontal scrolling if needed */
}

.curriculum-modules {
    padding-top: 1%;
    padding-bottom: 1%;
    width: 15%;
    /* Set the desired width for each curriculum-modules */
    margin-right: 10px;
    /* Adjust the margin to create space between curriculum-moduless */
}

/* Optionally, you can add a margin to the last curriculum-modules to avoid extra space at the end */
.curriculum-modules:last-child {
    margin-right: 0;
}

.curriculum-modules.active.show a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    /* Adjust the height of the border */
    border-radius: 10px;
    /* Match the border-radius of curriculum-moduless */
    background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

.features span h5 {
    color: black;
}

@media (max-width: 768px) {
    .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .curriculum-modules {
        width: 48%;
        /* Two items in one row */
        margin: 2% 1%;
        /* Adjust margin for space between curriculum-moduless */
    }
}

@media (max-width: 576px) {
    .curriculum-modules {
        width: 70%;
        /* One item in one row for mobile devices */
        margin: 2% 0;
        /* Adjust margin for space between curriculum-moduless */
    }

    .nav-tabs {
        margin-top: 2%;
    }
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.center-container button {
    padding: 10px;
    font-weight: 600;
}

.course-matter {
    margin-bottom: 2%;
    margin-top: 0% !important;
}


.course-name {
    color: #241848;
    font-weight: 600;
}

.course-curriculum {
    background: linear-gradient(90deg, rgb(56 45 91) 15%, rgb(150 30 131) 50%, rgb(230 72 97) 100%);
    -webkit-background-clip: text;
    /* Add this for webkit browsers like Chrome and Safari */
    color: transparent;
}

.curriculum-modules:active {
    border: 1px solid #ff0000;
    /* Replace #ff0000 with the desired border color */
}

#navIndicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    /* Adjust the height of the indicator */
    background-color: #ff0000;
    /* Adjust the color of the indicator */
    transition: width 0.3s ease;
}

.navbar-coursetop-buttons {
    position: relative;
    /* Make the parent container of the indicator relative */
}

.navbar-coursetop-buttons .nav-link {
    position: relative;
    /* Make the nav links relative for z-index to work */
}

.navbar-coursetop-buttons .nav-link.active::after {
    top: 30px;
    content: "";
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    /* Adjust the width of the indicator */
    height: 3px;
    /* Adjust the height of the indicator */
    background-color: blue;
    /* Adjust the color of the indicator */
    z-index: 2;
}

.slider2 {
    margin-left: 6%;
}

.premium {
    text-align: center;
    font-size: 35px !important;
}




.features span {
    padding-bottom: 5%;
}



.course-links {
    padding-left: 8%;
}

.home-link {
    padding-top: 3%;
    text-decoration: none;
    color: #fff;
}

.course-image h1 {
    color: #fff;
    padding-top: 1%;
    width: 45%;
    font-size: 50px;
    padding-left: 8%;
}

.course-image p {
    padding-left: 8%;
    color: #fff;
    font-size: 25px;
    width: 40%;
}

.course-image span {
    background: linear-gradient(to right, #88a0ab, #1f1a6c);
    padding: 8px;
    font-size: 17px;
    margin-left: 8%;
    color: #fff;
    border-radius: 5px;
}

.btn-danger {
  width: 18%;
  
    background-color: #034ea1;
    border-color: #034ea1;
    font-size: 17px;
    padding: 1%;
}

.download-btn {
    padding: 3%;
    text-align: center;
}

.btn-success {
    margin-left: 8%;
    margin-top: 3%;
    padding: 1%;
    font-size: medium;
    font-weight: 600;
}

.training-course {
    background-color: #fcfcfc;
    margin-top: 7%;
    padding-top: 2%;
    padding-left: 5%;
    padding-bottom: 2%;
    border-radius: 10px;
}

.training-course p {
    font-size: 18px;
    font-weight: 600;
}

.tools {
    margin-bottom: 3%;
    font-weight: 600;
}

@media (max-width: 767px) {
    .course-banner {
        height: 100vh !important;
        padding-top: 10%;
    }

    .training-course {
        width: 78%;
        padding-top: 5%;
        padding-bottom: 8%;
    }

    .course-image h1 {
        font-size: 30px !important;
        width: 100%;
    }

    .course-image p {
        width: 100%;
        font-size: 20px !important;
    }

    .course-image span {
        display: block;
    }

    .book-button {
        margin-top: 2%;
    }

    .training-course p {
        margin-top: 10%;
        text-align: center;
    }

}

@media (max-width: 1024px) {

    .course-image h1 {
        font-size: 40px;
        margin-left: -5px;
        width: 100%;
    }

    .course-image p {
        width: 100%;
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .training-course {
        width: 77%;
    }

}

@media (min-width: 1440px) {
    .course-banner {
        height: 81vh !important;
    }

    .course-image h1 {
        margin-top: 4%;
        margin-left: -5px;

    }

    .training-course {
        padding-top: 3%;
        padding-bottom: 3%;
    }

}

.tab-pane p {
    font-size: 17px;
    font-family: "Arial" serif;

    color: #000;
    padding-top: 3%;
}

.tab-pane li {

    margin-top: 1%;
    font-size: 17px;
}

/* static counter*/

section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 62px;
}



.stats:not(:last-child) {
    border-right: 3px solid #ccc;
}

.stats {
    padding-right: 6%;
    margin-left: 7%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.stats .fa {
    color: #008080;
    font-size: 60px;
}

.wow {
    border: 1px solid #ddd;
    width: 86%;
    margin-left: 9%;
    margin-bottom: 5%;
    padding-top: 2%;
    padding-bottom: 1%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) !important;
    /* Box shadow */
    border-radius: 10px;
}

.stats .counting {
    font-size: 36px;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(48 50 83) 0%, rgb(114 11 148) 50%, rgb(255 85 85) 100%);
    -webkit-background-clip: text;
    /* Clip text to the background */
    color: transparent;
    /* Make text transparent */
}

.stats i.fa-indian-rupee-sign {
    color: #511f3a;
    /* Color for the Indian Rupee sign */
}

@media (max-width: 767px) {
    .stats .counting {
        font-size: 25px;
    }

    .stats h5 {
        font-size: medium;
    }
}

@media (max-width: 768px) {
    .wow {
        margin-top: 5%;
        width: 50%;
        margin-left: 20%;
    }

    .stats .counting {
        font-size: 30px;
    }

    .stats h5 {
        font-size: large;
    }
}

@media (max-width: 1024px) {

    .stats .counting {
        font-size: 30px;
    }

    .stats h5 {
        font-size: large;
    }
}


/* slides */


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slide-track1 {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 30);
}
.slider1 {
  height: 195px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin-top: 5%;
}

.slide1 {
  height: 80px;
  max-width: 79%;
}


.premium{
  font-size: 25px;
}
.module{
  margin-bottom:3%;
}
.slider1{
    margin-top: -3%;
}
.event-item{
    
margin-bottom:6%;
    
}
.slider2{
    margin-bottom:7%;
}

@keyframes scroll-reverse {
    0% {
        transform: translateX(calc(-250px * 7)); /* Start from the last slide */
    }

    100% {
        transform: translateX(0); /* Move in the reverse direction */
    }
}

.slide-track2 {
    animation: scroll-reverse 80s linear infinite;
    display: flex;
    width: calc(250px * 90);
}
.slider2 {
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 80%;
  margin-top: 5%;
}

.slide1 {
  height: 80px;
  max-width: 109%;
}
.sliderr{
  margin-bottom:7%;
}

/*instructor*/

.border-gradient {
    border: 1px solid #0000;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(94.65deg, #cce7fb 12.21%, #f1c6d8 64.7%, #dbc6ec 100.05%) border-box;
}

.instructor-card {
    width: 80%;
    margin-left: 6%;
    margin-top: 5%;
}

@media (min-width: 769px) {
    .instructor-card {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.instructor-card h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(0, 0, 0, .87)
}

@media(min-width: 769px) {
    .instructor-card h3 {
        font-size: 34px;
        line-height: 1.41
    }
}

.instructor-card__container {
    margin-top: .5rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

@media(min-width: 769px) {
    .instructor-card__container {
        margin-top: 1rem
    }
}

.instructor-card__top {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem
}

.instructor-card__top .instructor-img-container {
    height: 86px;
    width: 86px
}

@media(min-width: 769px) {
    .instructor-card__top .instructor-img-container {
        width: 113px;
        height: 113px
    }
}

.instructor-card__top .instructor-img-container img {
    border-radius: 4px;
    width: 100%;
    max-height: 100%
}

.instructor-card__top .instructor-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    padding-left: 1rem
}

.instructor-card__top .instructor-info__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: .35px;
    color: rgba(0, 0, 0, .87);
    overflow-wrap: break-word
}

@media(min-width: 769px) {
    .instructor-card__top .instructor-info__name {
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: .18px
    }
}

.instructor-card__top .instructor-info__designation {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .15px;
    color: #616161
}

@media(min-width: 769px) {
    .instructor-card__top .instructor-info__designation {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .15px;
        color: rgba(0, 0, 0, .87)
    }
}

@media(min-width: 769px) {
    .instructor-card__top .instructor-info__bottom {
        display: flex
    }
}

.instructor-card__top .instructor-info__bottom .info {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: .15px;
    color: rgba(0, 0, 0, .87)
}

@media(min-width: 769px) {
    .instructor-card__top .instructor-info__bottom .info {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: .25px;
        padding-right: 1rem
    }
}

.instructor-card__top .instructor-info__bottom .info .icon {
    display: flex;
    align-items: center
}

.instructor-card__top .instructor-info__bottom .info .icon img {
    width: 16px;
    height: 16px;
    margin-right: 5px
}

.instructor-card__bottom {
    padding: 1rem;
    background-color: #f8f8f8
}

.instructor-card__bottom p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .15px;
    color: #616161
}

@media(min-width: 769px) {
    .instructor-card__bottom p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: .15px;
        color: rgba(0, 0, 0, .6)
    }
}

.instructor-card__bottom #description {
    height: 122px;
    overflow: hidden
}

.instructor-card__description.show-read-more {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width: 769px) {
    .instructor-card__description.show-read-more {
        -webkit-line-clamp: 3
    }
}

.instructor-card__description.show-read-more p {
    display: inline;
    margin-bottom: 10px
}

.read-more-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: .5px;
    color: #196ae5;
}

.instructor-card__top .instructor-img-container img {
    border-radius: 4px;
    width: 100%;
    max-height: 100%;
}

.instructor-content {
    padding-top: 0%;
    padding-bottom: 0%;
}

/* enroll now*/
.fees {
    text-align: center;
}

@media(max-width: 769px) {
    .preferred {
        margin-left: 7% !important;
    }
}

.first-div {
    margin-bottom: 2%;
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    .mr-3 {
        font-size: 12px;

    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .mr-3 {
        width: 16% !important;

    }
}

.mr-left {
    padding-left: 2%;
}

@media screen and (max-width: 768px) {

    .mr-left {
        padding-left: 0% !important;
    }

    .classroom {
        text-align: center;
    }

    .card {
        margin-bottom: 10%;
        padding: 7% !important;
    }

    .card-container {
        flex-direction: column;


        /* Stack cards vertically on smaller screens */
    }

    .custom-card-container {
        flex-direction: column;
        margin-left: 10%;

        /* Stack custom cards vertically on smaller screens */
    }

    .container.abc,
    .container.xyz {
        width: 100%;
        box-sizing: border-box;
    }

    .enroll-button {
        width: 100%;
        /* Make the button full width on smaller screens */
        margin-top: 10px;
        /* Add some space between the containers and the button */
    }

    .mr-3 {
        width: 120% !important;
        margin-left: 10%;
    }

    .button3 {
        margin-right: 18%;
        margin-bottom: 3%;

    }

    .cost {
        text-align: center !important;
    }

    .centered-message {
        width: 60% !important;
        height: 8rem !important;
        padding-top: 4% !important;
    }

}

.card-container {
    display: flex;
}

li {
    margin-right: 5px;
}

.abc {

    padding: 2%;
}

.xyz {
    background-color: white;
    padding: 3%;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.container.abc {
    margin-bottom: 20px;
}

.ml-2 {
    margin-top: -10%;
}

.custom-card-container {
    display: flex;
}

.custom-card-container .card {
    box-shadow: 5px 5px 5px lightgray;
    margin-right: 44px;
    border: 1px solid darkgrey;
    border-radius: 7px;
}

.card {
    padding: 3%;
    cursor: pointer;
    border-radius: 7px
}

.abcd {

    padding: 4%;
    background: linear-gradient(rgb(161 197 234), rgba(30, 33, 50, 0.89));
    margin-top: 4%;
  
}

.custom-icon {
    color: rgb(5, 212, 5);
    padding: 3%;

}

.course-text {
    display: flex;

}

.preferred {
    display: inline-block;
    width: auto;
    height: 37px;
    background-color: orange;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid orange;
    margin-left: 2%;
    margin-top: 0.4%;
    position: relative;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    padding: 0 10px 0 10px;
    padding-right: 1.5%;
}

.preferred:before {
    content: "";
    position: absolute;
    display: block;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 20px solid orange;
}

.card.selected {
    background: linear-gradient(to bottom, rgba(255, 254, 254, 0.8) 20%, rgb(252, 220, 162) 99%);
    border: 2px solid orange;
}

.selected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 36px solid orange;
    border-right: 39px solid transparent;
    z-index: 1;
    border-radius: 5px 0 0 0;
}

.selected::after {
    content: '\2713';
    /* Unicode for tick mark */
    color: white;
    position: absolute;
    top: 0px;
    left: 3px;
    font-size: 16px;
    z-index: 2;
}

.d-flex {
    flex-wrap: wrap;
}

.button3 {
    margin-top: 3%;
    width: 50% !important;
    background-color: green;
    padding: 6%;

}

.cost {
    font-size: large;
    font-weight: 600;
}

.timer {
    justify-content: right;
}

.classroom {
    margin-bottom: 3%;

}

h1 {

    margin-bottom: 2%;
    font-size: xx-large;
}

.topics-covered {
    margin-bottom: 3%;
    font-weight: 600;
}

.btn-primary {
    --bs-btn-border-color: none;
    width: 35%;
    margin-left: 5%;
}

/* modal  */
.modal-confirm {
    color: #434e65;
    width: 525px;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
}

.modal-confirm .close:hover {
    opacity: 0.8;
}

.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}

.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}

.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.iti {
    position: relative;
    display: block !important;
}

.quote-form {
    -webkit-box-shadow: 3px 3px 16px 4px rgb(0 57 114 / 56%);
    box-shadow: 3px 3px 16px 4px rgb(0 57 114 / 56%);
    padding: 15px;
}

.corpo-p p {
    color: #ffb300;
}

.quote-form-head {
    border-radius: 8px;
    background-color: orange;
}

.mr-3 {
    width: 17%;
    font-size: 16px;
}

@media screen and (max-width: 425px) {
    .mr-3 {
        margin-top: 10%;
        width: 120%;
        margin-left: 10%;
    }

}

.tick-list {

    font-size: 99%;
    font-weight: 500;
}

.mr-3 {
    margin-right: 2rem !important;
}

.card-title {
    margin-bottom: 7%;
    font-weight: 700;
height:auto !important;
}

.centered-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: rgb(8, 0, 0);
    border-radius: 14px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 10rem;
    width: 33%;
    padding: 3%;
    font-size: larger;
}


.close-button {
    background-color: red;
    color: white;
    margin-top: 3%;
    border: none;
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 5px;
}

.close-button:hover {
    background-color: darkred;
}

.fa-circle-check {
    margin-right: 3%;
    color: #08a9e6;
}

/* modal  */
.submit-btn1 {
    width: 90% !important;
}

.modal-confirm {
    color: #434e65;
    width: 525px;
}

.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
}

.modal-confirm .close:hover {
    opacity: 0.8;
}

.modal-confirm .icon-box {
    color: #fff;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}

.modal-confirm .icon-box i {
    font-size: 64px;
    margin: -4px 0 0 -4px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}

.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}

.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}

.iti {
    position: relative;
    display: block !important;
}

.quote-form {
    -webkit-box-shadow: 3px 3px 16px 4px rgb(0 57 114 / 56%);
    box-shadow: 3px 3px 16px 4px rgb(0 57 114 / 56%);
    padding: 15px;
}

.corpo-p p {
    color: #ffb300;
}

.quote-form-head {
    border-radius: 8px;
    background-color: orange;
}

.mr-3 {
    width: 16%;
}

.tick-list {
    padding-right: 2%;
    font-size: 99%;
    font-weight: 500;
}

.mr-3 {
    margin-right: 2rem !important;
}

.card-title {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 7%;
    font-weight: 600;
}

.centered-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 3%;
    background-color: #ffffff;
    color: rgb(8, 0, 0);
    border-radius: 5px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 20vh;
    width: 30%;
    font-size: larger;

    .cost {
        font-size: larger;
        font-weight: 600;
    }

}

/*hope*/

.custom-enrolled-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.hope h1 {
    color: #000;

}

.custom-section-title {
    text-align: justify;

}

.custom-section-title {
    font-size: 18px;
}

.instructor-card__description {
    font-size: 17px;
}


/*testimonials*/




#show-more-btn {
    font-size: 14px;
    font-weight: 700;
    color: black;
    display: block;
    margin-top: 10px;
    position: relative;
    padding: 3px 0;
    cursor: pointer;
}

.content-container {
    width: fit-content;
    /* Set to fit the content width */
    margin-top: 10px;
    /* Adjust margin as needed */
}

#show-more-btn::before {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    content: "";
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 80px;

}

#show-more-btn::after {
    content: "\e92e";
    position: absolute;
    font-family: "feather";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.content h3 {
    font-size: 20px !important;
}

/*--------------------------------------------------------------
        # Header
        --------------------------------------------------------------*/

#header.fixed-top {
    height: 70px;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #106eea;
}

#header .logo img {
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 60px;
}

/*--------------------------------------------------------------
        # Navigation Menu
        --------------------------------------------------------------*/
/**
        * Desktop Navigation 
        */
.courses-topnavbar {
    padding: 0;

}

#mainNavbar {
    display: none !important;
    /* Initially hide the navbar */
}


.courses-topnavbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.courses-topnavbar li {
    position: relative;
}

.courses-topnavbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.courses-topnavbar a,
.courses-topnavbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.courses-topnavbar a i,
.courses-topnavbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.courses-topnavbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #106eea;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

/*.courses-topnavbar a:hover:before,*/
/*.courses-topnavbar li:hover>a:before,*/
/*.courses-topnavbar .active:before {*/
/*    visibility: visible;*/
/*    width: 100%;*/
/*}*/

.courses-topnavbar a:hover,
.courses-topnavbar .active,
.courses-topnavbar .active:focus,
.courses-topnavbar li:hover>a {
    color: #106eea;
}

.courses-topnavbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.courses-topnavbar .dropdown ul li {
    min-width: 200px;
}

.courses-topnavbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.courses-topnavbar .dropdown ul a i {
    font-size: 12px;
}

.courses-topnavbar .dropdown ul a:hover,
.courses-topnavbar .dropdown ul .active:hover,
.courses-topnavbar .dropdown ul li:hover>a {
    color: #106eea;
}

.courses-topnavbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.courses-topnavbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.courses-topnavbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .courses-topnavbar .dropdown .dropdown ul {
        left: -90%;
    }

    .courses-topnavbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
        * Mobile Navigation
        */
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .courses-topnavbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

#mainNavbar {
    background-color: white;
    color: white;
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: rgba(36, 7, 70, 0.06) 3px 20px 29px 9px;
}

#mainNavbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 5%;
}

#mainNavbar li {
    display: inline;
    margin-right: 10px;
}

#mainNavbar a {
    text-decoration: none;
    color: black;
}

@media only screen and (max-width: 768px) {
    .courses-topnavbar {
        margin-top: -7%;
    }
}

#mainNavbar a.active {
    color: blue;
    /* Replace with the color you want for active links */
}

.apply-now {
    padding: 8px;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 5%;
}

@media only screen and (max-width: 1023px) {
    #mainNavbar {
        display: none !important;
        /* Hide the navbar below 1024 pixels */
    }
}

@media only screen and (min-width: 1024px) {
    #mainNavbar {
        display: block !important;
        /* Show the navbar at 1025 pixels and above */
    }
}

/*internship*/
.internship-content {
    font-size: 30px;
}

.certification {
    max-width: 85%;
}

.certificationn {
    margin-top: 16%;
    max-width: 107%;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.6);

}

.internship {
    margin-top: 6%;
    margin-bottom: 6%;
}

.internship p {
    font-size: 18px;
}

.certificate-1 {
    text-align: center;
}

.curriculum-modules:active {
    border: 1px solid #ff0000;
    /* Replace #ff0000 with the desired border color */
}

#navIndicator {
    position: absolute;
    bottom: 0;
    height: 3px;
    /* Adjust the height of the indicator */
    background-color: #ff0000;
    /* Adjust the color of the indicator */
    transition: width 0.3s ease;
}

.navbar-coursetop-buttons {
    position: relative;
    /* Make the parent container of the indicator relative */
}

.navbar-coursetop-buttons .nav-link {
    position: relative;
    /* Make the nav links relative for z-index to work */
}

.navbar-coursetop-buttons .nav-link.active::after {
    top: 30px;
    content: "";
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    /* Adjust the width of the indicator */
    height: 3px;
    /* Adjust the height of the indicator */
    background-color: blue;
    /* Adjust the color of the indicator */
    z-index: 2;
}

.slider2 {
    margin-left: 8%;
}

.premium {
    text-align: center;
    font-size: 35px;
}