

.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 500px;
    margin: 100px auto 0;
}

.modal.in .modal-dialog{ transform: scaleY(1); }
.modal-box .modal-dialog .modal-content{
    color: #555;
    background: linear-gradient(45deg,#fff,#fcfcfc,#fff);
    text-align: center;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.modal-box .modal-dialog .modal-content .close:hover{ color: #fff; }
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 0 30px !important; }
.modal-box .modal-dialog .modal-content .modal-body .modal-icon{
    color: #fff;
    background:#202c45;
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: -50px auto 35px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .title span{
    font-size: 16px;
    font-weight: 400;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control{
    background-color: #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 45px;
    border: 2px solid #e7e7e7;
    border-radius: 50px;
    box-shadow: none;
    width: 100%;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus{
    background-color: #fff;
    box-shadow: none;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: linear-gradient(#202c45 , #202c45);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: 100%;
    padding: 12px 10px 13px;
    margin: 25px 0 35px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover{
    text-shadow: 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.modal-box .modal-dialog .modal-content .modal-body .btn:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-footer{
    background-color: #fdfdfd;
    text-align: center;
}
.modal-box .modal-dialog .modal-content .modal-footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.modal-box .modal-dialog .modal-content .modal-footer ul li{
    display: inline-block;
    padding: 0 10px;
    
}
.modal-box .modal-dialog .modal-content .modal-footer ul li a{
  font-size:20px;
  font-weight: 600;
}
.modal-box .modal-dialog .modal-content .modal-footer ul li a:hover{ color: #0094B9; }
@media  only screen and (max-width: 576px){
    .modal-dialog{ width: 95% !important; }

    .modal-box .modal-dialog .modal-content .modal-body .form-control {
    background-color: #e7e7e7;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    height: 45px;
    border: 2px solid #e7e7e7;
    border-radius: 50px;
    box-shadow: none;
  }

  .modal-box .modal-dialog .modal-content .modal-body .modal-icon {
    color: #fff;
    background: #202c45 ;
    font-size: 30px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: -50px auto 35px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
 }

 .modal-box .modal-dialog .modal-content .modal-body .btn {
    color: #fff;
    background: linear-gradient(#0f233b, #0f233b);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: 100%;
    padding: 12px 10px 13px;
    margin: 20px 0 22px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
 }
}


.txt-center {
    text-align: center;
}
.border- {
    border: 1px solid #555 !important;
}
.padding {
    padding: 15px;
}
.mar-bot {
    margin-bottom: 15px;
}
.admit-card {
    border: 1px solid #555;
    padding: 15px;
    margin: 20px 0;
}

.BoxA h5, .BoxA p {
    margin: 0;
}
h5 {
    text-transform: uppercase;
}
table img {
    width: 100%;
    height: 220px;
    margin: 0 auto;
}
@media(min-width:800px)
{
    #admit_card
{
  width: 70%;
}


}

    




p{
  text-align: justify;
}

/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.main-nav-bar {
    background: #e9eaf5;
}
.fixed-top {
    transition: .5s;
}

.top-bar {
  border-bottom: 1px solid rgba(53, 94, 252, .07);
  background: #011a41;
  padding: 7px;
  color: #fff;
}
.top-bar h5 {
  margin: 0;
  color: #fff;
  padding: 10px 0 4px 0;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 1235px) and (min-width: 991px) {
    .navbar .navbar-nav .nav-link {
        padding: 25px 9px;
        font-size: 13px;
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }
    .recently-join {
      grid-template-columns: 1fr !important;
  }
  .recently-join-student {
    margin-bottom: 50px !important;
}
    .hero-banner-slider {
      margin-top: 65px !important;
  }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    p.about-page {
        margin-top: 40px;
    }
    .page-header {
        padding-top: 6rem !important;
        padding-bottom: 0rem !important;
    }
    .container-xxl {
        padding: 8px;
    }
    p.about-page-padding {
        margin-bottom: -40px !important;
    }
    .about-sec-div {
        margin-top: 60px;
    }
    .my-popup-btn-main {
        right: 100px !important;
    }
    .about-page-main {
      padding-bottom: 40px !important;
    }
    
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
    border-radius: 0;
    height: min-content;
    max-height: 70vh;
    overflow-y: scroll;
}
}


/*** Header ***/
.hero-banner-slider{
    margin-top: 120px;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    .contact-address .div-1 p {
      height: fit-content !important;
      margin-bottom: 40px !important;
  }
  .about-home-border {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    background: #fff;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

/* new added css  */
.border {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}
.panel-sec {
    background: #e9eaf5;
}
.facilities-container {
    background: #e9eaf5;
}
a.course-enroll-btn{
    font-weight: 700;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
}
.recently-join {
  display: grid;
  background: #e9eaf5;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
  padding-bottom: 30px;
  padding-top: 30px;
}
.recently-join-student {
    padding: 40px;
    margin: 0 10px;
    padding-top: 0;
    height: 100%;
    max-height: 420px;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
    background: white;
}
.recently-join-student h4 {
  color: #fff !important;
}
.recently-join-student > h4 {
  text-align: center;
  background: #355efc;
  padding: 12px;
}
.recently-join-student-div {
  padding: 10px;
  background: #011a41;
  margin-bottom: 24px;
}
img.pop-up-div {
    width: 100%;
    max-width: 100px;
    text-align: center;
}
.pop-up-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
a.pop-up-login-admin {
    background: #d44772;
    padding: 12px !important;
    display: inline-block;
    width: fit-content;
    margin-top: 12px;
}
a.pop-up-login-student {
    background: #ffae11;
    padding: 12px !important;
    display: inline-block;
    width: fit-content;
}
a.pop-up-login-franchise {
    background: #21b3cb;
    padding: 12px !important;
    display: inline-block;
    width: fit-content;
}
.my-modal-footer {
    display: flex;
    justify-content: space-evenly;
}
.my-modal-footer i {
    font-size: 32px;
}
.about-sec-div {
    display: inline-block;
}
.online-enquiry {
    background: #dee2fb;
    padding: 20px 0;
}


.student-verification {
    margin: 0;
    padding: 0;
    background: #dee2fb;
    background-size: cover;
    height: 80vh;
    position: relative;
}
  
  .student-verification .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25rem;
    padding: 2.5rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.625rem;
  }
  
  .student-verification .box h2 {
    margin: 0 0 1.875rem;
    padding: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
  
  .student-verification .box .inputBox {
    position: relative;
  }
  
  .student-verification .box .inputBox input {
    width: 100%;
    padding: 0.625rem 0;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.062rem;
    margin-bottom: 1.875rem;
    border: none;
    border-bottom: 0.065rem solid #fff;
    outline: none;
    background: transparent;
  }
  
  .student-verification .box .inputBox label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.625rem 0;
    font-size: 1rem;
    color: #fff;
    pointer-events: none;
    transition: 0.5s;
  }
  
  .student-verification .box .inputBox input:focus ~ label,
  .student-verification .box .inputBox input:valid ~ label,
  .student-verification .box .inputBox input:not([value=""]) ~ label {
    top: -1.125rem;
    left: 0;
    color: #03a9f4;
    font-size: 0.75rem;
  }
  
  .student-verification .box input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background-color: #03a9f4;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    border-radius: 0.312rem;
    font-size: 1rem;
  }
  
  .student-verification .box input[type="submit"]:hover {
    background-color: #1cb1f5;
  }
  input.student-verification-login {
    width: 100%;
    background: #355efc !important;
}

@media (max-width: 450px){
    .student-verification .box {
        width: 19rem;
        padding: 2rem;
    }
    .student-login .login-box {
        width: 280px !important;
        padding: 32px !important;
    }
}



.student-login {
    margin: 0;
    padding: 0;
    background: #dee2fb;
    position: relative;
    height: 80vh;
}
  
  .student-login .login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    padding: 40px;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,.6);
    border-radius: 10px;
  }
  
  .student-login v.login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
  }
  
  .student-login .login-box .user-box {
    position: relative;
  }
  
  .student-login .login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
  }
  .student-login .login-box .user-box label {
    position: absolute;
    top:0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
  }
  
  .student-login .login-box .user-box input:focus ~ label,
  .student-login .login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #03e9f4;
    font-size: 12px;
  }
  
  .student-login .login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #03e9f4;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
  }
  
  .student-login .login-box a:hover {
    background: #03e9f4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 100px #03e9f4;
  }
  
  .student-login .login-box a span {
    position: absolute;
    display: block;
  }
  
  .student-login .login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: btn-anim1 1s linear infinite;
  }
  
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%,100% {
      left: 100%;
    }
  }
  
  .student-login .login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .student-login .login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .student-login .login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }
  

  .image-gallery {
    background: #dee2fb;
}
  .image-gallery .container {
   
    /* min-height: 100vh; */
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
  }
  
  .image-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
  }
  
  .image-gallery .gallery img {
    width: 100%;
    height: 200px;
  }
  .career-main {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    background: #e9eaf5;
}
.career-main div {
  background: #e9eaf5;
}
.download-btn {
    display: flex;
    column-gap: 20px;
    padding-top: 10px;
}
.download-btn button {
    border: none;
    padding: 8px 24px;
    border-radius: 6px;
    background: #011a41;
    color: #fff;
}
.download-btn button:hover {
    background: #0b50c0;
}

