html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    background: #fff;
    font-family: 'DM Sans', sans-serif;
}
main {
    position: relative;
    overflow: inherit;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.owl-carousel .owl-item img {
    display: initial;
    width: auto;
}

/* Common style :start */
.txt-color-1 {
    color: #41b67c !important;
}
.txt-color-2 {
    color: #4c489b !important;
}

.btn-style-1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #4dbb7b;
    background-color: transparent;
    border: 2px solid #4dbb7b;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 5px 10px 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #4dbb7b;
}

.btn-style-1.btninverse {
    color: #ffffff;
    background-color: #4dbb7b;
}
.btn-style-1.btninverse:hover {
    color: #4dbb7b;
    background-color: transparent;
}

.btn-style-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 5px 10px 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-style-2:hover {
    color: #000000;
    background-color: #e1e1e1;
}

.btn-style-2.btninverse {
    color: #000000;
    background-color: #e1e1e1;
}
.btn-style-2.btninverse:hover {
    color: #000000;
    background-color: #ffffff;
}

.btn-style-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #4d489e;
    background-color: #ffffff;
    border: 2px solid #4d489e;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 5px 10px 5px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-style-3:hover {
    color: #ffffff;
    background-color: #4d489e;
}

.btn-style-3.btninverse {
    color: #ffffff;
    background-color: #4d489e;
}
.btn-style-3.btninverse:hover {
    color: #4d489e;
    background-color: transparent;
}

.inner-page {
    padding: 70px 0px;
}
.cont-wrap p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 15px;
}
.cont-wrap p:last-child {
    margin-bottom: 0 !important;
}
/* Common style :end */



/* About section :Start */
.about-section {
    margin-top: 50px;
}

.abtcount-block {
    display: flex;
    justify-content: center;
    padding: 0px 30px;
}
.abtcount-block .abtcountb-img {
    margin-right: 15px;

    flex-shrink: 0;
}
.abtcount-block .abtcountb-txt {
    width: 145px;

    flex-shrink: 0;
}
.abtcount-block .abtcountb-txt h3 {
    font-size: 72px;
    font-weight: 700;
    line-height: 55px;
    color: #000;
    position: relative;
}
.abtcount-block .abtcountb-txt h3::after {
    content: '+';
    position: absolute;
    top: 0;
    font-size: 20px;
    line-height: 22px;
}
.abtcount-block .abtcountb-txt h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
    color: #6f7070;
}

.abt-details {
    text-align: center;
    margin-top: 75px;
}
.abt-details p {
    font-size: 18px;
    color: #000000;
}

.abtcount-wrap > div[class^="col-"] {
    border-right: 1px dashed #d8dbde;
    margin: 15px 0px
}
.abtcount-wrap > div[class^="col-"]:last-child {
    border-right: 0;
}

/* About section :End */


/* Top Colleges section :Start */
.topcolleges-section {
    margin: 100px 0px;
}
.topcolleges-section .tcollege-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.topcolleges-section .tcollege-left .tcoll-txt h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 5px;
}
.topcolleges-section .tcollege-left .tcoll-txt p {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 10px;
}
.topcolleges-section .tcollege-left .tcoll-txt a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
}
.topcolleges-section .tcollege-left .tcoll-txt a img {
    margin-left: 5px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.topcolleges-section .tcollege-left .tcoll-txt a:hover {
    color: #4dbb7b;
}
.topcolleges-section .tcollege-left .tcoll-txt a:hover img {
    filter: invert(1) sepia(1) saturate(15) hue-rotate(40.0deg) brightness(0.75);
}

.topcolleges-section .tcollege-left .tcollegel-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tcoll-nav .owl-nav {
    display: flex;
    flex-direction: column;
}
.tcoll-nav .owl-nav a:first-child {
    margin-bottom: 10px;
}
.tcoll-nav .owl-nav a span {
    width: 73px;
    height: 73px;
    border: 1px solid #000;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.tcoll-nav .owl-nav a:hover span {
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}
.tcoll-nav .owl-nav a:hover span img {
    filter: brightness(0) invert(1);
}
/* .topcollegeright .topcollegeright-inner {
    background-image: url('../images/Top-Colleges.png');
    background-repeat: no-repeat;
    background-position: center;
} */
.topcollegeright .topcollegeright-inner .owl-topcollege {
    filter: drop-shadow(0px 0px 20px rgba(0, 136, 213, 0.5));
}
.topcolleges-block {
    border-radius: 30px;
    overflow: hidden;
    background: rgb(0,0,0);
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.topcolleges-block img.topcolleges-image {
    width: 100%;
    height: 100%;
    min-height: 455px;
    max-height: 455px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.topcolleges-block:hover img.topcolleges-image {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.topcolleges-block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
    z-index: 2;
}
.topcolleges-block .topcolleges-txt {
    position: absolute;
    bottom: 0;
    padding: 0px 20px 20px 20px;
    width: 100%;
    z-index: 3;
}
.topcolleges-block .topcolleges-txt h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #fff;
}
.topcolleges-block .topcolleges-txt p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: #fff;
}
/* Top Colleges section :End */



/* Course Stream section :Start */
.coursestream-section {
    background-color: #f4f7f6;
    padding: 60px 0px;
}
.costream-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.costream-head .title {
    margin-bottom: 10px;
}
.costream-head .title h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 0px;
}
.costream-head .viewall {
    margin-bottom: 10px;
}
.costream-head .viewall a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding: 10px 22px;
    border: 1px solid #e1e3e3;
    border-radius: 50px;
}
.costream-head .viewall a:hover {
    color: #fff;
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}

#owl-coursestream {
    filter: drop-shadow(0px 5px 20px rgba(143, 143, 143, 0.2));
}
.costream-block {
    margin-bottom: 24px;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.costream-block .coustr-image {
    height: 230px;
    overflow: hidden;
}
.costream-block .coustr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.costream-block:hover .coustr-image img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.costream-block .coustr-details {
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.costream-block .coustr-details .csdet-left {
    padding-right: 15px;
}
.costream-block .coustr-details .csdet-left h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #544fa2;
    margin-bottom: 5px;
}
.costream-block .coustr-details .csdet-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    margin-bottom: 0;
}
.costream-block .coustr-details .csdet-right {
    flex-shrink: 0;
}
.costream-block .coustr-details .csdet-right a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    border: 1px dashed #b6b6b6;
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
}
.costream-block .coustr-details .csdet-right a:hover {
    color: #fff;
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}


#owl-coursestream .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#owl-coursestream .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
#owl-coursestream .owl-dots button span {
    width: 10px;
    height: 10px;
    margin: 5px 2.5px;
    background-color: #d4d5e5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .5s ease;
    border-radius: 30px;
}
#owl-coursestream .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background-color: #544fa2;
}
/* Course Stream section :End */



/* Top Collection College section :Start */
.topcollection-section {
    padding: 60px 0px 0px 0px;
}
.topcollection-section .topcolsec-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topcollection-section .topcolsec-head .tcsec-title h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.topcollection-section .topcolsec-head .tcsec-nav .owl-nav a {
    display: inline-block;
}
.topcollection-section .topcolsec-head .tcsec-nav .owl-nav a span {
    width: 42px;
    height: 42px;
    border: 1px solid #7b7b7b;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.topcollection-section .topcolsec-head .tcsec-nav .owl-nav a span img {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.topcollection-section .topcolsec-head .tcsec-nav .owl-nav a:hover span {
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}
.topcollection-section .topcolsec-head .tcsec-nav .owl-nav a:hover span img {
    filter: brightness(0) invert(1);
}



.topcollegesec-wrap {
    margin: 30px 0px;
}
.topcolsec-block {
    border-radius: 30px;
    overflow: hidden;
    background: rgb(0,0,0);
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.topcolsec-block img.topcol-image {
    width: 100%;
    height: 100%;
    min-height: 343px;
    max-height: 343px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.topcolsec-block:hover img.topcol-image {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.topcolsec-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(35deg, rgba(0,0,0,0) 60%, rgba(181,163,246,1) 100%);
    z-index: 1;
}
.topcolsec-block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
}
.topcolsec-block .topcol-txt {
    position: absolute;
    bottom: 0;
    padding: 0px 30px 20px 30px;
    width: 100%;
    z-index: 3;
}
.topcolsec-block .topcol-txt h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #fff;
}
.topcolsec-block .topcol-txt p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: #fff;
}
.topcolsec-viewall a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    padding: 10px 25px;
}
.topcolsec-viewall {
    text-align: center;
    margin: 0px 0px 40px 0px;
}
.topcolsec-viewall a:hover {
    color: #fff;
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}

.topcolsec-line {
    margin: 0;
    border-bottom: 2px dashed #e2e2e2;
}
/* Top Collection College section :End */


