@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&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..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body {
  font-family: "DM sans", sans-serif;
}

ul{
  list-style: none;
}

p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  color: #00000;
}
a{
  text-decoration: none;
  color: #323030;
}
a:hover{
  color:#3b4e6e;
}
.text-center{
  text-align:center;
 }
 .text-right{
  text-align:right;
 }
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.text-center{
  text-align: center !important;
}
.text-base{
  color:#3b4e6e;
}
.pt-10{
    padding:100px 0 0 0;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.ft-heading{
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.015em;
    color:#3b4e6e;
}

.button-cmn{
    background-color: #3b4e6e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3b4e6e;
    border-radius: 200px 200px 200px 200px;
    padding: 13px 28px 13px 28px;
    transition: .2s ease-in-out;
    font-family: "DM sans", sans-serif;
}
.button-cmn:hover{
    background-color: transparent;
    color:#000
}
.btn-br{
    background-color: #c5933f;
}
.btn-tw{
    background-color: #3b4e6e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    margin: 30px auto;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 30px;
    transition: .2s ease-in-out;
    font-family: "DM sans", sans-serif;
}
.btn-tw:hover{
  color: #fff;
}

/* Navbar */
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    padding:10px 120px;
    z-index: 1000;
}
.navbar .logo img, .Footer-cont .ft-col img{
  width: 145px;
  display: block;
}
.navbar .menu ul{
    display: flex;
    align-items: center;
    list-style: none;
}
.navbar ul li {
    position: relative;
  }
  .navbar ul li a{
    padding: 30px 25px 30px 25px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    color: #00000;
  }
  .dropdown {
    display: none;
    position: absolute;
    left: 0;
    background: #ffffff;
    border-radius: 7px 7px 7px 7px;
    min-width: 200px;
    z-index: 999;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
  }
  .navbar .dropdown a {
    padding: 15px;
    display: block;
    color:#00000;
  }
  .navbar .dropdown a:hover {
    color:#000;
  }
  .navbar ul li:hover .dropdown {
    display: block;
  }
 

  /* Banner Home-----1----- */
  .BannerHome{
    background-color: #eeeff7;
    /*background-image: url("../Assets/Images/eduBG.webp");*/
    background-position: center center;
    background-size: cover;
  }
  /*.BannerHome h1{*/
  /*  font-size: 65px;*/
  /*  font-weight: 500;*/
  /*  line-height: 1.3em;*/
  /*  color: #0c1436;*/
  /*}*/
  .bnr-counter, .bannerForm-cnt{
    background-color: #ffffff57;
    padding: 25px 30px 25px 30px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .01);
    border-radius: 15px 15px 15px 15px;
    text-align: center;
  }
  .BannerHome h1, .bnr-counter h5, .bannerForm-cnt h3{
    font-size:35px;
    font-weight: 700;
    color: #0c1436;
    /*margin-top: 21px;*/
  }

  .bannerForm label{
    color: #00000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    display: block;
    text-align: left;
  }
  .bannerForm input,.bannerForm select,.bannerForm textarea{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e3e3e3;
    border-radius: 30px 30px 30px 30px;
    padding: 19px 25px 19px 25px;
    color: #00000;
    display: block;
    width: 100%;
    font-family:"DM Sans", sans-serif;
  }
.select-box {
  position: relative;
}
.select-box select {
  width: 100%;
  appearance: none;
}
.select-box::after {
  content: '⯆';
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 15px;
  pointer-events: none;
}
.bannerForm input:focus,.bannerForm select:focus,.bannerForm textarea:focus{
    border:2px solid #3b4e6e;
    outline:none;
}



/*-----------Slider-----------*/
.homeslider{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding:50px 0;
}

.homeslides {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
}

.homeslides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Dots */
.home-slide-dots {
  position: absolute;
  bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.home-slide-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
}

.home-slide-dots span.active {
  background: #ffffff; 
}









  /* -----2----- */
  .edsec2{
    padding:30px 70px 0 70px;
  }
  .edsec2 img{
    height: auto;
    max-width: 70%;
  }
