em {
    display: contents;
    font-style: normal;
}

ul.scholarship_l li {
    list-style: decimal;
}

ul.scholarship_college_list li {
    list-style: decimal;
}

div#scholarship_banner label,
.form-control {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

div#scholarship_banner input::placeholder {
    font-size: 12px;
    font-weight: 500;
}

a#alreadySign {
    padding: 2px 10px;
    font-size: 14px;
}

.scholarshipBannerS {
    padding: 30px;
    color: #fff;
    background: #0d3759;
    border-radius: 20px 20px 0 0;
}

div#scholarship_banner .md-form {
    margin-top: .5rem;
    margin-bottom: .75rem;
}

div#scholarship_banner .form-control {
    color: green;
}

div#PreferedCollege .form-control {
    margin-top: 15px;
}

#main_bg_c {
    background-color: #0d3759;
}


/*new-over-lay*/

.overlay-header-news.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.overlay-header-news {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: opacity, transform;
}

.bg-orange {
    background: #e04f1a;
}


/*new-over-lay end*/

.ts-intro-outcome {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 10px 0;
}

.ts-intro-outcome .outcome-item {
    text-align: -webkit-center;
}

.ts-single-outcome {
    margin-bottom: 20px !important;
}

.outcome-item:nth-of-type(1) .ts-single-outcome {
    background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}

.ts-single-outcome {
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 250px;
    height: 250px;
    background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 55px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ts-single-outcome:hover i {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ts-single-outcome i {
    font-size: 45px;
    color: #fff;
    display: block;
    margin-bottom: 30px;
}

.ts-single-outcome .ts-title {
    color: #fff;
}

.outcome-item:nth-of-type(2) .ts-single-outcome {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
    background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
    background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
}

.outcome-item:nth-of-type(3) .ts-single-outcome {
    background-image: -webkit-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
    background-image: -o-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
    background-image: linear-gradient(-45deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
}

.outcome-item:nth-of-type(4) .ts-single-outcome {
    background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
    background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
    background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
}


/*responsive start */

@media (max-width: 767px) {
    #goldSl {
        display: none !important;
    }
    .defaultloGo {
        margin: 30px 0 -20px 15px !important;
    }
    a#lr_wk {
        background: transparent;
    }
    .rightSe {
        padding: 40px 10px !important;
        position: relative;
        z-index: 1;
        color: #fff;
    }
    #supporter_logoID {
        display: none !important;
    }
    #media_partners_logo {
        display: none !important;
    }
    .inauguration iframe {
        height: 100% !important;
        width: 100% !important;
    }
    .OrthersFeCour {
        display: none !important;
    }
    .schedule-listing .schedule-slot-info {
        padding: 20px !important;
        border-left: 1px dashed #e5e5e5 !important;
    }
    .schedule-listing {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .schedule-listing .schedule-slot-info .schedule-slot-speakers {
        display: none;
    }
    .schedule-listing .schedule-slot-time {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100% !important;
        padding: 20px 35px !important;
    }
    .ad_nepal_title {
        font-size: 22px !important;
        font-weight: bold;
        margin-bottom: 8px;
        line-height: 1;
        color: #fff;
    }
    p.profile_page_location {
        font-size: 12px;
        padding-left: 5px;
        margin-bottom: 20px;
        color: #fff;
    }
    .name_location {
        margin-left: -10px !important;
    }
    .OrthersFe a {
        font-size: 0.9375rem;
    }
    .OtFeat {
        padding-top: 3.125rem !important;
    }
    .bg-white.rounded.push.affix {
        padding-left: 5px !important;
    }
    .ad_pr_logo img.affix {
        margin-left: 13px;
    }
}


/*responsive end */

#mainHeader.active,
.nav-main-link:hover {
    color: #ff8819 !important;
    background-color: transparent !important;
}

#mainHeader .nav-main-submenu {
    background-color: #0d3759 !important;
}

#mainHeader.active,
.nav-main-link {
    color: #fff !important;
    background-color: transparent !important;
}

