@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: italic;
  }

:root {
    --purple: #4B1D3A;
    --light: #F1F3FA;
    --dark: #1c1c1c;
    --yellow: #FFB81C;
    --red: #C10016;
    --orange: #FF6900;
    --grey: #f3f2f4;
    --hfont: Mukta, sans-serif;
    --cfont: Montserrat, sans-serif;
    --headfont: 'Libre Baskerville', serif;
    --font_01: Roboto, sans-serif
}

.accordion-item {
    border: unset !important
}

body {
    font-size: 14px;
    font-family: var(--font_01);
    background-color: #f1f1f1;
    font-display: swap
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--hfont)
}

.text-red {
    color: var(--red) !important
}

.text-yellow {
    color: var(--yellow) !important
}

.text-orange {
    color: var(--orange) !important
}
.text-purple {
    color: var(--purple)
}

.bg-purple {
    background-color: var(--purple)
}

.border-bottom_01 {
    border-bottom: unset
}

.hero-text {
    font-family: var(--headfont);
    font-weight: 400;
    font-size: 24px;
    color: var(--purple)
}

.hero-text_02 {
    font-size: 34px
}
.font_02{
    font-family: var(--headfont);
}
.title {
    font-family: var(--headfont);
    font-size: 24px
}
.bg-orange{
    background-color: var(--orange);
}
.bg-yellow{
    background-color: var(--yellow);
}
.title_01 {
    font-family: var(--headfont);
    font-size: 24px
}
.bg-orangeGradient {
    background-image: linear-gradient(90deg, var(--red), var(--orange));
    background-size: cover !important;
}
.subtitle {
    line-height: 1.5em;
    font-family: var(--headfont);
    font-size: 14px
}

.bg-dark {
    background: var(--dark) !important
}

.bg-grey {
    background: var(--grey) !important
}

.bg-red {
    background-color: var(--red)
}

.bg_grad_01 {
    background-color: var(--purple)
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99
}

.hero-img {
    height: 300px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply
}

.bg_testimonals {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background: #00000099
}

.bg_apply {
    background-repeat: no-repeat;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: unset
}

.data {
    position: absolute;
    bottom: 0
}

.data span {
    font-size: 12px
}

.data img {
    border: solid 1px var(--purple);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 85px !important
}

.data_01 {
    border-radius: 0 0 25px 25px;
    border: solid 1px var(--purple)
}

.data_01 p {
    font-size: 12px
}

.zoho_form {
    height: 570px;
    width: 100%
}

.h_partner {
    border-radius: unset;
    background-color: var(--purple)
}

.h_partner.h_part_apply {
    background-image: url(../images/bg1.webp);
    background-position: top
}

.h_partner h5 {
    text-align: center
}

.h_partner .h_btn {
    text-align: center
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0 linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0 linear 0;
    visibility: visible;
    opacity: 1
}

.btn {
    transition: .5s;
    font-weight: 500
}