/* University Partners section :Start */
.unipartners-section {
    background-color: #f4f7f6;
    padding: 50px 0px;
    margin-top: 40px;
}
.unipartners-section .unipart-head {
    margin-bottom: 30px;
}
.unipartners-section .unipart-head h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    text-align: center;
}

.unipartners-slide .unipart-block {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-right: 1px dashed #dce8f0;
    border-bottom: 1px dashed #dce8f0;
}
.unipartners-slide .unipart-block img.unipartlogo {
    max-width: 100%;
    max-height: 100%;
}
.unipartners-slide .item  .unipart-block:last-child {
    border-bottom: 0;
}
.unipartners-slide .owl-stage-outer {
    margin-right: 1px;
}


.unipartners-slide  .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.unipartners-slide  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.unipartners-slide  .owl-dots button span {
    width: 10px;
    height: 10px;
    margin: 5px 2.5px;
    background-color: #d4d5e5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .5s ease;
    border-radius: 30px;
}
.unipartners-slide .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background-color: #544fa2;
}
/* University Partners section :End */


/* Talk to an Expert section :Start */
.talkexpert-section {
    margin: 100px 0px;
}
.talkexpert-section .talkexp-block {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.talkexpert-section .talkexp-block::after {
    content: '';
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.talkexpert-section .talkexp-block .talkexp-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.talkexpert-section .talkexp-block .talkexp-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-left: 100px;
    z-index: 1;
}
.talkexpert-section .talkexp-block .talkexp-txt h3 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 64px;
    color: #fff;
    margin-bottom: 30px;
}
.talkexpert-section .talkexp-block .talkexp-txt a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    letter-spacing: -0.4px;
    display: inline-flex;
    align-items: center;
    padding: 13px 34px;
    background-color: #544fa2;
    border-radius: 50px;
}
.talkexpert-section .talkexp-block .talkexp-txt a img {
    margin-left: 5px;
}
.talkexpert-section .talkexp-block .talkexp-txt a:hover {
    background-color: #4dbb7b;
}
/* Talk to an Expert section :End */




/* Footer section :Start */
footer {
    background-color: #000000;
    padding: 0px 15px;
}


.fshort-links {
    padding: 70px 0px 50px 0px;
}
.fshort-links .fshortlinks-wrap {
    display: flex;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col {
    padding-right: 50px;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col.big {
    flex: 1.5;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col.small {
    flex: 1;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col:last-child {
    margin-right: 0;
}
.fshort-links .fslinks-block > h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.fshort-links .fslinks-block ul.fslinksb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fshort-links .fslinks-block ul.fslinksb-list li {
    width: 100%;
}
.fshort-links .fslinks-block ul.fslinksb-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    /* line-height: 30px; */
    padding: 5px 0px;
    display: inline-block;
}
.fshort-links .fslinks-block ul.fslinksb-list li a:hover {
    color: #4dbb7b;
}
.fshort-links .fslinks-block ul.fslinksb-list.col-two li {
    width: calc(50% - 5px);
    display: inline-block;
}



footer .fcontact .fcontact-wrap {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(111, 112, 112, 0.5);
    border-bottom: 1px solid rgb(111, 112, 112, 0.5);
}
footer .fcontact .fcontact-wrap .fcont-block {
    flex: 1;
    padding: 25px 15px;
    border-right: 1px solid rgb(111, 112, 112, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}
footer .fcontact .fcontact-wrap .fcont-block:last-child {
    border-right: 0;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall {
    text-align: center;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
    color: #ffffff;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall a {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    color: #ffffff;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall a:hover {
    color: #4dbb7b;
}


footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li {
    margin-right: 5px;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li:last-child {
    margin-right: 0;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li span {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e2e2e;
    border-radius: 100%;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li span i {
    color: #fff;
    transition: .7s;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.fb span {
    background-color: #3b5999;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.tt span {
    background-color: #55acee;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.li span {
    background-color: #0e76a8;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.in span {
    background-color: #ea4c89;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li:hover span i {
    transform: rotateY(360deg);
}



footer .fcopyright .ulfcpy {
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .fcopyright .ulfcpy li {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #555252;
}
footer .fcopyright .ulfcpy li a {
    color: #555252;
}
footer .fcopyright .ulfcpy li a:hover {
    color: #4dbb7b;
}
footer .fcopyright .ulfcpy li::after {
    content: '|';
    font-size: inherit;
    color: #555252;
    margin: 0px 15px;
    /* display: inline-block; */
}
footer .fcopyright .ulfcpy li:last-child::after {
    display: none;
}
/* Footer section :End */

/* Sticky buttons :Start */
.sticky-buttons {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sticky-buttons > ul {
    padding: 0;
    margin: 0;
}
.sticky-buttons > ul > li {
    margin: 5px 0px 5px 0px;
    overflow: hidden;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
}
.sticky-buttons > ul > li > a img {
    -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
}
.sticky-buttons > ul > li > a:hover {
    transform: rotate(360deg);
}
/* Sticky buttons :End */


/* Back to top button :Start */
.backtotop-sticky {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
}
.backtotop-sticky.show {
    opacity: 1;
    visibility: visible;
}
.backtotop-sticky .btticon i {
    font-size: 18px;
    color: #4dbb7b;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.backtotop-sticky h4 {
    font-size: 14px;
    font-weight: 800;
    color: #4dbb7b;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}


.backtotop-sticky:hover h4 {
    color: #4e459a;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.backtotop-sticky:hover .btticon i {
    color: #4e459a;
}
/* Back to top button :End */


/* List page: start */
.list-page-wrap .right-list {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* height: 50px; */
    background: #fff;
    margin-left: 30px;
    padding: 30px 15px;
    border-radius: 30px;
}
/* List page: end */


.searchtags-wrap .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    /* margin-bottom: 5px; */
}
.searchtags-wrap ul.searchtags-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.searchtags-wrap ul.searchtags-items li {
    margin: 5px 5px 5px 0px;
}
.searchtags-wrap ul.searchtags-items li div {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #5d6a7e;
    padding: 5px 5px;
    border: 2px solid #e1e6eb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.searchtags-wrap ul.searchtags-items li div a.close {
    font-size: 14px;
    color: #5d6a7e;
    margin-left: 5px;
}
.searchtags-wrap ul.searchtags-items li div a.close:hover {
    color: #FF0000;
}


.listing-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.listing-head .left {
    display: flex;
    align-items: center;
}
.listing-head .left .title {
    font-size: 24px;
    font-weight: 700;
    /* line-height: 16px; */
    margin-bottom: 0;
}
.listing-head .left .found {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    margin: 0px 0px 0px 0;
    white-space: nowrap;
    /* padding-left: 30px; */
}
.listing-head .right {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.listing-head .right .mobfilter {
    display: none;
}
.listing-head .right .mobfilter::after {
    content: '|';
    margin-right: 10px;
}
.listing-head .right .mobfilter a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
    padding: 8px 14px;
    background-color: #544fa2;
}
.listing-head .right .sortby {
    display: flex;
    align-items: center;
}
.listing-head .right .sortby label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 10px;
    white-space: nowrap;
}
.listing-head .right .sortby .sortby-select {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 35px;
    color: #000;
    width: 150px;
    height: 35px;
    padding-left: 15px;
    padding-right: 30px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
}
.listing-head .right .sortby .sortby-select.nice-select:after {
    width: 9px;
    height: 9px;
    border-color: #000;
    margin-top: -6px;
}
.listing-head .right .sortby .sortby-select .list {
    width: 100%;
}



.listitem-block {
    display: flex;
    width: 100%;
    padding: 30px 0px;
    border-bottom: 2px dotted #e4e7ee;
}
.listitem-block:last-child {
    border-bottom: 0;
}
.listitem-block .listitem-image {
    margin-right: 35px;
}
.listitem-block .listitem-image .imagebox {
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
}
.listitem-block .listitem-image .imagebox img {
    width: 268px;
    height: 268px;
    object-fit: cover;
    object-position: center;
}
.listitem-block .listitem-details {
    flex: auto;
}
.listitem-block .listitem-details .lidet-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.listitem-block .listitem-details .lidet-head .hleft {
    display: flex;
    align-items: flex-start;
}
.listitem-block .listitem-details .lidet-head .hleft .hllogo {
    margin-right: 10px;
    flex-shrink: 0;
}
.listitem-block .listitem-details .lidet-head .hleft .hllogo img {
    max-height: 55px;
}
.listitem-block .listitem-details .lidet-head .hleft .hltxt {
    /* flex-shrink: 0; */
}
.listitem-block .listitem-details .lidet-head .hleft .hltxt h4 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 22px;
    color: #000;
    margin-bottom: 5px;
}
.listitem-block .listitem-details .lidet-head .hleft .hltxt p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 16px;
    color: #5f5a50;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.listitem-block .listitem-details .lidet-head .hleft .hltxt p img {
    margin-right: 5px;
}
.listitem-block .listitem-details .lidet-head .hright {
    flex-shrink: 0;
    margin-left: 20px
}
.listitem-block .listitem-details .lidet-head .hright .hrfav button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-style: none;
    background: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    padding: 0;
}
.listitem-block .listitem-details .lidet-head .hright .hrfav button i {
    font-size: 19px;
}
.listitem-block .listitem-details .lidet-head .hright .hrfav button i.active {
    color: #4dbb7b;
}
.listitem-block .listitem-details .lidet-head .hright .hrfav button:hover i {
    color: #4dbb7b;
}
.listitem-block .listitem-details .lidet-features {
    margin-top: 15px;
}
.listitem-block .listitem-details .lidet-features .fealist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.listitem-block .listitem-details .lidet-features .fealist li {
    width: calc(33.3333% - 5px);
    margin: 10px 0px;
}
.listitem-block .listitem-details .lidet-features .fealist li h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.listitem-block .listitem-details .lidet-features .fealist li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.listitem-block .listitem-details .lidet-buttons {
    margin-top: 30px;
}
.listitem-block .listitem-details .lidet-buttons a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #4dbb7b;
    border: 2px solid #4dbb7b;
    border-radius: 50px;
    padding: 5px 5px;
    margin-right: 10px;
    min-width: 150px;
    min-height: 35px;
}
.listitem-block .listitem-details .lidet-buttons a:last-child {
    margin-right: 0;
}
.listitem-block .listitem-details .lidet-buttons a.btn-book {
    color: #fff;
    background-color: #4dbb7b;
}
.listitem-block .listitem-details .lidet-buttons a:hover {
    color: #fff;
    background-color: #544fa2;
    border-color: #544fa2;
}

.listitem-pagination {
    margin-top: 40px;
}
.listitem-pagination .pagination {
    margin-bottom: 0;
}
.listitem-pagination .page-item {
    margin: 0px 7px;
}
.listitem-pagination .page-link {
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 100% !important;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.listitem-pagination .page-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.listitem-pagination .page-link:hover img {
    filter: brightness(0) invert(1);
}
.page-item.active .page-link {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.page-item.active .page-link img {
    filter: brightness(0) invert(1);
}



/* Course List Page :start */

.courselist-wrap {
    margin-top: 15px;
}
.courselist-block {
    padding: 30px 30px;
    margin: 12px 0px;
    background-color: #eff3f2;
    border-radius: 30px;
}
.courselist-block .clist-title h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 15px;
}
.courselist-block .clist-details {
    padding: 15px 0px;
    border-top: 1px solid rgba(198,196,196,0.3);
}
.courselist-block .clist-details .clist-det {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.courselist-block .clist-details .clist-det li {
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    margin: 15px 0px;
    border-right: 1px solid rgba(198,196,196,0.3);
}
.courselist-block .clist-details .clist-det li:first-child {
    justify-content: flex-start;
    padding-left: 0;
}
.courselist-block .clist-details .clist-det li:last-child {
    justify-content: flex-end;
    border-right: 0;
}
.courselist-block .clist-details .clist-det li h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.courselist-block .clist-details .clist-det li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -1px;
    margin-bottom: 0;
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.courselist-block .clist-buttons {
    display: flex;
    flex-wrap: wrap;
}
.courselist-block .clist-buttons a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #4dbb7b;
    border: 2px solid #4dbb7b;
    border-radius: 50px;
    padding: 5px 5px;
    margin: 5px 10px 5px 0px;
    min-width: 110px;
    min-height: 35px;
}
.courselist-block .clist-buttons a:last-child {
    margin-right: 0;
}
.courselist-block .clist-buttons a.btn-view {
    color: #fff;
    background-color: #4dbb7b;
    min-width: 135px;
}
.courselist-block .clist-buttons a:hover {
    color: #fff;
    background-color: #544fa2;
    border-color: #544fa2;
}
/* Course List Page :end */

/* Contact Page :start */
.contact-page {
    padding: 230px 0px 110px 0px;
    background: rgb(244,247,246);
    background: -moz-linear-gradient(0deg, rgba(244,247,246,1) 0%, rgba(228,243,253,1) 95%, rgba(228,243,253,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(244,247,246,1) 0%, rgba(228,243,253,1) 95%, rgba(228,243,253,1) 100%);
    background: linear-gradient(0deg, rgba(244,247,246,1) 0%, rgba(228,243,253,1) 95%, rgba(228,243,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f7f6",endColorstr="#e4f3fd",GradientType=1);
    position: relative;
}
.contact-page::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../images/college-students-vector.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
}
.contactpg-inner {
    position: relative;
    background-color: #fff;
    padding: 60px 100px;
    border-radius: 40px;
    overflow: hidden;
}

.contpgin-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contpgin-right .title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.contact-form .form-floating > .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px 25px;
    height: auto;
    border-radius: 30px;
    border: 2px solid #eeeeee;
}
.contact-form .form-floating > .form-control:focus {
    box-shadow: 0 0 0 1px rgb(84 79 162);
}
.contact-form .form-floating > label {
    font-size: 14px;
    line-height: 18px;
    color: #646060;
    padding: 16px 25px;
}
.contact-form  .form-floating>.form-control:focus~label, 
.contact-form  .form-floating>.form-control:not(:placeholder-shown)~label, 
.contact-form  .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.7) translateY(-0.6rem) translateX(10px);
}
.btn-contact {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #544fa2;
    border-color: #544fa2;
    border-radius: 30px;
    width: 100%;
    padding: 12px 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-contact:hover {
    color: #fff;
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}
/* Contact Page :end */

/* About Page :start */
.about-innerbanner {
    position: relative;
}
.about-innerbanner .breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.aboutus-page .aboutuspg-inner {
    padding: 80px 0px;
}
.aboutus-page p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
}
.aboutus-page p:last-child {
    margin-bottom: 0px;
}
.pagesection-head h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #41b67c;
    margin-bottom: 30px;
}

.sub-hd-0 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 15px;
}
.sub-hd-1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 15px;
}
.sub-hd-2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 15px;
}
.sub-hd-3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 15px;
}
.sub-hd-4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 15px;
}

