/********** Template CSS **********/
:root {
    --primary: #ff1717;
    --light: #F0FBFC;
    --dark: #181d38;
}
.marquee_text{
    text-color:white !important;
}
.p-10{
}
.p-20{
    padding: 20px 0px;
}
.p-30{
    padding: 30px 0px;
}
.p-40{
    padding: 40px 0px;
}
.p-50{
    padding: 50px 0px;
}
.p-60{
    padding: 60px 0px;
}
.p-70{
    padding: 70px 0px;
}
.p-80{
    padding: 80px 0px;
}
.p-90{
    padding: 90px 0px;
}
.p-100{
    padding: 100px 0px;
}

.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.pt-80{
    padding-top: 80px;
}
.pt-90{
    padding-top: 90px;
}
.pt-100{
    padding-top: 100px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-90{
    padding-bottom: 90px;
}
.pb-100{
    padding-bottom: 100px;
}

.mhide{
    display: block!important;
}
.dhide{
    display: none!important;
}

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


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

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    /* padding: 14px 22px 4px 20px; */
    padding: 15px;
    /* height: 430px; */
}
.card3 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    /* transition: 0.3s; */
    width: 100%;
    /* padding: 14px 22px 4px 20px; */
    padding: 15px;
    height: 450px;
}

.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: 20px 0;
    color: #FFFFFF;
    font-size: 17px;
    text-transform: capitalize;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.dropdown-menu a .btn{
    height: 40px;
}

@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;
    }
    .c-advisor img {
        width: 100%;
        height: auto !important;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        margin-left: 0px !important;
        width: 283px;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    /* height: 75px; */
    font-size: 17px;
}

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

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

@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 ***/
.header-carousel .owl-carousel-item {
height: 420px;
}
@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;
    }
}

.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/banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.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-title1 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 23px;
    
}

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

.section-title::after {
    position: absolute;
    content: "";
    display: none;
    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: #ff171708; */
    background: #ff171710;
    
    height: 337px;
    transition: .5s;
}

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

.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;
    /* 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: #f0fbfc!important;*/
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #52565b !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: #ccc;
    border-color: #ccc; 
} */


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 10px;
    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: 13px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer-logo{
  width: 50%;
}
.logo-1{
  text-align: center;
}
.welcome-text{
  font-size: 18px!important;
}
.logo-1 img{
  width: 25%;
  margin-bottom: 30px;
}
.footer .copyright a {
    color: var(--light);
}
.services-section img{
width: 100%;
height: 200px;
}
.head-text {
  font-size: 30px;
}
.services-section h5{
  height: 50px;
  text-align: center;
}
.services-section p{
  height: 180px!important;
}
.services-section .card{
  margin-bottom: 30px;
}

