
/* banner area*/

.home-banner-area .blp-outer{
    display: flex;
    align-items: center;
    margin-top: 225px;
}



.home-banner-area .blp-outer .medal-text span{
    display: block;
}

.hm-br-clipart-outer .left-clipart-outer img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.hm-br-clipart-outer .right-clipart-outer img{
    position: absolute;
    top: -20px;
    right: 0;
    height: 80%;
    -webkit-animation: moveBounce 4s linear infinite;
    animation: moveBounce 4s linear infinite;
}

.home-banner-wrap{
    position: relative;
    top: 80px;
}

.home-banner-wrap h1{
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    font-family: 'bebas-neue' !important;
}

/* .home-banner-wrap::before{
    position: absolute;
    content: '';
    top: 10px;
    left: 0px;
    background-image: url(../images/home-banner/title-underline.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    animation: 2s linear 0s infinite alternate rise, 2s linear 0s infinite
    alternate bounce;
} */

.home-banner-wrap .underline-img img{
    animation: 2s linear 0s infinite alternate rise, 2s linear 0s infinite
    alternate bounce;
}

@keyframes rise {
    from {
      transform: translateY(110px);
    }
    to {
      transform: translateY(0);
    }
  }

  @keyframes bounce {
    from {
      transform: translateX(-10px);
    }
    to {
      transform: translateX(10px);
    }
  }

.home-banner-wrap h2{
    color: white;
    text-transform: uppercase;
    font-family: 'bebas-neue' !important;
    font-size: 175px;
    font-weight: 300;
    display: inline-block;
    line-height: 1;
}

.home-banner-wrap h3{
    color: white;
    text-transform: uppercase;
    font-family: 'bebas-neue' !important;
    font-size: 75px;
    font-weight: 300;
    margin-top: 0px;
    line-height: 0;
}

.home-banner-wrap .blp-outer{
    display: flex;
    padding: 40px 0px 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    align-items: center;
    margin-left: 30px;
 }

 .home-banner-area .blp-outer .medal-text{
    padding-right: 15px;
}

 .home-banner-wrap .blp-outer .medal-text span{
    padding-right: 15px;
    color: #e3e3fd;
}



.home-banner-wrap .degree-type{
    text-align: end;
    /* max-width: 350px; */
    margin-top: 30px;
}

.medal-img img{
    width: 80%;;
}

.social-media-icon ul{
    display: flex;
    gap: 12px;
    margin: 10px;
}

.home-banner-wrap .fw-bold .title-gray{
    text-transform: uppercase;
    color: #323232;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

.home-banner-wrap .fw-bold .title-blue{
    /* text-transform: uppercase; */
    color: #0379c1;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}

.home-banner-wrap p{
   color: #717475 !important;
   font-size: 15px !important;
   line-height: 30px !important;
   padding-top: 15px;
   font-family:  'Noto Sans Sinhala', sans-serif !important;
}

 /* img */
 .ph-outer{
    position: relative;
    text-align: center;
 }

.ph-outer .ph-circle{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: 75px;
}

.ph-outer .ph-circle img{
    -webkit-animation: moveBounce 2s linear infinite;
    animation: moveBounce 2s linear infinite;
}

.ph-outer .ph-img{
    position: relative;
    z-index: 1;
}
/* xx banner area xx */


/* feature section */

.feature-section{
    overflow: hidden;
}

.feature-section h3 span{
    font-weight: 700;
    font-family: 'Noto Sans Sinhala' !important;
    position: relative;
    display: block;
}

.feature-section h3 span::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: -13%;
    border-radius: 100%;
    background-color: var(--bs-yellow-one);
    z-index: -1;
    -webkit-animation: moveBounce 4s linear infinite;
    animation: moveBounce 4s linear infinite;
}

.feature-section h3 span::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: -13%;
    border-radius: 100%;
    background-color: var(--bs-dark-blue);
    z-index: -1;
    -webkit-animation: moveBounce 4s linear infinite;
    animation: moveBounce 4s linear infinite;
}