.two-col-img {
    margin-bottom: 60px;
}
.two-col-img .tcol-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.two-col-img .tcol-right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.btn-abt-1 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #4dbb7b;
    border-color: #4dbb7b;
    border-radius: 30px;
    padding: 5px 10px;
}
.btn-abt-1:hover {
    color: #fff;
    background-color: #544fa2;
    border-color: #544fa2;
}

.aboutpg-bottomlink {
    padding: 40px 0px;
    background-color: #625ea9;
}
.bottomlink-wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bottomlink-wrap ul li {
    margin: 5px 10px 5px 0px;
    display: flex;
}
.bottomlink-wrap ul li a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #4c489b;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 30px;
    overflow: hidden;
}
.bottomlink-wrap ul li a:hover {
    color: #fff;
    background-color: #4dbb7b;
}
.bottomlink-wrap ul li a.active {
    color: #4c489b;
    background-color: #ffffff;
}
/* About Page :end */

/* Login Modal :start */
.logregModal .title h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #544fa2;
    text-align: center;
    margin-bottom: 20px;
}

.logregModal .form-floating > .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px 25px;
    height: auto;
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    background-color: #e5e5e5;
}
.logregModal .form-floating > .form-control:focus {
    box-shadow: 0 0 0 1px rgb(84 79 162);
}
.logregModal .form-floating > label {
    font-size: 14px;
    line-height: 18px;
    color: #646060;
    padding: 16px 25px;
}
.logregModal .form-floating>.form-control:focus~label, 
.logregModal .form-floating>.form-control:not(:placeholder-shown)~label, 
.logregModal .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.7) translateY(-0.6rem) translateX(10px);
}

