




@import url('https://fonts.googleapis.com/css2?family=Chilanka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Chilanka&display=swap');
.main_wrapper .swiper-slide.add {
    /*background:#1a2b21;*/
    /*background: linear-gradient(0.25turn, #14a28b, #071f3e);*/
   background-image:url(../images/banner-2.png);
    height: 110vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    
}

/*.main_wrapper .swiper-slide.one {*/
/*    background-image: linear-gradient(rgba(0, 0, 0, 0.124), rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.121)), url(../images/slider/banner.jpg);*/
/*    height: 90vh;*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/

/*}*/

/*.main_wrapper .swiper-slide.two {*/
/*    background-image: linear-gradient(rgba(0, 0, 0, 0.124), rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.121)), url(../images/slider/banner-2.jpg);*/
/*    height: 90vh;*/
/*    width: 100%;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*}*/

.new_course_section .card {
  width: 90%;
  max-width: 400px;
  height: auto;
  background-color: white;

  text-decoration: none;
  margin: 20px auto;
  overflow: hidden;
  box-shadow: 0 0px 0px 4px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.4s ease, top 0.4s ease, transform 0.4s ease;
}


@media (min-width: 1024px) {
  .new_course_section .card {
    width: 350px;
    height: 355px;
  }
}

@media (min-width: 1200px) {
  .new_course_section .card {
    width: 400px;
    height: 355px;
  }
}

.new_course_section .card:hover,
.new_course_section .card.active {
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.5);
  top: -5px;
  transform: translateY(-5px); /* Adds smooth upward movement */
}

.new_course_section .card.active {
  width: 500px;
  height: 600px;
}

.new_course_section .card .filler {
  position: absolute;
  right: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #222222;
  transition: top 0.3s ease, right 0.3s ease, border-radius 0.3s ease;
}

.new_course_section .card .filler.active {
  right: 0%;
  top: 0%;
  border-radius: 0%;
}

.new_course_section .card .filler div {
  opacity: 0;
}

.new_course_section .card .filler.active div {
  opacity: 1;
  transition: opacity 1.5s ease;
}

.new_course_section .card .filler .f-title {
  width: 100%;
  color: white;
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
}

.new_course_section .card .filler .f-subtitle {
  text-align: center;
  color: #cccccc;
  width: 80%;
  margin-left: 10%;
  border-bottom: solid 1px white;
  padding-bottom: 20px;
}

.new_course_section .card .filler .episode {
  width: 100%;
  color: #eeeeee;
  overflow: hidden;
  cursor: pointer;
}
 .top-half img {
            width: 100%;
            height: 280px; /* Set the height of the images */
            object-fit: cover; /* Ensures the image covers the container */
        }
.new_course_section .card .filler .episode .e-title {
  margin: 15px 10%;
}

.new_course_section .card .filler .episode:nth-child(2n) {
  background-color: #292929;
}

.new_course_section .card .filler .episode:hover {
  background-color: #333333;
}