.bg-purple-gradient {
    background-image: linear-gradient(180deg, #47143D 0%, #632156 100%)
}

.sticky-top {
    top: -100px;
    transition: .5s
}

.gallary .one,
.gallary .three {
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.gallary .two {
    height: 230px;
    width: 100%;
    object-fit: contain
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 10px 0 3px;
    color: #8f8d8d;
    font-size: 13px;
    font-weight: 500;
    outline: none
}

.center_tagline th {
    color: #fff;
    background-color: var(--red) !important;
    text-transform: capitalize !important
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
    border-bottom: solid 4px #ea3738;
    font-weight: 500;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px
}

.unlock_01 {
    height: 200px;
    width: 100%;
    object-fit: cover
}

.h_nav {
    background-color: white;
    padding: 0 10px
}

.hero_mobile img {
    object-fit: cover;
    height: 475px;
    object-position: right
}

.program_01 .icon {
    height: 40px;
    width: auto;
    object-fit: contain
}

.border_01 {
    border-right: 1px solid var(--bs-white);
    border-bottom: 1px solid var(--bs-white);
    padding-bottom: 10px
}

.form_img_01 {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0 0
}

.border_01:nth-child(3),
.border_01:nth-child(4) {
    border-bottom: none
}

.border_01:nth-child(2),
.border_01:nth-child(4) {
    border-right: none
}

.award_02 .bg-red-01:hover {
    background-color: #E3B34A;
    cursor: pointer;
    transition: left .5s ease
}

.bg-red-01:hover img {
    opacity: .1
}

.bg-red-01:hover .content {
    display: flex !important;
    position: absolute;
    color: #fff;
    right: 46%;
    top: 50%;
    z-index: 9
}

.usp_01 {
    padding: 10px 15px;
    border-radius: 15px;
    background-blend-mode: overlay;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 70px
}

.usp_01 .rank {
    font-size: 24px;
    font-family: var(--cfont)
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEE
    }
}
.hero_logo_01, .hero_logo_02 {
    width: auto;
    object-fit: contain;
}
.fs_13{
    font-size: 13 !important;
}
.c_btn {
    background-color: var(--red);
    border: solid 1px var(--bs-white);
    color: var(--bs-white);
    /* border-radius: 0; */
    font-size: 14px;
}
.c_btn:hover {
    color: var(--dark);
    background-color: var(--bs-white);
    border: 1px solid var(--red);
}
.hero_logo_01 {
    height: 33px;
}
.navbar-toggler {
    padding: 5px;
}
@media (min-width: 992px) {
    .hero_logo_01 {
        height: 50px;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1
    }
}
.copyright_001{
    position: absolute;
    bottom: 0;
    right: 32%;
}

.copyright {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.copyright a:hover {
    color: var(--red) !important
}


.box_shadow img {
    height: 85px;
    width: 100%;
    object-fit: contain
}

.border-purple {
    border: 1px solid var(--purple)
}

.border-purple_01 {
    border-top: 1px solid var(--light);
    border-bottom: 1px solid var(--light)
}

.about_logo img {
    height: 100px;
    width: 100%;
    object-fit: contain
}
.left_button {
    width: 50%;
    top: unset;
    bottom: 0;
    left: 0;
    position: fixed;
    border-radius: 0 !important;
    z-index: 1021;
}
.company_01 img {
    height: 30px;
    aspect-ratio: 3 / 2;
    mix-blend-mode: color-burn;
    object-fit: contain
}

.testimonals_01 .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: center
}
.testimonals_01 .owl-item.center .test_002{
    color: white;
    background-color: var(--red) !important;
}
.testimonals_01 .owl-item.center .testimonial-items{
    scale: 1.10;
}
.comma{
    height: 25px;
    object-fit: contain;
}
.testimonals_01 .owl-item.center .comma{
    filter: invert();
}
.testimonals_01 .owl-nav .owl-prev,
.testimonals_01 .owl-nav .owl-next {
    margin-left: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--yellow);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 16px;
    transition: .5s;
}
.small_01{
    font-size: 10px;
}

.placement_01 .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 100%;
    display: flex;
    justify-content: center
}

.placement_01 .owl-nav .owl-prev,
.placement_01 .owl-nav .owl-next {
    margin-left: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--red);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 16px;
    transition: .5s;
}

.gallary_01 .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -58px;
    width: 100%;
    display: flex;
    justify-content: center
}
.gallary_01 .owl-item.center .test_002{
    color: white;
    background-color: var(--red) !important;
}
.gallary_01 .owl-item.center .testimonial-items{
    scale: 1.10;
}
.comma{
    height: 25px;
    object-fit: contain;
}
.gallary_01 .owl-item.center .comma{
    filter: invert();
}
.gallary_01 .owl-nav .owl-prev,
.gallary_01 .owl-nav .owl-next {
    margin-left: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--yellow);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 16px;
    transition: .5s;
}

.modal.show .modal-dialog {
    top: 8%
}

.banner_text {
    position: absolute;
    top: 25%
}

.admission .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    border: solid var(--red) 1px;
    width: 100%;
    border-radius: 15px
}

.admission .nav-link.active {
    color: var(--bs-white);
    border-radius: 10px;
    background-color: var(--purple);
    border: solid var(--purple) 1px;
    font-weight: 700
}

.program_02 .accordion-button {
    background-color: var(--purple);
    color: #fff;
    border-radius: 15px !important
}

.program_02 .accordion-button::after {
    filter: invert(1)
}

.program_02 .accordion-button:focus {
    box-shadow: unset !important
}

.modal-content .form_01 {
    padding: 0 !important;
    margin: 0 !important
}

/* ////////////Avantika Programs////////// */

.programsSection h2.position-relative {
    padding-left: 100px
}

.programBox .accordion-button {
    border-bottom: 1px solid #ddd;
    background-color: transparent !important
}

