/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

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

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

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

.btn-md-square {
    width: 44px;
    height: 44px;
}

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

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

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
    font-size: 18px !important;
}

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

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

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

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

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
/*** Single Page Hero Header End ***/


/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}
/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}
/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: var(--bs-secondary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
    text-align: start !important;
}

.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.gallery .nav-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
    color: var(--bs-white) !important;
}


.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid var(--bs-primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

#contentt
{
visibility:hidden !important;
}
#contentt
{
visibility:hidden !important;
}
#containerr
{
background:#462626 !important;
height:98px !important;
}
.addre
{
width:105px !important;
}
.addre1
{
width:115px !important;
}
.aboutt
{
font-size:36px;
color:#000 !important;
text-align:center;
}
  .verification-box {
      max-width: 700px;
      margin: auto;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .verification-header {
      background: #eee;
      padding: 15px 20px;
      border-bottom: 1px solid #ccc;
      font-weight: bold;
      font-size: 18px;
      color: #333;
    }

    .verification-body {
      padding: 20px;
    }

    .verification-body input[type="text"] {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      font-size: 15px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }

    .verification-body .row {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
    }

    .verification-body .row input {
      flex: 1;
    }

    .verify-btn {
      display: block;
      width: 100%;
      background-color: #428bca;
      color: white;
      font-size: 16px;
      padding: 12px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    .verify-btn:hover {
      background-color: #3071a9;
    }

    .verify-btn:before {
      content: "";
    }
.logoo2
{
    margin-top:7px !important;
}
.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img
{
    height:476px !important;
}
#coursess
{
    background-color:#E5E4E2 !important;
}
.rounded
{
    border:1px solid lightgray !important;
}
.primaa
{
    padding:10px !important;
}
.display-3
{
    font-size:40px !important;
}
@media only screen and (max-width: 768px) {

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

    .header-carousel .header-carousel-item, .header-carousel .header-carousel-item img
{
    height:143px !important;
}

    .logoo2
{
    margin-top:0px !important;
}
#containerr
{
background:#462626 !important;
height:auto !important;
}
}

 .certificate {
      border: 8px double black;
      padding: 30px;
      width: 800px;
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
      position: relative;
      background: #fff;
    }

    .certificate h2 {
      font-size: 32px;
      margin-bottom: 10px;
    }

    .duplicate {
      color: red;
      font-weight: bold;
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 16px;
	  color:red !important;
    }

    .content {
      font-size: 18px;
      margin: 40px 0;
      line-height: 1.8;
      font-family: "Times New Roman", cursive;
	  color:#000000 !important;
    }

    .highlight {
      font-weight: bold;
      font-family: Arial, sans-serif;
	  color:#000000 !important;
    }

    .footerr {
      font-size: 14px;
      margin-top: 40px;
      text-align: center;
      font-family: Arial, sans-serif;
	  color:#000000 !important;
    }

    .footer b {
      font-size: 16px;
	  color:#000000 !important;
    }

    @media screen and (max-width: 600px) {
      .certificate {
        padding: 20px;
        border-width: 6px;
      }

      .certificate h2 {
        font-size: 24px;
      }

      .duplicate {
        font-size: 14px;
        top: 15px;
      }

      .content {
        font-size: 16px;
        margin: 30px 0;
      }

      .footerr {
        font-size: 13px;
      }

      .footerr b {
        font-size: 14px;
      }
    }


    /*---------------------------------------------------my css----------------------------------------------------*/

    .news-section {
  width: 100%;
  background: #f9f9f9;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box {
  background: #fff;
  padding: 30px;
  height: 100%;
  border-left: 5px solid #337ab7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-title {
  font-size: 24px;
  font-weight: 700;
  color: #337ab7;
  margin-bottom: 20px;
  text-align: center;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #444;
}

.news-list li:last-child {
  border-bottom: none;
}
.mb-3
{
    color:#fff !important;
}
.testimonial-section {
  background: #f2f2f2;
}

.testimonial-section h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.testimonial-section p {
  color: #333;
  font-size: 15px;
}

.testimonial-section .rounded-circle {
  object-fit: cover;
}

.testimonial-section .bg-white {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.navbar-light .navbar-nav .nav-link
{
    font-size:17px !important;
}
/* Parent for submenu */
.dropdown-submenu {
  position: relative;
}

/* Hide submenu initially */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  z-index: 1000;
  min-width: 180px;
}

/* Show submenu only when mouse is directly on Software Course */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.mission-vision-section {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #2c3e50;
  position: relative;
}

.mv-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.mv-box {
  flex: 1 1 45%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.mv-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.mv-box h3 {
  font-size: 22px;
  margin: 15px 0;
  color: #007bff;
}

.mv-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.mv-icon {
  font-size: 40px;
  color: #007bff;
}
.course-details {
    border-left: 6px solid #0d6efd;
}
.course-details h3 {
    font-weight: bold;
}
.course-details ul li {
    background: #fff;
    transition: 0.3s;
}
.course-details ul li:hover {
    background: #f1f7ff;
}
.course-section {
    margin: 40px auto;
    max-width: 800px;
    padding: 20px;
}

.course-title {
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d6efd;
    padding-bottom: 10px;
}

.course-title::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    left: 15%;
    bottom: 0;
    border-radius: 2px;
}

.course-title .highlight {
    color: #6610f2;
}

.course-subtitle {
    font-size: 16px;
    margin-top: 10px;
    color: #6c757d;
}

.course-structure h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0d6efd;
}

.course-structure ol {
    margin: 0;
    padding-left: 20px;
    line-height: 1.8;
}
.course-detail-box {
  background: #f9f9ff;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  font-family: "Segoe UI", sans-serif;
}

.course-detail-header h2 {
  text-align: center;
  font-size: 26px;
  color: #2a4d8f;
  margin-bottom: 15px;
  position: relative;
}

.course-detail-header h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #2a4d8f;
  margin: 8px auto 0;
  border-radius: 2px;
}

.course-detail-info {
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
}

.course-detail-info strong {
  color: #222;
}

.course-detail-structure h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #2a4d8f;
  border-left: 4px solid #2a4d8f;
  padding-left: 8px;
}

