/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}
*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    outline: none;
    border: none;
}

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

.fw-semi-bold {
    font-weight: 700 !important;
}

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


/*** 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;
}
.navbar.toggle-bar{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 999;
}
.Story-nav img{
    aspect-ratio: 3/2;
    object-fit: cover;
    height: 462px;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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;
    border-radius: 0px;
}


/*** Navbar ***/
.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: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

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

@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-brand,
.navbar-light a.btn {
    height: 75px;
}

/*drop-down start*/
.drop-down{
    position: relative;
}
.drop-down i{
    position: absolute;
    top: 28px;
    
    left: 70px;
    font-size: 14px;

}
.hero-section .img-1{
    border-radius:0 20%  20% 0;
}
.hero-section{
    background-image: url(../img/hero.png);
    height: 80vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    z-index: 1;
}
.hero-section::before{
    content: "";
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to left, #1368a300, #529ed1, #93bcd7);
  
   top:0;left: 0;right: 0;bottom: 0;
}
.hero-section .form{
    background-color:var(--primary)!important;
    border-radius: 10px;

    
}
.hero-section .form .d-flex{
    align-items: center;
    justify-content: space-between;
}
.hero-section .form .col-md-4{
    background: #011D42 !important;
    text-align: center;
    padding: 1rem;
    cursor: pointer;
    border-radius: 0 10px 0 10px;
    padding-right: 1rem !important;
    
}
.hero-section .form .col-md-4 button{
    color:#fff;
    font-weight: 600;
}
.hero-section .form input{
    background: transparent;
    padding: 1rem;
    color: #fff;
    font-size: 18px;
}
.hero-section .form input::placeholder{
    color:#fff;
}

