.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


/* counselling */

.counselling {
    padding: 50px 0;
    background: url("../images/home-banner6.jpg") no-repeat center center/cover;
    background-attachment: fixed;
    text-align: center;
}

.counselling h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 64px;
    margin: 0 0 0;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.counselling h4 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    margin: 0 0 25px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.counselling p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 40px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.how_it_work {}

.how_it_work h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 50px;
}

.cell_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cell_wrapper .cell {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border-bottom: 3px solid rgba(58, 166, 167, 1);
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    width: calc(16.66% - 10px);
}

.cell h6 {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* Study Abroad */

.study_abroad {
    padding: 50px 0;
    text-align: center;
    background-color: #fff;
}

.study_abroad h3 {
    font-size: 40px;
    line-height: 1.6;
    color: #333;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.study_abroad h4 {
    font-size: 30px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 25px;
}

.study_abroad span {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin: 0 0 50px;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.country_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.coutry_cell {
    width: 25%;
    padding: 10px;
    margin: 0 0 30px;
}

.coutry_cell a {
    display: inline-block;
    text-decoration: none;
}

.coutry_cell a strong {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.explore_btn {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    background: #fd6c73;
    transition: all .2s;
    padding: 0;
    font-weight: 700;
    position: relative;
    box-shadow: 0 5px 15px rgb(252 108 115 / 35%);
    align-items: center;
    width: 250px;
    height: 50px;
    line-height: 50px;
}

.explore_btn:hover {
    background: #e2575e;
}


/* platform_text */

.video_platform {
    padding: 70px 0;
}

.pplatform_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.platform_text {
    width: 50%;
}

.platform_text h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #ffcc29;
    text-align: center;
    padding-bottom: 5px;
    margin: 0 0 30px;
}

.platform_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    font-family: 'Georgia',Arial, Helvetica, sans-serif;
    margin: 0;
}

.platform_text h4 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.platform_wrapper figure {
    width: calc(100% - 50%);
    padding-left: 50px;
}

.platform_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
    align-items: center;
}

.explore_btn,
.explore_btn:hover {
    color: #000;
    background-color: #ffcc29;
    border-color: #ccc;
    padding: 10px 40px;
    text-align: center;
    width: 450px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    border-radius: 6px;
    margin: 0 auto;
}


/* College Fnder */

.collegefinder {
    padding: 10px 0;
    text-align: left;
}

.collegefinder h2 {
    color: #333;
    font-size: 40px;

    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.collegefinder h6 {
    color: #333;
    font-size: 20px;

    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 30px;
}

.collegefinder p {
    color: #000;
    /* margin: 0 0 50px; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 12px !important;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab_wrapper .tab {
    background-color: #f7f7f7;
    border: 1px solid rgba(32,62,96,255);
    font-size: 18px;
    border-radius: 25px;
    width: max-content;
    margin: 0 auto 25px;
    display: flex;
    overflow: hidden;
}

.tab_wrapper .tab li a {
    display: inline-block;
   padding: 5px 11px 5px 11px;
   cursor: pointer;
    font-size: 18px;
    color: #222;
    font-weight: 400;
}

.tab_wrapper .tab li.active a {
    background: #fff;
    color: #348fd6;
    border-radius: 25px;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
}

.tabcell {
    display: none;
    min-width: 738px;
}

.tab_content {
    overflow: auto;
    /*padding: 0 0 15px;*/
}

.tabcell.active {
    display: block;
}

.box_cell {
    /* padding: 0 5px; */
    margin: 0px 5px 5px 15px;
    /* margin-left: 15px; */
    width: 23%;
    border: 1px solid rgba(0, 0, 0, 0.085);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);

}

.box_cell a {
    position: relative;
    padding-left: 70px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    min-height: 70px;
    display: flex;
    justify-content: center;

    /* width: 300px;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: all .2s;
    padding: 15px 0; */
}

.box_cell a:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transform: scale(1.05);
}