.logregModal .forgotpassword {
    text-align: right;
    margin-top: 10px;
}
.logregModal .forgotpassword a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #282828;
    display: inline-block;
}
.logregModal .forgotpassword a:hover {
    color: #4dbb7b;
}
.btn-login {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #544fa2;
    border-color: #544fa2;
    border-radius: 30px;
    width: 100%;
    padding: 10px 10px;
    margin-top: 20px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.btn-login:hover {
    color: #fff;
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}

.logregModal .modal-body {
    padding: 70px 40px;
    position: relative;
}
.logregModal button.btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
}
.logregModal button.btn-close img {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.loginMlogregModalodal button.btn-close:hover img {
    filter: saturate(1) brightness(0);
}
.logregModal .modal-content {
    border-radius: 50px;
}
.logregModal .needaccount p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #282828;
    margin: 25px 0px 0px 0px;
    text-align: center;
}
.logregModal .needaccount a {
    color: #544fa2;
    text-decoration: underline;
    display: inline-block;
}
.logregModal .needaccount a:hover {
    color: #4dbb7b;
}
.logregModal.show ~ .modal-backdrop.show {
    opacity: .7;
}
.logregModal .loginwith button {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: transparent;
    border-color: #c6cacd;
    border-radius: 30px;
    width: 100%;
    padding: 10px 10px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logregModal .loginwith button svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.logregModal .loginwith button:hover {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.logregModal .logreg-or {
    position: relative;
    text-align: center;
    margin: 10px 0px;
    z-index: 1;
}
.logregModal .logreg-or::before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.logregModal .logreg-or span {
    font-size: 12px;
    text-align: center;
    color: #757575;
    background: #fff;
    padding: 0 15px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
/* Login Modal :end */

.sec-padding {
    padding-left: 30px;
    padding-right: 30px;
}

/* college detail page :start */
.collegedetail-page {
    padding-bottom: 90px;
}

.collegedetail-page .clgdetail-head {}
.collegedetail-page .clgdetail-head .cdinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.collegedetail-page .clgdetail-head .cdinner .cdi-left {}
.collegedetail-page .clgdetail-head .cdinner .cdi-left .colname {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.collegedetail-page .clgdetail-head .cdinner .cdi-left .colname img {
    margin-bottom: 5px;
}
.collegedetail-page .clgdetail-head .cdinner .cdi-left .collocation {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.collegedetail-page .clgdetail-head .cdinner .cdi-left .collocation i {
    color: #4dbb7b;
}
.collegedetail-page .clgdetail-head .cdinner .cdi-right {
    flex-shrink: 0;
}



.collegedetail-page .cdgal-wrap {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.collegedetail-page .cdgal-wrap .galleryrow {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
}
.collegedetail-page .cdgal-wrap .galleryrow > div {
    flex: 1;
}
.collegedetail-page .cdgal-wrap .galleryrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.collegedetail-page .cdgal-wrap .galleryrow.s2 {
    flex-wrap: wrap;
}
.collegedetail-page .cdgal-wrap .galleryrow.s2 > div {
    flex: 1;
    height: 50%;
}
.collegedetail-page .cdgal-wrap .galleryrow.s2 > div:last-child {
    flex-basis: 100%;
    width: 100%;
}

.collegedetail-page .cdgal-wrap .cdgal-fav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: rgba(84, 79, 162, 0.8);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.collegedetail-page .cdgal-wrap .cdgal-fav:hover {
    background-color: rgba(84, 79, 162, 1);
}

.collegedetail-page .cdgal-wrap .cdgal-showall {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border-radius: 20px;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.collegedetail-page .cdgal-wrap .cdgal-showall img {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.collegedetail-page .cdgal-wrap .cdgal-showall:hover {
    color: #ffffff;
    background-color: #544fa2;
}
.collegedetail-page .cdgal-wrap .cdgal-showall:hover img {
    filter:  brightness(0) invert(1);
}

.collegedetail-page .cdgal-socialmedia {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.collegedetail-page .cdgal-socialmedia li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 100%;
}
.collegedetail-page .cdgal-socialmedia li a.fb {
    background-color: #3b5999;
}
.collegedetail-page .cdgal-socialmedia li a.tw {
    background-color: #55acee;
}
.collegedetail-page .cdgal-socialmedia li a.li {
    background-color: #0e76a8;
}
.collegedetail-page .cdgal-socialmedia li a.in {
    background-color: #ea4c89;
}
.collegedetail-page .cdgal-socialmedia li a:hover {
    background-color: #000000;
}






.clgdetail-specs .cdspecs-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* align-items: flex-start; */
    /* align-items: stretch; */
    gap: 10px;
}
.clgdetail-specs .cdspecs-wrap ul li {
    /* flex: 1; */
    flex-shrink: 0;
    /* flex-basis: 200px; */
    width: calc((100% / 6) - 8px);
    /* height: 100%; */
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock {
    width: 100%;
    height: calc(100% - 40px);
    background-color: #ffffff;
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 40px 5px 15px 5px;
    margin-top: 40px;
    position: relative;
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbimg {
    width: 55px;
    height: 55px;
    background-color: #fefefe;
    border: 5px solid #eeeeee;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbimg img {
    max-width: 100%;
    height: auto;
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbtxt {
    text-align: center;
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbtxt h3 {
    font-size: 16px;
    font-weight: 500;
    color: #6d6d6d;
    margin-bottom: 5px;
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbtxt p {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    cursor: pointer;    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbtxt p.full {
    -webkit-line-clamp: initial;
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbtxt p:hover {
    color: #4d489e;
}

.clgdetail-tabs-wrap {
    height: 38px;
    margin-top: 30px;
}
.clgdetail-tabs-wrap.no-height {
    height: 0;
}
.clgdetail-tabs {
    width: 100%;
    overflow: hidden;
}
.clgdetail-tabs.fix-it {
    position: fixed;
    width: 100%;
    top: 76px;
    margin-top: 0;
    z-index: 9999 !important;
}
.clgdetail-tabs.fix-it .sec-padding {
    padding-left: 0;
    padding-right: 0;
}
.clgdetail-tabs.fix-it .cdt-tabs li a {
    border-radius: 0;
}
.clgdetail-tabs.fix-it .cdt-tabs {
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.clgdetail-tabs.fix-it .wew {
    border-radius: 0;
    width: 100%;
    /* overflow: hidden; */
}



.clgdetail-tabs .cdt-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
    gap: 5px;
    display: flex;
    flex-direction: row;
}
.clgdetail-tabs .cdt-tabs li a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.clgdetail-tabs .cdt-tabs li.active a,
.clgdetail-tabs .cdt-tabs li:hover a {
    color: #4dbb7b;
    /* background-color: #4d489e; */
}
.cdcontent-wrap {
    margin-top: 30px;
}
.clgdetail-content {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 5px 40px 0px rgba(107, 131, 153, 0.03);
    /* overflow: hidden; */
    padding: 40px 30px;
}
.clgdetail-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 10px;
}
.clgdetail-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #4d489e;
    margin-top: 20px;
    margin-bottom: 10px;
}
.clgdetail-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
}
.cdcontent-wrap .collegecontent-wrap h3 {
    /* scroll-margin-top: 100px; */
}

/* tableocont :start */
.tableocont {
    background-color: #fefefe;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 30px;
    /* column-count: 2; */
    gap: 40px;
    margin-bottom: 30px;
    /* width: 500px; */
}
.tableocont ol {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    /* counter-reset: item; */
}
.tableocont ol > li:first-of-type {
    counter-reset: item;
}
.tableocont ol li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
}
.tableocont ol li:last-child {
    margin-bottom: 0;
}
.tableocont li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    color: #4d489e;
    position: absolute;
    top: 0;
    left: -20px;
}
.tableocont ol li ol {
    margin-top: 10px;
}
.tableocont ol li ol li::before {
    left: -30px;
}
.tableocont ol li a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    color: #8b8b8b;
}
.tableocont ol li a:hover {
    color: #4d489e;
}
/* tableocont :end */

/* ul-style-1 :start */
.ul-style-1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    list-style: none;
}
.ul-style-1 > li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 0px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.ul-style-1 > li:last-child {
    margin-bottom: 0;
}
.ul-style-1 > li::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4dbb7b;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* ul-style-1 :end */

/* ol-style-1 :start */
.ol-style-1 {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    counter-reset: my-awesome-counter;
}
.ol-style-1 li {
    counter-increment: my-awesome-counter;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding-left: 36px;
    margin-bottom: 24px;
    position: relative;
}
.ol-style-1 li:last-child {
    margin-bottom: 0;
}
.ol-style-1 li::before {
    content: counter(my-awesome-counter);
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 2rem;
    color: #000000;
    background: #e9e9e9;
    text-align: center;
    margin-right: 10px;
}
.ol-style-1.no-sub ol {
    margin-top: 10px;
}
.ol-style-1.no-sub ol li {
    padding-left: 0;
}
.ol-style-1.no-sub ol li::before {
    display: none;
}
/* ol-style-1 :end */


.interestedcollege {
    background-color: #ffffff;
    border-radius: 45px;
    box-shadow: 0px 5px 40px 0px rgba(107, 131, 153, 0.03);
    overflow: hidden;
    padding: 40px 20px;
    text-align: center;
}
.interestedcollege h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    color:#000000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.interestedcollege .btn {
    width: 100%;
    max-width: 240px;
}

.studalsovisited {
    background-color: #ffffff;
    border-radius: 45px;
    box-shadow: 0px 5px 40px 0px rgba(107, 131, 153, 0.03);
    overflow: hidden;
    padding: 40px 20px;
}
.studalsovisited h3 {
    font-size: 25px;
    font-weight: 500;
    color:#000000;
    text-align: center;
    margin-bottom: 30px;
}
.studalsovisited .savisit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.studalsovisited .savisit-list li .savl-block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.studalsovisited .savisit-list li:last-child {
    margin-bottom: 0;
}
.studalsovisited .savisit-list li .savl-block > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    top: 1466px;
    width: 48px;
    height: 48px;
    border: 1px solid #ededed;
    border-radius: 100%;
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.studalsovisited .savisit-list li .savl-block > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.studalsovisited .savisit-list li .savl-block h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.studalsovisited .savisit-list li .savl-block p {
    font-size: 14px;
    font-weight: 500;
    color: #979696;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.studalsovisited .savisit-list li .savl-block:hover h4 {
    color: #4d489e;
}
.studalsovisited .savisit-list li .savl-block:hover > div:first-child {
    border-color: #4d489e;
}
.studalsovisited .savisit-list li .savl-block:hover > div:first-child img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


  
/* college detail page :end */

.sblock {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 5px 40px 0px rgba(107, 131, 153, 0.03);
    overflow: hidden;
    padding: 40px 30px;
}

.contentsec h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 24px;
}
.contentsec h4 {
    font-size: 18px;
    font-weight: 700;
    color: #4d489e;
    margin-top: 35px;
    margin-bottom: 10px;
}
.contentsec p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    margin: 0 0 5px 0;
}

.coursesdetail-page {
    padding-bottom: 90px;
}
.coursesdetail-page .coudetail-header .cdhinner {
    position: relative;
    padding-right: 70px;
}
.coursesdetail-page .coudetail-header .cdhinner h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin: 0px 0px 10px 0px;
}
.coursesdetail-page .coudetail-header .cdhinner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #535252;
}
.coursesdetail-page .coudetail-header .cdhinner .btn {
    padding: 8px 36px;
}
.coursesdetail-page .coudetail-header .cdhinner .favcourses {
    font-size: 23px;
    color: #d6d6d6;
    position: absolute;
    top: 30px;
    right: 30px;
}
.coursesdetail-page .coudetail-header .cdhinner .favcourses:hover, 
.coursesdetail-page .coudetail-header .cdhinner .favcourses.active {
    color: #554d9e;
}

.coursesdetail-page .coudetail-description {
    margin-top: 30px;
}
.coursesdetail-page .coudetail-description .cddesc-specs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0px 0px 24px 0px;
}
.coursesdetail-page .coudetail-description .cddesc-specs li {
    flex-basis: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid #f5f1f1;
    border-radius: 10px;
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    padding: 20px 20px;
    overflow: hidden;
}
.coursesdetail-page .coudetail-description .cddesc-specs li h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #6d6d6d;
    margin: 0px 0px 10px 0px;
}
.coursesdetail-page .coudetail-description .cddesc-specs li p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
}
.coudetail-description .coursescontent-wrap h3 {
    /* scroll-margin-top: 100px; */
}