:root {
  --ff-primary: "Open Sans", sans-serif;
  --ff-accent: "Source Sans Pro", sans-serif;

  --clr-neutral-100: #fff;
  --clr-neutral-300: #ddd;
  --clr-neutral-500: #555555;
  --clr-neutral-800: #111827;
  --clr-primary: #041964;

  --transition: 250ms ease-in-out;
}



.blog-listing-main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #dee2fb;
    line-height: 1.5;
    font-size: 1rem;
    flex-wrap: wrap;
    padding: 40px 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.blog-listing-main h1,
.blog-listing-main h2,
.blog-listing-main h3 {
  font-family: var(--ff-accent);
  line-height: 1.1;
}

.blog-listing-main img {
  max-width: 100%;
  display: block;
}

.blog-listing-main a {
  text-decoration: none;
  color: inherit;
}

.blog-listing-main .card {
  display: grid;
  position: relative;

  width: min(100% - 2rem, 380px);
  background-color: var(--clr-neutral-100);

  overflow: hidden;
  border-radius: 0.8em;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.blog-listing-main .card:is(:hover, :focus) {
  transform: translateY(-5px);
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1);
}

.blog-listing-main .card:focus-visible {
  outline: 2px dashed;
  outline-offset: 0.4em;
}

.blog-listing-main .card__img-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 16 / 9;
}

