:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

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

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

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

.desktop-carousel{
    display: block;
}

.mobile-carousel{
    display: none;
}


/*** 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 {
    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 ***/

.nav-top-text{
    padding: 8px;
    background-color: #e42426;
    text-align: center;
}

.nav-top-text a{
    color: #fff !important;
    font-size: 16px;
    margin-bottom: 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-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #e42426;
}

.apply_btn{
    color: #e42426 !important;
    border: 1px solid #e42426;
    border-radius: 8px;
    padding: 10px;
    margin: 0px 10px;
}

.talk_experts:hover i{
    color: #e42426 !important;
}

@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;
    margin-left: 25px;
}

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

.logo_images_main{
    max-width: 100%;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

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

    .navbar .googleDropdown{
        right: 0px;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .nav-item:hover .googleDropdown{
        right: 0px;
    }

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

.dropdown-item{
    font-size: 17px;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}

.headers_aapQR h4{
    font-size: 20px;
    font-weight: 700;
    color: #e42426;
}

.headers_aapQR img{
    max-width: 45%;
}

.dropdown-menu{
    min-width: 20rem;
}

.head_learnapp{
    display: flex;
    padding: 0px 15px;
    align-items: center;
}

.placement_informs{
    padding: 1.5rem;
}

.header-things{
    display: contents;
}

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

.talk_experts{
    display: flex;
    align-items: center;
}

.call_about_num p{
    margin-bottom: 0;
    font-size: 12px;
    color: #546169;
}

.talk_experts i{
    font-size: 30px;
    color: #8e8e8e;
    margin-right: 8px;
}

.call_about_num span{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.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/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    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;
}


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

.service-item:hover {
    margin-top: -10px;
    background: #e42426;
}

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

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


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

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


/*** 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;
    z-index: 1;
}

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

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

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

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

.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: #e42426;
    border-color: #e42426;
}


/*** Footer ***/

.footer{
    padding-top: 80px;
}

.footer .btn.btn-social {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    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 i{
    font-size: 22px;
}

.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;
}

.down-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:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.down-footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

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

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

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

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

/* Modal */

.modal-btn:focus {
    border: none;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0, .5);
  }
  
  .modal-content {
    background-color: #f4f4f4;
    margin: 10% auto;
    padding: .5em;
    width: 40%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0, .2), 0 7px 20px 0 rgba(0,0,0, .17);
    animation-name: modalopen;
    animation-duration: 1.75s;
  }

  .modal-header h2{
    font-size: 25px;
    color: #fff;
  }

  .Paramedical-line{
    color: #000;
    font-size: 20px;
    text-align: center;
  }

  .final_apply{
    text-align: center;
  }

  .final_apply button{
    border: none;
    background: red;
    color: #fff;
    padding: 8px 0px;
    border-radius: 6px;
    width: 100%;
  }
  
  @keyframes modalopen {
    from{opacity: 0}
    to {opacity: 1}
  }
  
  .modal-header h2, .modal-footer h3 {
    margin: 0;
  }
  
  .modal-header {
    background: #d30404;
    padding: 5px;
    color: white;
  }
  
  .modal-body {
    padding: 10px 20px;
  }
  
  .modal-footer {
    background: #d30404;
    padding: 10px;
    color: white;
    text-align: center;
  }
  
  .closeBtn {
    color: #ccc;
    float: right;
    font-size: 1.875em;
    color: white;
  }
  
  .closeBtn:hover, .closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  /* Counter */
  
  .counter {
    font-size: 30px;
    font-weight: 700;
  }

  .our_counters{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Plcement Partner Start Here */

.placement_datas{
    position: relative;
    background: #020916;
    border-radius: 20px;
    padding: 0px;
}

.placement_counts{
    position: absolute;
    color: hsla(0,0%,100%,.1);
    font-size: 160px;
    top: 45px;
    left: 33%;
}

.our_place{
    color: #fff;
    font-size: 40px;
    padding: 70px 0px;
}

/* Slider Placements */

@keyframes scroll {
    0% {
        transform: translateX(calc(-250px * 7));
   }
    100% {
        transform: translateX(0);
   }
}
.slider-placement {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    margin: 50px 0px;
}
.slider-placement .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
    justify-content: space-evenly;
}
.slider-placement .slide-slide {
    height: 100px;
    width: 250px;
}