.childTabs .nav-link.active,
.programBox .accordion-item {
    background-color: transparent
}

.programBox .accordion-body {
    padding: 10px 20px
}

.programBox .accordion-button::after {
    background-image: url("../images/avantika/logo/accordianPlus.png")
}

.programBox .accordion-button:not(.collapsed)::after {
    background-image: url("../images/avantika/logo/accordianMinus.png")
}

.myProgramCard {
    background-color: #f8f8f8;
    padding: 15px;
    height: 100%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
    border-radius: 7px
}
.myProgramContainer h2{
    font-weight: bold;
}
.programCardContainer .tab-content {
    margin-top: 30px
}

.myProgramCard .nav-tabs {
    border-bottom: 0;
    flex-wrap: nowrap;
    flex-direction: column
}

.myProgramContainer {
    justify-content: space-between
}

.programImg {
    height: 500px;
    background-repeat: no-repeat;
    border-radius: 7px;
    background-position: center;
}

.programBox {
    width: 48%
}

.myProgramCard ul li::marker {
    color: var(--red);
    font-size: 1.5em
}

.myProgramCard ul li,
.vidContainer {
    position: relative
}

.myProgramCard ul li:last-child .verticalLine {
    display: none
}

.myProgramCard h3 {
    font-weight: 500;
    font-size: 20px
}

.programsSection .textBrown,
p.textBrown1 {
    color: var(--red);
    font-weight: 600
}

.verticalLine {
    height: 80%;
    width: 1px;
    background-color: #a6a6a6;
    left: 1%;
    top: 24px
}
.dotProgram, .verticalLine {
    display: block;
    position: absolute;
}
.dotProgram {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--red);
    left: -2px;
    top: 14px
}

.parentTabs .nav .nav-link {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--dark)
}

.parentTabs .nav .nav-link.active {
    border-bottom: 2px solid;
    border-radius: 0px !important;
    font-weight: 600;
    color: var(--red);
    background-color: white
}

.parentTabs .nav-tabs {
    border-bottom: 0;
    gap: 20px;
}

.childTabs .nav-link {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    align-items: baseline;
    text-align: left;
    margin-bottom: 10px
}
.h_list_num i, .programBox .accordion-button:not(.collapsed), .veterans:hover .play_btn {
    color: var(--red);
}

.accordion-button:focus {
    z-index: 3;
    border-color:unset;
    outline: 0;
    box-shadow: unset;
}

.childTabs .nav-link.active {
    color: brown
}

.childTabs .nav-tabs .nav-link.active,
.childTabs .nav-tabs .nav-link.nav-link:hover,
.childTabs .nav-tabs .nav-link:focus {
    border: 1px solid transparent !important;
    color: brown
}

.iconContainer {
    background-color: brown;
    padding: 10px;
    border-radius: 30px
}

.iconContainer img {
    width: 30px;
    height: 30px;
    filter: invert(1)
}
.SubChildTabContent .accordion-item, .SubChildTabContent button.accordion-button, .mobilePrograms .accordion-item, .mobilePrograms button.accordion-button {
    background-color: white !important;
    color: #000 !important;
    margin-bottom: 15px;
}

.SubChildTabContent,
.mobilePrograms {
    padding: 0px
}

.SubChildTabContent button.accordion-button {
    font-size: 16px;
    font-weight: 700
}

.SubChildTabContent .accordion-item,
.SubChildTabContent button.accordion-button,
.mobilePrograms .accordion-item,
.mobilePrograms button.accordion-button {
    background-color: white !important;
    color: #000 !important;
    margin-bottom: 15px
}

.SubChildTabContent .accordion-body {
    padding: 10px 50px
}

.SubChildTabContent .accordion-item .accordion-button,
.mobilePrograms .accordion-button {
    border-radius: 0;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    padding-left: 40px
}

.SubChildTabContent .accordion-button:not(.collapsed)::after,
.mobilePrograms .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
    background-image: url(../images/avantika/programs/close.png);
    background-size: 10px 10px !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    padding: 14px 15px
}

.SubChildTabContent .accordion-button::after,
.mobilePrograms .accordion-button::after {
    background-image: url(../images/avantika/programs/arrow1.png);
    background-size: 15px 20px !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 23px;
    padding: 15px
}
.mobilePrograms .accordion-button:not(.collapsed)::after {
    padding: 14px 20px;
    background-size: 10px 10px !important
}