/* course list item :start */
.courselistitem-block {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 27.84px 4.16px rgba(143, 143, 143, 0.13);
}
.courselistitem-block .clib-image {
    width: 100%;
    height: auto;
    position: relative;
}
.courselistitem-block .clib-image::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.courselistitem-block .clib-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.courselistitem-block .clib-image .imgbottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 15px 25px;
    z-index: 1;
}
.courselistitem-block .clib-image .imgbottom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.courselistitem-block .clib-text {
    padding: 24px 24px 40px;
}
.courselistitem-block .clib-text .txttitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #544fa2;
    margin-bottom: 10px;
}
.courselistitem-block .clib-text .txtspecs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.courselistitem-block .clib-text .txtspecs li {
    flex: 1;
    flex-shrink: 0;
    padding: 15px 15px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}
.courselistitem-block .clib-text .txtspecs li h3 {
    font-size: 14px;
    font-weight: 500;
    color: #4dbb7b;
    white-space: nowrap;
    margin-bottom: 0px;
}
.courselistitem-block .clib-text .txtspecs li p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}
.courselistitem-block .clib-text .txtbtns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.courselistitem-block .clib-text .txtbtns .btn {
    font-size: 16px;
    padding: 6px 13px;
    margin: 0;
}
/* course list item :end */

/* === accordion-style-1 :start === */
.accordion-style-1 .accordion-item {
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.accordion-style-1 .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-style-1 .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #4d489e !important;
}
.accordion-style-1 .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d489e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-style-1 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-style-1 .accordion-button:hover {
    background-color: #f5f5f5;
}
.accordion-style-1 .accordion-button:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.accordion-style-1 .accordion-body p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}
/* === accordion-style-1 :end ===  */

.tocscrolling {
    scroll-margin-top: 140px;
}

/* === top list wrap :start === */
.toplist-wrap {
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 5px 40px 0px rgba(107, 131, 153, 0.03);
    overflow: hidden;
    padding: 40px 25px;
}
.toplist-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    color:#000000;
    margin-bottom: 25px;
}
.toplist-wrap .tlwlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toplist-wrap .tlwlist li .tlwrap-block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.toplist-wrap .tlwlist li:last-child {
    margin-bottom: 0;
}
.toplist-wrap .tlwlist li .tlwrap-block > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    top: 1466px;
    width: 48px;
    height: 48px;
    border: 1px solid #ededed;
    border-radius: 100%;
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.toplist-wrap .tlwlist li .tlwrap-block > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.toplist-wrap .tlwlist li .tlwrap-block h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.toplist-wrap .tlwlist li .tlwrap-block p {
    font-size: 14px;
    font-weight: 500;
    color: #979696;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toplist-wrap .tlwlist li .tlwrap-block:hover h4 {
    color: #4d489e;
}
.toplist-wrap .tlwlist li .tlwrap-block:hover > div:first-child {
    border-color: #4d489e;
}
.toplist-wrap .tlwlist li .tlwrap-block:hover > div:first-child img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
/* === top list wrap :end === */




/* Search Popup :start */
.searchPopup {}
.searchPopup .modal-dialog {
    padding: 40px 40px;
}
.searchPopup .modal-dialog .modal-content {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.searchPopup .modal-body {
    padding: 48px 48px;
    position: relative;
}
.searchPopup .modal-body .btn-close {
    width: 42px;
    height: 42px;
    background-color: rgb(234, 234, 234);
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
}

.searchPopup .modal-body .stlist-wrap {
    margin-top: 40px;
}
.searchPopup .modal-body .stlist-wrap .stlw-block {
    width: 100%;
    height: auto;
    border-radius: 45px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.17);
    padding: 50px 25px;
}

.searchPopup .stlist-header .shead-title {
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 15px;
}  

.searchPopup .stlw-block > h3 {
    font-size: 25px;
    font-weight: 500;
    color:#000000;
    margin-bottom: 20px;
}
.searchPopup .tlwlist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.searchPopup .tlwlist li .tlwrap-block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.searchPopup .tlwlist li:last-child {
    margin-bottom: 0;
}
.searchPopup .tlwlist li .tlwrap-block > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    top: 1466px;
    width: 48px;
    height: 48px;
    border: 1px solid #ededed;
    border-radius: 100%;
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.searchPopup .tlwlist li .tlwrap-block > div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.searchPopup .tlwlist li .tlwrap-block h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.searchPopup .tlwlist li .tlwrap-block p {
    font-size: 14px;
    font-weight: 500;
    color: #979696;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchPopup .tlwlist li .tlwrap-block:hover h4 {
    color: #4d489e;
}
.searchPopup .tlwlist li .tlwrap-block:hover > div:first-child {
    border-color: #4d489e;
}
.searchPopup .tlwlist li .tlwrap-block:hover > div:first-child img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}


.searchPopup .resoult-tab {
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    /* height: 0px; */
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    /* transition: height 0.8s cubic-bezier(0.27, 0.7, 0, 0.99); */
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.17);
    margin-top: 10px;
}
/* .searchPopup .resoult-tab-active {
    height: 450px;
    transition: height 0.8s cubic-bezier(0.27, 0.7, 0, 0.99);
    overflow-x: hidden;
    overflow-y: auto;
} */
.searchPopup .resoult-tab .retab-inner {
    padding: 30px 25px;
}

.searchPopup .search-field {
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}
.searchPopup .search-field .search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #6e80a5;
    opacity: .8;
    width: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchPopup .search-field .search-placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 70px;
    z-index: 1;
    color: #727272;
    opacity: .8;
    font-size: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.searchPopup .search-field form {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}
.searchPopup .search-field form .text-field {
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: var(--fs);
    color: #3f3f3f;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 5px 5px 5px 70px;
    caret-color: #79a6ff;
    line-height: 2em;
}
/* Search Popup :end */



