/* topbar-part start  */
.topbar-part {

    background-color: #005598 !important;
    padding: 10px;
    color: #fff;
    position: relative;

    /*background-color: var(--body!important);*/
    /*    transform: skew(2deg,1deg);*/

}

.stellarnav.dark {
    background: rgb(255 255 255 / 0%) !important;
}

.stellarnav li {
    line-height: 20px !important;
}

.top-style {
    background-color: var(--body);
    transform: skew(40deg);
    margin-right: -40px;
    margin-left: 30px;
}

.topbar-part a {
    color: #fff !important;
}

.topbar-part .social-icon span {
    margin: 0px 5px;
    font-size: 20px;
}

/* topbar-part end  */

/* navbar part start  */
.navbar-part {
    position: sticky;
    top: 0px;
    z-index: 99;
    background-color: #fff;
}

.nav-effect {
    padding: 1.5px;
    width: 0%;
    transition: all 300ms;
    border-radius: 5px 5px 0px 0px;
}

.stellarnav ul:hover .nav-effect {
    width: 100%;
}

.stellarnav ul ul:hover .nav-effect {
    width: 100%;
}

.stellarnav ul ul ul:hover .nav-effect {
    width: 100%;
}

.navbar-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width : 1200px) {
    .stellarnav>ul>li>a {
        padding: 20px 23px;
    }
}

.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
}

/* navbar part start  */

/*banner par start */
/* .banner{
    z-index: ;
} */
.banner-title {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 110px;
}

@media only screen and (max-width : 1200px) {
    .banner-title {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 60px;
    }
}


/*banner part end */


/* for 12 years part start   */
.yearspart {
    padding: 10px 0px;
    background-color: var(--body);

}

.yearspart .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 300ms;
    color: #fff;
    justify-content: center;
    border-right: 3px solid #fff;
}

.yearspart .wrap i {
    font-size: 45px;
    margin-right: 15px;
    box-shadow: 90px 10px 60px black;
    border-radius: 50%;

}

.yearspart .wrap:hover {
    margin-top: -5px;
}

.yearspart .wrap h1 {
    margin-bottom: -10px;
    font-weight: 700;
}

/* for 12 years part start  */

/* about part start */
.about-part .about-img {
    max-width: 80px;
    margin-right: 10px;
}

.about-part .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    transition: all 300ms;
    justify-content: center;
}

.about-part .wrap h5 {
    font-weight: 600;
}

.aboutbtn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.aboutus-content {
    text-align: justify;
    line-height: 1.6em;
    font-size: 15px;
}

/* about part end  */

/* support part start  */
.supportpart {
    background-color: var(--body);
    padding: 20px 0px;
}

.supportpart .wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.supportpart .wrap .icon-box {
    border: 2px solid #fff;
    margin-right: 10px;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 10px 20px rgba(57, 57, 57, 0.694);

}

.supportpart .wrap i {
    font-size: 35px;
}

.supportpart .wrap h5 {
    font-weight: 600;
    margin-bottom: 0px;
}

.supportpart .wrap:hover .icon-box {
    color: var(--body);
    background-color: #fff;
}

/* support part end  */


/* Compare Top University  start */
.popular-programs {

    background-color: var(--lightbody);
}

.popular-programs .wrap {
    /*height: 170px;
    width: 170px;*/
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 10px gray;
    border: 0px solid black;
    border-radius: 10px;
    border-left: 3px solid var(--body);
    position: relative;
    overflow: hidden;
    transition: all 300ms;
}