.header ul.navbar-nav>li.big-studio .bigstudio-btn {
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    background: #ffb119;
    margin-left: 30px;
}

li.big-studio.nav-item {
    margin-top: 4px;
}

.header ul.navbar-nav>li.big-studio .bigstudio-btn {
    color: #fff;
}

.header ul.navbar-nav>li.big-studio .bigstudio-btn:hover {
    background: #0181ca;
}

#page-container.page-header-glass.page-header-fixed #page-header {
    background-color: #0d3759;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#page-container.page-header-glass.page-header-fixed.page-header-scroll #page-header {
    background-color: #0d3759;
}

.logoCenter {
    padding: 20px;
    height: 200px;
    width: 200px;
    background: #fff;
    border-radius: 50%;
}

.header.header-transparent ul.navbar-nav>li>a {
    line-height: 45px;
}

.header ul.navbar-nav>li>a {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    line-height: 78px;
    text-transform: capitalize;
    padding: 0 10px;
    display: block;
}

.header ul.navbar-nav>li>a:hover {
    color: #ffa900;
}

.bgrlsection {
    background-color: #243a7b;
}

.goldS img {
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    /*object-fit: cover;*/
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.goldS img:hover {
    transition: 0.4s ease all;
    transform: scale(1.05);
}

.gold_sponsor .goldS {
    padding: 15px;
    margin-bottom: -35px;
}

.silverS img {
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    /*object-fit: cover;*/
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}

.silverS img:hover {
    transition: 0.4s ease all;
    transform: scale(1.05);
}

.gold_sponsorIMG img:hover {
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.64, 0.95) all;
    transform: scale(1.05);
}

.mp_logo {
    text-align: center;
}

.supporter_logo img {
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
}

.mediapartners_logo img {
    border: 1px solid #ddd;
    padding: 1px;
}

.media_partners_logo_mobile img {
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: contain;
}

div#leftSe {
    min-height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.no-padding {
    padding: 0;
}