.btn-primary:hover{
  background-color: white!important;
  color: red;
  border: 1px solid red;
}
.services-section h5 a:hover{
  color: black;
}
.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.blog-img{
  text-align: center!important;
}
.blog-img img{
  width: 60%;
  height: 60px;
  margin-left: 52px;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/*.contact-details a,
.contact-details p{
    text-align: justify;
}*/
.contact-details a,
.contact-details p{
    font-size: 15px!important;
}
.contact-details .add p a,
.copyright a{
    color: #fff!important;
}
.contact-details .add p:hover a{
    color: #ff1717!important;
}
.copyright a:hover{
    color: #d5d5d5!important;
}
.logo img{
    width: 100%!important;
    height: 70px!important;
}
.text-justify{
    text-align: justify!important;
}
::selection {
    background-color: rgba(255, 23, 23, 0.5);
    color: #fff;
}
.team-item{
    height: 262px;
    
}
.item1{
    /* height: 200px!important; */
    height:auto;
}
.item1 .box{
    padding:50px 50px!important;
}
.logo .logo-img{
    width: 100%!important;
    height: 60px!important;
}
.bg-color{
    background: #fbfbfb;
}    
.s-arrow i{
    font-size: 13px;
}
.tech: hover{
    margin-top: 0px!important;
}
.read{
    font-weight: bold;
    color: #52565b;
}
.read:hover{
    color: #52565b;
}
.bg-color-1{
  background-color: rgba(0, 32, 74, 0.05);

  padding-top: 50px;
  padding-bottom: 50px;
}
                            @media only screen and (max-width: 768px){
                                    .item1 {
                                        height: auto!important;
                                    }
                                    .item1 .box{
                                        padding: 30px 25px!important;
                                    }
                                    .item1 .box p{
                                        text-align: justify!important;
                                    }
                                    .service-item {
                                        height: auto;
                                    }
                                    .font-size-1 p {
                                      height: 176px;
                                  }
                                    .header-carousel .owl-nav {
                                        position: absolute;
                                        top: 70%;
                                        right: 8%;
                                        transform: translateY(-50%);
                                        display: flex;
                                        flex-direction: column;
                                    }
                                    .navbar-light .navbar-brand, .navbar-light a.btn {
                                        height: 80px;
                                    }
                                    .logo .logo-img{
                                        width: 100%!important;
                                        /* height: 50px!important; */
                                        height: unset!important;
                                    }
                                    .footer .footer-menu a {
                                         margin-right: 0px; 
                                    }
                                    .mhide{
                                        display: none!important;
                                    }
                                    .dhide{
                                        display: block!important;
                                    }
                                    .nav-item .nav-box{
                                      width: 365px!important;
                                      height: auto!important;
                                    }
                                    .nav-item .nav-box-1{
                                      width: 365px!important;
                                      height: auto!important;
                                    }
                                    .nav-item .nav-box-2{
                                      width: 365px!important;
                                      height: auto!important;
                                    }
                                    .nav-item .nav-box-3{
                                      width: 365px!important;
                                      height: auto!important;
                                    }
                                    .nav-item .nav-box-4{
                                      width: 365px!important;
                                      height: auto!important;
                                    }
                                   

                                }



  /* procees                               */
  .timeline {
    display: flex;
    flex-direction: column;
    width: 50vw;
    margin: 5% auto;
  }
  .timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  }
  .timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #3d4157;
    letter-spacing: 1.5px;
  }
  .timeline__event__content {
    padding: 20px;
  }
  .timeline__event__date {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
  }
  .timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: #3d4157db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
    font-size: 2rem;
    color: #3d4157;
    padding: 20px;
  }
  .timeline__event__icon i {
    position: absolute;
    top: 50%;
    left: -65px;
    font-size: 2.5rem;
    transform: translateY(-50%);
  }
  .timeline__event__description {
    flex-basis: 60%;
  }
  .timeline__event:after {
    /* content: "";
    width: 2px; */
    height: 100%;
    background: #3d4157;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: -1;
  }
  .timeline__event:before {
    /* content: ""; */
    width: 5rem;
    height: 5rem;
    position: absolute;
    background: #f6a4ec;
    border-radius: 100%;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #3d4157;
  }
  .timeline__event--type2:before {
    background: #87bbfe;
    border-color: #3d4157;
  }
  .timeline__event--type2:after {
    background: #3d4157;
  }
  .timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
  }
  .timeline__event--type2 .timeline__event__icon {
    background: #3d4157;
    color: #3d4157;
  }
  .timeline__event--type2 .timeline__event__title {
    color: #3d4157;
  }
  .timeline__event--type3:before {
    background: #aff1b6;
    border-color: #3d4157 ;
  }
  .timeline__event--type3:after {
    background: #3d4157;
  }
  .timeline__event--type3 .timeline__event__date {
    color: white;
  }
  .timeline__event--type3 .timeline__event__icon {
    background: #3d4157db;
    color: #3d4157;
  }
  .timeline__event--type3 .timeline__event__title {
    color:#3d4157;
  }
  .timeline__event:last-child:after {
    content: none;
  }
  
  @media (max-width: 786px) {
    .timeline__event {
      flex-direction: column;
    }
  
    .timeline__event__icon {
      border-radius: 4px 4px 0 0;
    }
  }
  .university img{
    width: 100%;
  }
  .university  ul li{
    text-align: justify;
    list-style: square;
    line-height: 30px;
    
   
  }
  .university  ul li i{
    color: black;
  }
  .exams .card{
    height: 480px;
    padding-top: 10px;
    /* border-top: 2px solid red; */
    border-bottom: 2px solid red;
  }
  .why img{
    width:80%;
    height: 200px;
    
  }
  .reason li{
    line-height: 30px;
    font-size: 17px;
  }
  .top-img img{
    width:99%
}
.bg-color {
    background-color:#fbf9f9ee;
}