.top-categories{
    width: 100%;
    height: 100%;
    padding: 20px 35px;
    text-decoration: none;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

.feature-card-outer .cat-col:nth-child(1) .category-icon{
    background-color: #1F2533;
    width: 65px;
    height: 65px;
    color: #fff;
    border-radius: 50px;
    font-size: 25px;
    line-height: 65px;
    text-align: center;
    margin: 10px 0px;
}

.feature-card-outer .cat-col:nth-child(2) .category-icon{
    background-color: #C5A514;
    width: 65px;
    height: 65px;
    color: #fff;
    border-radius: 50px;
    font-size: 25px;
    line-height: 65px;
    text-align: center;
    margin: 10px 0px;
}

.feature-card-outer .cat-col:nth-child(3) .category-icon{
    background-color: #3D9EE4;
    width: 65px;
    height: 65px;
    color: #fff;
    border-radius: 50px;
    font-size: 25px;
    line-height: 65px;
    text-align: center;
    margin: 10px 0px;
}

.feature-card-outer .cat-col:nth-child(1) .top-categories, .top-categories{
    background-color: var(--bs-dark-blue);
    /* background-color: #ec5252; */
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}

.feature-card-outer .cat-col:nth-child(2) .top-categories, .top-categories{
    background-color:  var(--bs-dark-blue);
    /* background-color: #ec5252; */
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}

.feature-card-outer .cat-col:nth-child(3) .top-categories, .top-categories{
    background-color: var(--bs-dark-blue);
    /* background-color: #ec5252; */
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}

.feature-card-outer .cat-col:nth-child(1) .top-categories .category-icon, .top-categories .category-icon{
    background-color: var(--bs-yellow-one);
    color: var(--bs-dark-blue);
    transition: all .5s;
}

.feature-card-outer .cat-col:nth-child(2) .top-categories .category-icon, .top-categories .category-icon{
    background-color: var(--bs-yellow-one);
    color: var(--bs-dark-blue);
    transition: all .5s;
}

.feature-card-outer .cat-col:nth-child(3) .top-categories .category-icon, .top-categories .category-icon{
    background-color: var(--bs-yellow-one);
    color: var(--bs-dark-blue);
    transition: all .5s;
}

.top-categories:hover .category-icon, .top-categories .category-icon{
    background-color: #fff;
    color: #000;
}

.category-title{
    font-weight: 500 !important;
    color:  #fff;
    margin-top: 25px;
}

.top-categories:hover .category-title, .top-categories:focus .category-title{
    color: #fff;
}

.category-title p{
    color: #ffffff;
    font-size: 13px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 10px;
    cursor: default;
}

.top-categories:hover .category-title p, .top-categories:focus .category-title p{
    color: #efdcdc;
}

/* xx feature section xx */

/* Populer Class */
.populer-class .cmmon-btn{
    margin-top: 35px;
}
/* xx populer-class xx */

/* description-section */
.description-section{
    overflow: hidden;
}

.description-section .ds-img img{
    border-radius: 15px;
    width: 100%;
}

.description-section .text-area{
    margin-top: 2rem;
}

.gold-medal .blp-outer{
    display: flex;
    align-items: center;
}

.gold-medal  .medal-text{
    padding-left: 10px;
}

.gold-medal  .medal-text span{
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.gold-medal .medal-img{
    margin-left: 10px;
}

.gold-medal .medal-img img{
    width: 100%;
}

.description-section .circle-after-one, .description-section .circle-after-two{
    position: relative;
}


.description-section .circle-after-one::after{
    position: absolute;
    content: '';
    background-color: var(--bs-dark-blue);
    width: 50px;
    height: 50px;
    z-index: -1;
    top: -20px;
    left: -20px;
    border-radius: 100%;
    -webkit-animation: moveBounce 4s linear infinite;
    animation: moveBounce 4s linear infinite;
}

.description-section .circle-after-two::after{
    position: absolute;
    content: '';
    background-color: var(--bs-yellow-one);
    width: 150px;
    height: 150px;
    z-index: -1;
    bottom: -50px;
    right: -50px;
    border-radius: 100%;
    -webkit-animation: moveBounce 4s linear infinite;
    animation: moveBounce 4s linear infinite;
}
/* xx description-section xx */

/* testimonial */
.testimonial{
    background-color: #ffffff;
}

.testimonial-card-outer{
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    position: relative;
}

.testimonial-card-outer .test-card-img img{
    width: 60px;
}

.testimonial-card-outer .testi-text{
    margin-top: 20px;
}

.testimonial-card-outer .testi-text p{
    font-size: 15px;
    line-height: 25px;
    font-family:  'Noto Sans Sinhala', sans-serif !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testimonial-card-outer .testi-name{
    font-weight: 600;
    font-size: 14px;
    color: #4b4b4b;
}

.testimonial-card-outer .testi-ranking{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.testimonial-card-outer .testi-ranking .student-place span{
    font-size: 15px;
    font-weight: 500;
    color: #737171;
}
.testimonial-card-outer .testi-ranking .rating i{
    font-size: 10px;
}

.testimonial-card-outer .test-card-img{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    position: absolute;
    top: -35px;
}

.testimonial-slider .owl-stage-outer .owl-stage{
    margin-top: 50px
}

.testimonial-slider .owl-dots{
    text-align: center;
}

.testimonial-slider .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background-color: rgb(172, 172, 172);
    border-radius: 100%;
    margin: 0px 5px !important;
}

.testimonial-slider .owl-dots .owl-dot.active{
    background-color: #4a47a3;
}

@-webkit-keyframes moveBounce {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes moveBounce {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    50% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }


/* xx testimonial xx */

/* ================================= Responsive Section ==================================== */

/* ----------- below xl ----------- */

@media (max-width:1300px){

    /* home slider section */
    .home-banner-area .blp-outer .medal-text {
        padding-right: 0px;
    }

    .home-banner-area .blp-outer {
        margin-top: 150px;
    }

    /* feature section */

    .feature-section h3 span::after{
        left: -10%;
    }

    .feature-section h3 span::before{
        right: -10%;
    }

}

/* ---x-----x--- below xl ---x-----x--- */

/* ----------- below lg ----------- */

@media (max-width:1200px){

    /* home banner section */

    .home-banner-area .blp-outer {
        margin-top: 140px;
    }

    .home-banner-area .blp-outer .medal-text {
        font-size: 13px;
        margin-right: 5px;
    }

    .home-banner-area .blp-outer .medal-img img{
        width: 65%;
    }

    .home-banner-wrap h1 {
        font-size: 38px;
    }

    .home-banner-wrap h2 {
        font-size: 150px;
    }

    .home-banner-wrap h3 {
        font-size: 63px;
    }

    .home-banner-wrap::before {
        top: -2px;
        width: 95%;
        right: 0;
        left: unset;
    }

    .home-banner-wrap .underline-img img{
        width: 300px;
    }

    /* XX home banner section XX */

    /* feature section */

    .feature-section h3 span::after{
        left: -15%;
    }

    .feature-section h3 span::before{
        right: -15%;
    }

    /* description-section */

    .description-section .text-area{
        margin-top: 3rem;
    }

    /* xx description-section xx */

}

/* ---x-----x--- below lg ---x-----x--- */


/* ----------- below md ----------- */

@media (max-width:991px){

    /* banner section */

    .home-banner-wrap {
        max-width: 100% !important;
        padding-top: 0px;
        top: 25%;
    }

    .ph-outer{
        padding-top: 60px;
    }

    .hm-br-clipart-outer .right-clipart-outer img{
        height: 90%;
    }

    .home-banner-wrap h1 {
        font-size: 28px;
    }

    .home-banner-wrap .underline-img img {
        width: 220px;
        margin-top: -15px;
        margin-top: -15px;
    }

    .hm-br-clipart-outer .left-clipart-outer img {
        left: -20px;
    bottom: 0px;
    }

    .home-banner-wrap h2 {
        font-size: 110px;
        margin-top: -15px;
    }

    .home-banner-wrap h3 {
        font-size: 46px;
    }

    .home-banner-wrap .degree-type {
        text-align: end;
        margin-top: 12px;
    }

    .home-banner-wrap .degree-type span{
        font-size: 12px;
    }

     /* xxxx banner section xxxx */

    /* feature section */

    .feature-section h3 span::after{
        left: -5%;
    }

    .feature-section h3 span::before{
        right: -7%;
    }

    /* xxxx feature section xxxx */

    /* description-section */

    .description-section .text-area{
        margin-top: 0rem;
    }

    /* xx description-section xx */

}

/* ---x-----x--- below md ---x-----x--- */

/* ----------- below sm ----------- */

@media (max-width:767px){

    /* home-banner section */

    .home-banner-area .blp-outer {
        margin-top: 10px;
    }

    .home-banner-area{
        padding:70px 0px 70px 0px !important;
    }

    .hm-br-clipart-outer .right-clipart-outer img{
        height: 45%;
    }

    .home-banner-wrap {
        top: 0%;
        text-align: center;
        max-width: 100% !important;
    }

    .home-banner-wrap h1 {
        font-size: 45px;
    }

    .home-banner-wrap .underline-img img {
        width: 340px;
    }

    .home-banner-wrap h2 {
        font-size: 175px;
    }

    .home-banner-wrap h3 {
        font-size: 73px;
    }

    .home-banner-wrap .degree-type {
        text-align: center;
        margin-top: 25px;
    }

    .home-banner-wrap .degree-type span {
        font-size: 15px;
    }

    .home-banner-area .blp-outer {
        justify-content: center;
        position: relative;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
    }

    .home-banner-area .blp-outer .medal-text {
        font-size: 15px;
        margin-right: 5px;
        text-align: center;
    }

     /* xxxx banner section xxxx */


    /* feature section */

    .feature-section h3 span::after{
        top: 65%;
        left: -10%;
    }

    .feature-section h3 span::before{
        right: -7%;
    }

    .feature-card-outer .cat-col:not(:first-child){
        margin-top: 20px;
    }

    /* xxxx feature section xxxx */

}

/* ---x-----x--- below sm ---x-----x--- */

/* ----------- below xs ----------- */
@media (max-width:576px){

/* home-banner section */

.hm-br-clipart-outer .right-clipart-outer img {
    height: 29%;
}

}

/* ---x-----x--- below xs ---x-----x--- */


/* ----------- below mob ----------- */

@media (max-width:400px){

    /* home-banner section */

    .hm-br-clipart-outer .right-clipart-outer img{
        height: 27%;
    }

    .home-banner-wrap {
        padding-top: 40px;
    }

    .home-banner-wrap h1 {
        font-size: 35px;
    }

    .home-banner-wrap .underline-img img {
        width: 300px;
    }

    .home-banner-wrap h2 {
        font-size: 150px;
    }

    .home-banner-wrap h3 {
        font-size: 62px;
    }

     /* xxxx banner section xxxx */

    /* feature section */

    .feature-section h3 span::after{
        left: -25%;
    }

    .feature-section h3 span::before{
        right: -23%;
    }

    /* xxxx feature section xxxx */

     /* description-section */

     .description-section .circle-after-two::after{
        width: 100px;
        height: 100px;
        z-index: -1;
        bottom: -40px;
        right: -15px;
    }

    /* xx description-section xx */

}

/* ---x-----x--- below mob ---x-----x--- */

/* ----------- below xss ----------- */
@media (max-width:320px){

    .home-banner-wrap h1 {
        font-size: 35px;
    }

    .home-banner-wrap .underline-img img {
        width: 275px;
    }

    .home-banner-wrap h2 {
        font-size: 140px;
    }

    .home-banner-wrap h3 {
        font-size: 58px;
    }
}
/* ---x-----x--- below xss ---x-----x--- */


/* ----------- below sm and above xs ----------- */
@media (max-width:768px) and (min-width:576px){

    /* populer-class */

    /* xx populer-class xx */
}


/* ---x-----x--- below sm and above xs ---x-----x--- */