.table-style-1 {
    width: 100%;
    margin-bottom: 60px;
}
.table-style-1 thead th {
    background-color: #4d489e;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
}
.table-style-1 tbody td {
    padding: 10px 20px;
}   
tbody, td, tfoot, th, thead, tr {
    border-color: #e5e5e5;
}
.table-style-1 thead th.w2 {
    width: 80px;
}
.table-style-1 thead th.w3 {
    width: 180px;
}
.table-style-1 thead th.w4 {
    width: 294px;
    min-width: 294px;
}


.table-style-1 .btn-wrap {
    width: 100%;
}
.table-style-1 .btn-1 {
    display: table;
    font-size: 14px;
    padding: 0 10px;
    color: #02af8d;
    border: 1px solid #02af8d;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
}
.table-style-1 .btn-1.fill {
    background-color: #4dbb7b;
    color: #fff;
}
.table-style-1 .btn-1:hover {
    color: #fff;
    background-color: #4d489e;
    border: 1px solid #4d489e;
}
.table-style-1 .btn-1.w1 {
    width: 90px;
}
.table-style-1 .btn-1.w2 {
    width: 153px;
    margin-left: 10px;
}
.table-style-1 .btn-1.w3 {
    width: 90px;
    margin-top: 10px;
}
.table-style-1 .btn-1.w4 {
    width: 153px;
    margin-left: 10px;
    margin-top: 10px;
}

span.color-1 {
    color: #4d489e;
}















ul.box-style {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0px 0px 24px 0px;
}
ul.box-style li {
    flex-basis: 200px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid #f5f1f1;
    border-radius: 10px;
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    padding: 20px 20px;
    overflow: hidden;
    text-align: center;
}
ul.box-style li img {
    margin-bottom: 10px;
}
ul.box-style li h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #6d6d6d;
    margin: 0px 0px 10px 0px;
}
ul.box-style li p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
}
.wew {
    max-width: 100%;
    background-color: #fff;
    border-radius: 30px;
}


.loader-wrap {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 62%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .loader-wrap .loader {
    height: 50px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loader svg path,
  .loader svg rect {
    fill: #fff;
  }

  .loader-wrap.inside-modal {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 100px 0;
    background-color: rgb(0 0 0 / 22%);
  }



.clgdetail-tabs .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 6px;
    height: 5px;
}
.clgdetail-tabs .simplebar-scrollbar:before {
    background: #484848;
}

.nocollege-wrap {
    width: 100%;
    height: 400px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nocollege-wrap > div {
    width: 50%;
}
.nocollege-wrap i {
    font-size: 50px;
    color: #dddddd;
    margin-bottom: 5px;
}
.nocollege-wrap h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: #dddddd;
    margin-bottom: 0;
}
.nocollege-wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #dddddd;
    margin-bottom: 0;
}



.box-style-2 {
    list-style: none;
    padding: 0;
    margin: 20px 0px 24px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.box-style-2 li {
    /* flex-basis: 200px; */
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1px solid #f5f1f1;
    border-radius: 50px;
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    padding: 20px 20px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}
.box-style-2 li img {
    flex-grow: 0;
    flex-shrink: 0;
}
.box-style-2 li h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #6d6d6d;
    margin: 0px 0px 10px 0px;
}
.box-style-2 li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0px;     
}

.managementlist-head {
    list-style: none;
    padding: 0;
    margin: 0px 0px 25px 0px;
    display: flex;
    flex-wrap: wrap;
}
.managementlist-head li {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
}
.managementlist-head li::after {
    content: '|';
    color: #c6c6c6;
    padding: 0px 10px;
}
.managementlist-head li:last-child::after {
    display: none;
}

.managementlist-block {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 5px 40px 0px rgba(107, 131, 153, 0.15);
    overflow: hidden;
}
.managementlist-block .mlb-head {
    background-color: #fafafa;
    padding: 25px 15px;
    border-bottom: 1px solid #e7e7e7;
}
.managementlist-block .mlb-head h3 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}
.managementlist-block .mlb-body {
    padding: 15px 15px 30px 15px;
}
.managementlist-block .mlb-body h4 {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}
.managementlist-block .mlb-body h4 span {
    color: #4dbb7b;
}
.managementlist-block .mlb-body .mlbblist {
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.managementlist-block .mlb-body .mlbblist li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 17.43px 3.57px rgba(0, 0, 0, 0.03);
    border: 1px solid rgb(245, 241, 241);
    border-radius: 100px;
    padding: 5px 5px;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.managementlist-block .mlb-body .mlbblist li:nth-child(even) {
    width: calc(65% - 3px);
}
.managementlist-block .mlb-body .mlbblist li:nth-child(odd) {
    width: calc(35% - 3px);
}
.managementlist-block .mlb-body .mlbblist li p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.managementlist-block .mlb-body .mlbblist li.s2 {
    background-color: #4d489e;
    border-color: #4d489e;
}
.managementlist-block .mlb-body .mlbblist li.s2 p {
    color: #ffffff;
}
.managementlist-block .mlb-body .mlbblist li:hover {
    background-color: #4dbb7b;
    border-color: #4dbb7b;
}
.managementlist-block .mlb-body .mlbblist li:hover p {
    color: #ffffff;
}
.managementlist-block .package-cell {
    display: flex;
    flex-direction: column;
}
.managementlist-block .package-cell span {
    font-size: 16px;
    color: #4dbb7b;
    line-height: 1.7;
    font-weight: 600;
}
.managementlist-block .package-cell span a {
    color: #4d489e;
}
.managementlist-block .package-cell del {
    color: #9f9f9f;
}
.managementlist-block .package-cell label {
    color: #4d489e;
}


.faculty-block {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 5px 40px 0px rgba(107, 131, 153, 0.15);
    overflow: hidden;
    padding: 15px 20px;
}
.faculty-block span.name {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    display: block;
    margin: 0;
}
.faculty-block span.name sub {
    line-height: normal;
    top: 0;
    bottom: 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
}
.faculty-block a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 0 0 0 22px;
    margin: 10px 0 0 0;
    display: block;
    word-break: break-all;
}
.faculty-block a i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #4d489e;
}
.faculty-block a:hover {
    color: #4d489e;
}


.transfac-block {
    width: 100%;
    height: 100%;
    text-align: center;
}
.transfac-block {
    border: 1px solid #f5f1f1;
    border-radius: 30px;
    overflow: hidden;
    padding: 15px 15px;
}
.transfac-block.c1 {
    background-color: #eab830;
}
.transfac-block.c2 {
    background-color: #fa394a;
}
.transfac-block.c3 {
    background-color: #6ad59a;
}
.transfac-block.c4 {
    background-color: #30c9ea;
}
.transfac-block img {
    margin-bottom: 10px;
}
.transfac-block h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}
.transfac-block h4 {
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}
.single-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.single-wrap span {
    margin: 0 10px 0 0;
}
.single-wrap .nice-select {
    margin-right: 25px;
    padding-left: 15px;
    padding-right: 25px;
}



/* gallery :start */
.galleryiv-wrapper .nav-tabs {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    border: 0;
}
.galleryiv-wrapper .nav-tabs .nav-link {
    border: 0px;
    padding: 0 22px;
    height: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #5ebf7f;
    text-align: center;
    border: 1px solid #5ebf7f;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galleryiv-wrapper .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #5ebf7f;
}