/* Parallax */
.parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-attachment: fixed !important;
    padding: 110px 0;
    color: #fff;
    position: relative;
  }
  
  .parallax h2,
  .parallax h4 {
    color: #fff;
    margin-top: 0;
  }
  
  /* .parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../images/overaly.png); */
 
  
  .parallax h3 {
    margin-bottom: 30px;
  }
  
  .parallax1 {
    background: url(../img/img-bg.jpg) no-repeat;
  }

  
  .parallax .btn.solid {
    margin-left: 10px;
  }
  
  .career-c img{
    width: 100%;
    height: 90%;
  }
  .icon-w {
    color: green;
    font-size: 34px;
  }
  .icon-c{
    color: rgb(51, 51, 192);
    font-size: 28px;
  }
  .w-c i{
    margin-left: 15px;
  }
  .w-c .btn{
    margin-left: 15px;
  }
  .india-university{
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/img-10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

  }
  .study-online{
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/img-12.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .abroad-univercity{
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/img-11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

  }
  .trust{
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/img-8.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

  }
  .bright-f{
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/img-9.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .u-selection img{
    width: 100%;
}
    /* .testimonial{
        padding: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    } */
    .box-shadow{
      padding: 20px!important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
    }


    /* @import 'nib'

    body
      height 100vh
      width 100vw
      display flex
      align-items center
      justify-content center
      background white
      font-size 16px
      font-family 'proxima nova', 'open sans', 'Helvetica', sans-serif */
      body{
        overflow-x: hidden!important;
        font-family: 'Times New Roman', Times, serif;

        /* overflow-y: hidden!important; */
      }
      body p{
        font-size: 17px;
      }
    .Marquee{
      background :linear-gradient(-135deg,#db0000, #db0000);
      margin-top: 0px;
      box-sizing: border-box;
      /* padding :1em; */
      color :white;
      font-weight: 200;
      display :flex;
      align-items: right;
      overflow: hidden;
    }
      .Marquee-content{
        display: flex;
        animation :marquee 30s linear infinite running}
        .Marquee-content:hover{
          animation-play-state :paused}
    
     .Marquee-content .Marquee-tag{
        width :200px;
        margin: 5px .5em;
        padding :.3em;
        background: rgba(255, 255, 255, .1);
        display: inline-flex;
        align-items: left;
        justify-content :center;
        transition :all .5s ease;}
        .Marquee-tag:hover{
          background :rgba(255, 255, 255, .5);
          transform: scale(1.1);
          cursor: pointer;
      }
        
        
    @keyframes marquee{
      0%{
        transform :translateX(0);}
      100%{
        transform :translate(-50%)}
    }
    .gif {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 0px!important;
      padding-left: 25px!important;
    }
    .gif img {
      object-fit: contain;
      max-height: 45px;
  }
  .back-g {
        background-color: #181d38;
        background-attachment: fixed;
        color: white;
    }
 .back-g h4{
        color: white; 
 }
 .back-g h3{
    color: white;
 }
    .student img{
        width: 100%;
        /* height: 95%; */
        padding: 10px;

    }
    .mid-about a{
        color: black;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .mid-about a:hover,
    .mid-about a.active{
        color: red;
    }
    .mid-about .btn{
        width: 40%
    }
    .white-text{
      color: white!important;
    }


    /* tab */


    .season_tabs {
        position: relative;   
         min-height:700px; 
        clear: both;
        margin: 25px 0;
      }
      .season_tab {
        float: left;  
        clear: both;
        width: 300px;
      }
      .season_tab label {
          background: rgb(133 133 133);
          padding: 10px;
          border: 1px solid #ccc;
          margin-left: -1px;
          font-size: 15px;
          vertical-align: middle;
          position: relative;
          left: 1px;
          width: 280px;
          height: 68px;
          display: table-cell;
          color: white;
      }

      .season_tab [type=radio] {
        display: none;   
      }
      .season_content {
        position: absolute;
        top: 0;
        left: 286px;
        background: white;
        right: 0;
        bottom: 0;
        padding: 20px;
        /* border: 1px solid #ccc; */
       }
      .season_content span {
        animation: 0.5s ease-out 0s 1 slideInFromTop; 
      }
      [type=radio]:checked ~ label {
        background: #282868;
        border-bottom: 2px solid #282868;
        z-index: 2;
      }
      [type=radio]:checked ~ label ~ .season_content {
        z-index: 1;
      }

      .scholarships img{
        width: 100%;

      }
      /* .top-img img{
        width: 938px;
        height: 526px;
      } */
      .c-advisor img{
        width: 100%;
        height:400px ;
      }
      .icon-color i {
        color: red;
        font-size: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
      }
      .icon-color .card{
        height: 280px;
        margin-top: 15px;
      }
      /* .icon-col {
        margin-top: 15px;
        padding: 10px;
        /* margin-left: 5px; */
        /* width: 300px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
      */ 
      .career-counseling img{
        width: 100%;
      }
      .our-services .p1{
       height: 192px;
        
      }

      .our-services .p2{
       height: 170px;
        
      }

      .our-services h6{
        text-align: center!important;        
      }
      .dropdown  a{
        color: #3d4157;

      }
      .dropdown  a:hover{
        color: red;
      }
    .active1{
        color: red;
      }
      /* .our-career p{
        height: 250px;
      } */
      .university h6{
        color: red;
      }

      .bg-green a{
        padding-bottom: 10px;
      }
      .bg-green i{
        padding-right: 5px;
      }
      .exams-heading h6{
        color: red;
      }
      /* .Guidance-bg{
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

      } */

      .copyright .text-md-end{
        font-size: 14px;
      }

      .copyright .border-bottom:hover{
        color:#ff1717!important;
      }
      .mid-about .card{
        margin-bottom: 15px;
      }
      .plr-2{
        padding: 20px;
      }
     
      .plr-2 a{
        height: 150px!important;
      }

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

      .mt-5{
        margin-top: 50px!important;
      }
.services-section a .btn{
  text-align: center!important;
}
.service-text a{
  margin-bottom: 15px!important;
}
.features-1 {
  padding-top: 30px;
  position: relative;
  z-index: 8;
  text-align: center;
  background-color: rgba(0, 32, 74, 0.05);
}
.box-feature {
  background: #fff;
  border-radius: 4px;
  padding: 30px 22px;
  margin-bottom: 30px;
}
.circle-img{
  text-align: center;
}
.circle-img img{
  width: 30%;
  margin-bottom: 20px;
}
.font-text {
  font-size: 45px!important;
  margin-top: -3px!important;
}
.black-text{
  font-size: 15px;
  color: black;
  margin-right: 10px;
 

  
}
.black-text:hover{
  color: red;
}
.blog-text{
  margin-top: 15px!important;
}

.apply-btn{
  font-size: 16px;
  margin-left: 136px;
  color: black;
 
}
.apply-btn:hover{
  color: red;
}
.blog-btns{
  /* border-top: 1px solid grey; */
  border-top: 1px solid #80808026;

  height: auto;
 
}
.ml-12{
  margin-left: -12px!important;
}






                            @media only screen and (max-width: 600px) {
                                .our-services .p1,
                                .our-services .p2{
                                     height: auto;
                                
                                }
                            }


                            @media only screen and (max-width: 768px){
                              .u-selection img {
                                width: 100%;
                                margin-bottom: 25px;
                            }
                            .why img {
                              width: 60%!important;
                              height: auto!important;
                          }
                            .icon-color .card {
                              height: auto;
                              margin-top: 25px;
                          }
                          .services-section p {
                            height: 217px!important;
                        }
                        .exam-ul ul{
                          margin-bottom: 56px!important;
                          margin-top: 29px!important;
                        }
                        .display-3 {
                          margin-top: -29px;
                          font-size: 20px;
                      }

                        .team-item{
                          height: 394px;
                          
                      }
                      .top-bar{
                        display: none;
                      }
                      .strip .col-lg-4 {
                        text-align: center;
                        margin-bottom: 23px;
                    }
                    .exams .card {
                      height: auto;
                      padding-top: 0px;
                      /* border-top: 2px solid red; */
                      border-bottom: 2px solid red;
                      margin-bottom: 20px;
                  }
                  .head-text {
                    font-size: 17px;
                }
                .text-white {
                  color: #fff !important;
                  font-size: 15px;
              }
              .circle-img img {
                width: 55%;
                margin-bottom: 16px;
            }
            .p-5 {
              padding: 1rem !important;
          }
          .career-counseling img {
            width: 100%;
            margin-bottom: 20px;
        }
        .top-img img {
          width: 100%;
          height: auto;
      }
      .mid-about a {
        color: black;
        margin-bottom: 10px;
        font-size: 16px;
    }
    [type=radio]:checked ~ label ~ .season_content {
      z-index: 0;
  }
  .mobile-ht {
    margin-top: 9246px!important;
    /* margin-top: 11026px!important; */
    position: absolute!important;
}
.mobile-ht-1{
  /* margin-top: 11451px; */
  margin-top: 9706px!important;
}
  
  .season_content {
      position: static;
      padding: 0px!important;
      margin-top: 20px!important;
      /* top: 0;
      left: 286px;
      background: white;
      right: 0;
      bottom: 0;
      padding: 20px; */
      /* border: 1px solid #ccc; */
  }
    /* .season_tabs{
      display: none;
    } */
   
                            }



                          
/* .dropbtn {
  background-color: white;
  color: #52565b;
 
  font-size: 16px;
  border: none;
  text-align: left;
}
.dropdown-section{
  border: 1px solid #ced4da;
  padding: 15px;
  text-align: left!important;
}

.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown-content a:hover {background-color: #ddd;}


.dropdown:hover .dropdown-content {display: block;}


.dropdown:hover .dropbtn {background-color: red;
  color: white!important;
} */




/* The container must be positioned relative: */
/* .custom-select {
  position: relative;
 border: none;

}



.select-selected {
  background-color: DodgerBlue;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}


.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}


.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}


.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} */
.dropdown-section{
  border: 1px solid #ced4da;
  padding: 15px;
  text-align: left!important;
}


option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  white-space: nowrap;
}
.text-color{
  color: black!important;
}

.testimonial-img{
  text-align: center;
}
/* .testimonial-img .card img{
  width: 50%;
  height: 100px!important;
} */

.testimonial-item .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  text-align: center!important;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  height: 280px!important;
}
.apply-btn-1{
  width: 52%;
  text-align: center!important;
  /* margin-left: 90px; */
  /* margin-top: 5px!important; */
}

.testimonial-item .card-img-top{
width: 100%;
/* height: auto; */
height: 150px;
object-fit: cover;
}

.top-bar a {
  color: #222;
}
.top-nav-bar {
  height: 35px;
}

.top-bar {
  padding: 7px 0;
  background: #ebebeb;
  position: relative;
}
.top-social{
padding: 0!important;
}
.top-social ul li a {
  color: #2c2c2c;
  font-size: 15px!important;
  transition: 400ms;
  padding: 9px 12px;
}
.top-info{
  display: flex!important;
}
.ml-20{
  margin-left: 20px!important;
}

.top-info li{
  font-size: 16px;
  margin-left: -11px;
  color: black;
}
.top-info li:hover{
  color: red;
}
.top-info i{
  font-size: 12px;
  margin-right: 8px;
}

.social-links{
 margin-right: -190px;
}
.social-links i:hover{
  color: red;
}


.strip{
  background-color:#80808021;
  padding: 40px;
}
.strip .col-lg-4{
  text-align: center;
}
.strip i{
  margin-right: 9px;
  font-size: 25px;
}
.testimonial-item .card{
 
  height: 240px;
  padding: 12px;
  /* margin-bottom: 20px; */
}
.testimonial-item h5{
  margin-top: 10px!important;
 
}
.testimonial-item a{
  margin-top: 10px!important;
}

.home-navbar .nav-link{
  text-transform: capitalize!important;
}
.home-navbar .nav-item i{
  margin-left: 2px!important;
  font-size: 10px!important;
}


.nav-box {
  width: 909px!important;
  left: -196px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 600px!important;
}
.nav-box li{
  list-style: none;
}
.nav-box li{
  font-size: 13px;
  /* font-weight: 500; */
  text-align: left!important;
}
.bg-color-new{
  background-color: #abb2e778;
  padding: 40px;
}
.bg-color-new li{
  margin-left: -48px;
  margin-top: 2px;
  color: black;
}
.college-section{
  margin-top: 1px!important;
}
.college-section b{
  font-size: 14px;
  font-weight: 700;
  color: black!important;
}
.blue-text a{
  color: blue!important;
  font-size: 15px!important;
}
.college-section li{
  color: gray;
  margin-bottom: 10px;
}
.bg-color-new li{
  font-weight: 700;
}


.nav-box-1{
  width: 939px!important;
  left: -299px;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 600px!important;
}
.nav-box-1 li{
  list-style: none;
}
.nav-box-1 li{
  font-size: 13px;
  /* font-weight: 500; */
  text-align: left!important;
}
.nav-box-2{
  width: 900px!important;
  left: -380px;
  padding-bottom: 0px;
  padding-top: 10px;
  height: 290px!important;
}
.nav-box-2 li{
  list-style: none;
}
.nav-box-2 li{
  font-size: 13px;
  /* font-weight: 500; */
  text-align: left!important;
}
.nav-box-3{
  width: 900px!important;
  left: -471px;
  padding-bottom: 0px;
  padding-top: 10px;
  height: 275px!important;
}
.nav-box-3 li{
  list-style: none;
}
.nav-box-3 li{
  font-size: 13px;
  /* font-weight: 500; */
  text-align: left!important;
}


.nav-box-4{
  width: 900px!important;
  left: -563px;
  padding-bottom: 0px;
  padding-top: 10px;
  height: 275px!important;
}
.nav-box-4 li{
  list-style: none;
}
.nav-box-4 li{
  font-size: 13px;
  /* font-weight: 500; */
  text-align: left!important;
}

/* .tabs-wrapper .bg-new{
  background-color: #abb2e778!important;
  height: 480px;
  padding-left: 50px;
 
 
 
 
} */



/**
 * Fonts
 */

 @import url('https://fonts.googleapis.com/icon?family=Material+Icons');
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
 
 /**
  * Article Container
  */
 .article-container {
   padding: 2rem;
 }
 
 /**
  * Article Block
  */
 .article-block {
   text-align: center;
 }
 
 .article-block .entry-content > p {
   color: #666;
 }
 
 /**
  * Tabs Container
  */
 .tabs-container {
   padding: 2rem;
 }
 
 /**
  * Tabs Block
  */
 .tabs-block {
   display: flex;
   align-items: center;
   justify-content: center;
 }
 
 /**
  * Tabs
  */
 .tabs {
   display: flex;
 }
 
 .tabs > ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   /* width: 15%; */
 }
 
 .tabs > ul li {
   display: block;
 }
 
 .tabs > ul li:not(:last-child) {
   /* border-bottom: 1px solid #262626; */
 }
 
 .tabs > ul li a,
 .tabs > ul li a:visited {
   display: flex;
   border-bottom: none;
   text-decoration: none;
   /* background-color: #000; */
   color: black;
   padding-bottom: 10px;
   font-size: 14px;
   transition: all 0.2s ease-in-out;
   word-wrap: break-word;
 }
 
 .tabs > ul li a:hover,
 .tabs > ul li a:focus,
 .tabs > ul li a:active {
   border-bottom: none;
   outline: 0;
 }
 
 .tabs > ul li a.active {
   /* background-color: #fff; */
   color: red;
 }
 
 .tabs > ul li a:hover:not(.active) {
   color: red;
 }
 
 .tabs > ul li a > span {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
 }
 
 .tabs > ul li a > span.tab-label {
   display: none;
 }
 
 .tabs section {
   /* width: 85%; */
   background-color: #fff;
   padding: 1rem;
   display: none;
   word-wrap: break-word;
   /* border-bottom: 6px solid #0067b8; */
 }
 
 .tabs section > * {
   opacity: 0;
   transform: translateY(20px);
   transition: opacity 0.2s, transform 0.2s;
 }
 
 .tabs section > *:nth-child(1) {
   transition-delay: 0.2s;
 }
 
 .tabs section > *:nth-child(2) {
   transition-delay: 0.3s;
 }
 
 .tabs section > *:nth-child(3) {
   transition-delay: 0.4s;
 }
 
 .tabs section > *:nth-child(4) {
   transition-delay: 0.5s;
 }
 
 .tabs section > *:nth-child(5) {
   transition-delay: 0.6s;
 }
 
 .tabs section > *:nth-child(6) {
   transition-delay: 0.7s;
 }
 
 .tabs section > *:nth-child(7) {
   transition-delay: 0.8s;
 }
 
 .tabs section > *:nth-child(8) {
   transition-delay: 0.9s;
 }
 
 .tabs section > *:nth-child(9) {
   transition-delay: 1s;
 }
 
 .tabs section > *:nth-child(10) {
   transition-delay: 1.1s;
 }
 
 .tabs section > *:nth-child(11) {
   transition-delay: 1.2s;
 }
 
 .tabs section > *:nth-child(12) {
   transition-delay: 1.3s;
 }
 
 .tabs section > *:nth-child(13) {
   transition-delay: 1.4s;
 }
 
 .tabs section > *:nth-child(14) {
   transition-delay: 1.5s;
 }
 
 .tabs section > *:nth-child(15) {
   transition-delay: 1.6s;
 }
 
 .tabs section > *:nth-child(16) {
   transition-delay: 1.7s;
 }
 
 .tabs section > *:nth-child(17) {
   transition-delay: 1.8s;
 }
 
 .tabs section > *:nth-child(18) {
   transition-delay: 1.9s;
 }
 
 .tabs section > *:nth-child(19) {
   transition-delay: 2s;
 }
 
 .tabs section > *:nth-child(20) {
   transition-delay: 2.1s;
 }
 
 .tabs section.active {
   display: block;
 }
 
 .tabs section.active-content > * {
   opacity: 1;
   transform: translateY(0);
 }
 @media (min-width: 576px) {
 
   .tabs > ul {
     width: 150px;
   }
 
   .tabs > ul li a {
     flex-wrap: wrap;
   }
 
   .tabs > ul li a > span {
     width: 100%;
   }
 
   .tabs > ul li a > span.tab-label {
     width: 100%;
     display: block;
     margin-top: 0.2rem;
   }
 
   .tabs section {
     width: calc(100% - 150px);
     padding: 2rem 2rem;
   }
 }
 @media (min-width: 768px) {
 
  
   .tabs-container {
     padding: 4rem 1rem;
   }
 }
 @media (min-width: 992px) {
 
   .tabs {
     width: 800px;
   }
 }

 .tab-dropdown .col-lg-4{
  margin-top: -75px!important;
 }
 /* .tabs-block{
  width: 800px!important;
  height: 900px!important;
 } */
 .tab-head{
  margin-top: -33px!important;
 }



 .form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group {
  margin-bottom: 1rem;
}
.mb-30{
  margin-bottom: 30px;
}
.enquiry-ul li{
  margin-bottom: 20px;
}
.enquiry-ul{
  margin-left: -34px;
}
.bg-new-2 {
  background-color: #181d6f;
  padding: 49px;
  margin-bottom: 204px;
  margin-top: 65px;
}

.bg-new-2 h2{
  color: white;
}
.bg-new-2 li{
  color: white;
}
.font-size-1  p{
  height: auto;
}
.font-text-1{
  font-size: 22px;
}
textarea.form-control {
  height: auto;
}

.pnw {

    padding: 30px 0px;
}

/* mobile footer css end*/



  @media only screen and (max-width:768px){



  .mobile-hidden{



    display: none;



  }



.brochures-prgs .fa{

  background: none!important;

  color: #000!important;
     margin-right: 20px!important;
}

.season_tab {
    
    width: 363px!important;
}

.season_tab label {
    
    width: 358px!important;
   
}

}





/* Funnel css start */



.btn-success {



    color: #fff !important;

    background-color: #5cb85c;

    border-color: #4cae4c;

    padding: 12px 35px!important;

     box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);

   transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;

  }

 