/* image overlay */
.blog-listing-main .card__img-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: var(--transition);
}

/* .blog-listing-main .card__tags {
  --_pad: 10px;
  position: absolute;
  inset: var(--_pad) var(--_pad) auto var(--_pad);

  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.25em;

  opacity: 0;
  transition: var(--transition);
} */
/* 
.blog-listing-main .card__tag {
  display: inline-block;
  padding: 0.1em 0.5em;

  font-size: 14px;
  text-transform: uppercase;

  background-color: rgba(0, 0, 0, 0.6);
  color: var(--clr-neutral-100);
  border-radius: 5px;
  z-index: 2;
} */

.blog-listing-main .card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-listing-main .card__body {
  padding: 1em 1.5em;
}

.blog-listing-main .card__title {
  margin: 0;
  font-size: clamp(1.4rem, 4vw, 1.7rem);
  text-transform: capitalize;
  color: var(--clr-neutral-800);
}

.blog-listing-main .card__date {
  font-size: 0.875rem;
  color: var(--clr-neutral-500);
}

.blog-listing-main .card__cta {
  position: relative;
  width: fit-content;
  margin-top: auto;
  color: var(--clr-primary);
}

/* underline */
.blog-listing-main .card__cta::before {
  content: "";
  position: absolute;
  inset: 100% 0 0 0;
  height: 2px;

  background-color: currentColor;
  transition: var(--transition);
  transform-origin: right;
}