.galleryimages-outer {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.galleryimages-outer .gimgrow {
    width: 100%;
    height: 400px;
    display: flex;
    gap: 10px;
}
.galleryimages-outer .gimgrow .gimgcol {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.galleryimages-outer .gimgrow .gimgcol > div {
    width: 100%;
    height: 100%;
}
.galleryimages-outer .gimgrow .gimgcol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.galleryimages-outer .gimgrow .gimgcol.g1 {
    flex: 1.5;
}
.galleryimages-outer .gimgrow .gimgcol.g2 {
    flex: 1;
}
.galleryimages-outer .gimgrow .gimgcol.g3 {
    flex: 1.7;
}
.galleryimages-outer .gimgrow .gimgcol.g3 > div {
    height: calc(50% - 5px);
}
.galleryimages-outer .gimgrow .gimgcol > div > a {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.galleryimages-outer .gimgrow .gimgcol > div > a::after {
    background: rgba(2, 175, 141, 0.75);
    width: 100%;
    height: 0;
    content: url('../images/zoom.png');
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.galleryiv-wrapper .tab-content #video-tabcontent .galleryimages-outer .gimgrow .gimgcol > div > a::after {
    content: url('../images/play-button.png');
}
.galleryimages-outer .gimgrow .gimgcol > div:hover > a::after {
    height: 100%;
    top: 0;
    opacity: 1;
}
/* gallery :end */


/* table-style-2 :start */
.table-style-2 {
    font-size: 16px;
    color: #000000;
    margin: 20px 0px;
}
.table-style-2 thead {
    white-space: nowrap;
    background-color: #d0dff2;
}
.table-style-2 tbody tr:nth-child(even) {
    background-color: #f3f8fe;
}
.table-style-2 tr td {
    border: 0;
}
.table>:not(caption)>*>* {
    padding: 10px 10px;
}
/* table-style-2 :end */

/* placements :start */

/* === accordion-style-2 :start === */
.accordion-style-2 .accordion-item {
    border: 1px solid #dddddd;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}
.accordion-style-2 .accordion-item .accordion-button {
    color: #ffffff !important;
    background-color: #5ebf7f !important;
}
.accordion-style-2 .accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-style-2 .accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #5ebf7f !important;
}
.accordion-style-2 .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-style-2 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-style-2 .accordion-button:hover {
    background-color: #f5f5f5;
}
.accordion-style-2 .accordion-button:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}
.accordion-style-2 .accordion-body p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}
/* === accordion-style-2 :end ===  */


.cpcompanies-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.cpcompanies-list li {}
.cpcompanies-list li a {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 20px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.cpcompanies-list li a:hover {
    color: #ffffff;
    background-color: #4dbb7b;
}
/* placements :end */


.alertModalpop {}
.alertModalpop .modal-body {
    padding: 40px 30px;
    position: relative;
}
.alertModalpop .modal-body .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.alertModalpop .modal-body h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #595c66;
    margin-bottom: 15px;
}
.alertModalpop .modal-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #abb1b8;
    margin-bottom: 0px;
}
.alertModalpop .modal-footer {
    background-color: #eef0f6;
}
.alertModalpop .modal-footer .btnClose {
    color: #fff;
    background-color: #eb4d4e;
    border: 1px solid #eb4d4e;
}
.alertModalpop .modal-footer .btnClose:hover {
    color: #eb4d4e;
    background-color: transparent;
}








.wew__outer {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.wew__outer .slideleft-arrow, 
.wew__outer .slideright-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #e0e0e0;
    z-index: 2;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.wew__outer .slideleft-arrow:hover, 
.wew__outer .slideright-arrow:hover {
    color: #ffffff;
    background-color: #5ebf7f;
}
.wew__outer .slideleft-arrow {
    left: 0;
    border-radius: 30px 0px 0px 30px;
}
.wew__outer .slideright-arrow {
    right: 0;
    border-radius: 0px 30px 30px 0px;
}



.clgdetail-tabs.fix-it .wew__outer {
    border-radius: 0px;
}
.clgdetail-tabs.fix-it .wew__outer .slideleft-arrow, 
.clgdetail-tabs.fix-it .wew__outer .slideright-arrow {
    border-radius: 0;
}




.clgdetail-tabs.fix-it .wew__outer.navActive .cdt-tabs {
    padding-left: 0;
    padding-right: 0;
}
.wew__outer.navActive .slideleft-arrow, 
.wew__outer.navActive .slideright-arrow {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.wew__outer.navActive .wew {
    padding: 0px 55px;
    /* overflow: hidden; */
}
.clgdetail-tabs .wew__outer.navActive .cdt-tabs li:last-child a {
    margin-right: 55px;
}

.modal-style-1 {
    max-width: 1200px;
    width: 100%;
}

.table-style-3 thead td {
    background: #e5e5e5;
}
.table-style-3 .col-box {
    display: flex;
    flex-direction: column;
}
.table-style-3 .col-box a {
    color: #4d489e;
}
.table-style-3 .col-box label {
    color: #4d489e;
}


.no-details-to-show {
    padding: 30px;
    text-align: center;
    background: whitesmoke;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 400;
}
.table-of-content-wrap {
    margin-top: 30px;
}

/* login-user: Start */
.login-user {
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.login-user .btn {
    padding: 0;
    border: 0;
    outline: none;
    /* background: none; */
    border-radius: 50%;
    box-shadow: none !important;
    position: relative;
}
.login-user.active-noti::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #4ebc7c;
    position: absolute;
    top: 1px;
    right: 2px;
}
.login-user .btn img {
    width: 55px;
    height: 55px;
    border: 2px solid #4dbb7b;
    border-radius: 50%;
}
.login-user .btn::after {
    display: none;
}
.login-user .dropdown-menu {
    width: 255px;
    margin-top: 20px !important;
    border-radius: 10px;
    padding: 0 0 10px 0;
}
.login-user .dropdown-menu li {
    padding: 3px 0;
}
.login-user .dropdown-menu li a {
    padding: 5px 20px;
    font-size: 16px;
    color: #505050;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-user .dropdown-menu li a:hover {
    color: #4dbb7b;
}
.login-user .dropdown-menu li a i {
    font-size: 13px;
    color: #CACACA;
}
.login-user .dropdown-menu li a.logout {
    font-weight: 700;
    color: #544FA2;
}
.login-user .dropdown-menu span.name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #F3F2F2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.login-user .dropdown-menu::after {
    content: '';
    width: 0;
	height: 0;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7e5e5;
    position: absolute;
    top: -11px;
    right: 15px;
}
/* login-user: End */

.talk-to-expert-wrap input {
    width: 100%;
    height: 45px;
}
.talk-to-expert-wrap .cell-row {
    margin-bottom: 15px;
}
.talk-to-expert-wrap .cell-row input,
.talk-to-expert-wrap .cell-row textarea {
    padding: 10px 15px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    outline: none;
    width: 100%;
}
.talk-to-expert-wrap .cell-row textarea {
    height: 90px;
}
.tost-style-1 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}


/* form-style-1 :start */
.form-style-1 .form-control {
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    border: 1px solid #d5d5d5;
    outline: none;
    width: 100%;
}
.form-style-1 .form-control:focus {
    border-color: #4dbb7b;
    box-shadow: none;
}
/* form-style-1 :end */


.thank-you {
    padding: 100px 0;
    text-align: center;
}
.thank-you h1 {
    font-size: 40px;
    font-weight: 500;
    margin: 25px 0 0 0;
    padding: 0;
}
.thank-you h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 0 0;
    padding: 0;
}
.thank-you a {
    padding: 0 35px;
    background-color: #544FA2;
    font-size: 18px;
    color: #fff;
    margin: 30px auto 0 auto;
    display: table;
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
}
.thank-you a:hover {
    background-color: #4dbb7b;
}

.coursesfees-filter span {
    
}
.coursesfees-filter .cell-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    height: 45px;
    overflow: hidden;
}
.coursesfees-filter .cell-row.fullView {
    height: auto;
}
.coursesfees-filter span {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    margin: 0 0 10px 0;
    display: block;
}
.coursesfees-filter .cell-row a {
    border: solid 1px #e8e8e8;
    padding: 0 17px;
    height: 35px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.coursesfees-filter .cell-row a.scolor-1 {
    background-color: #FFC9DE;
    border: solid 1px #FFC9DE;
}
.coursesfees-filter .cell-row a.scolor-2 {
    background-color: #FFD9AE;
    border: solid 1px #FFD9AE;
}
.coursesfees-filter .cell-row a.scolor-3 {
    background-color: #F7F6CD;
    border: solid 1px #F7F6CD;
}
.coursesfees-filter .cell-row a.scolor-4 {
    background-color: #A5FFC1;
    border: solid 1px #A5FFC1;
}
.coursesfees-filter .cell-row a.scolor-5 {
    background-color: #65FFFF;
    border: solid 1px #65FFFF;
}
.coursesfees-filter .cell-row a.scolor-6 {
    background-color: #FF9A00;
    border: solid 1px #FF9A00;
}
.coursesfees-filter .cell-row a.scolor-7 {
    background-color: #FFEC00;
    border: solid 1px #FFEC00;
}
.coursesfees-filter .cell-row a.scolor-8 {
    background-color: #BEFF00;
    border: solid 1px #BEFF00;
}
.coursesfees-filter .cell-row a.scolor-9 {
    background-color: #E4BCFF;
    border: solid 1px #E4BCFF;
}
.coursesfees-filter .cell-row a.scolor-10 {
    background-color: #75A9FF;
    border: solid 1px #75A9FF;
}

.coursesfees-filter .cell-row a:hover,
.coursesfees-filter .cell-row a.selected {
    border: solid 1px #4dbb7b;   
    background: #4dbb7b; 
    color: #fff;
}
.coursesfees-filter .viewMore {
    color: #4d489e;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    display: table;
}
.coursesfees-filter .viewMore:hover {
    text-decoration: underline;
}
.coursesfees-filter .clear-filter {
    padding: 10px 40px;
    background: #f3f5f7;
    border-radius: 5px;
    color: #000;
    margin-top: 20px;
    display: table;
}
.coursesfees-filter .clear-filter:hover {
    background-color: #e9e9e9;
}
.filter-hr-line {
    border: 0;
    margin: 20px 0 20px 0;
    padding: 0;
    height: 1px;
    background-color: #9d9d9d;
}



/* sharebtnwrap :start */
.sharebtnwrap {
    display: inline-flex;
}
.sharebtnwrap .dropdown-toggle {
    margin: 0;
}
.sharebtnwrap .dropdown-toggle::after {
    display: none;
}
.sharebtnwrap .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 10px 0px !important;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
}
.sharebtnwrap .dropdown-menu::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d9d9d9;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.sharebtnwrap .dropdown-menu li {
    overflow: hidden;
}
.sharebtnwrap .dropdown-menu li:first-child {
    border-radius: 15px 15px 0px 0px;
}
.sharebtnwrap .dropdown-menu li:last-child {
    border-radius: 0px 0px 15px 15px;
}
.sharebtnwrap .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
}
.sharebtnwrap .dropdown-menu .dropdown-item i {
    font-size: 18px;
}
.sharebtnwrap .dropdown-menu .dropdown-item.fb i {
    color: #3b5999;
}
.sharebtnwrap .dropdown-menu .dropdown-item.tweet i {
    color: #55acee;
}
.sharebtnwrap .dropdown-menu .dropdown-item.linkedin i {
    color: #0e76a8;
}
.sharebtnwrap .dropdown-menu .dropdown-item.insta i {
    color: #ea4c89;
}