.btn-success:hover {



    color: #fff;

    background-color: #449d44;

   border-color: #398439
    opacity: .7;


  }


.btn-success:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

.btn-success:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



  .btn-danger {



    color: #fff!important;



    background-color: #d9534f;



    border-color: #d43f3a;



    padding: 12px 35px!important;

      box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);

   transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;

  }



  .btn-danger:hover {



    color: #fff;

    background-color: #c9302c;

    border-color: #ac2925;
    opacity: .7;

  }

 
.btn-danger:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}



  .btn-warning {

    color: #fff!important;

    background-color: #f0ad4e;

    border-color: #eea236;

    padding: 12px 35px!important;
 
        box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);

   transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;

  }

  .btn-warning:hover {



    color: #fff;

    background-color: #ec971f;

opacity: .7;

    border-color: #d58512

  }

 

.btn-warning:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}



  .btn-primary1 {



    color: #fff!important;



    background-color: #337ab7;



    border-color: #2e6da4;



    padding: 12px 35px!important;

         box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);

   transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
     overflow: hidden;
  }

  .btn-primary1:hover {



    color: #fff;



    background-color: #286090;



    border-color: #204d74

opacity: .7;

  }

 
.btn-primary1:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}


 

.brochures-prgs {

    cursor: pointer;

    border-top: 4px solid #181d38;
    border-left: 3px solid #181d38;
    padding: 11px;
    color: #141011;
    border-radius: 9px;
    background: #337ab712;

    font-size: 16px;

    margin-bottom: 15px;

  }