.course-detail-structure ul {
  list-style: none;
  padding: 0;
}

.course-detail-structure ul li {
  background: #fff;
  margin: 8px 0;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.course-detail-structure ul li:hover {
  background: #e9f0ff;
  border-color: #2a4d8f;
  transform: translateX(5px);
}
.course-one-year {
  background: #f9fbff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  margin: 30px auto;
  max-width: 900px;
}

.course-header-one-year h2 {
  text-align: center;
  color: #1a73e8;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: bold;
}

.course-meta-one-year {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.course-meta-one-year p {
  margin: 5px 0;
  color: #444;
}

.course-structure-one-year h3 {
  color: #e65100;
  font-size: 22px;
  margin-bottom: 15px;
  border-left: 5px solid #1a73e8;
  padding-left: 10px;
}

.course-structure-one-year ul {
  list-style: none;
  padding-left: 0;
}

.course-structure-one-year ul li {
  background: #ffffff;
  margin: 8px 0;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
  font-size: 15px;
  transition: all 0.3s ease;
}

.course-structure-one-year ul li:hover {
  background: #e3f2fd;
  transform: translateX(5px);
}
.course-card-advance {
  max-width: 800px;
  margin: 30px auto;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.course-card-advance:hover {
  transform: translateY(-5px);
}
.course-title-advance {
  font-size: 26px;
  text-align: center;
  color: #2b6cb0;
  margin-bottom: 15px;
  border-bottom: 3px solid #2b6cb0;
  display: inline-block;
  padding-bottom: 6px;
}
.course-info-advance p {
  font-size: 15px;
  margin: 5px 0;
  color: #444;
}
.course-structure-advance h3 {
  font-size: 20px;
  margin: 20px 0 10px;
  color: #2b6cb0;
}
.course-structure-advance ol {
  padding-left: 20px;
  font-size: 15px;
  color: #333;
}
.course-structure-advance ol li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.course-box {
  background: #f7faff;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  padding: 30px;
  margin: 30px auto;
  max-width: 900px;
}

.course-title {
  font-size: 28px;
  text-align: center;
  color: #2a5298;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.course-meta {
  background: #e9f0ff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.course-meta p {
  margin: 5px 0;
  color: #333;
  font-weight: 500;
}

.course-subhead {
  font-size: 22px;
  color: #1e3c72;
  margin: 20px 0 15px;
  border-left: 5px solid #2a5298;
  padding-left: 10px;
}

.course-outline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-outline li {
  background: #ffffff;
  margin-bottom: 8px;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  font-size: 16px;
  color: #444;
  transition: 0.3s;
}

.course-outline li:hover {
  background: #dce8ff;
  transform: translateX(5px);
}
.program-structure-5 {
  background: #fdfdfd;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  margin: 20px 0;
}

.program-structure-5 .course-title {
  font-size: 22px;
  font-weight: bold;
  color: #2a4d69;
  margin-bottom: 10px;
}

.program-structure-5 .course-duration {
  font-size: 16px;
  margin-bottom: 15px;
  color: #444;
}

.program-structure-5 .course-subtitle {
  font-size: 18px;
  margin: 15px 0;
  color: #1d3a5f;
}

.program-structure-5 .course-list {
  list-style: none;
  padding: 0;
}

.program-structure-5 .course-list li {
  background: #eef5ff;
  margin: 6px 0;
  padding: 10px 14px;
  border-left: 4px solid #2a4d69;
  border-radius: 6px;
  font-size: 15px;
}
.accounting-course {
  background: #ffffff;
  border: 2px solid #3498db;
  border-radius: 12px;
  padding: 20px 25px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.accounting-course h3 {
  color: #2c3e50;
  font-size: 18px;
  margin-bottom: 10px;
}

.accounting-course h3 span {
  color: #16a085;
  font-weight: bold;
}

.accounting-course h4 {
  margin-top: 15px;
  font-size: 20px;
  color: #e74c3c;
  border-bottom: 2px solid #e74c3c;
  display: inline-block;
  padding-bottom: 5px;
}

.accounting-course ul {
  margin-top: 15px;
  padding-left: 20px;
  line-height: 1.6;
}

.accounting-course ul li {
  margin-bottom: 6px;
  font-size: 16px;
  color: #34495e;
}

.accounting-course ul ul {
  margin-top: 5px;
  padding-left: 20px;
}

.accounting-course ul ul li {
  font-size: 15px;
  color: #555;
  list-style-type: circle;
}
.course-section {
  padding: 50px 15px;
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  display: flex;
  justify-content: center;
}

/* Container */
.course-container {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Titles */
.course-title {
  font-size: 28px;
  font-weight: bold;
  color: #1565c0;
  text-align: center;
  margin-bottom: 20px;
}

.course-subtitle {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0d47a1;
  border-left: 5px solid #1565c0;
  padding-left: 10px;
}

/* Info */
.course-info {
  font-size: 16px;
  margin: 8px 0;
  color: #444;
}

/* List */
.course-list {
  list-style: none;
  padding-left: 0;
}

.course-list li {
  background: #e3f2fd;
  margin: 8px 0;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 15px;
  transition: 0.3s ease;
}

.course-list li:hover {
  background: #bbdefb;
  transform: translateX(5px);
}
.course-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.course-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 750px;
  width: 100%;
}

.course-title {
  text-align: center;
  font-size: 26px;
  color: #2c3e50;
  margin-bottom: 15px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

.course-info p {
  font-size: 16px;
  margin: 8px 0;
  color: #34495e;
}

.course-structure-title {
  font-size: 20px;
  margin: 20px 0 15px;
  color: #2980b9;
  border-left: 4px solid #2980b9;
  padding-left: 10px;
}

.course-list {
  list-style: none;
  padding: 0;
}

.course-list li {
  background: #ecf6ff;
  margin: 8px 0;
  padding: 10px 15px;
  border-left: 5px solid #3498db;
  border-radius: 6px;
  transition: all 0.3s ease;
  color: #2c3e50;
}

.course-list li:hover {
  background: #d6ebff;
  transform: translateX(5px);
}

/* Main container */
.course-wrapper {
  max-width: 750px;
  margin: 40px auto;
  padding: 25px;
  border: 2px solid #0073e6;
  border-radius: 12px;
  background: #f9fcff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

/* Heading */
.course-heading {
  text-align: center;
  font-size: 28px;
  color: #004080;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Course Info */
.course-info {
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #e6f0ff;
  border-left: 5px solid #0073e6;
  border-radius: 6px;
}

.course-info p {
  margin: 5px 0;
  font-size: 16px;
  color: #333;
}

/* Course Outline */
.course-outline h3 {
  font-size: 20px;
  color: #004080;
  margin-bottom: 10px;
  border-bottom: 2px solid #0073e6;
  display: inline-block;
  padding-bottom: 5px;
}

.course-outline ul {
  list-style: none;
  padding-left: 0;
}

.course-outline ul li {
  background: #f0f7ff;
  margin: 8px 0;
  padding: 10px 12px;
  border-radius: 6px;
  border-left: 4px solid #0073e6;
  font-size: 15px;
  color: #333;
  transition: 0.3s;
}

.course-outline ul li:hover {
  background: #d9ecff;
  cursor: pointer;
}
#subm
{
  width:950px !important;
}


html, body {
  overflow-x: hidden;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

@media only screen and (min-width:328px) and (max-width: 1200px) {
.navbar-light .navbar-nav .nav-link
{
  font-size:15px !important;
}
}

@media only screen and (min-width:1201px) and (max-width: 1300px) {
.navbar-light .navbar-nav .nav-link
{
  font-size:15px !important;
}
}