.rightSe {
    max-width: 560px;
    padding: 100px 80px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.ts-schedule-nav {
    text-align: center;
    margin-bottom: 50px;
}

.ts-schedule-nav ul {
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.ts-schedule-nav ul li {
    margin: 0 3px;
}

.ts-schedule-nav ul li a.active {
    background: #e7015e;
    color: #fff;
}

.ts-schedule-nav ul li a {
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    background: #f1f0f6;
    display: block;
    padding: 20px 50px;
    position: relative;
}

.ts-schedule-nav ul li a.active:before {
    opacity: 1;
}

.ts-schedule-nav ul li a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #e7015e transparent transparent;
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    opacity: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ts-schedule-nav ul li a.active h3 {
    color: #fff;
}

.ts-schedule-nav ul li a h3 {
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 0;
    text-transform: capitalize;
}

.ts-schedule-nav ul li a.active {
    background: #e7015e;
    color: #fff;
}

.ts-schedule-nav ul li a {
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    background: #f1f0f6;
    display: block;
    padding: 20px 50px;
    position: relative;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.ts-schedule-nav ul li {
    margin: 0 3px;
}

.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.schedule-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.schedule-listing .schedule-slot-time {
    background: #d20055;
    color: #fff;
    padding: 60px 28px;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 22%;
    max-width: 22%;
}

.schedule-listing:nth-of-type(even) .schedule-slot-time {
    background: #e7015e;
}

.schedule-listing .schedule-slot-time span {
    display: block;
    line-height: 26px;
}

.schedule-listing .schedule-slot-time {
    background: #d20055;
    color: #fff;
    padding: 60px 28px;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 22%;
    max-width: 22%;
}

.schedule-listing .schedule-slot-info {
    position: relative;
    padding: 35px 40px 35px 170px;
    border: 1px dashed #e5e5e5;
    border-left: none;
    width: 100%;
}

.schedule-listing .schedule-slot-info .schedule-slot-speakers {
    position: absolute;
    left: 40px;
    top: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    bottom: 0;
    margin: auto;
}

.schedule-listing:hover .schedule-slot-title {
    color: #3b1d82;
}

.schedule-listing .schedule-slot-info .schedule-slot-title {
    font-size: 24px;
}

.schedule-listing .schedule-slot-info .schedule-slot-title strong {
    font-size: 14px;
    color: #888888;
    margin-left: 12px;
}

.schedule-listing .schedule-slot-info p {
    margin-bottom: 0;
}

.schedule-listing-btn {
    text-align: center;
    margin: 60px;
}

.schedule-listing-btn .btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #ff007a;
    height: 50px;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.platinum img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.platinum img:hover {
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.64, 0.95) all;
    transform: scale(1.05);
}

.gold_sponsorIMG {
    margin-bottom: 10px;
    padding: 10px;
}

.gold_sponsorIMG img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*transition: all 0.5s ease;*/
    /*-webkit-object-fit: cover;*/
    /*-moz-object-fit: cover;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}


/*Latest News Start*/


/*list-hover*/

a.link-fx {
    position: initial;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #007498 !important;
}

a.text-dark.link-fx::before {
    background-color: #00afc5;
}


/*list-hover end*/

.clfea li {
    list-style: none;
}

img#newsLid {
    width: 100%;
    height: 175px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

img#collegeLid {
    width: 100%;
    height: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

div#collegeF li {
    list-style: none;
}

.img-partners {
    border: 2px solid #ddd;
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 10px;
}

.img-Hsposr {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: contain;
    padding: 5px;
}

.img-Maninsposr {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: contain;
    padding: 5px;
}

a.b_news_list2 {
    color: #525252;
    line-height: 1.4;
    margin-top: 10px;
}

a.b_news_list1 {
    color: #525252;
}

.section-bg {
    background: #f9fafc;
}

.section-title span,
.column-title span {
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.post .post-media.post-image {
    width: calc(100% - 40px);
    margin: 0 auto 5px auto;
    position: relative;
}

.post .post-media.post-image img {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.ts-blog .post .post-body {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}

.post .post-body {
    padding: 150px 20px 25px 30px;
    margin: -130px 0px 30px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.post-meta {
    font-size: 13px;
    margin-bottom: 15px;
}

.post-meta .post-author {
    margin-right: 25px;
    text-transform: uppercase;
}

.post-meta .post-meta-date {
    display: inline-block;
    color: #e7015e;
    text-transform: uppercase;
}

.post-meta .post-meta-date {
    display: inline-block;
    color: #e7015e;
    text-transform: uppercase;
    word-spacing: 5px;
}

.ts-blog .post .post-body .entry-header .entry-title {
    font-size: 18px;
    font-weight: 600;
}

.post .post-body .entry-header .entry-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
}

.post .post-body .entry-header .entry-title a {
    color: #3b1d82;
}

.post .post-body .entry-content p {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
}

.post .post-body {
    padding: 150px 20px 25px 30px;
    margin: -130px 0px 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}


/*Latest News End*/


/*Event Speakers Start*/

.ts-speaker {
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.ts-speaker .speaker-img {
    width: 255px;
    height: 255px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: auto auto 20px;
}

.ts-speaker:hover .speaker-img:before {
    opacity: 1;
}

.ts-speaker .speaker-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(59, 29, 130, 0.5);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
}

.ts-speaker .speaker-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ts-speaker:hover .view-speaker {
    color: #fff;
    top: 50%;
    opacity: 1;
}

.ts-speaker i:before {
    color: #fff;
}

.ts-speaker .view-speaker {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 12px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 2;
}


/*Event Speakers End*/


/*model Start*/

.ts-speaker-popup {
    background: #fff;
    padding: 0;
    position: relative;
}

.ts-speaker-popup .ts-speaker-popup-img img {
    width: 100%;
}

.ts-speaker-popup .ts-speaker-popup-content {
    padding: 25px 15px;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-title {
    margin-bottom: 10px;
}

.ts-speaker-popup .ts-speaker-popup-content .speakder-designation {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.ts-speaker-popup .ts-speaker-popup-content .company-logo {
    margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content p {
    margin-bottom: 25px;
}

.ts-speaker-popup .ts-speaker-popup-content .session-name {
    margin-bottom: 15px;
}

.ts-speaker-popup .ts-speaker-popup-content h4 {
    font-size: 20px;
    font-weight: 700;
}

.ts-speaker-popup .ts-speaker-popup-content .ts-speakers-social a {
    color: #ababab;
    margin-right: 18px;
}

.ts-speaker .ts-title {
    margin-bottom: 5px;
}

.ts-title {
    font-size: 24px;
}

.ts-speaker .ts-title a {
    color: #222222;
}


/*model End*/

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #01b1d7;
    color: #fff;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #444444;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}


/*profile s*/

.publication a {
    color: #fff;
}

.messageImg img {
    text-align: center;
    width: 140px;
    border-radius: 50%;
    height: 140px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 1px 5px 0px 0px #0d3759;
}

div#accordion2 .block-content {
    margin-bottom: 8px;
    box-shadow: -1px 5px 2px 1px #054d9e0a;
}

.publication {
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    background: #0066cc;
}

.dTl_p {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.ad_nepal_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
    color: #fff;
}

.profile_page_location {
    color: #fff;
}

.OrthersFe li {
    margin-bottom: 25px;
    list-style: none;
    float: left;
}

.imgHe {
    float: left;
    width: 100px;
    padding: 0 15px 8px 0;
}

.message1p {
    color: #009cce;
    margin-bottom: 1px;
}

.take_virtual_tour {
    margin: 0.625rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #0073ef;
    background: white;
    padding: 0.625rem 1.25rem;
}

.chat_faculty_member {
    margin: 0.625rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    background: #a90000;
    padding: 0.625rem 1.25rem;
}

.pro_faculty_apply {
    margin: 0.625rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    background: #003d82;
    padding: 0.625rem 1.25rem;
}

.chat_faculty_member:hover {
    color: #ddd;
}

.pro_faculty_apply:hover {
    color: #ddd;
}

.OrthersFeCour li {
    text-align: center;
    list-style: none;
    color: #fafafa;
    background: deepskyblue;
    margin: 0.625rem 0;
    padding: 4px;
}

.OrthersFeCour a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}


/*profile end*/


/*Social ICon*/


/*.icon-bar {*/


/*position: fixed;*/


/*top: 45%;*/


/*-webkit-transform: translateY(-50%);*/


/*-ms-transform: translateY(-50%);*/


/*transform: translateY(-50%);*/


/*}*/

.icon-bar a {
    text-align: center;
    padding: 8px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    border-radius: 50%;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}


/*Social ICon end*/


/*news page start*/

.trending_content {
    margin: 10px 0;
    transition: all 0.5s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    border: 1px solid #f1f2f3;
    padding: 15px;
}

.trending_content:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0px 11px 9px -10px rgba(0, 0, 0, 0.52);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.trending_contentT h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
}

span.trending_city {
    border-radius: 4px;
    background: #0ba70b;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.trending_contentT p {
    margin-bottom: 1px;
}

.f1-s-3 {
    font-size: 12px;
}

.listIm {
    position: relative;
    overflow: hidden;
}

.listW {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    background: #000000;
}

.listIm:hover img {
    -moz-transform: scale(1.1);
    /* -webkit-transform: scale(1.1); */
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.listIm:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(21, 31, 49, 0.63) 0%, rgba(0, 0, 0, 0.08) 35%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.listCOn {
    padding: 15px;
    background: #ffffff;
}

.listIm img {
    width: 100%;
    height: 150px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.listCOn h4 {
    margin-bottom: 0;
    color: #273440;
    font-size: 16px;
}

.listCOn h4 span {
    float: right;
    font-size: 12px;
    line-height: 20px;
}

.list-mig-like-com {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #14addb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-mig-like-com:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.5;
}

.list-mig-like-com:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-radius: 5px;
}

.list-mig-lc-img img {
    width: 100%;
    border-radius: 5px;
}

.list-mig-lc-con {
    position: absolute;
    width: 100%;
    margin-top: -125px;
    padding: 20px 20px 0px 20px;
    display: block;
}

.list-room-rati {
    padding: 10px 0px 5px 0px;
}

.list-mig-lc-con2 {
    margin-top: -90px;
}

.list-rat-ch span {
    width: 25px;
    height: 25px;
    background-color: #ffe500;
    /* bottom: 8px; */
    padding: 4px;
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
    margin-right: 10px;
}

.list-rat-ch i {
    color: #000000;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #000;
    padding: 3px 2px 2px 2px;
    text-align: center;
    border-radius: 3px;
    background: #ffe500;
    font-size: 11px;
}

.list-mig-lc-con h5 {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-mig-lc-con p {
    color: #c1c1c1;
    font-size: 13px;
}

.com-padd h5 {
    margin-bottom: 0;
}

.fe_details img {
    overflow: hidden;
    width: 100%;
    height: 540px;
}

.post-media.post-image img {
    width: 100%;
    height: 160px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}


/*news page end*/


/*Social media start */

.social-icons li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    width: 35px;
    height: 35px;
    margin: 1px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    line-height: 35px;
    margin: 1px auto;
    text-align: center;
}

footer .social-icons li a {
    color: rgba(255, 255, 255, 0.6);
}

.social-icons li a {
    color: #fff;
}

.text-secondary {
    color: #ff8819 !important;
}

.footer-links a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #0d3759;
    left: -4px;
    z-index: 17;
    display: block;
    top: 11px;
}

.borderTB {
    background: #F5F5F5;
    border-bottom: 1px solid rgba(167, 180, 201, 0.64);
    border-top: 1px solid rgba(167, 180, 201, 0.64);
}

.ad_nep_footer.borderTB a {
    color: #0d3759;
}

.footer-links a {
    color: rgba(255, 255, 255, .6);
    position: relative;
}

.footer-links a:first-child:before {
    background: transparent;
}

.footer-links a:hover {
    color: #ff8819;
}

.btn-hero-danger:hover {
    color: red;
    background-color: #fff;
    box-shadow: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/*Social media end */


/*edu-fair*/

.fS_logo img {
    width: 100px;
    height: 100px;
}

.trdfair p {
    font-size: 24px;
    font-weight: bold;
    text-shadow: -5px 7px 14px #000;
}

.banner01 {
    background: #0d3759;
}

.banner02 {
    background: #db0000;
}

.banner03 {
    background: #003e84;
}

.bannerw_about {
    background: #003e84;
}

.font50 {
    font-size: 50px;
}

.bg-primary-default {
    background-color: rgb(0 65 117 / 86%) !important;
}

.block-primary-bridge_course label {
    color: #fff;
    font-weight: 600;
}

.block-primary-bridge_course {
    padding: 10px;
    background: #0d3759;
}

.font-size-44px {
    font-size: 44px;
}

.plus2 {
    font-weight: bolder;
    color: #ffb930;
    font-size: 110px;
}

.plus2MainDi {
    border-radius: 20px;
    background: #0665d033;
}

div#search-classic {
    background-color: rgb(13 55 89) !important;
    margin-bottom: -21px;
    text-align: center;
    border-radius: 30px;
    padding: 10px 30px 20px 30px;
}

.MessageSection {
    padding: 10px;
    box-shadow: 0px 0px 2px 1px #0d3759;
    margin: 0 15px 10px 0;
}

.competition_con img {
    border-radius: 20px;
}

.competition_con {
    margin-top: -90px;
    border: 4px solid #e61c54;
    border-radius: 20px;
    background: #fff;
    padding: 5px;
}

.comrobse:hover {
    background-color: #03a9f4;
}

.comrobse {
    margin: 0px 10px;
    background: #0d3759;
    border: #fb4300;
    padding: 16px 4px;
    border-radius: 15px;
}

.competition_con:hover {
    border: 4px solid #03a9f4;
}

.competition_section {
    background-color: #0d3759;
}

.competition_con p {
    color: #0d3759;
    text-align: center;
    font-size: 17px;
}