.disp{

  display: none;

  padding: 20px;

}





.rotate {

  transform: rotate(180deg);

}

.brochures-prgs .fa{

    font-size: 20px;

    right: 0;

    position: absolute;

    padding: 13px;

    border-radius: 6px;

    margin-top: -11px;

        margin-right: 118px;

   background: #181d38;
    color: #ffffff;

  }

 /*mobile footer css starts*/



.navbar-footer a {

  float: left;

  display: none;

  width: 25%;

  color: #222222;

  text-align: center;

  padding: 16px 20px 35px 22px;

  text-decoration: none;

  font-size: 19px;

  /* margin-right: 22px;

  margin-left: 21px; */

}

.navbar-footer a:hover {

  background: #F1F1F1;

  color: black;

}

.w_app > i {

  color: #fff;

}

.w_app {

  background-color: #28A745;

}

.e_mail > i {

  color: #fff;

}

.e_mail {

  background-color: #DC3545;

}

.ems_call > i {

  color: #fff;

}

.ems_call {

  background-color: #007BFF;

}

.ems_enquiry > i {

  color: #fff;

}

.ems_enquiry {

  background-color: #FFC107;

}



.upside{

    display: none;

}

@media screen and (min-width :315px) and (max-width :768px) {

.upside{

    display: block;

}

.funnal-mobile{

  display:none!important;

}



.mobile-footer{

display:block!important;

}

.social-mobile li a .fa{



display:none;

}
}