/* right arrow */
.blog-listing-main .card__cta::after {
  content: " →";
  display: inline-block;
  margin-left: 5px;
  transition: var(--transition);
}

/* image overlay */
.blog-listing-main .card:is(:hover, :focus) .card__img-container::before {
  opacity: 1;
}

/* remove underline */
.blog-listing-main .card:is(:hover, :focus) .card__cta::before {
  transform: scale(0);
}

/* move arrow */
.blog-listing-main .card:is(:hover, :focus) .card__cta::after {
  transform: translateX(6px);
}

/* show tag */
/* .blog-listing-main .card:is(:hover, :focus) .card__tags {
  opacity: 1;
} */


  

.blog-listing-div-2b span {
    font-weight: 600;
    color: #959595;
  }
  
  .blog-listing-div-2b h5 {
    font-weight: 600;
  }
  
  .blog-detail-div-2a {
    padding: 0 40px;
  }
  
  .blog-detail-div-2b-1 h2 {
    padding: 0 40px;
    font-weight: 600;
  }
  
  .blog-detail-div-2b-2 {
    display: flex;
    justify-content: center;
  }
  
  .blog-detail-div-2b-2 img {
    width: 100%;
  }
  
  .blog-listing-div-2a-extra p {
    margin: 0;
  }
  
  .blog-listing-div-2a-extra {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  
  .main-div-blog-detail p {
    font-weight: 500;
    color: #858585;
  }
  
  .blog-detail-div-2b-3 {
    padding: 0 40px;
    padding-bottom: 50px;
  }
  
  .blog-detail-div-2b-3 a {
    font-size: 17px;
    font-weight: 500;
  }
  
  .main-div-blog-detail {
    padding-bottom: 60px;
  }
  .my-popup-btn-main {
    position: absolute;
    right: 0;
    background: #355efc;
}
.my-popup-btn-main a {
    color: #fff !important;
}
.about-page-main {
  background: #e9eaf5;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
}

.course-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  color: hsl(228, 12%, 48%);
  background-color: hsl(235deg 38% 94%);
  padding: 20px;
}