/* Placement Moew */

@keyframes more {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 7));
   }
}
.slider-placement-second {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    margin: 30px 0px;
}
.slider-placement-second .slide-track {
    animation: more 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
    justify-content: space-evenly;
}
.slider-placement-second .slide-mimo {
    height: 100px;
    width: 250px;
}

.about_placement_words{
    padding: 0px 50px 0px 50px;
    text-align: center;
}

.about_placement_words p{
    color: hsla(0,0%,100%,.7);
    font-size: 18px;
}

.blog-imga img{
     width: 100%;
}

.blog_infos p{
    margin: 10px 0px;
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.blog_infos h4{
    font-size: 20px;
    color: #000;
}

.card_blogs{
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s;
}

.card_blogs:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.all_blogs_cards{
    margin: 80px 0px;
}

.footer_getLink button{
    border: 1px solid #fff;
    border-radius: 10px;
    width: 100%;
    padding: 8px 0px;
    background: transparent;
    color: #fff;
    transition: 0.5s;
}

.footer_getLink button:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.app_stores{
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    justify-content: space-around;
}

.app_stores img{
    max-width: 45%;
}

.qr_image{
    text-align: center;
    margin-top: 15px;
}

.our_apps_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 40px 50px;
    position: absolute;
    top: -85px;
    background-color: #fff;
    max-width: 80%;
    left: 10%;
}

.Learn_apps h2{
    color: #e42426;
    margin-bottom: 30px;
}

.insprision_text h4{
    font-size: 22px;
    color: #fff;
}

.Learn_apps img{
    max-width: 25%;
    margin-right: 20px;
}

.apps-main-card{
    position: relative;
}