/* ----3----- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    z-index: 50;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.clg-tabs { display: flex;flex-wrap:wrap; gap: 10px; margin-bottom: 25px; }
    .tab { padding: 10px 28px; background:#efefef; border-radius:50px; cursor: pointer; }
    .tab.active { background: #3b4e6e; color: white; }

    .college-box { display: none; margin-bottom: 20px; border: 1px solid #ddd; padding: 15px; }
    .college-box.active { display: block; }
    .college { border: 1px solid #eee; padding: 10px; margin-bottom: 10px; }
    .videos a { display: block; margin: 4px 0; color: #007bff; }
    

  /* -------4--------- */
  .counsel-cont img{
    position: absolute;
    bottom: 0;
    max-width: 100%;
  }
  .counsel-point{
    max-width: 15%;
    flex-shrink: 0;
  }
  .counsel-point img{
   max-width: 70%;
  }
/* ---------5--------- */
.cat-div{
  border: 1px solid #e3e3e3;
  padding: 30px 40px 30px 40px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: .1s ease-in-out;
}
.cat-div:hover{
  border: 1px solid transparent;
}
.cat-span{
  background-color: #f4f5fd;
    fill: #3b4e6e;
    color: #3b4e6e;
    font-size: 25px;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    padding: .5em;
}
.cat-span-two{
  background-color: #3b4e6e;
    fill: #fff;
    color: #fff;
    font-size: 25px;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    padding: .5em;
}
.cont-span{
    fill: #fff;
    color: #fff;
}
.cont-span:hover{
  fill:#000;
  color: #000;
}
.contact-span{
    fill: #000000;
    color: #000000;
}
.contact-span:hover{
  fill:#3b4e6e;
  color: #3b4e6e;
}
.ft-span svg,.ct-span svg{
  fill:#3b4e6e;
  color: #3b4e6e;
}
.ct-span svg{
  height: 1.7em;
  position: relative;
  display: block;
   width: 1.7em;
}
.cat-span svg,.cont-span svg,.contact-span svg,.ft-span svg,.cat-span-two svg{
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

/* -----6----- */
.tag-course{
  font-size: 14px;
  background-color: #3b4e6e;
  text-transform: uppercase;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 15px 8px 15px;
  color: #fff;
  font-weight: 500;
}


/* -----8----- */
.cat-div-un:hover{
   border-color: #3b4e6e;
}
.bg-yl{
    background:#fff9b133;
}


/* -----BLog----- */
.cat-blog-div{
  padding: 16px;
}
.cat-blog-div:hover{
    background-color: #ddd;
    /*background-image: url("../Assets/Images/eduBG.webp");*/
    background-position: center center;
    background-size: cover;
    border: 1px solid #e3e3e3;
}
.cat-blog-div .blog-img img{
  transition: .5s ease-in-out;
}
.cat-blog-div .blog-img {
  overflow: hidden;
}
.cat-blog-div:hover.cat-blog-div .blog-img img{
  transform: rotate(2deg) scale(1.1);
}
.cat-blog-div .tag-course{
  text-transform: capitalize;
  padding: 5px;
}
/* ------Testimonial------ */
    .swiper {
    width: 100%;
    padding: 20px 0;
  }
.swiper-slide {
    text-align: center;
    overflow: hidden;
  }
.swiper-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }
.test-Img-box img{
  width: 70px;
  height: 70px;
}
.swiper-pagination-bullet-active{
  background: #3b4e6e;
}
 .testSecBox{
        min-height:50vh;
    }
    
    
    