.course-div .card {
  display: flex;
  flex-direction: column;
  width: 20rem;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.course-div .card__img__container {
  height: 45%;
  width: auto;
}

.course-div .card__img {
  width: 100%;
}

.course-div .card__content {
  height: 55%;
  padding: 1.75rem;
  padding-top: 1.25rem;
}

.img-course img {
  width: 100%;
}

.img-course {
  padding-left: 20px;
}

.course-div .item-tag {
  font-size: 0.7rem;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.course-div .item-name {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  color: hsl(212, 21%, 14%);
  font-family: "Fraunces", serif;
  font-size: 1.85rem;
  line-height: 1.15em;
}

.course-div .item-desc {
  opacity: 0.8;
  line-height: 1.5em;
}

.course-div .item-price {
  display: flex;
  align-items: center;
}

.course-div .price--discount {
  color: hsl(158, 36%, 37%);
  font-family: "Fraunces", serif;
  font-size: 1.8rem;
}

.course-div .price--original {
  margin-left: 1em;
  text-decoration: line-through;
  font-size: 0.8rem;
  opacity: 0.8;
}

.course-div .cta-btn {
  cursor: pointer;
  display: block flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 2em;
  margin-top: 12px;
  border: none;
  border-radius: 8px;
  background-color: hsl(228deg 97% 60%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.course-div .cta-btn span{
  color: #fff;
}

.course-div .cta-btn:hover {
  background-color: rgb(35, 64, 179);
}

.course-div .cta-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.course-div .attribution {
  position: absolute;
  top: 0;
}

@media (min-width: 750px) {
  .course-div .card {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
  .course-div .card__img__container {
    width: 50%;
    height: auto;
  }

  .course-div .card__img {
    height: 100%;
  }

  .course-div .card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    height: auto;
    padding: 1.75rem;
  }
}

@media (max-width: 749px) {
  .course-div .card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
  .course-div .card__img__container {
    width: 50%;
    height: auto;
  }

  .course-div .card__img {
    height: 100%;
  }

  .course-div .card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 1.75rem;
    text-align: center;
}
}



.course-div .faq-section {
  max-width: 760px;
  margin: 0 auto;
}

.course-div details {
  cursor: pointer;
}

.course-div summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}


.course-div summary {
  font-size: 20px;
  color: #f4f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-div summary::marker {
  display: none;
  content: "";
}

.course-div span {
  margin-top: 4px;
  color: #355efc;
}


.course-div details > p {
  max-width: 650px;
  color: #AEB9C6;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.course-div hr {
  color: #313133;
  margin-block: 20px;
}

.img-course h6 {
  background: #000b1c;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.img-course h4 {
  text-align: center;
  color: #355efc;
}
.online-enquiry .form-control:disabled, .online-enquiry .form-control:read-only {
  background-color: #fff;
  opacity: 1;
}
.center-list .table>tbody {
  vertical-align: inherit;
  width: 100%;
  display: inline-block;
}
.center-list {
  background: #e9eaf5;
  width: fit-content;
  margin: auto;
  padding: 10px;
}
.center-list .table-bordered>:not(caption)>*>* {
  border-width: 0 1px;
  white-space: nowrap;
}
.center-list .table {
  background: #011a41;
  color: #fff;
}
.center-list td, .center-list b{
  color: #fff;
}
.frnachise-notice-div {
  padding: 20px;
  background: #011a41;
  color: #fff;
}


.contact-address {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
}
.contact-address .div-1 p {
  background: #ffffff;
  color: #011a41;
  text-align: center;
  margin: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  padding-top: 80px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
  height: 100%;
}
.contact-address .div-1 h5 a {
  color: #011a41;
}
.download-main div {
  background: #e9eaf5;
  padding: 12px;
}
.contact-address .div-1 {
  position: relative;
}
.contact-address .icon-div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: -24px;
  flex-direction: column;
  row-gap: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-address .icon-div i {
  font-size: 48px;
  color: #355efc;
}
.contact-address a {
  color: #011a41;
}



.blog-detail-main a {
  text-decoration: none;
  color: inherit;
}

.blog-detail-main .main {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: whitesmoke;
}

.blog-detail-main .container {
  max-width: 80rem;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 3rem 0;
}

.blog-detail-main .container .deco {
  height: 3rem;
  width: 23rem;
  filter: brightness(120%);
}

.blog-detail-main .flex-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  width: 100%;
}
.blog-detail-main .cards-container {
  padding: 2rem;
}

.blog-detail-main .card-box {
  display: flex;
  flex-flow: column;
  background-color: white;
  font-size: 0.92rem;
  /* box-shadow: 0px 3px 4px grey; */
}


.blog-detail-main .card-data,
.blog-detail-main .card-title,
.blog-detail-main .card-description {
  padding: 0 1.5rem;
}

.blog-detail-main .card-data {
  padding-top: 2rem;
  padding-bottom: 1.3rem;
  width: 100%;
  font-size: 1rem;
}

.blog-detail-main .card-data p {
  display: inline-block;
}

.blog-detail-main .text-right {
  margin-left: 9.4rem;
  margin-right: 1rem;
}

.blog-detail-main .autor {
  font-weight: bold;
}

.blog-detail-main .card-title {
  display: block;
  margin: 0;
  margin-bottom: 1.3rem;
  font-size: 1.5em;
  font-weight: bold;
}
.blog-detail-main .card-title:hover {
  background-color: rgb(205, 202, 202);
}

.blog-detail-main .card-description {
  font-size: 1.15rem;
  line-height: 1.7rem;
  padding-bottom: 2rem;
}

@media all and (max-width: 1200px) {
  .blog-detail-main .card-box {
    width: 30rem;
  }

  .blog-detail-main .container {
    padding: 1%;
  }

  .blog-detail-main .card-data {
    display: flex;
    justify-content: space-between;
  }

  .blog-detail-main .text-right {
    margin: 0;
  }

  .blog-detail-main .card-img {
    height: 20rem;
  }
}

@media all and (max-width: 1000px) {
  .blog-detail-main .flex-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .blog-detail-main .card-box {
    width: 100%;
  }

  .blog-detail-main .card-img {
    height: 27rem;
  }
}

@media all and (max-width: 550px) {
  .blog-detail-main .card-img {
    height: 20rem;
  }

  .blog-detail-main .data-text {
    font-size: 0.85rem;
  }

  .blog-detail-main .card-title {
    font-size: 1.2rem;
  }

  .blog-detail-main .card-description {
    font-size: 1rem;
  }
}

/* blog detail  */

.detail-blog-page section {
    position: relative;
}

.detail-blog-page .hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 1040px;
    width: 100%;
}