.hero-section .img-1:first-child{
    border-radius: 20% 0  20% 0;

}
.hero-section img{
    aspect-ratio: 3/ 2;
    vertical-align: middle;
    object-fit: cover;
    
}
.navbar-nav .drop-down:hover .drop-down-menu{
    opacity: 1;
    visibility: visible;
    top:100%;
}
.drop-down-menu{
    position: absolute;
    min-width: 250px;
    background: #fff;
    transition: all 0.3s ease;
    top:110%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.drop-down-menu a{
    padding: 0.5rem !important;
}
@media screen and (max-width:991px) {
    .drop-down i{
        position: absolute;
        top: 14px;
        left: 100px;
        width: 100%;
    }
    .drop-down-menu{
        visibility: visible;
        opacity: 1;
        max-height: 0;
        transition:max-height 0.3s ease-in-out;
        position: static;
        overflow: hidden;
    }
    .drop-down-menu.active{
        max-height: 200px;
    }
}
/*drop-down End*/

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
.head{
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.hero-img{
    width:500px;

}
.hero-img img{
    aspect-ratio: 3/2;
    border-radius: 5px;

}
.ielts-container .ielts-content .list-items {
overflow: hidden;
height: 0;
visibility: hidden;
}
.ielts-container .ielts-content .list-items.active{
    overflow: visible;
    visibility:visible;
    height: auto;
}
.ielts-container .list-1{
    list-style: none;
    border-bottom: 3px solid #e1e1e1;


}
.category img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.ielts-container .list-1 li a{
    font-size: 32px;
    display: inline-block;
    position: relative;

}
.ielts-container .list-1 li .active::before{
    aspect-ratio: 3/2;
    height: 100px;
    background: #06BBCC;
 
}

.ielts-container .list-1 li a::before{
    position: absolute;
    left: 0;
    width:0;
    height: 3px;
    transition: all 0.3s ease;
    content: "";
    bottom: -3px;

}
.hero .data,
.hero .col-md-12 {
background: var(--light);
padding: 2rem;
box-shadow: 0 1px 4px rgba(133, 201, 218, 0.12), 2px 5px rgba(100, 181, 185, 0.24);
border-radius: 5px;

}
.hero .col-md-12 h1{
    font-size: 24px;
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
article{
    align-items: center;
}
.hiddlen{
    margin-top: 1rem;
}
.Visa .icon{
    padding: 1rem;
    align-self:flex-start;
    cursor: pointer;

}


.Visa h2{
    font-size: 18px;
  

}
.Visa .visa-inner{
    padding-top: 1rem;
    
}
.Visa article{
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    
}
.Visa article .hiddlen{
    max-height: 0;
    overflow: hidden;
    transition: max-height  0.3s ease-in-out;
  
}
.Visa article.active .hiddlen{
    max-height: 500px;
   }
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

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

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/diksha.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}
/* .courses{
    background: url(../img/course1.jpg);
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;

} */
/*** blog ***/
.img-blog{
    margin-bottom:1rem;
    background-color: #06BBCC;
    padding: 8px 16px;
    height: 250px;
    border-radius: 4px;
    width: 80%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.courses .course-item img{
    display: block;
    margin: 0 auto;
}
.img-blog img{
    border-radius: 5px;
    object-fit: contain;
    width: 75%;
    border-radius: 10px;
}


.blog-section .d-flex{
    list-style: none;
    flex-direction: column;
    gap:1rem;
    background: #181d38;
    width: 40px;
    padding-top:0.5rem !important;
    padding-bottom:0.5rem !important;
    border-radius: 20px 0 0 20px;
    align-items: center;
    overflow: hidden;
}
.blog-section .d-flex li{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    text-align: center;
}
.blog-section .col-lg-3{
    position: relative;
    overflow: hidden;
}
.blog-section .col-lg-3 .d-flex{
    position: absolute;
    top:22%;
    right:-20%;
    transition: all 0.3s ease;
  
}
.blog-section .col-lg-3:hover .d-flex{
    right:0;

}
.blog-section .d-flex li a i{
    font-size: 18px;
    color:#fff;
}

/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/** visa start ***/
.visa .col-lg-4 {
    position: relative;
}
.visa .col-lg-4 .img-visa img{
    aspect-ratio: 3/2;
    object-fit: cover;
    height: 400px;
    border-radius: 10px;

}
.visa .col-lg-4 .img-visa{
    position: relative;
    z-index: 1;
}
.visa .col-lg-4 .img-visa::before{
    content: "";
    background: rgba(15, 23, 43, .7);
    position: absolute;
    width:100%;
    height: 100%;
    top:0;bottom:0;left:0;right:0;
    
}
.visa .col-lg-4 .img-flag{
    position: absolute;
    top:30%;
    left: 50%;
    width: 100px;
    border-radius: 50%;
    z-index: 99;
    height: 100px;
    transform: translate(-50%, -50%);
}

.visa .border{
border: 4px solid #f9f9f9;
background: transparent;
width: 180px;
text-align: center;
padding: 0.5rem;
border-radius: 5px;
color:#fff;
}
.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
.student .d-flex{
    gap:1rem;
}
.student .student-img img{
    border-radius: 50%;
    object-fit: contain;
}
/* .vesitable .visa-data img{
    aspect-ratio: 3/2;
    object-fit: contain;

} */
.student .back{
    background: #F5F5F5;
    position: relative;
    padding: 1rem;
}
.student .icon{
    position: absolute;
    left: 50%;
    top:-15px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #393939;
}
.visa .col-lg-4 .visa-content{
    transform: translate(-50%, -50%);
    left: 50%;
    top:60%;
    z-index: 99;
    text-align: center;
    position: absolute;
    color:#fff;
    padding-top: 2rem;
}
.visa .col-lg-4 .img-flag img{
    width: 100%;

    border-radius: 50%;
    height: 100%;
}
/** visa End ***/

/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

.reletive{
    position: relative;
    
}
.reletive:hover .categories-content{
    opacity: 1;
}
.categories-content{
    position: absolute;
    top:0;
    background: #06BBCC;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0;
}
.categories-content .list li{
    color:#fff;
    font-size: 14px;
}



/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

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

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

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


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    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 {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

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

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media screen and (max-width:1221px) {
    .img-blog{
        height: auto !important;
    }
    .hero-img{
        width: 100%;
    }
    .hero-section{
        height: auto;
    }
    .Visa{
        height: auto;
    }
    .category .row{
       
        flex-wrap: nowrap !important;
    }
   }

   @media screen and (max-width:521px) {
    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }
    .page-header{
        background-size: contain;
    }
    .hero-img img{
        aspect-ratio:inherit !important;
    }
    .navbar.toggle-bar{
        padding-top:1rem !important;
    }

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

    .hero-content{
        width: 100% !important;
    }
    .hero-content h1{
        font-size: 24px !important;
    }

   
    
   
   }

   .owl-stage{
    aspect-ratio: 3/2;
    height: 100px;
}


   @media screen and (max-width:521px){
.vesitable1{
   
}
    .owl-stage{
        aspect-ratio:;
        height: 100px;
    }

    .item{
        height: 300px;

    }
    .upsc{
        height: 220px !important;
        width: 300px !important;
    }

    .academy{
        margin-top: 1850px !important;
    }

     .hero{
        height: 200px !important;
    }

  .b1{
    padding-top:-30px !important;
        font-size: 20px !important;
        font-weight: 700px;
    }

     .b2{
        font-size: 35px !important;
        font-weight: 700px;
    }

    .hero-img{
        width: 300px;
    }

   .cardcourse{
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    width:325px !important;
    height: auto;
    background: rgba(217, 217, 217, 0.58);
    border: 1px solid white;
    box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
    backdrop-filter:blur(6px);
    border-radius: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: bolder;
    color: black;
  }
  
  .cardcourse:hover {
    border: 1px solid black;
    transform: scale(1.05);
  }
  
  .cardcourse:active {
    transform: scale(0.95) rotateZ(1.7deg);
  }

  .dwing{
    margin-top: 20px;
  }

  .Story-nav{
    margin-top: 2300px !important;
    margin-bottom: -30px !important;
}

.container-xxl{
    margin-top: 300px !important;
}
   }

   .cardcourse {
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    width:525px;
    height: auto;
    background: rgba(217, 217, 217, 0.58);
    border: 1px solid white;
    box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
    border-radius: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: bolder;
    color: black;
  }
  
  .cardcourse:hover {
    border: 1px solid black;
    transform: scale(1.05);
  }
  
  .cardcourse:active {
    transform: scale(0.95) rotateZ(1.7deg);
  }

  .course-item img{
    width: 250px;
    aspect-ratio: 3/2;
  }


  .vesitable-item{

    width: 250px;
    height: auto;

  }

  
  /* .vesitable-item img{

    width: 250px;
    height: 450px;

  } */

  @media screen and (min-width:20px) and (max-width:380px) {
    .vesitable-item{
        align-items: center;
        width: 300px;
        height: auto;
      }

      .vesitable{
        margin-top: 1000px;
      }

      .vesitable1{
        margin-top: 130px !important;
        margin-bottom: -30px !important;
    }
    
  }
  