@media screen and (min-width: 315px) and (max-width: 768px)
{
.navbar-footer {
    overflow: scroll;
    z-index: 9999999!important;
    background-color: #ccc;
    position: fixed;
    bottom: -16px;
    width: 100%;
}

}



.custom-btn {
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.btn-11 {
    border: none;
    background-color: black;
    color: white;
    overflow: hidden;
}

@media screen and (min-width: 315px) and (max-width: 768px)
{
.navbar-footer {
    display: block!important;
}
}


.why-choose .card{
  width: 100%!important;
  height: 290px;
}
.why-choose .card .card-body .card-subtitle{
}
.why-choose .card .card-body{
  padding: 10px 0px;
}
.why-choose .card .card-body .card-title{
  font-size: 2.25rem!important;
  margin-left: 2px;
}
.why-choose .card .card-body .card-text{
  font-size: 1rem!important;
}
.why-choose .card:hover{
  transform: scale(1.05);
  background-color: #FF0100;
  color: #fff;
}
.why-choose .card:hover .card-body .card-title{
  color: #fff!important;
}
.why-choose .card:hover .card-body .card-subtitle{
  color: #fff!important;
}
.ma{
  margin: 10px 0px;
  padding:8px;
}
.imgo{
  max-width: 100%;
    height: 280px;
    object-fit: cover;
}




/* ----New-csss--- */

.call-wp-button-group{
 display: flex;
 gap: 10px;
 align-items: center;
 margin-bottom: 10px;
}
.call-wp-button-group .btn-call,.call-wp-button-group .btn-whatsapp{
padding: 10px 20px;
background-color: red;
color: white;
display: flex;
gap: 5px;
align-items: center;
justify-content: center;
font-size: 20px;
border-radius: 3px;
}
.call-wp-button-group .btn-whatsapp{
  background-color: #25d366;
  width: 100%;
}
.call-wp-button-group .btn-call{
  background-color: #0275d8;
  width: 100%;
}

.view-more-btn-box{
display: flex;
justify-content: end;

}

.view-more-btn-box{
display: flex;
justify-content: end;

}
.view-more-btn-box .btn-view-more{
font-size: 18px;
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
padding: 8px 12px;
transition: transform 0.5s ease-in-out;

}
.view-more-btn-box .btn-view-more:hover{
  transform: scale(1.1);
  
}
.view-more-btn-box .btn-view-more i{
  
  transition: transform 0.5s ease-in-out;

}
.view-more-btn-box .btn-view-more:hover i{
transform: translateX(5px)

}


.testimonial-card {
  position: relative;
  width:100%;
  height: 250px;
  background: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.testimonial-card .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
 color: rgb(206, 206, 206);
 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
}
.testimonial-card .icon-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: rgb(206, 206, 206);
 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
}
.testimonial-card .testimonial-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap:10px;
  /* justify-content: space-between; */
}
.testimonial-card .name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.testimonial-card .description {
  font-size: 15px;
  color: #555;
  text-align: center;
}
.testimonial-card-video{
  height: 330px;
}


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

  .gif {
   
    padding-left: 5px!important;
  }
  .enquiry-page-row{
    display: flex;
    flex-direction: column-reverse;
    padding-top: 20px;
  }

  .bg-new-2 {
   
    margin-bottom: 0px;
    margin-top: 20px;
}
.main-logo{
  width: 75%;
}
}
/* ----New-csss-- */