.sharebtnwrap .dropdown-menu .dropdown-item.active, 
.sharebtnwrap .dropdown-menu .dropdown-item:active, 
.sharebtnwrap .dropdown-menu .dropdown-item:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e9ecef;
}
.sharebtnwrap .dropdown-toggle:focus {
    outline: 0;
    box-shadow: none;
}
/* sharebtnwrap :end */





.hd-type-0 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 20px 0;
}
.hd-type-1 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 20px 0;
}
.hd-type-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    margin: 30px 0 20px 0;
}
.hd-type-3 {
    font-size: 20px;
    font-weight: 700;
    color: #4d489e;
    margin: 30px 0 20px 0;
}

.hd-type-4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 20px 0;
}
.hd-type-5 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 20px 0;
}
.hd-type-6 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 20px 0;
}
.hd-type-7 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin: 30px 0 20px 0;
}


.pera-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    padding: 0;
    margin: 0 0 10px 0;
}

ol.list-style-1 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 10px 0px;
    padding-left: 34px;
    /* counter-reset: item; */
}
ol.list-style-1 > li:first-of-type {
    counter-reset: item;
}
ol.list-style-1 > li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}
ol.list-style-1 li:last-child {
    margin-bottom: 0;
}
ol.list-style-1 > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    color: #4d489e;
    position: absolute;
    top: 0;
    left: -25px;
}
ol.list-style-1 > li ol {
    margin-top: 10px;
}
ol.list-style-1 > li ol li::before {
    left: -30px;
}
ol.list-style-1 > li a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
ol.list-style-1 > li a:hover {
    color: #4d489e;
}
/*  */

/* box-style-3 :start */
.bxs3-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    width: 100%;
}
.bxs3-wrap li {
    width: calc((100% / 3) - 40px);
}
.bxs3-wrap li:last-child .box-style-3::after {
    display: none !important;
}
.bxs3-wrap li:nth-child(3) .box-style-3::after {
    display: none;
}

.box-style-3 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding: 20px 20px;
    position: relative;
}
.box-style-3::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/chart-arrow.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.box-style-3 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #4c489b;
    width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding: 10px 10px;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
}
.box-style-3 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.box-style-3 p {
    font-size: 20px;
    font-weight: 500;
    color: #171717;
    line-height: 1.4;
}
.box-style-3 p:last-child {
    margin-bottom: 0;
}
/* box-style-3 :end */

.bxs3-wrap.how-select {
    gap: 24px;
}
.bxs3-wrap.how-select .box-style-3::after {
    display: none !important;
}
.bxs3-wrap.how-select li {
    width: calc((100% / 4) - 18px);
}
.bxs3-wrap.how-select .box-style-3 p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.bxs3-wrap.how-select .box-style-3 h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.bxs3-wrap.how-select .box-style-3 .icon-box {
    width: 80px;
    border: 1px solid #e3e3e3;
    border-radius: 40px;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 0 auto 18px auto;
}


/* Modal z-index :Start */
.modal {
    z-index: 100000;
}
.modal-backdrop {
    z-index: 99999;
}
/* Modal z-index :End */



/* Header space style :start */
.header-wrapper {
    height: 117px;
}
@media (max-width: 575px) {
    .header-wrapper.login-head {
        /* height: 151px; */
    }
    .logged .header-wrapper {
        height: auto;
    }
}
/* Header space style :end */

/* Header sticky when scroll-up and hide when scroll-down :start */
header {
    transition: top 0.5s ease-in-out;
}
.scroll-down header.fixed-menu {
    top: -100% !important;
}

.clgdetail-tabs {
    transition: top 0.5s ease-in-out;
}
.scroll-down .clgdetail-tabs.fix-it {
    top: 0;
}

/* .logged.scroll-up .clgdetail-tabs.fix-it {
    top: 146px;
} */
/* Header sticky when scroll-up and hide when scroll-down :end */


/* .clgdetail-tabs-wrap:has(> .clgdetail-tabs.fix-it) {
    background-color: red !important;
} */


/* Live site font adjust :Start */
.clgdetail-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
}
.clgdetail-content h2 {
    font-size: 18px;
    font-weight: 500;
}
/* .clgdetail-content .ol-style-1, 
.clgdetail-content .ul-style-1 {
    margin-bottom: 0;
} */
.clgdetail-content h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.contentsec p {
    color: #353535;
}

.clgdetail-content .pera-1 {
    color: #353535;
}
.tableocont ol li a:hover {
    color: #4dbb7b;
}
.clgdetail-specs .cdspecs-wrap ul li .cdsblock .sbtxt p:hover {
    color: #4dbb7b;
}

.clgdetail-content .ul-style-1:last-child {
    margin-bottom: 0;
}
.clgdetail-content p:last-child, 
.clgdetail-content .pera-1:last-child {
    margin-bottom: 0;
}
.clgdetail-content h1:first-child, 
.clgdetail-content h2:first-child, 
.clgdetail-content h3:first-child, 
.clgdetail-content h4:first-child, 
.clgdetail-content h5:first-child, 
.clgdetail-content h6:first-child {
    margin-top: 0;
}
.clgdetail-content h1:last-child, 
.clgdetail-content h2:last-child, 
.clgdetail-content h3:last-child, 
.clgdetail-content h4:last-child, 
.clgdetail-content h5:last-child, 
.clgdetail-content h6:last-child {
    margin-bottom: 0;
}
.clgdetail-content li {
    color: #353535;
}
.clgdetail-content .tableocont ol li {
    margin-bottom: 0;
}
.clgdetail-content .tableocont ol li ol {
    margin-top: 0px;
}
.clgdetail-content ol.list-style-1 > li {
    margin-bottom: 0;
}
.clgdetail-content ol.list-style-1 ol.list-style-1 {
    margin-top: 0;
}
.clgdetail-content .box-style-2 li {
    padding: 10px 10px;
}
.clgdetail-content .box-style-2 li img {
    width: 20px;
    height: 20px;
}
.clgdetail-content .box-style-2 li p {
    font-size: 16px;
}
.clgdetail-content .managementlist-block .mlb-head {
    padding: 15px 15px;
}




.coursescontent-wrap h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.coursescontent-wrap h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.coursescontent-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}
.coursescontent-wrap h1:first-child, 
.coursescontent-wrap h2:first-child, 
.coursescontent-wrap h3:first-child, 
.coursescontent-wrap h4:first-child, 
.coursescontent-wrap h5:first-child, 
.coursescontent-wrap h6:first-child {
    margin-top: 0;
}
.coursescontent-wrap h1:last-child, 
.coursescontent-wrap h2:last-child, 
.coursescontent-wrap h3:last-child, 
.coursescontent-wrap h4:last-child, 
.coursescontent-wrap h5:last-child, 
.coursescontent-wrap h6:last-child {
    margin-bottom: 0;
}

.coursescontent-wrap .pera-1 {
    color: #353535;
}
.coursescontent-wrap p:last-child, 
.coursescontent-wrap .pera-1:last-child {
    margin-bottom: 0;
}
.coursescontent-wrap li {
    color: #353535;
}
.coursescontent-wrap .tableocont ol li {
    margin-bottom: 0;
}
.coursescontent-wrap .tableocont ol li ol {
    margin-top: 0px;
}




.sectitle-1 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.faculty-block span.name {
    font-size: 18px;
    font-weight: 500;
}
/* Live site font adjust :End */