.detail-blog-page .hero::after {
    content: "";
    background: #203656;
    display: block;
    left: 0;
    opacity: 0.8;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.detail-blog-page .post .category-badge {
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
    display: inline-block;
    padding: 6px 11px;
    line-height: 1;
    left: 20px;
    top: 20px;
    z-index: 1;
    background-color: #6e72fc;
    background-image: linear-gradient(315deg, #6e72fc 0%, #ad1deb 74%);
    background-size: 200% auto;
    transition: all 0.3s ease-in-out;
}

.detail-blog-page .post .category-badge:hover {
    background-position: right center;
}

.detail-blog-page .post .thumb {
    position: relative;
}

.detail-blog-page .post .thumb.rounded .inner {
    border-radius: 10px;
    overflow: hidden;
}

.detail-blog-page .post .thumb img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.detail-blog-page .post .thumb:hover img {
    transform: scale(1.07);
}

.detail-blog-page .post .post-title a {
    color: #203656;
}

.detail-blog-page .post .post-title a:hover {
    color: #ad1deb;
}

.detail-blog-page .post .meta {
    font-size: 14px;
    color: #9faabb;
}

.detail-blog-page .post .meta a {
    color: #9faabb;
    font-weight: 400;
}

.detail-blog-page .post .meta a:hover {
    color: #570f75;
}

.detail-blog-page .post .meta i {
    vertical-align: middle;
}

.detail-blog-page .post .meta li:last-child::after {
    content: "";
    display: none;
}

.detail-blog-page .post .meta li::after {
    content: "";
    display: inline-block;
    background-color: #ad1deb;
    border-radius: 50%;
    margin-left: 1rem;
    height: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 3px;
}

.detail-blog-page .post .meta li:not(:last-child) {
    margin-right: 0.8rem;
}

.detail-blog-page .featured-post-lg {
    position: relative;
}

.detail-blog-page .featured-post-lg:hover .thumb .inner {
    transform: scale(1.05);
}

.detail-blog-page .featured-post-lg .thumb {
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(32, 54, 86, 0.3);
}

.detail-blog-page .featured-post-lg .thumb::after {
    content: "";
    background: #203656;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.6;
    top: 0;
    position: absolute;
    width: 100%;
}

.detail-blog-page .featured-post-lg .details {
    bottom: 50px;
    left: 50px;
    right: 50px;
    position: absolute;
    z-index: 1;
}

.detail-blog-page .featured-post-lg .post-title {
    font-size: 32px;
}

.detail-blog-page .featured-post-lg .post-title a {
    color: #fff;
}

.detail-blog-page .featured-post-lg .thumb .inner {
    background-size: cover;
    background-position: center center;
    height: 533px;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.detail-blog-page .featured-post-lg .post-title a:hover {
    color: #e098ff;
}

.detail-blog-page .featured-post-lg .meta {
    color: rgba(255, 255, 255, 0.6);
}

.detail-blog-page .featured-post-lg .meta li::after {
    content: "";
    background: rgba(255, 255, 255, 0.6);
}

.detail-blog-page .featured-post-lg .meta li a {
    color: rgba(255, 255, 255, 0.6);
}

/* ******************* hero right side ************** */

.detail-blog-page .rounded {
    border-radius: 10px !important;
}

.detail-blog-page .bordered {
  border: 1.5px solid #e9eaf5;
}

.detail-blog-page .post-tabs {
    padding: 30px;
}

.detail-blog-page .post-tabs .tab-content {
    margin-top: 30px;
}

.detail-blog-page .nav-tabs {
    border-bottom: 0;
}

.detail-blog-page .tab-content {
    position: relative;
}

.detail-blog-page .tab-pane {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.detail-blog-page .tab-pane.loading {
    opacity: 0.3;
}

.detail-blog-page .lds-dual-ring {
    display: inline-block;
    position: absolute;
    right: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.detail-blog-page .lds-dual-ring.loading {
    visibility: visible;
    opacity: 1;
}

.detail-blog-page .lds-dual-ring::after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #ad1deb transparent #ad1deb transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.detail-blog-page .nav-fill .nav-item, .nav-fill>.nav-link {
    margin-right: 10px;
}

.detail-blog-page .nav-fill .nav-item:last-child, .nav-fill>.nav-link:last-child {
    margin-right: 0;
}

.detail-blog-page .nav-fill .nav-item>.nav-link {
  color: #355efc;
  margin-right: 10px;
  background: #fff;
  font-weight: 600;
}

.detail-blog-page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #6e72fc;
  background-image: linear-gradient(315deg, #355efc 0%, #011a41 74%);
  border-color: transparent;
  background-size: 200% auto;
}
.detail-blog-page .nav-fill .nav-item .nav-link:hover {
  background-image: linear-gradient(315deg, #355efc 0%, #011a41 74%);
  color: #fff;
}

.detail-blog-page .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid #ebebeb;
    border-radius: 30px;
}

.detail-blog-page .post.post-list-sm {
    clear: both;
}

.detail-blog-page .post.post-list-sm.circle .thumb {
    max-width: 60px;
}

.detail-blog-page .post.post-list-sm.circle .details {
    margin-left: 80px;
}

.detail-blog-page .post.post-list-sm .thumb {
    float: left;
    position: relative;
}

.detail-blog-page .post .thumb {
    position: relative;
}

.detail-blog-page .post .thumb.rounded .inner {
    border-radius: 10px;
    overflow: hidden;
}

.detail-blog-page .post .thumb.circle .inner {
    overflow: hidden;
}

.detail-blog-page .post.post-list-sm .post-title {
    font-size: 15px;
}

.detail-blog-page .post.post-list-sm::after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    background: #ebebeb;
    background: linear-gradient(to left, #ebebeb 0%, transparent 100%);
}

.detail-blog-page .post.post-list-sm:last-child::after {
    content: "";
    display: none;
}
.detail-blog-page .inner img {
  width: 100%;
  margin-top: 5px;
}
.blog-descrip h3 {
  padding-bottom: 10px;
  border-bottom: 1px dashed #011a41;
  width: fit-content;
  margin-bottom: 20px;
  color: #355efc;
}
.blog-descrip p {
  color: #3a3a3a;
}

/* ************** */

.career-main i {
  color: #355efc;
}
.career-main small {
  background: white;
  padding: 8px;
  display: inline-block;
}
.gallery-img-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
  visibility: hidden;
}
.gallery-img-absolute h5 {
  color: #fff;
  /* font-size: 32px; */
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.image-gallery .gallery a:hover .gallery-img-absolute {
  visibility: visible !important;
}
.video-gallery a:hover .gallery-img-absolute {
  visibility: visible !important;
}
.video-gallery {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: center;
}
.video-gallery video {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 30%);
  padding: 10px;
}
.course-div .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #355efc;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  margin-top: 20px;
}
.course-div .accordion-button {
  margin-top: 20px;
}
.course-div .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-top: 0 !important;
}






  