.srcollSectionMng .someChangeOfScroll{
    text-align: center;
}
.srcollSectionMng .someChangeOfScroll p{
    margin-top: 20px;
    color: #fff;
    margin-bottom: 10%;
}
.srcollSectionMng .someChangeOfScroll h1{
    color: #fff;
}
.srcollSectionMng{
    background: #020916;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.JourneyItem_content__Z8KeD {
    position: relative;
    background: linear-gradient(131.37deg,#0c1526 1.38%,rgba(12,21,38,0));
    border: 0.539964px solid hsla(0,0%,100%,.3);
    border-radius: 4.31972px;
    max-width: 400px;
    padding-top: 4rem;
    padding: 1.25rem;
}
.JourneyItem_badge__YnEJ6 {
    position: absolute;
    width: 175px;
    max-width: 175px;
    right: 30px;
    top: -23px;
    min-width: 94.5px;
    background: linear-gradient(94.65deg,#98090b .56%,#e42426 98.25%);
    border: 0.539964px solid hsla(0,0%,100%,.7);
    border-radius: 3.23979px;
    padding: 0.458rem 0;
}
.JourneyItem_badgeText__YGKp9 {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #fff;
   
}
.JourneyItem_subtitle__0s__s {
    font-size: clamp(16px,2vw,28px);
    color: hsla(0,0%,100%,.6);
    letter-spacing: .4px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
}
.JourneyItem_title__NhDGF {
    font-size: clamp(24px,3vw,38px);
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.JourneyItem_subitems__5r8lX {
    list-style: none;
    margin-top: 1rem;
}
.JourneyItem_subitem__xdsD7 {
    color: hsla(0,0%,100%,.7);
    font-weight: 400;
    font-size: clamp(10px,1.3vw,16px);
    line-height: 32px;
}
.scrollApnaCollage ul li{
    list-style: none;
}
.scrollApnaCollage ul li:not(:last-of-type) {
    margin-bottom: 6.5rem;
}
.scrollApnaCollage ul li:nth-child(odd) {
    justify-content: flex-start;
    display: flex;
    width: 100%;
}
.scrollApnaCollage ul li:nth-child(even) {
    justify-content: flex-end;
    display: flex;
    width: 100%;
}
.scrollApnaCollage{
    position: relative;
}
.scrollApnaCollage ul{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.JourneyTimeline_timelineWrapper__EYYfl {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 100%;
}
.JourneyTimeline_timelineCon__V_1ix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 1500px;
}
.JourneyTimeline_dot__GtOcM {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgb(228, 36, 38);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
}
.JourneyTimeline_lineCon___yldb {
    flex: 1 1;
    width: 5px;
    height: 100%;
    background: hsla(0,0%,100%,.15);
}
.JourneyTimeline_animatedLine__nj6eV {
    background-color: #fff;
    box-shadow: 0 0 50px 5px #fff;
    scroll-behavior: smooth;
    display: flex;
    justify-content: center;
}
.JourneyTimeline_animatedDot__dbZlE {
    min-width: 48px;
    width: 48px;
    height: 48px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.JourneyTimeline_dotLogo__3ft1G {
    width: 59px;
    height: 59px;
    color: transparent;
}

/* Left Whatsapp Icon */

.floating_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }

  .width-controll{
    max-width: 85%;
  }

  .about-courses{
    background: #e42426;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  }

  .course_types{
    display: flex;
    align-items: baseline;
  }

.course_types span{
    color: #ffffff99;
    margin-right: 5px;
}

.course_types h5{
    color: #ffffff99;
    font-size: 16px;
}

.list_courses h4{
    font-size: 26px;
    color: #fff;
}

.allabout_courses{
    display: flex;
    justify-content: space-evenly;
}

.our_coursedt h3{
    font-size: 25px;
    font-weight: 700;
}

.our_coursedt h3 span i{
  color: #e42426;
}

.our_coursedt p{
    font-size: 17px;
}

.our_coursedt{
   margin: 40px 0px;
}

.list_courses:first-child, .list_courses:nth-child(2), .list_courses:nth-child(3) {
    border-right: 2px solid hsla(0,0%,100%,.1);
    padding-right: 25px;
}

.on_admisson{
    background-color: #fff;
    color: #e42426;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px 10px;
    transition: 0.5s;
}

.on_admisson:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.discriptions_about p span{
    font-size: 18px;
    font-weight: 700;
}

.banners_texts{
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
}

.banners-texts-data{
    padding-top: 170px;
}

.auto-typewritings{
    font-size: 50px;
    margin-bottom: 20px;
}

.testimonial-leftcon h4{
   font-size: 50px;
   margin: 15px 0px;
   font-weight: 700;
}

.testi-main-text{
    color: #e42426;
}

.student-testimonial{
    padding: 20px;
}

.student-testimonial .testimonial-carousel .owl-nav .owl-prev, .owl-next{
    margin: 7px 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    font-size: 22px;
    transition: .5s;
    margin: 10px;
}

.student-testimonial .testimonial-carousel .owl-nav{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0%;
    bottom: 5%;
}

.students-info{
    display: flex;
    align-items: center;
}

.students-names{
    margin-left: 15px;
}

.students-names  h5, p{
    text-align: left;
}

.team-item{
    position: relative;
}

.team-item .team-play-btn i{
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 110px;
}

.campues-cards{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 50px;
}

.campus-img img{
    max-width: 100%;
}

.Campuses_data{
    padding: 40px;
}

.Campuses_name{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.Campuses_phoneNo{
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,.7);
}

.Campuses_address{
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,.7);
}

.about-director{
    margin-top: 15px;
}

.principle-main-img img{
    height: 315px;
}

.directors-details{
    margin-top: 15px;
}

.campues-logos .slide img{
    width: 100% !important;
    height: 250px !important;
}