/*-------------Counselling----------------*/
.gridtwo{
     display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.gridtwo svg{
    width:24px;
    height:24px;
    flex-shrink: 0;
}
.gridthree{
     display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
    .streams {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.streamBox {
  background:#fff;
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 2px 2px 4px #ddd;
}
.bg-light{
    background:#f2f6ff;
}
.bg-light-50{
    background:#f8faff;
}
.py-8{
    padding-top:8rem;
    padding-bottom:8rem;
}
@media screen and (max-width:767px){
    .gridtwo{
  grid-template-columns: repeat(1, 1fr);
}
    .gridthree{
  grid-template-columns: repeat(2, 1fr);
}
    .streams {
  grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width:527px){

    .gridthree{
  grid-template-columns: repeat(1, 1fr);
}

}

    
/* ----banner---- */
.bannerBG{
  position: relative;
    background-position: center center;
    background-size: cover;
    padding-top: 250px;
    overflow: hidden;
}
.bannerblog{
 background-image: url("../Assets/Images/young-woman-studying-at-home.webp");
}
.bannerabout{
 background-image: url("../Assets/Images/college-exam.jpg");
}
.bannercont{
  background-image: url("../Assets/Images/group-of-students-studying-together-in-the-campus.webp");
}
.bannercors{
  background-image: url("../Assets/Images/group-of-young-students-are-studying-together.webp");
}
.bannercolg{
  background-image: url("../Assets/Images/happy-group-of-students-studying-and-learning.jpg");
}
.bannerfaq{
  background-image: url("../Assets/Images/asian-girl-student-online-learning-class.webp");
}
.banner-overlay{
  position: absolute;
  inset: 0;
  background-image: url("../Assets/Images/eduBG.webp");               
  /* background: rgba(0,0,0,0.45);   */
  pointer-events: none;   
  opacity: .8;         
  z-index:3;
}
.banner-title{
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 20px 120px 20px 120px;
  z-index: 100;
}

/*---------------Booking FOrm----------------*/
.formsession{
    border: 1px solid #f3f3f3;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 2px 3px 5px #f3f3f3;
    width:70%;
}
    .formsession label{
        display:block;
        font-size:13px;
    }
    .formsession input, .formsession textarea, .formsession select{
        border-radius: 10px;
        padding: 12px;
        margin-top: 10px;
        width: 100%;
        font-size:14px;
        border: 1px solid #a7a7b1;
    }


/* ----- */
.side-post{
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #efefef;
  position: relative;
}

/* -------Faq-------- */
    .faq-item {
      margin-bottom: 10px;
      overflow: hidden;
      transition: 0.3s;
    }

    .faq-question h6{
      padding: 15px 20px;
    cursor: pointer;
    border: 1px solid #efefef;
    border-radius: 35px;
    position: relative;
    }

    .faq-question h6::after {
      content: '❮';
      position: absolute;
      right: 20px;
      transform: rotate(270deg);
      font-size: 22px;
      transition: 0.3s;
    }

    .faq-item.activef .faq-question h6{
      background-color: #3b4e6e;
      color: #fff;
    }
    .faq-item.activef .faq-question h6::after {
      /* content: '−'; */
      transform: rotate(0deg);
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }
  .faq-item.activef .faq-answer {
      max-height: 300px;
      padding: 15px 20px;
    }

  /* ------Footer------- */
  .Footer-cont{
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #e3e3e3;
    padding: 50px 0 40px 0;
    margin-top: 70px;
  }
  .single-social{
    width: 35px;
     height: 35px;
     border-radius: 100%;
     background-color: #3b4e6e;
     padding: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right:15px;
     transition: .2s ease-in-out;
     cursor: pointer;
  }
  .single-social svg{
    fill: #fff;
    color: #fff;
  }
  .single-social:hover{
    transform: translateY(-15%);
    background-color: #3b4e6e;
  }




 @media screen and (max-width:991px){
  .overlay {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
      z-index: 9;
    }
    .overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .navbar{
        padding:10px 10px;
    }
   .navbar .menu {
      position: fixed;
      top: 0;
      left: -250px; /* hidden position */
      width: 250px;
      height: 100%;
      background: #ffffff;
      transition: 0.3s;
      z-index: 30;
      padding: 20px;
    }
    .menu.active {
      left: 0; /* slides in */
    }
  .navbar .menu ul{
      flex-direction: column;
      align-items: start;
  }
  .navbar ul li a{
    padding: 10px 25px;
  }
  .formsession{
      width:100%;
  }
  
   .dropdown {
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-left:20px;
}

.mob-dropdown-active {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    position:relative;
}
 
 }

  @media screen and (max-width:767px){
    .BannerHome h1{
    font-size: 40px;
  }
.counsel-cont img{
  position: static;
}
.bannerForm-cnt h3{
    font-size:28px;
  }
  .bnr-counter, .bannerForm-cnt{
      padding: 20px 20px 20px 20px;
  }
  }

  @media screen and (max-width:576px){
     .banner-title{
  padding: 10px 30px;
}
.pt-10{
    padding:50px 0 0 0;
}
  }