/* ----Hamburger-icon--- */
.home-navbar .nav-item .hamburger-icon{
 font-size: 18px!important;
 font-weight: 700;
}

.home-navbar .nav-item .hamburger-dropdown-ul{
  list-style: none!important;
  width: max-content;
  padding: 10px;
 }
.home-navbar .nav-item .hamburger-dropdown-ul li{
  /* list-style: none!important; */
  margin-bottom: 6px;
 }
/* ----Hamburger-icon--- */


/* ----WElcome-section--- */
.card-new{
 height: 420px;
}
.card-body-new{
 
    flex: 1;
    padding: 0rem 0rem;
    padding-bottom: 20px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.welcome-social{
 height: 30px;
 width: 30px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 /* background: green; */
 border-radius: 50%;
 color: white;
}

.welcome-social-whatsapp{
  background-color: #25d366;
  
}
.welcome-social-call{
  background-color: #0275d8;
  
}
/* ----WElcome-section-End--- */



.welcome-to-study {
  background: #fff;
  border-radius: 20px;
  border: 2px solid rgba(228, 228, 228, 0.418);
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.5s ease;
  height: 430px;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  
}

.welcome-to-study:hover {
  /* transform: translateY(-5px); */
  border: 2px solid rgba(255, 0, 0, 0.295);
}
.study-image{
  height: 100px;
  margin: 0 auto;
  width: 70%;
  /* border: 1px solid red; */
}
.study-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.study-main-content{
display: flex;
flex-direction: column;
justify-content: space-between;
height: calc(100% - 100px);
/* border:1px solid red; */
}

.study-content {
  padding: 20px;
}

.study-content h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.study-content p {
  font-size: 17px;
  text-align: justify;
  color: #555;
}

.study-buttons {
  padding: 0 20px 20px;
  display: flex;
  gap: 10px;
}
.call-btn  i{
 font-size: 18px;
}
.whatsapp-btn i{
  font-size: 18px;
}

.call-btn {
  background-color: #0275d8;
  color: #fff;
  border: none;
  /* flex: 1; */
  /* padding: 10px; */
  border-radius: 50%;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.call-btn:hover i{
  background-color: #1f78c7;
}

.whatsapp-btn {
  height: 50px;
  width: 50px;
  background-color: #25D366;
  color: #fff;
  border: none;
  /* flex: 1; */
  /* padding: 10px; */
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.whatsapp-btn:hover i {
  background-color: #3cbb6d;
}

/* ---Blog-section--- */
.blog-section-image{
  height: 200px;
  width: 100%;
}
.blog-section-image img{
  height: 100%;
  width: 100%;
}
/* ---Blog-section-End--- */