.new_course_section .card .top-half-1 {
  width: 100%;
  height: 270px;
  background-color: #333333;
  background-image: url('../images/courses/business.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.new_course_section .card .top-half-2 {
  width: 100%;
  height: 260px;
  background-color: #333333;
  background-image: url('../images/courses/digital-marketing.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.new_course_section .card .top-half-3 {
  width: 100%;
  height: 280px;
  background-color: #333333;
  background-image: url('../images/courses/tourism.jpg');

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.new_course_section .card .top-half-4 {
  width: 100%;
  height: 270px;
  background-color: #333333;
  background-image: url('../images/courses/pptc.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.new_course_section .card .top-half-4 {
  width: 100%;
  height: 250px;
  background-color: #333333;
  background-image: url('../images/ttc.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.new_course_section .card .top-half-5 {
  width: 100%;
  height: 250px;
  background-color: #333333;
  background-image: url('../images/courses/pptc.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.new_course_section .card .top-half-6 {
  width: 100%;
  height: 250px;
  background-color: #333333;
  background-image: url('../images/english.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.new_course_section .card .bottom-half {
    /* margin-left: 5%; */
    margin-top: 19px;
    /* width: 100%; */
    text-align: center;
}

.new_course_section .card .bottom-half .title {
     font-size: 15px;
    color: #555555;
    margin-bottom: 2px;
    font-weight: 600;
    background: linear-gradient(#14a28b, #071f3e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}

.new_course_section .card .bottom-half .subtitle {
  font-size: 12px;
  color: #999999;
}

.main_wrapper .swiper-button-next
{
    right: 10px;
}
.main_wrapper .swiper-button-prev{
    left: 10px;
}


.main_wrapper .swiper-slide {
    position: relative;
}

.main_wrapper .swiper-slide  .container{
    height: 100%;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
}

.main_wrapper .swiper-slide .slider_content h6 {
    text-transform: capitalize;
    color: #f8f7f3;
    font-weight: 500;

}
.slider_content{
    text-align:center;
    margin-top: 50px;
}
.main_wrapper .swiper-slide .slider_content h1 {
    font-size: 44px;
font-family: "Arima", system-ui;
line-height: 1.2!important;
        text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}
.main_wrapper .swiper-slide .slider_content p{
    max-width: 50%;
    color: #fff;
    font-weight: 100;
    margin: 10px 0 30px;
}
.main_wrapper .swiper-slide img {
    min-height: 90vh;
    object-fit: cover;
}

.main_wrapper .mainSlider .swiper-button-next,
.main_wrapper .mainSlider .swiper-button-prev {
    color: #fff;
    background-color: var(--green-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main_wrapper .mainSlider .swiper-button-next::after,
.main_wrapper .mainSlider .swiper-button-prev::after {
    font-size: 14px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color:#fff;
    width: 10px;
    height: 10px;
    /* border: 4px solid #fff; */
}
.main_wrapper .app-btns{
    display: flex;
    align-items: center;
    gap: 20px;
}
.main_wrapper .app-btns a{
    border: 1px solid #f8f8f8;
    border-radius: 10px;
}
.main_wrapper .app-btns a img{
    min-height: auto;
    width: 200px;
}



.about_wrapper {
    padding: 70px 0px;
    background-color: #fff;
}

.about_wrapper .grid_column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    
}

.about_wrapper .left img {
    border-radius: 2px;
}place-items: center;


.about_wrapper .right h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    margin-top: 15px;
}
.about_wrapper .right h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--green-color);
    margin-top: 15px;
    font-weight: 600;
}

.about_wrapper .right p {
    font-size: 18px;
    line-height: 1.8;
}
 .animate__animated {
        --animate-duration: 2s; /* Adjust the speed: 2s = 2 seconds */
    }
.about_wrapper ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about_wrapper ul li::after {
    position: absolute;
    top: 0;
    left: 0px;
    content: '';
    background: url(../images/check.png);
    background-size: cover;
    width: 20px;
    height: 20px;

}

.about_wrapper .main-btn {
    display: inline-flex;
    gap: 5px;
}
.page_banner {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    height: 120vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.page_banner.admninistration_banner h1{
    color: #fff;
    font-style: normal;
    background-clip: border-box;
    background-image: none;
    color: #fff;
    font-weight: 500;
    font-size: 60px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    padding-top:70px;
}
 
.page_banner.admninistration_banner h6{
    color:#fff;
    text-transform: capitalize;
    color: #f8f7f3;
    font-weight: 500;
    padding-top:40px;
}

.page_banner.about_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/banner/about_banner.jpg);
}

.page_banner.admninistration_banner{
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)), url(../images/courses/administration.webp);
}


.youtube_section{
 padding:70px 0;   
}
.youtube_section iframe{
    border-radius:5px;
}
.youtube_row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    place-items: center;
}



.course_wrapper {
    background-color: #fff;
    padding: 70px 0;
}
.course_wrapper .course_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    row-gap: 30px;
}
.course_wrapper .course-item {
    box-shadow: var(--primary-shadow);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.course_wrapper .rating{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    padding: 0px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.course_wrapper .rating i{
    color: #fcbf08;
}

.course_wrapper .course_grid .btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.course_wrapper .course_grid .main-btn,
.course_wrapper .course_grid .border-btn{
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px !important;
}
.course_wrapper .course_grid .border-btn:hover{
    color: var(--green-color);
}

.course_wrapper .course_image{
    height: 200px;
    width: 100%;
}
.course_wrapper .course_image img{
    height: 250px;
    object-fit:cover;
    width:100%;
}
.course_wrapper .course_details {
    padding: 10px;

}

.course_wrapper .course_name {
    font-size: 18px;
    margin: 50px 0 30px;
    font-weight: 600;
    height: 40px;
}

.course_wrapper .course_desc {
    font-size: 14px;
    font-weight: 400;
    height: 80px;
    overflow: hidden;
}








.programes_wrapper {
    background-color: #f8f8f8;
}

.programes_wrapper .grid_row {
    max-width: 1024px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin: 50px auto;
}

.programes_wrapper .item {
    box-shadow: var(--primary-shadow);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}

.programes_wrapper .program_icon {
    width: 70px;
    height: 70px;
    margin: 20px auto;
}

.programes_wrapper .program_icon img {
    width: 100%;
    height: 100%;
}

.programes_wrapper .program_name {
    font-size: 20px;
    margin-bottom: 20px;
}

.programes_wrapper .program_desc {
    font-size: 14px;
    height: 140px;
}

.programes_wrapper .item a{
    color: var(--primary-color);
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.app_section{
    background: #f8f8f8;
}
.app_section .grid_row{
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 50px;
    align-items: center;
}
.app_section h2{
    font-size: 48px;
    /* font-weight: 600; */
}
.app_section .app-btns{
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.app_section .app-btns a{
    width: 200px;
}



.contact_wrapper {
    background: url(../images/contact-bg.png);
    background-size: cover;
    
    padding: 70px 0;
}

.contact_wrapper form{
    max-width: 800px;
    margin: auto;
}

.contact_wrapper .input-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 1.5rem;
}

.contact_wrapper .input-box input {
    width: 100%;
    height: 45px;
    border-radius: 0;
}

.contact_wrapper textarea {
    border-radius: 0;
}

.contact_wrapper .input-box input:focus,
.contact_wrapper textarea:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid var(--main-color);
}

.contact_wrapper .main-btn {
    border: none;
    margin: 20px 0;
    display: flex;
    gap: 5px;
}





footer {
    background:rgba(0, 0, 0, 0.9);
    background-size: cover;
    background-position: center;
    padding: 50px 0 0;
}

footer .footer_logo{
    max-width: 200px;
    margin-bottom: 30px;
}
.footer_desc{
    color: #fff;
}
.footer_address_details .left h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.footer_address_details h6 {
    color: #fff;
    font-size: 18px;
}

.footer_address_details a,
.footer_address_details p {
    color: #fff;
    font-size: 16px;
}

.footer_address_details .right {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
    margin: 50px 0;
}


/*footer .footer_link_details {*/
/*    padding-bottom: 100px;*/
/*}*/

/*footer .footer_link_details .container {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr)!important;*/
/*    gap: 30px;*/
/*}*/

footer .footer_title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .footer_link {
    margin-bottom: 10px;
}

footer .footer_link a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
}

footer .footer_col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

footer .address_col li {
    margin-bottom: 15px;
}

footer .address_col li a {
    display: flex;
    gap: 10px;
    color: #fff;

}

footer .address_col li a i {
    margin-top: 5px;
}

footer .social_icons{
    display: flex;
    gap: 20px;
}
footer .social_icons a{
    font-size: 20px;
    border: 1px solid var(--border-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
footer .social_icons a i{
    margin-top: 0 !important;
}

footer .copy_right {
    background-color: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

footer .copy_right p {
    margin: 0;
}




.open-button {
    background-color: #25D366;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 30px;
    display: inline-flex;
    gap: 10px;
}

.open-button i {
    font-size: 30px;
}

.open-button:hover i {
    color: #fff;
}





.mission_vision{
    background-color: var(--green-color);
    
    padding:50px 0;
}
.mission_vision .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.mission_vision .mission,
.mission_vision .vision{
    /* background-color: #f8f8f8; */
    padding: 20px;
    height: auto;
}
.mission_vision .mission div,
.mission_vision .vision div{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.mission_vision .mission div img,
.mission_vision .vision div img{
    width: 70px;
    height: 70px;
}
.mission_vision h3,
.mission_vision p{
    color: #fff;
}


.management_team{
  background-color: #e6f0e9;  
}

.management_team .row{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 5px;
}
.management_team .item{
    text-align: center;
}
.management_team .item .image{
    margin-bottom: 20px;
    transition: border 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
   
}
.management_team .item .image img{
   border-radius:5px;  
}

.management_team .item .image:hover {

  border: 5px solid linear-gradient(0.25turn, #14a28b, #071f3e); /* Border color transition */
    transform: scale(1.05); /* Slight scaling */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /

    
}
.course_detail_page .card{
    padding:20px;
    border-radius: 12px;
    /* box-shadow: var(--primary-shadow); */
    /* border:none; */
}
.course_detail_page .course_name{
    font-size: 36px;
    margin-bottom: 20px;
}
.course_detail_page .course_image{
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.course_detail_page .course_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_detail_page .course_box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0 10px;
}
.course_detail_page .course_box .course_image{
    /* min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    max-height: 100px; */
    max-width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}


.course_detail_page .course_box .course_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_detail_page .course_box .course_name{
    color: var(--primary-color);
    font-size: 16px;   
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0;
}
.course_detail_page .course_name{
    text-transform: capitalize;
}

.course_detail_page h3{
    font-size:26px;
    font-weight:700;
    margin:20px 0 10px;
}
.course_detail_page h6{
    font-size:20px;
    font-weight:600;
    margin-bottom: 20px;
}

.course_detail_page ul {
    list-style:disc;
    padding-left:20px;
}
.course_detail_page ul li{
    margin-bottom:15px;
}

.course_detail_page ol{
    padding-left: 20px;
}
.course_detail_page ol li{
    margin-bottom: 20px;
}


.register_page{
    padding: 50px 0;
}
.register_page .left{
    background-color: var(--primary-color);
    height: auto;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}footer_link_details
.register_page .box img{
    width: 300px;
    margin-bottom: 20px;
}
.register_page .box h2{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.register_page .register_row{
    border: 2px solid var(--primary-color);
    max-width: 1024px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.register_page .right{
    padding: 30px;
}

.register_page form .form-label{
    font-size: 14px;
    color: #969696;
}

.register_page form input,
.register_page form select{
    height: 45px;
}



.career_page {
    padding: 70px 0 30px;
}
.career_page .first_row .main_h.eading{
    font-size: 50px;
}
.career_page .first_row p{
    /* max-width: 70%; */
    margin: 20px auto;
    font-size: 18px;
}
.career_page  .main-btn{
    width: auto;
    margin: auto;
    padding: 12px 20px;
}

.why_work_with_us{
    padding: 50px 0 !important;
    background-color: #f8f8f8;
}
.why_work_with_us .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--primary-shadow);
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #fff;
}
.why_work_with_us h3{
    margin-bottom: 0;
    font-size: 20px;
}


.career_form input,
.career_form select{
    height: 45px;
}

.career_form form{
    box-shadow: var(--primary-shadow);
    padding: 20px;
    border-radius: 20px;
}



.contact_page_banner{
    background-color: var(--primary-color);
    height: 300px;
    display: flex;
    align-items: center;
}
.contact_page_banner h2{
    color: #fff;
    font-size: 32px;
}

.contact_page{
    padding-bottom: 100px !important;
}
.contact_page .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.contact_page .contact_form{
    background-color: #ffffff;
    margin-top: -80px;
    border-radius: 20px;
    box-shadow: var(--primary-shadow);
    padding: 30px;
}
.contact_page .contact_form h6{
    font-size: 25px;
    margin-bottom: 30px;
}

.contact_page .contact_form .input_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact_page .contact_form input{
    height: 50px;
}

.contact_page .main-btn{
    padding: 10px 25px;
}

.contact_page .left{
    padding: 100px 0 50px;
}


.contact_page .contact_details{
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}

.contact_page .contact_details .box{
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: var(--primary-shadow);
    padding: 20px;
    border-radius: 20px;
}
.contact_page .contact_details .box .icon{
    max-width: 70px;
    max-height: 70px;
}
.contact_page .contact_details a{
    color: var(--primary-color);
}



.program_detail_page h1{
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.program_detail_page h2{
    font-size: 22px;
    text-decoration: underline;
    padding-bottom: 20px;
}
.program_detail_page h3{
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0px 10px;
}
.program_detail_page ol{
    padding-left: 20px;
}
.program_detail_page ol li{
    margin-bottom: 20px;
}
.program_detail_page .left{
    position: relative;
}
.program_detail_page .left::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #f8f8f8;
    top: 0;right: 0;
}

.program_detail_page .right{
    padding-left: 30px;
}

.program_detail_page .course_box{
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.program_detail_page .course_box .course_image {
    max-width: 150px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.program_detail_page .course_name{
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}





.blog-page .grid_row{
    display: grid;
    grid-template-columns: 65% 30%;
    gap: 70px;
}
.blog-page hr{
    height:1px;
    color:black;
    /* width: 850px; */
}

.grid_row2{
    display: grid;
    grid-template-columns: 30% 65%;
    align-items: center;
    gap:50px;
}
.grid_row2 .item1 img{
    width:110%;
    padding-top: 20px;
    padding-bottom: 30px;
  
}
.blog-page .grid_row2 .item2 a{
    font-size: 25px;
    color: #000;
}
/* .blog-page .grid_row2 .item2 p{
    padding-top:10px;
    padding-bottom: 20px;
} */
.user-image {
    width:50px;
    height:50px;
    border-radius: 50px;
    overflow: hidden;
}
.user-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user-content{
    display: flex;
    align-items: center;
    gap: 20px;
}
.user-content .user-name p{
    margin-bottom: 0;
}


.detail-section img{
    margin-bottom: 30px;
}
.detail-section h1{
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    padding-bottom: 10px;
}
/* .detail-section p{
    text-align:justify;
} */
.detail-section h4{
    text-align: justify;
    
}
.right h3{
    margin-top:50px;
    font-size:22px;
    margin-left:10px;
    font-weight: bold;
}
.right-content{
    display: grid;
    grid-template-columns: 20% 80%;
    padding:15px;
}
.right-content img{
    width:80%;
    
}
.right-content a{
    padding-top:16px;
    font-weight: bold;
    font-size:14px;
    color: #000;
}

.right-content4{
    display: grid;
    grid-template-columns: 20% 80%;
    padding:15px;
}
.right-content4 img{
    width:80%;
    
}
.right-content4 h6{
    padding-top:14px;
    font-weight: bold;
    font-size:14px;
}
.social-content i{
    font-size: 25px;
    padding:10px;
}




.registration_wrapper .box{
    border: 2px solid var(--green-color);
    border-radius: 20px;
    overflow: hidden;
    background:var(--green-color);
    height:500px;
  
}
.registration_wrapper .box .image{
    width: 100%;
    height: 500px;
}
.registration_wrapper .box .image img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.registration_wrapper .box .content{
    padding: 20px;
}

.registration_wrapper .box .main_heading{
    font-size: 52px;
    color:#fff;
}
.registration_wrapper .box h6{
    margin:10px 0;
    color:#fff;
    font-size:22px;
}


.registration_wrapper .box .main-btn{
    background-color:#fff;
    color:#000 !important;
    margin-top:30px;
}






.certification_wrapper {
    padding: 70px 0px;
    background-color: #fff;
}

.certification_wrapper .grid_column {
    display: grid;
    grid-template-columns:40% 60%;
    gap: 50px;
    
}

.certification_wrapper .left img {
    border-radius: 2px;
}


.certification_wrapper .right h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    margin-top: 15px;
}
.certification_wrapper .right h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--green-color);
    margin-top: 15px;
    font-weight: 600;
}

.certification_wrapper .right p {
    font-size: 24px;
    line-height: 1.8;
}

.certification_wrapper ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.certification_wrapper ul li::after {
    position: absolute;
    top: 0;
    left: 0px;
    content: '';
    background: url(../images/check.png);
    background-size: cover;
    width: 20px;
    height: 20px;

}

.certification_wrapper .main-btn {
    display: inline-flex;
    gap: 5px;
}

.certificate_row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;

}

.campus_row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    position:relative;
    top:-144px;
    padding-bottom:0px;
    margin-top:20px;
}
.campus_row img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:3px;
    
}
.whole_campus{
      background-color:#e6f0e9;
}
.whole_campus h2{
    text-align:center;
  
}


@media screen and (max-width: 768px) {
    .team_details .item1{
        flex: 0 0 calc(50% - 10px); /* Adjust width for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .team_details .item1 {
        flex: 0 0 calc(100% - 10px); /* Adjust width for even smaller screens */
}
}

.slider {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.review-card {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.review-header {
    display: flex;
    align-items: center;
}

.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-details {
    flex-grow: 1;
}

.user-name {
    display: block;
    font-weight: bold;
}

.review-date {
    display: block;
    font-size: 0.8em;
    color: #666;
}

.google-logo {
    width: 20px;
    height: 20px;
}

.review-rating {
    margin: 10px 0;
}

.review-content {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.read-more button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.read-more button:hover {
    background-color: #0056b3;
    
}
.main-section {
  background-color: white;
  padding: 20px;
}

.main-section h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    300deg,
    rgb(78, 59, 127) 0%,
    rgb(41, 120, 179) 100%
  );
  font-size: 50px;
  font-weight: 800;
}
.main-section h2 {
  margin-bottom: 10;
}
.our-facts{
    padding:10px 0;
}
.facts-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.facts-main-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
/*.content {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: flex-start;*/
/*  height: 300px;*/
/*}*/

.left-section,
.right-section {
  /* margin: 10px; */
  /* padding: 20px; */
  /* background-color: #eaeaea; */
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.review-section {
  margin: 10px;
  padding: 20px;
  /* background-color: #eaeaea; */
  display: flex;
}

.left-section {
  flex: 0 0 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
}

.left-section img {
  max-width: 100px;
  display: block;
  margin: 0 auto 10px;
}

.right-section {
  flex: 0 0 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.review-card {
  background-color: white;
  padding: 20px;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.profile-img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.user-info {
  flex-grow: 1;
  text-align: left;
}

.user-name {
  font-weight: bold;
  display: block;
}

.google-logo {
  width: 50px;
  height: auto;
  margin-left: auto;
}

.review-body {
  text-align: left;
}

.stars {
  color: gold;
  margin-bottom: 10px;
}
.about_data ul {
    list-style: none;
    padding: 0;
}

.about_data ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background:linear-gradient(0.25turn,#071f3e,#14a28b);
    width:50%;
    color:#fff;
    border-radius:15px;
    padding:3px;
}

.about_data ul li i {
    font-size: 1.5em;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    
}
.campus_row {
    display: grid;
    grid-template-columns:1fr;
    gap: 20px;
    position: relative;
    top: -144px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.filter-btn {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}

.hidden {
    display: none;
}