span.brownTriangle {
    width: 15px;
    height: 25px;
    background-color: brown;
    transform: rotate(45deg);
    position: absolute;
    left: -12px
}
ol, ul {
    padding-left: 1rem;
}

.points {
    height: 16px;
    width: 16px;
    margin-right: 7px
}


.owl-carousel .owl-stage {
    display: flex
}

.testimonial-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%
}

.keyhigh {
    background-color: var(--red)
}

.your_path .col-lg-6 {
    display: grid
}
.your_path h6{
    color: white;
    font-size: 14px;
}
.owl-carousel .owl-item {
    transition: transform 1s ease; /* Ensures smooth transitions */
}
.testi_01 img{
    height: 70px;
    /* width: 70px !important; */
    object-fit: contain;
    /* border-radius: 50%; */
    margin-top: -30px;

}
.your_path .border {
    /* background-color: var(--orange) */
    
    background-image: linear-gradient(90deg, var(--red), var(--orange));
}

.bg_applynew {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    height: 400px
}

.form_03 {
    background-size: cover;
    height: 440px;
    border-radius: 25px 25px 0 0
}

.form_bg_01 {
    border-radius: 0 0 25px 25px;
    border: solid 2px var(--purple)
}

.back-to-top {
    position: fixed;
    display: flex !important;
    justify-content: center;
    align-items: center;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    font-size: 16px;
    width: 48px;
    height: 48px;
    border: solid 1px var(--grey);
    background-color: var(--red) !important;
    color: var(--bs-white) !important
}
.learning_001{
    background: #ffffffa3;
    position: absolute;
    top: 42%;
    z-index: 1;
    width: 70%;
    right: 14%;
}
.hero_section {
    cursor: pointer
}

.your_path_img {
    height: 40px;
    object-fit: contain;
}

.modalLogo img {
    height: 100%;
    width: 110px;
    object-fit: contain;
}
.modalLogo h4{
    border-top: 1px solid #dee2e6 ;
    border-bottom: 1px solid #dee2e6 ;
}
.modalLogo {
    width: 100%;
}
.modal-header .btn-close{
    margin:0px;
}
/* .modal-header{
    padding:5px 1rem;
} */
 /* ///////////////////////////////avantika */
 .right_button {
    width: 50%;
    top: unset;
    bottom: 0;
    right: 0;
    position: fixed;
    border-radius: 0 !important;
    z-index: 1021;
}
.advertise_01 h3 {
    font-size: 1.7rem;
    font-weight: 600;
}
.ctasize {
    font-size: 20px;
}
.stat_01 img{
    height: 60px;
}
.footerlogo_01{
    height: 100px;
    width: auto;
    object-fit: contain;

}
.video_height{
    width: 100%;
    object-fit: cover;
    border: unset;
    border-radius: unset;
}
.col_md_6{
    width: 50% !important;
}
.filter{
    filter: invert() !important;
}
/* //////////////////////// */
.typing-container {
    font-size: 2em;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid transparent;
  }
  
  .cursor {
    display: inline-block;
    animation: blink 0.7s steps(2, start) infinite;
  }
  
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }

  /* / */  /* ===================== */
  .beyond-academics-section {
    /* background-color: #f8f9fa; */
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #343a40;
  }
  
  .section-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
  }
  
  .card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  
  .list-unstyled li {
    display: flex;
    margin-bottom: 0.5rem;
  }
  
  /* ===================== */
  .learning-projects-section {
    background-color: #ffffff;
  }
  
  .section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #007bff;
  }
  
  .image-container {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  
  .image-container:hover img {
    transform: scale(1.1);
  }
  
  .image-container:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  /* ///////////////////////////////////////////////// */

  
/* USP - Section - START */
.uspImgBox{
    height: 50px;
    width: 50px;
    min-width: 50px;
    background-image: linear-gradient(90deg,var(--red),var(--orange));
    border-radius: 100%;
}
.uspImgBox img{
    height: 30px;
    width: 30px;
    /* filter: invert(1); */
}
.uspHeading{
    color: #1c1c1c;
}
.uspSection .studentBgImg {
    height: 300px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.uspImgBox:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.5rem;
    background: var(--red);
    bottom: -0.5rem;
    left: 25px;
}
.uspImgBox:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.5rem;
    background: var(--red);
    top: -0.5rem;
    left: 25px;
}
.uspContainer:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.collab_001{
    width: 140px;
    object-fit: contain;
}
.beyond-academics-section .accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--red);
    box-shadow: unset;
}
.beyond-academics-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.beyond-academics-section .accordion-button:not(.collapsed) i{
    color: white !important;
}
.beyond-academics-section .accordion-button:hover{
    background-color: var(--red);
    color: white;
}
.beyond-academics-section .accordion-button:hover i{
    color: white !important;
}
#usp b{
    color: var(--red);
}
@media (min-width: 768px) {
    .col_20{
        width: 20% !important;
    }

    .hero_mobile img {
        object-fit: cover;
        height: 860px
    }

    .bg_applynew {
        height: unset
    }

    .zoho_form {
        height: 675px;
        width: 100%
    }

    .bg_apply {
        height: 300px
    }

    .gallary .one,
    .gallary .three {
        height: 300px
    }
    .gallary .two {
        object-fit: cover
    }

    .form_03 {
        height: 580px
    }
}