.top-university {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popular-programs .wrap h2 {
    font-size: 22px !important;
    font-weight: 700;
    width: 100%;
    margin: 0px;
    text-align: center;
    background-color: var(--body);
    color: #ffffff;
    padding: 5px 0px;
}

.popular-programs .wrap i {
    font-size: 50px;
    color: var(--body);
    margin-bottom: 10px;
}

.popular-programs .wrap .bg-effect {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: var(--lightbody);
    transition: all 300ms;
}

.popular-programs .wrap:hover .bg-effect {
    width: 100%;
}

.popular-programs .wrap:hover {
    margin-top: -5px;
}

.popular-programs .wrap .top-university {
    padding: 20px;
}

.popular-programs .wrap .top-university span {
    background-color: var(--body);
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;

}

/* Compare Top University  end */

/* our Universities  part start   */
.universities-slider .card {
    margin: 10px;
    padding: 10px;
    height: 100px;

}

.universities-slider .card img {
    transition: all 300ms;

}



/* our Universities  part end   */


/* what we do part start  */
.what-we-do {
    background-color: var(--lightbody);
}
.what-we-do .card{
 border-radius: 20%;
 overflow: hidden;
 position: relative;
 border: 2px solid var(--body);
}
.what-we-do .card .what-img{
    padding: 20px;
 margin-bottom: 60px;
 
}
.what-we-do .card .what-text{
    background-color: #005598c9;
    padding: 20px 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    border-radius: 20%;
    transform: translateY( 78% );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.what-we-do .card .what-text h2{
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    box-shadow: 5px 10px 20px rgb(57 57 57 / 100%);
    font-size: 30px;
    font-weight: 600;
   height: 50px;
   width: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 20px;
    
}
.what-we-do .card .what-text h3{
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.what-we-do .card .what-text p{
    margin-top: 5px;
    color: #fff;
    text-align: center;
}
.what-we-do .card:hover .what-text{
    transform: translateY( 0% );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* what we do part end  */



/*  How can Helps part start  */

.how-can-help .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--body);
    padding: 20px;
    color: #fff;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 0px 2px 5px 0.2px rgb(131, 131, 131);
    transition: all 300ms;
}

.how-can-help .wrap:hover {
    box-shadow: 0px 2px 15px 0.2px rgb(93, 93, 93);
  
}

.how-can-help .wrap .num {
    margin-right: 10px;
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--body);
    font-size: 20px;
    font-weight: 600;
}

.how-can-help .wrap h3 {
    font-weight: 600;
    font-size: 24px;
}

/*  How can Helps part end  */

/* Our Blog part start   */
.our-blog {
    background-color: var(--background);
}

.our-blog-content {
    padding: 40px;
}

.our-blog .card {
    background-color: #fff;
    margin: 10px 20px;
    overflow: hidden;
    border-radius: 5px;
    transition: all 300ms;
    box-shadow: 0px 2px 5px 0.2px rgb(131, 131, 131);
}

.our-blog .card:hover {
    margin-top: 0px;
    box-shadow: 0px 2px 15px 0.2px rgb(131, 131, 131);
}

.our-blog h3 {
    font-size: 20px;
    font-weight: 600;
}

/* Our Blog part start   */

/* news part start  */
.news-part .news-slider .news-card {
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 10px;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 0px 2px 5px 0.2px rgb(131, 131, 131);

}

.news-part .news-slider .news-card .img {
    border-radius: 50%;

}

.news-part .news-card .img {
    max-width: 300px;
}

@media only screen and (max-width : 576px) {
    .news-part .news-card .img {
        max-width: 200px;
    }

    .topbar-part {
        display: none;
    }

}


/* news part start  */

.free-consultation .t-white {
    color: #fff;
}

.free-consultation .free-consultation-form input {
    padding: 5px;
    outline: none !important;
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 3px solid black;
    width: 100%;

}

.free-consultation .free-consultation-form select {
    padding: 5px;
    outline: none !important;
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 3px solid black;
    width: 100%;
}

.free-consultation .contact-question {
    margin: 20px;
    padding: 10px;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0px 10px 0px;

}

.free-consultation .contact-question i {
    margin-right: 20px;
    font-size: 38px;
    color: var(--body);
}

.free-consultation .contact-question p {
    font-size: 20px;
    margin: 0px;
}

.con-send {
    border: none;
    width: 100%;
}

.free-consultation {
    background-image:
        linear-gradient(#000c15b5,
        #000c15b5),
        url(/assets/img/contact-background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

/* news part end  */



/* footer part start  */
.footer {
    background-color: var(--background);
}

.footer .footer-title {
    font-size: 24px;
    font-weight: 600;
}

.footer ul {
    list-style: none;
    padding: 0px;
}

.footer ul li::before {
    content: '';
    top: 0px;
    left: 0px;
    padding: 1.5px;
    background-color: var(--body);
}

.footer ul li a {
    margin-left: 5px;
    /* margin-bottom: 2px; */
}

.footer ul li {
    /* margin-left: 5px; */
    margin-bottom: 5px;
}

.footer .cont-us i {
    color: var(--body);
    font-size: 21px;
}

.footer .cont-us .icon i {
    margin-right: 10px;
}

.footer .visit-us i {
    color: var(--body);
    font-size: 21px;
}

.buttom-footer {
    background-color: var(--body);
}

.buttom-footer .content {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

.buttom-footer .content a {
    color: #fff !important;
    font-style: oblique;
    margin-left: 10px;
}

/* footer part end  */



/*about page start*/
.Provide {
    background-color: var(--background);
}

.Vision {
    background-color: var(--background);
}

/*about page end*/

/*contact page start */
.contact .wrap {
    box-shadow: 0px 0px 15px var(--background);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px;
    border-bottom: 5px solid transparent;
    transition: all 300ms;
}

.contact .wrap h4 {
    font-weight: 600;
}

.contact .wrap1:hover {
    border-bottom: 5px solid #0d6efd;
}

.contact .wrap2:hover {
    border-bottom: 5px solid #198754;
}

.contact .wrap3:hover {
    border-bottom: 5px solid #ffc107;
}

.contact .wrap .icon i {
    font-size: 65px;
}

/*contact page end */


.about-pg .content {
    box-shadow: 0px 0px 15px #8080804f;
    padding: 50px 25px;

}

.about-pg .content h4 {
    background-color: var(--body);
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.about-pg .content p {
    margin-left: 20px;
    margin-right: 20px;
}

.about-pg .content ul li {
    text-align: justify;
    margin-bottom: 5px;
}

.about-pg .content ol li {
    text-align: justify;
    margin-bottom: 5px;
}

.about-pg .content .weight {
    font-weight: 800 !important;

}



/*  .skill{
    background-color: red !important;
  }*/

.footerline {
    position: relative;
}

.footerline .col-md-12 {
    margin-top: -40px;
    margin-bottom: 40px;
}

.footerline h5 {
    font-weight: 600;
    position: relative;
}

.footerline .col-md-12>div {
    display: flex;
    align-items: center;
}

.footerline .col-md-12>div span {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.footerline i {
    background-color: red;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}
.coni{
    position: relative;
}
.footerline .icon{
    position: absolute;
    top: 0px;
    right: -50px;
    margin-left: 10px;
    background-color: red;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    animation-name: bgcolor;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes bgcolor {
    0% {
        background-color: rgba(255, 0, 0, 0.167);
        width: 30px;
        height: 30px;
        top: 0px;
    }
    100% {
        background-color: rgba(255, 0, 0, 0.563);
        width: 60px;
        height: 60px;
        top: 10px;
      right: -65px;
    }
}


