﻿html {
  scroll-behavior: smooth;
}
* {margin:0;padding:0;box-sizing:border-box;}
div:after {
    content:'';
    display:block;
    clear:both;
}
img {
    vertical-align:middle;
    max-width:100%;
}
a {
    text-decoration:none !important;
}
.logo-img {height:50px;}
.mpo-logo {height:40px;}
body {
      font-family: "Poppins", sans-serif !important;
}
  * { font-family: 'Poppins', sans-serif; }
        .preheader { background: #f8f9fa; padding: 8px 0; font-size: 13px; }
        .login-dropdown a {color:#000;}
        .login-dropdown { position: relative; }
        .login-dropdown .dropdown-menu { border: none; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-radius: 10px; z-index: 999999;}
        .header { position: sticky; top: 0; z-index: 1000; }
        .mainheader {
            background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding:10px 0;
        }
        /* HERO SECTION */
.hero-section {
    padding: 20px 0;
    /*background: linear-gradient(135deg,#f8f9fa,#e9eef5);*/
       /*background-color:#a8cbd1;*/ 
     
    position:relative;
}
.hero-section:after {
    content:'';
    position:absolute;left:0;top:0;
    width:100%;height:100%;
    z-index:-1;

     background-image: url('../images/hero.jpg');
    background-position:center;
    background-size:cover;
    opacity:.2;
}

.hero-title{
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-text{
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 25px;
}

.hero-btn{
  padding: 8px 30px !important;
  font-size: 1rem  !important;
  border-radius: 50px  !important;
  border:0 !important;
  background-color:#1e4f9e  !important;

}
.hero-btn:hover {
    opacity:.9;
}
/* SLIDER */
.carousel-inner{
  border-radius: 18px;
  overflow: hidden;

}

.carousel img{
  height: 420px;
  object-fit: cover;
}
.btn.btn-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #1eb2a6 !important;
}
/* RESPONSIVE */
@media(max-width:768px){
  .hero-title{
    font-size: 2rem;
  }
  .carousel img{
    height: 260px;
  }
  .testimonial-section .carousel-inner, .testimonial-section .carousel-item {
  overflow: visible !important;
  padding:0 !important;
}
}

.subheading {
  font-size: 13px;
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.heading-section h2, .heading-section .h2 {
font-size:40px;
  font-weight:600;
  margin-bottom:20px;
}
section {
    padding: 80px 0;
  
    scroll-margin-top: 80px; /* navbar height */
}
section p {
    font-size:15px;
}
.mponlineabout-section {
    background-color:#f9faff;
}
.card-box {
  padding:20px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.03);
  border:0 !important;
  margin-bottom:20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-wrap img {
    text-align:center;
    display: block;
  margin: 0 auto;
}

.card-box:hover  {
  background:#1d4d9a;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.icon {
  /*width: 130px;
  height: 110px;*/
  width: 180px;
  height: 160px;
  background: #fff;
  margin: 0 auto;
    margin-bottom: 0px;
    transition:transform 0.35s ease;
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
}
.icon::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}
.icon img {
height:90px;

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.icon:hover{
      transform:translateY(-8px);
  transform:scale(1.1);
}
.goldenticket-image {
    padding: 50px;
    background-color: #fff;
    box-shadow: rgb(255 255 255 / 92%) 0px 18px 50px -10px;
    border-radius: 10px;
}
.goldenticket-image img {
    height:200px;display:block;
    margin:0 auto;
}

.advancedbox {
    padding-top:100px;
}
.certificateimage img {
    
    margin:0 auto;
    display:block;
    transition:.22s all;
    border-radius:10px;box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.certificateimage img:hover  {
    transform: scale(1.04);box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.shapeFuture-section {
    background-image: url('../images/bg_3.jpg');
    padding:2em 0;
  position: relative;
  z-index: 0;background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: center center;
}
.shapeFuture-section .overlay {
position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,.7);
  z-index: -1;
}
.shapeFuture-section .subheading {
 
  color: #fff;
 
}
.shapeFuture-section .heading-section h2, .heading-section .h2 {
color:#fff;
}
.icnbox {
    text-align: center;
  margin-bottom: 20px;
}
.icnbox img {
    height:70px;
}
.card-shape {
    text-align:center;
    color:#fff;
}
.card-shape h6 {
    text-align:center;
    color:#fff;
}
.contactbox img {
    border-radius:10px;
}
.contactbox .contactus-content{
    padding:10px 0;
}
.contactbox .contactus-content h5 {
    font-size:16px;
}
/* Testimonials */
/* Section */
.testimonial-section {
    background: #f8f9fa;
}

/* Card */
.testimonial-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform .3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
}

/* Avatar */
.testimonial-avatar {
    width: 64px;
    height: 64px;
    background: #dee2e6;
    border-radius: 50%;
    margin: 0 auto 15px;
}

/* Text */
.testimonial-text {
    font-size: 13px;
    color: #6c757d;
    font-style: italic;
    margin-bottom: 12px;
}

.testimonial-name {
    font-weight: 600;
    font-size: 14px;
}

.testimonial-company {
    font-size: 12px;
    color: #6c757d;
}

/* Indicators */
.carousel-indicators [data-bs-target] {
    background-color: #6f42c1;
}

/* Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* Cursor for drag */
.carousel {
    cursor: grab;
}
.carousel.dragging {
    cursor: grabbing;
}

/* Button */
.apply-btn {
  background-color: #1e4f9e !important;
    color: #fff;
    padding: 8px 40px;
    border-radius: 50px;
    border: none;display:inline-block;
}
.apply-btn:hover {
    opacity:.9;
}

.testimonial-card {
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-card:hover {
    background: #1d4d9a;color:#fff !important;
}
.testimonial-card:hover .testimonial-text, .testimonial-card:hover .testimonial-company {
    color:#fff !important;
}
.carousel-item {
    transition: transform 0.6s ease-in-out;
}
.testimonial-section .carousel-inner,
.testimonial-section .carousel-item {
    /*overflow: visible !important;*/

    padding:20px 40px;
}
.carousel-indicators {
 
  bottom: -40px !important;
 
}
footer.bg-primary {
    background-color:#1e4f9e !important;
}

/* Lead generate */
/* ===== Custom Styles ===== */
.section-padding {
    padding: 3rem 0; 
    padding: 80px 0;
    scroll-margin-top: 80px; /* navbar height */
}
 

.highlight-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.highlight-list .material-icons {
    color: #0d6efd;
    font-size: 20px;
    margin-top: 2px;
}

.highlight-list span.text {
    font-size: 14px;
    color: #555;display: flex;
}

.lead-form-card {
    
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}
.lead-form-card img {
    border-radius:10px;
}
.lead-form-card h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.form-control,
.form-select {
    background: #f3f4f6;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 12px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 2px rgba(13,110,253,.25);
}

.submit-btn {
    background: #0d6efd;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
}
.list-unstyled img {height:20px;margin-right:5px;}
.list-unstyled li {
    padding:10px 0;
}
.lead-form-card .form-label {
    margin:0 !important;
}
.lead-form-card .form-control, .lead-form-card .form-select {
    display: block;
    width: 100%;
    padding: .175rem .75rem !important;font-size: 0.9rem;
}
.lead-form-card .btn.btn-primary {
    background-color: #1e4f9e !important;
    display:block;
    border-radius:50px;
    border:0 !important;
    padding:8px 40px;
    margin:0 auto;
}

@media(max-width:999px) {
    .shapeFuture-section .align-items-stretch {
        display: block !important;
    }

    .mpo-logo {
        display: none;
    }

    .hero-btn {
        margin-bottom: 20px;
    }

    .table-block td {
        width: 100% !important;
        display: block;
    }

    .table-block th {
        width: 100% !important;
        display: block;
    }

    table .btn.btn-primary {
        display: inline-block !important;
    }
    .loginFields {
        padding-top: 0 !important;
       
    }
    .login-box {
        margin-top:100px;
    }
}

.tab-btn .nav-link{
        border-radius:50px;
        padding:8px 24px;
        font-size:14px;
        font-weight:500;
        border:1px solid #ddd;
        color:#000;
    }
    .tab-btn .nav-link.active{
        background:#0d6efd;
        color:#fff;
        border:1px solid transparent !important;
    }
    .counselling-box{
        background:#6f42c1;
        border-radius:20px;
        position:relative;
        overflow:hidden;
        color:#fff;
    }
    .counselling-box img{
        position:absolute;
        inset:0;
        width:100%;
        height:100%;
        object-fit:cover;
        opacity:.2;
    }
    .accordion-button {
        padding:10px 20px !important;
        font-size:0.8rem !important;font-weight:600;
    }
        .accordion-button strong {
            margin-right:10px;
        }
        .accordion-body {
            padding: 10px 20px !important;
            font-size: 0.8rem !important;
        }
    .alert-info {
        background-color:#fff !important;
        border:1px solid rgba(0, 0, 0, 0.05) !important;
    }

    /* Login page */
    .login-container {
            min-height: 100vh;
        }
        .login-box {
            background: #fff;
            padding: 35px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        .login-image img {
            max-width: 100%;
            height: auto;
        }
        .login-container .form-control, .login-container .form-select {
         font-size:14px;
        }
    
        .btn.btn-primary {
            background-color:#1d4d9a !important;
            border:0 !important
        }
        .btn.btn-primary:hover {
            opacity:.9;
        }

           .filter-title {
            font-weight: 600;
            margin-bottom: 15px;
        }
           .badge  {
               margin:10px 0 0 10px;
           }
           .tablefaq {
           
  border: 0 !important;
           }
           .course-card {
               box-shadow: 0 4px 15px 4px rgba(39,57,101,.1) !important;
               transition:.5s all;
               margin-bottom:20px;
           }
           .course-card:hover {
               box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
           }
            .course-card .small {
                width:80%;
            }
            /* Faq */
            /* Show more and less */
            .content {
                max-height: 116px;
                overflow: hidden;
                transition: max-height 0.3s ease;
            }

    .show-more {
      cursor: pointer;
      color: #607186;
      display: block;
     background-color:linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
    } 

 .wrapper {
     min-height:100vh;height:100%;
 }

 /* ===== TITLE ===== */
.course-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

/* ===== ACCORDION ===== */
.cc-accordion{
    max-width:900px;
    margin:auto;
}

.cc-item{
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    margin-bottom:12px;
    overflow:hidden;
}

.cc-header{
    padding:16px 20px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    position:relative;
}

.cc-header::after{
    content:"+";
    position:absolute;
    right:20px;
    font-size:22px;top: 9px;
}

.cc-item.active .cc-header::after{
    content:"−";
}

.cc-body{
    display:none;
    padding:15px 20px;
    border-top:1px solid #eee;
}

/* ===== LIST ===== */
.cc-list{
    list-style:none;
    padding:0;
    margin:0;
}

.cc-list-item{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px dashed #e5e5e5;
}

.cc-list-item:last-child{
    border-bottom:none;
}

.cc-title{
    font-size:14px;
    margin:0;
}

.cc-duration{
    font-size:12px;
    color:#777;
}

.nepcredits-section {
    background-image: url('../images/nepbg.jpg');
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    position:relative;
    z-index:0;
}
.nepcredits-section:after {
    content:'';
    position:absolute;left:0;top:0;
    width:100%;height:100%;
    z-index:-1;
    background-color:#000;
    opacity:.7;
}
.nepcredits-section .subheading, .nepcredits-section h2, .nepcredits-section .text h6{
    color: #fff;
}
 .scrolltop {
    width: 300px;
    margin: 50px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 10px;
    transform: translateY(50px); /* initial position below */
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  }

  /* New active state */
  .scrolltop.scrolled {
    transform: translateY(0);
    opacity: 1;
  }
 .powered-by {
  background: #082350;
  color: #d2d2d2;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
}
 footer {
     padding-top:30px;
     font-size:13px;
 }
 footer .fw-bold {
  font-weight:500 !important;font-size:17px;
}
    footer .list-unstyled li {
        padding: 2px 0 !important;
        border-bottom: 1px dotted #85b0f5;
    }
  footer .list-unstyled li a {
 color:#fff;font-size:13px;
}
    footer .social a {color:#fff;}
    .social a i { transition: transform 0.5s ease; /* Smooth zoom effect */}
    .social a:hover i{transform: scale(1.2); /* Zoom in */}
  /* Youtube video */
   .video-thumbnail {
    position: relative;
    width: 100%;
    height:280px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-bottom:20px;
  }

  .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Play button */
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    pointer-events: none;
  }

  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }

  .popup iframe {
    width: 80%;
    max-width: 800px;
    height: 450px;
    border: none;
    border-radius: 8px;
  }

  .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-weight: bold;
  }

   .parallax {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 300px;
      height: 200px;
      border-radius: 15px;
      text-align: center;
      color: white;
      font-size: 24px;
      line-height: 200px;
      font-weight: bold;
    }
      /* Parallax background image */
   /* Lenin js css */
   html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
/* Faq page css */

.faq-accordion{
    max-width:800px;
    margin:auto;
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
}

.faq-item{
    border-bottom:1px solid #ddd;
}

.faq-question{
    width:100%;
    background:#f8f9fa;
    border:none;
    padding:14px 16px;
    font-size:15px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    text-align:left;
}

.faq-question:hover{
    background:#eef1f4;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    padding:0 16px;
    font-size:14px;
    color:#333;
    transition:max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer{
    max-height:200px;
    padding:12px 16px;
}

.icnclk{
    font-size:20px;
    transition:transform 0.3s;
}

.faq-item.active .icnclk{
    transform:rotate(45deg);
}

/* Page Inner css */
/* Page Header */
.pageheader-title {
    position: relative;
    padding:20px 0;
    text-align: center;
    overflow: hidden;
}
.pageheader-title .container {
   
}
/* Animated background */
    .pageheader-title::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('../images/innertitlebg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        animation: zoomLoop 8s ease-in-out infinite alternate;
        z-index: -1;
    }

/* Title */
.pageheader-title h2{
    position: relative;
    color: #fff;
    font-size: 42px;
    margin: 0;font-weight:700;
}

/* Zoom in ↔ zoom out loop */
@keyframes zoomLoop {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.pageheader-title:after {
    content:'';
    position:absolute;left:0;top:0;
    width:100%;height:100%;
    z-index:-1;
    background:rgba(0,0,0,.5);
}

.table-custom{
    width:100%;
    border-collapse:collapse;
}
.table-custom th, .table-custom td{
    padding:12px;
    border:1px solid #ddd;vertical-align:middle;
}
.table-custom th{
    background:#f1f3f6 !important;
    text-align:left;
font-weight:500;
    
}
    .table-custom input[type="text"], input[type="password"], .table-custom select, .table-custom textarea {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
    }
.table-custom textarea{
    resize:none;
    height:80px;
}
.form-actions{
    text-align:center;
    padding-top:15px;
}
.table-custom .btn-primary{
    padding:10px 25px;
    border:none;
    background:#0066cc !important;
    color:#fff;
    font-size:15px;
    border-radius:4px;
    cursor:pointer;
}
.table-custom .btn-primary:hover{
    background:#004999 !important;
}
.note{
    font-size:13px;
    color:#666;
}
/* Fixed FAQ Button */
.faq-btn {
    /*
    transform: translateY(-50%);
    background: #0d6efd;
    color: #fff;
    padding: 14px 18px;
    text-decoration: none;
 
    transition: all 0.3s ease;
    z-index: 9999;*/
    position: fixed;
  white-space: nowrap;
  color: #000000;
  background: #fff54b;
  display: block;
  padding: 9px 24px;
  border-radius: 5px 5px 0 0;
  transform: rotate(180deg);
  transition: 0.5s all;
  z-index: 999999 !important;
  text-decoration: none;

   font-weight: 600; 
    box-shadow: -3px 3px 12px rgba(0,0,0,0.25);
  position: fixed;
  right: -21px;
  top: 30%;
  rotate: 90deg !important;
}

/* Hover Effect */
.faq-btn:hover {
    background: #084298;color:#fff;
}
.logindetails-user {
    padding:10px 0;
    box-shadow: 0 2px 4px color-mix(in oklch, oklch(27.54% 0.1638 265.98deg) 8%, transparent), 0 4px 12px color-mix(in oklch, oklch(27.54% 0.1638 265.98deg) 8%, transparent);
margin-bottom:20px;
}
.loginhome {
    background-color: #1d4d9a;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 5px;
}

.loginhome:hover {
    background-color:#6ea5e8 !important;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-right: 5px;
}

.loginhome img {
    height:30px;
}
.logindetails-user h4 {
    margin:0;line-height:1.8;font-size:20px;
}
.logout-user {
  display: block;
  background-color:#1d4d9a !important;
  padding: 8px 20px;color:#fff;
}
.logout-user:hover {
    opacity:.9;
}
.logout-user img {height:30px;}

/* Vertical menu */
.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: 0;
  left: 99%;
}

.navigation ul li { float: none;border-bottom: 1px dashed #283172; }
.navigation ul li:last-child{
    border-bottom:1px dashed transparent;
}
.navigation ul ul { margin-top: 0.05em; }

.navigation {
  width: 100%;
  /*background: #0a0f32;*/
 box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  zoom: 1;
}

.navigation:before {
  content: '';
  display: block;
}

/*.navigation:after {
  content: '';
  display: table;
  clear: both;
}*/

.navigation a {
  display: block;
  padding: 1em 1.3em;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation > ul { width: 100%; }

.navigation ul ul { width: 100%; }
  .offcanvas-lg .offcanvas-body {
    display: block !important;
   
  }
.navigation > ul > li > a {
  /*border-right: 0.3em solid #3143C4;*/
  color: #000;font-weight:500;font-size:14px;
}

.navigation > ul > li > a:hover { }
.navigation .list-unstyled li img {
    margin-right:2px;
}
.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #EFEFEF; }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 1em;
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.navigation ul ul { border: 1px solid #34A65F; }

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

.navigation ul ul li { border-bottom: 1px solid #0F8A5F; }

.navigation ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #34A65F;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.btn-verify {
    background-color:#4881dc !important;
    border:1px solid #4881dc !important;
}
.btn-verify:hover {
    opacity:.9;
}
.amouttxt {
    font-weight:600;font-size:17px;
}
.server_name {
    position: fixed;
    right: 10px;
    bottom: 0;
    padding: 8px 20px;
    z-index: 999999;
    /* width: 100%; */
    /* height: 100px; */
    background-color: #fff08d;
    color: #000;font-weight:600;
    border-radius:7px 7px 0 0;
}
.course-card span.fw-semibold {
    margin: 8px 10px 0 10px;
}
.table4 td
{
    width:25%;
}


.pagetitle-profile {
 
    padding: 20px 0 0 0;
    font-size: 20px;
    font-weight: 600;
 
}

/**********************/
.goldenticket-section {
    background-color: #4456b1;
}
    .goldenticket-section .heading-section h2, .goldenticket-section .heading-section .h2 {
        color: #fff08d;
    }
.goldenticket-para .subheading {
    color: rgb(209 183 98);
    font-size: 18px;
}
.goldenticket-para p{
    color:#fff;
}

/* 29122025 */
.coursename {
    background-color: #f2f6fd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

    .coursename h2 {
        font-weight: 600;
    }

.card-course-in {
    padding: 20px;
    border: 2px solid #f1f5fc !important;
    border-radius: 10px !important;
    margin-bottom: 20px;
    width: 100%;
}

    .card-course-in strong {
        border-bottom: 2px solid #f1f5fc;
        display: block;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .card-course-in ul {
        margin: 0 !important;
        padding: 0 0 0 18px !important;
    }

        .card-course-in ul li {
            font-size: 14px;
        }

.phasecount h5 {
    font-weight: 700;
    font-size: 18px;
}

.heading-section p {
    text-align: justify;
}

.course-card .btn.btn-primary {
    transition: .5s all;
}

    .course-card .btn.btn-primary:hover {
        background-color: transparent !important;
        color: #000 !important;
        border: 1px solid #0d6efd !important;
    }
.card-box-resp {display:none;}
.card-box-resp img {
    height: 100px;
}
@media(max-width:768px) {
    .services-wrap img {
        height: 54px;
    }

    .hero-title {
        text-align: center;
    }

    .hero-text {
        text-align: center;
    }

    .btn.btn-primary {
        display: block;
    }

    .subheading {
        text-align: center;
    }

    .heading-section h2 {
        text-align: center;
    }

    .heading-section p {
        text-align: center;
    }

    .course-card .btn-group-sm > .btn, .btn-sm {
        width: 100%;
        margin-right: 5px;
    }

    .course-card span.fw-semibold {
        margin: 0px 10px 0 10px;
    }
    footer.bg-primary {
        text-align:center;
    }
    .d-flex.social {
        display:block !important;
    }
    .card-box-resp {
        display: flex !important;
       
        gap: 6px;
    }
    .iconcubes .services-wrap {
        display: none !important;
    }
    .card-box-resp img {
       height:auto !important;
        object-fit: contain;
        padding: 0 !important;
    }
    
}


/* navigations */

.bg-light {
    background-color: #f0f0f0 !important;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn.btn-primary {
        color: #FFFFFF;
        width:auto !important;
      padding:6px 12px;
    }

.btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: blue;
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/* Hero changes 30122025 */

.hero-section:after {
    opacity: .9 !important;
}

.hero-title {
    color: #fff;
}

.hero-text {
    color: #fff;
}

.hero-section .btn.btn-primary {
    background-color: #fff54b !important;
    border: 0 !important;
    color: #000;
}


.main-button {
    background-color: #eb4d4b;
    border: 0;
    padding: 5px 20px;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    &:after

{
    background-color: #eb4d4b;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    animation-name: blink;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    // animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

}

@keyframes blink {
    0% {
        transform: scale3d(1,1,1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1,1.3,1.1);
        opacity: 0;
    }
}



/* Testimonials */
.testimonial-avatar {
    width: 120px;
    height: 120px;
}

    .testimonial-avatar img {
        width: 120px;
        height: 120px;
        background: #dee2e6;
        border-radius: 50%;
        margin: 0 auto 15px;
    }

.carousel-indicators [data-bs-target] {
    background-color: #3b3a3a !important;
}


/* About MPOnline internship program */
.aboutinternship p {
    text-align: justify;
}

.logout-user {
    display: block;
    background-color: #1d4d9a !important;
    padding: 4px 11px;
    color: #fff;
}

/* Login home icon effect */


.subheading {
    font-size: 17px;
    display: block;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.loginFields {
    padding-top:100px;
}


/* Terms and conditions */

.termsandcondition h1, .termsandcondition h2 {
    color: #2c3e50;
    text-align: left;
    font-size: 17px;
    font-weight
}

.termsandcondition ul {
    margin: 20px 0;
    padding-left: 20px;
}

.termsandcondition li {
    margin: 10px 0;
}

.termsandcondition .section {
    margin-bottom: 30px;
}

    .termsandcondition .section h2 {
        color: #2980b9;
        font-size: 1.2em;
        margin-top: 20px;
        text-align: left;
    }

.termsandcondition .terms {
    margin-left: 20px;
}

.termsandcondition .signature {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
}

    .termsandcondition .signature input[type="checkbox"] {
        margin-right: 10px;
    }

    .termsandcondition .signature label {
        font-weight: bold;
    }

.termsandcondition .btn {
    padding: 10px 20px;
    background-color: #2980b9;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

    .termsandcondition .btn:hover {
        background-color: #1c5a79;
    }
.visit {
    font-size:5px;float:left;
}


/* Scroll top */
/* Style for scroll-top button */
.backToTopBtn {
    position: fixed;
    bottom: 107px;
    right: 31px;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #000;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
}

    .backToTopBtn:not(:hover) {
        background: #78a8f4;
    }

    .backToTopBtn:hover {
        background: #4d7fcd;
    }

    .backToTopBtn.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .backToTopBtn:not(.active) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
/* Scroll top */
/* Style for scroll-top button */
.backToTopBtn {
    position: fixed;
    bottom: 107px;
    right: 31px;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #000;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
}

    .backToTopBtn:not(:hover) {
        background: #78a8f4;
    }

    .backToTopBtn:hover {
        background: #4d7fcd;
    }

    .backToTopBtn.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .backToTopBtn:not(.active) {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }


.loginnew {
    padding: 3px 10px !important;
    background-color: #eb4c4a !important;color:#fff;
}
.leftlinks a{
    line-height:25px;color:#000;font-weight:600;
}
    .leftlinks a:hover {
        color:#0d6efd;
    }
    .leftlinks a:after {
        content: '|';
    }
    .leftlinks a:last-child:after {
        content:'';
    }