@media (min-width: 992px) {
    .uspSection .studentBgImg {
        height: 100%;
    }
    .collab_001{
        width: 165px;
    }
    #typing{
        color: white;
    }
    .typing-container {
        color: white;
      }
    .copyright {
        background-size: cover;

        background-position: top;
    }
    
    .testimonals_01 .owl-item.center .testimonial-items{
        scale: 1.15;
    }
    .filter_pc{
        filter: invert();
    }
    ol, ul {
        padding-left: 2rem;
    }
    .your_path_img {
        height: 60px;
        object-fit: contain;
    }
    
.your_path h6{
    color: #000;
    font-size: 24px;
}

    .video_height{
        /* border: solid 1px; */
        border-radius: 15px;
    }

    .gallary .one,
    .gallary .three {
        height: 180px;
        object-fit: cover;
    }

    .bg_applynew {
        background-size: contain;
        background-position: top;
        border-radius: 10px;
        height: 500px;
    }

    .back-to-top {
        bottom: 30px
    }

    .border-end_01:not(:last-child) {
        border-right: 1px solid var(--purple)
    }

    .testimonals_02 {
        border-radius: 25px 0 0 25px;
        height: unset
    }

    .form_bg_01 {
        border-radius: 0 25px 25px 0;
        border: solid 2px var(--purple)
    }

    .border_01:not(:last-child) {
        border-right: 1px solid var(--bs-white);
        border-bottom: unset;
        padding-bottom: 10px
    }

    .border_01:nth-child(4) {
        border-right: unset !important
    }

    .bg_apply {
        height: unset;
        border-radius: 0 50rem 50rem 0;
        border-bottom-left-radius: unset !important;
        border-top-left-radius: unset !important
    }

    .modal-body .zoho_form {
        height: 545px
    }

    .placement_01 .owl-nav .owl-prev,
    .placement_01 .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 16px
    }

    .placement_01 .owl-nav {
        bottom: -30px
    }

    .border-bottom_01 {
        border-bottom: solid 1px var(--purple)
    }

    .border-bottom_02 {
        border-bottom: solid 1px var(--bs-white)
    }

    .right_button {
        width: unset;
        top: 46%;
        right: 17px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;
        border-radius: 0px 0px 10px 10px !important;
        color: white;
        background-color: var(--orange);
        border: solid 1px var(--orange);
    }

    .company_01 img {
        height: 60px
    }

    .mt_10 {
        margin-top: -8rem
    }

    .mb-90 {
        margin-top: 3rem;
        margin-bottom: 8rem
    }

    .zoho_form {
        height: 570px
    }

    .form_03 {
        height: unset;
        border-radius: 25px 0 0 25px
    }

    .hero-img {
        height: 90vh
    }


    .usp_01 .rank {
        font-size: 40px
    }

    .title {
        font-size: 40px
    }

    .subtitle {
        font-size: 12px
    }

    .h_nav {
        padding: 15px 30px;
        background: white
    }

    .title_01 {
        font-size: 34px
    }

    .your_path .box_003 {
        background-color: var(--bs-white) !important;
        background-image: unset;
    }
}

@media (min-width: 600px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 19.2px;
        padding-right: 19.2px
    }
}

@media (min-width: 1100px) {
    .container {
        max-width: 1280px;
        width: 1180px;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
        width: 1500px
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
        width: 1820px
    }
}