.box_wrapper {
    overflow-x: hidden;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.box_wrapper h5 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.box_wrapper span {
    font-weight: 500;
    /* color: #999; */
    font-family: 'Roboto', sans-serif;
    line-height: 2;
    font-size: 12px;
}

.tabcell_inner {
    display: flex;
    justify-content: space-between;
}

.tabcell_inner .box_wrapper {
    width: calc(100% - 190px);
    padding: 0 10px;
}

.tabcell_left {
    width: 180px;
    background-image: linear-gradient(#fff, #e7f4fc);
    padding: 0 10px 15px 10px;
    border-radius: 8px;
    border: 1px solid #e7f4fc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabcell_left h6 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 0;
}

.tabcell_left a {
    display: inline-block;
    text-decoration: none;
    color: #348fd6;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.tabcell_left figure {
    margin: 0 0 30px;
    text-align: center;
}


/* Banner */

.banner_inner img {
    width: 100%;
}

.banner_cell {
    position: relative;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100vh;
}

.overlay_content h2 {
    line-height: 40px;
    text-shadow: 0 6px 5px rgb(0 0 0 / 25%);
    color: #fff;
    font-size: 50px;
    margin: 0;
    font-weight: 700;
}

.overlay .container {
    height: 100%;
}

.overlay_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* feature_cell */

.feature_wrapper {
    /* width: 988px; */
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    padding: 20px;
    top: 0;
    position: relative;
    background: #fff;
    transform: translateY(-20%);
}

.feature_cell {
    width: 23.66%;
    padding: 20px 0;
    text-align: center;
}

.feature_cell a {
    display: block;
    text-align: center;
    padding: 0 15px;
}

.feature_cell h6 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.feature_cell img{
    width: 20%;
}

/* Facility*/

.loan_facility {
    padding: 80px 0;
    background: url("../images/home-banner7.jpg") no-repeat center center/cover;
    text-align: center;
    background-attachment: fixed;
}

.loan_facility h2 {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.loan_facility h3 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.loan_facility p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 50px;
    text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}

.facility_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.facility_cell {
    width: 16.66%;
    text-align: center;
    padding: 0 5px;
}

.facility_cell p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.facility_cell .circle {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.education_btn {
    border-radius: 2px;
    background: #fd6c73;
    transition: all .2s;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
    box-shadow: 0 5px 15px rgb(252 108 115 / 35%);
}

.education_btn:hover {
    background: #e2575e;
}


/* popular_college */

.popular_college {
    padding: 10px 0;
    text-align: center;
}


.popular_college h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 30px;
}

.college_cell {
    background: #fff;
    height: auto;
    transition: .5s ease-out;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 10px;
    overflow: hidden;
}

.text {
    padding: 10px;
}

.college_cell h5 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.popular_college .slick-arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    font-size: 0;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.popular_college .slick-prev {
    left: -55px;
}

.popular_college .slick-next {
    right: -55px;
}

.popular_college .slick-prev:after {
    content: '\f104';
    font-family: FontAwesome, serif;
    position: absolute;
    color: #fff;
    left: 11px;
    top: 0;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto;
}

.popular_college .slick-next:after {
    content: '\f105';
    font-family: FontAwesome, serif;
    position: absolute;
    color: #fff;
    left: 16px;
    top: -1px;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto;
}


/* latest_new */

.latest_new {
    padding: 10px 0;
    text-align: center;
}

.latest_new h2 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 30px;
}

.latest_new span {
    color: #999;
    margin-bottom: 10px;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
}

.latest_new h5 {
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
}
.latest_new .slick-arrow:hover{
     background: #ff0000;
}
.latest_new .slick-arrow {
    position: absolute;
    top: 73px;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background: #0010ff;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.latest_new .slick-prev {
    left: -55px;
}

.latest_new .slick-next {
    right: -55px;
}

.latest_new .slick-prev:after {
    content: '<';
    position: absolute;
    color: #fff;
    left: 8px;
    top: -1px;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto;
}

.latest_new .slick-next:after {
    content: '>';
    position: absolute;
    color: #fff;
    left: 13px;
    top: -2px;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto;
}


/* blog_news_college */

.blog_news_college {
    padding: 70px 0;
}

.blog_news_college .blog_news_college_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list_cell_wrapper {
    width: 33.33%;
    box-shadow: 0 20px 50px 0 rgb(28 9 80 / 7%);
    padding: 40px 25px;
    position: relative;
}

.list_cell_wrapper h3 {
    font-weight: 600;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 22px;
    margin: 0 0 18px;
}

.item_list {
    height: 392px;
    overflow: auto;
}

.item_list li {
    margin: 0 0 25px;
}

.item_list li a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.item_list li figure {
    width: 84px;
}

.item_list li p {
    color: #343a40;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    padding-left: 8px;
    width: calc(100% - 84px);
}

.viewall_wrapper a {
    color: #007bff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

.viewall_wrapper {
    text-align: right;
}

.tabs li a{
    padding: 10px;
}
.banner {
  padding-top: 90px;
  background-color: rgba(234, 242, 255, 0.5);
  position: relative;
}

.banner-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.banner-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
}

.banner-title h1 {
  color: #001eff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.banner-title .uni {
  display: block;
  font-weight: 700;
  margin-top: 8px;
}

.banner-title br {
  display: none;
}

@media (max-width: 768px) {
  .banner-title h1 {
    font-size: 2rem;
  }
  .banner-right {
    padding-left: 0;
    margin-top: 20px;
  }
}

.banner-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  justify-content: flex-start;
}

.feat {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.feat1 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border: 2px solid #001eff;
  border-radius: 15px;
  background: #f0f5ff;
  font-weight: 600;
  font-size: 1.15rem;
  color: #0a33b6;
  box-shadow: 0 2px 10px rgba(0, 16, 255, 0.08);
  transition: border-color 0.3s, background 0.3s;
  cursor: default;
}

.feat1 i {
  font-size: 1.6rem;
}

.feat1:hover {
  border-color: #0044ee;
  background: #d7e4ff;
}

.explore-course {
  background-color: #0044ee;
  color: #fff;
  font-size: 1.17rem;
  font-weight: 700;
  padding: 14px 40px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 35px;
  transition: background-color 0.3s ease;
}

.explore-course:hover {
  background-color: #002faa;
}


.uni-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-decoration: none;
    background-color: #fff;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    color: #222;
}

.uni-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #888;
}

.uni-logo {
    position: relative;
    width: 110px;
    height: 56px;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
}

.uni-logo img {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0; height: 0;
    min-width: 100%; max-width: 100%;
    min-height: 100%; max-height: 100%;
    object-fit: contain;
}

.uni-name {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    color: #222;
}



