@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&amp;display=swap');

:root {
    --thim-font-body-font-family: 'Roboto', sans-serif;
}

:focus {
    outline: none !important;
}

.position-relative {
    position: relative;
}

.univariety-wrap {
    display: inline-block;
    width: 100%;
}

.univariety-wrap .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.univariety-wrap section {
    padding: 58px 0;
    width: auto;
    float: none;
    display: inline-block;
    width: 100%;
}

.univariety-wrap section.univariety_main_banner {
    padding: 0;
}

.univariety_main_banner_container {
    position: relative;
}

.univariety_main_banner_container img {
    position: relative;
    vertical-align: top;
}

.main_banner_text {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 48%;
    text-align: center;
    color: #fff;
}

.banner_title {
    font-size: 2.9vw;
    color: #fff;
    font-weight: 600;
    line-height: 3vw;
    font-family: var(--thim-font-title-font-family);
    max-width: 760px;
    margin: auto auto 35px;
}

.banner_sub_title {
    font-size: 1.33vw;
    line-height: 30px;
    margin-bottom: 40px;
    color: #fff;
}

.btn-watch {
    width: 180px;
    height: 50px;
    border: 1px solid #2EC4B6;
    text-decoration: none;
    border-radius: 5px;
    background: #2EC4B6;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-watch:hover {
    background: #fff;
    text-decoration: none;
    border-color: #fff;
    color: #2B4856;
}

.btn-watch i {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.btn-watch i::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2EC4B6;
    top: 6px;
    left: 9px;
}

.btn-watch:hover i {
    background: #2B4856;
}

.btn-watch:hover i:before {
    border-left-color: #fff;
}

.univariety-wrap section.darkBlue {
    background: #00056a;
}

.univariety-wrap section.yellow {
    background: #2A4856;
}

.univariety-wrap section.green {
    background: #2A4856;
}

.bg_liteblue {
    background-color: #D8EDFE;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.top-colleges.welcome {
    background: #025FA8;
}

.text-white {
    color: #fff;
}

.univariety-wrap section h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 8px;
    color: #00056a;
}

.univariety-wrap section p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #262626;
}

.txt-white-uni {
    color: #fff;
}

.custom-banner {
    background: #00056a url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-banner.png') no-repeat 0 0;
}

.custom-banner2 {
    background: #802f31 !important;
}

.custom-banner1 {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat 0 0 / 100% auto;
    box-shadow: 0 5px 5px 0px #d9d9d999 inset;
}

.w-1140 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
}

.w-1020 {
    max-width: 1020px;
    width: 90%;
    margin: auto;
}

.w-920 {
    max-width: 920px;
    width: 90%;
    margin: auto;
}

.custom-banner h1 {
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 15px;
}

.custom-banner.custom-banner1 h1 {
    color: #000000;
    font-size: 64px;
    line-height: 70px;
    font-weight: bold;
    margin-top: 0;
}

.univariety-wrap section.custom-banner h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400 !important;
    margin-bottom: 20px;
}

.custom-banner span {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.btn-intro {
    background: #fff;
    width: 180px;
    height: 50px;
    margin-top: 25px;
    color: #00056a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.btn-intro i {
    width: 22px;
    height: 22px;
    background: #00056a;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-intro i:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    width: 0;
    height: 0;
    left: 9px;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-intro:hover {
    background: #00056a;
    color: #fff !important;
    border: 1px solid #fff;
}

.btn-intro:hover i {
    background: #fff;
}

.btn-intro:hover i::before {
    border-left: 7px solid #00056a;
}

.univariety_alumni_main_banner {
    background: #fff url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat bottom center;
    box-shadow: 0 5px 5px 0px #d9d9d999 inset;
}

.univariety_alumni_main_banner_text .banner_title {
    font-size: 64px;
    color: #00056a;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 70px;
}

.univariety_alumni_main_banner_container {
    padding: 0 0;
    max-width: 1040px;
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.univariety_alumni_main_banner_text {
    width: 48%;
    padding-left: 3%;
}

.banner-img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.univariety_alumni_main_banner .btn-intro {
    background: #00056a;
    color: #fff !important;
    box-shadow: 0px 5px 15px #0000001A;
}

.univariety_alumni_main_banner .btn-intro i {
    background: #fff;
}

.univariety_alumni_main_banner .btn-intro i:before {
    border-left: 7px solid #00056a;
}

.univariety_alumni_main_banner .btn-intro:hover {
    background: #fff;
    color: #00056a !important;
}

.univariety_alumni_main_banner .btn-intro:hover i {
    background: #00056a;
}

.univariety_alumni_main_banner .btn-intro:hover i::before {
    border-left: 7px solid #fff;
}

.icon-arrow {
    background: url(../../404.html) no-repeat 0 0;
    width: 97px;
    height: 30px;
}

.btn-intro.mt-0 {
    margin-top: 0;
}

.btn-intro+.icon-arrow {
    margin: 6px 0 0 30px;
}

.mt-4 {
    margin-top: 20px;
}

.alumni_network {
    background: #fff url(../../404.html);
}

.alumni_network .sub-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
}

.alumni_network p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 46px !important;
}

.alumni_network_count {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 8px;
}

.alumni_network_count::-webkit-scrollbar {
    height: 4px;
}

.alumni_network_count::-moz-scrollbar {
    height: 4px;
}

.alumni_network_count::-webkit-scrollbar-track {
    background: #ccc;
}

.alumni_network_count::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.alumni_network_count ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.alumni_network_count li {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #0034571A;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    width: 220px;
    min-width: 220px;
    text-align: center;
}

.alumni_network_count li b {
    color: #00056a;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
}

.alumni_network_count li:not(:last-child) {
    margin-right: 10px;
}

.alumni_network_count li p {
    margin: 7px 0 0 !important;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    opacity: 1;
    color: #262626;
}

.alumni_network_count li .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.alumni_network_count li .icon.hat {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/graduation-cap.svg') no-repeat 0 0;
    width: 48px;
}

.alumni_network_count li .icon.brifecase {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/career.svg') no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.building {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/office-building.svg') no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.global {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/union.svg') no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.college {
    background: url('../../404.html') no-repeat 0 0;
    width: 42px;
}

.univariety-wrap section.guiding_alumni h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
}

.univariety-wrap section.guiding_alumni p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.owl-theme.owl_slider .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.owl-theme.owl_slider .owl-wrapper .owl-item .item {
    height: 100%;
}

.guiding_alumni_block {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px #0000000A;
    border-radius: 4px;
    opacity: 1;
    padding: 20px;
    height: 280px;
    overflow: hidden;
}

.owl-theme.owl_slider .owl-nav {
    position: static;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

section .owl-theme.owl_slider .owl-nav .disabled {
    opacity: 0.5;
    /* display: none; */
}

section .owl-theme.owl_slider .owl-nav button {
    position: absolute;
    top: 0;
    padding: 0;
    margin: auto;
    line-height: 0;
    bottom: 0;
    background-color: transparent !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
}

section .owl-theme.owl_slider .owl-nav button span {
    font-size: 0;
}

.owl-theme.owl_slider .owl-controls .owl-buttons div:after,
.owl-theme.owl_slider .owl-controls .owl-buttons div:before {
    display: none !important;
}

.owl_slider .owl-nav>div {
    top: 37%;
    position: absolute;
}

.guiding_alumni_block_wrap .owl-controls .owl-nav>div.disabled {
    display: none !important;
}

.owl-theme.owl_slider .owl-nav .owl-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    width: 45px;
    height: 45px;
    font-size: 0 !important;
    left: -70px;
    opacity: 1;
    transform: rotate(0);
    background-color: #fff !important;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.owl-theme.owl_slider .owl-nav .owl-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    width: 45px;
    height: 45px;
    font-size: 0 !important;
    right: -70px;
    opacity: 1;
    transform: rotate(0);
    background-color: #fff !important;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.owl-theme.owl_slider .owl-controls .owl-pagination {
    width: 100%;
    display: none;
}

.owl-theme.owl_slider .owl-controls .owl-buttons {
    width: 100%;
}

.owl-theme.owl_slider .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme.owl_slider .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.owl-theme.owl_slider .item {
    height: 100%;
}

.owl-theme.owl_slider#success_stories_slider .item {
    padding: 0 1px 8px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff70;
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.full_guiding_alumni {
    width: 94%;
    margin: auto;
}

.full_guiding_alumni .guiding_alumni_block_wrap h2,
.full_guiding_alumni .guiding_alumni_block_wrap p {
    color: #fff;
}

.full_guiding_alumni .guiding_alumni_block_wrap p {
    font-size: 18px;
    line-height: 24px;
}

.full_guiding_alumni .guiding_alumni_block {
    padding: 30px;
}

.full_guiding_alumni .guiding_alumni_block .guiding_alumni_top {
    padding-bottom: 24px;
}

.full_guiding_alumni .guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_img {
    margin-bottom: 20px;
}

.full_guiding_alumni .guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_name {
    color: #802f31;
    font-size: 24px;
    text-align: center;
}

.full_guiding_alumni .guiding_alumni_college_cource {
    padding-top: 23px;
}

.full_guiding_alumni .guiding_alumni_college_cource ul li i.college {
    width: 32px;
    height: 32px;
    background: url('../../404.html') no-repeat 0 0 / 100%;
    margin-right: 15px;
}

.full_guiding_alumni .guiding_alumni_college_cource ul li i.brifecase {
    width: 30px;
    height: 30px;
    background: url('../../404.html') no-repeat 0 0 / 100%;
    margin-right: 15px;
}

.full_guiding_alumni .guiding_alumni_college_cource ul li span {
    width: calc(100% - 53px);
    font-size: 18px;
    line-height: 20px;
}

.alumni_links {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.alumni_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.alumni_links ul li {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.alumni_links ul li:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #1290bf;
}

.alumni_links ul li a {
    background: #802F31;
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.alumni_links ul li a:hover {
    background: #4F080A;
}

.alumni_links ul li span {
    font-weight: 600;
    font-size: 20px;
}

.alumniMentors .owl-carousel .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.alumniMentors .owl-carousel .owl-wrapper .owl-item .item {
    height: 100%;
}

.alumniMentors .owl-carousel .owl-item .item {
    padding: 0 0px 10px;
}

.alumniMentors .owl-carousel .owl-controls {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div:after,
.alumniMentors .owl-carousel .owl-controls .owl-buttons div:before {
    display: none !important;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 18px;
    height: 30px;
    font-size: 0 !important;
    left: -50px;
    opacity: 1;
    top: 110px;
    transform: rotate(0);
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div.owl-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 18px;
    height: 30px;
    font-size: 0 !important;
    right: -50px;
    opacity: 1;
    top: 110px;
    transform: rotate(0);
}

.alumniMentors .owl-carousel .owl-controls .owl-pagination {
    width: 100%;
    display: none;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons {
    width: 100%;
}

.alumniMentors .owl-carousel .owl-controls .owl-page span {
    background: #000;
}

.guiding_alumni_block_wrap .owl-theme.owl_slider .item {
    padding: 15px 0;
}

.guiding_alumni_block .guiding_alumni_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
 
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: 0px 0px 3px 2px #eee;
}


.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #00056a;
    font-family: var(--thim-font-title-font-family);
    text-align: center;
    margin-top: 15px;
}

.guiding_alumni_college_cource {
    padding-top: 14px;
}

.guiding_alumni_college_cource ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.guiding_alumni_college_cource ul li:not(:last-child) {
    margin-bottom: 12px;
}

.guiding_alumni_college_cource ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    color: #666666;
}

.guiding_alumni_college_cource ul li i.college {
    width: 24px;
    height: 24px;
background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/small-school.svg') no-repeat center;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.brifecase {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/small-brifecase.svg') no-repeat center;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.tool {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/tool.svg') no-repeat center;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.cap {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/graduation-cap.svg') no-repeat center / 100% !important;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i {
    /* filter: invert(9%) sepia(79%) saturate(6591%) hue-rotate(25deg) brightness(85%) contrast(115%);-webkit-filter: invert(9%) sepia(79%) saturate(6591%) hue-rotate(25deg) brightness(85%) contrast(115%); */
    font-size: 18px;
    background-size: 20px !important;
}

.guiding_alumni_college_cource ul li span {
    width: calc(100% - 32px);
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    vertical-align: top;
    margin: 4px 0 0;
}

.guiding_alumni_college_cource ul li span b {
    display: block;
    font-weight: 400;
}

.owl-theme.owl_slider .owl-nav.disabled {
    display: none;
}

.univariety-wrap section .guiding_alumni_college_cource p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 500;
}

.univariety-wrap section .guiding_alumni_college_cource p.batch {
    color: #292929;
}

.univariety-wrap section .guiding_alumni_college_cource p.university {
    color: #C79756;
}

.univariety-wrap section .guiding_alumni_college_cource p~ul li {
    color: #292929;
}

/* .univariety-wrap section .guiding_alumni_college_cource p ~ ul li i{ filter: invert(0) brightness(0); -webkit-filter: invert(0) brightness(0); } */
.yellow .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.univariety-wrap section.adding_alumni_value h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.adding_alumni_value p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 10px !important;
}

.x-scroll {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.x-scroll::-webkit-scrollbar {
    height: 4px;
}

.x-scroll::-moz-scrollbar {
    height: 4px;
}

.x-scroll::-webkit-scrollbar-track {
    background: #ccc;
}

.x-scroll::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.welcome .custom_tab .nav {
    margin: 0;
    min-width: 950px;
    border-bottom: 2px solid #00345715;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.welcome .custom_tab .nav .nav-item {
    border: 0;
    margin: 0;
}

.welcome .custom_tab .nav .nav-item .nav-link {
    border: 0 !important;
    background: none;
    font-size: 20px;
    font-weight: 400;
    padding: 23px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    color: #3B3B3B;
    font-family: 'Poppins', sans-serif;
}

.welcome .custom_tab .nav .nav-item .nav-link.active {
    color: #C79756;
    font-weight: 600;
}

.welcome .custom_tab .nav .nav-item .nav-link:hover {
    color: #006CB5;
}

.welcome .custom_tab .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0;
    background: #C79756;
    height: 5px;
    border-radius: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.welcome .custom_tab .nav .nav-item .nav-link.active:before {
    width: 100%
}

.welcome .custom_tab .tab-content {
    background: none;
    padding: 0;
    border: none;
}

.welcome .custom_tab .nav-tabs>li.active>a:focus,
.welcome .nav-tabs>li>a:hover {
    background: none;
}

.custom_tab .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.custom_tab {
    margin-top: 30px;
}

.custom_tab h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #00056a;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.checked-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

.checked-list li:not(:last-child) {
    margin-bottom: 24px;
}

.checked-list li {
    padding: 0 0 0 26px;
    position: relative;
    color: #666666;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.checked-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/check.svg') no-repeat 0 0;
    width: 16px;
    height: 16px;
}

.btn-signUp {
    background: #00056a;
    opacity: 1;
    width: auto;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-transform: none;
    padding: 0 30px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* .btn-signUp::before {content: '';position: absolute;top: 14px;left: 12px;width: 10px;height: 10px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;} */
.btn-signUp:hover {
    background: #fff;
    color: #00056a;
    border: 2px solid #00056a;
}

.btn-signUp:hover::before {
    left: 15px;
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.givingBackSchool {
    background-color: #D8EDFE;
    margin-bottom: -62px;
}

.univariety-wrap section.givingBackSchool h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.givingBackSchool p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 30px !important;
}

.alumni-block {
    box-shadow: 0px 20px 40px #88949B29;
    border-radius: 4px;
    padding: 50px;
}

.alumni-block:not(:last-child) {
    margin-bottom: 40px;
}

.alumni-block.monitor {
    background: #FFF;
}

.alumni-block.careerTalk {
    background: #fff;
}

.alumni-block h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #00056a;
    margin: 0 0 5px;
}

.givingBackSchool .alumni-block p {
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    margin: 0 0 20px !important;
    text-align: left;
    opacity: 1;
    margin-bottom: 20px;
}

.btn-interested {
    background: #2EC4B6;
    opacity: 1;
    width: 214px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #2EC4B6;
    text-transform: uppercase;
}

.btn-interested:hover {
    background: transparent;
    color: #2EC4B6;
}

.univariety-wrap section h2.main-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #00056a;
    text-align: center;
    margin: 0 0 8px;
}

.univariety-wrap section p.sub-title {
    color: #262626;
}

.univariety-wrap section h2.main-title span {
    position: relative;
    z-index: 1;
}

.univariety-wrap section h2.main-title span~b {
    position: relative;
    z-index: 2;
}

.student_insights {
    margin-bottom: 80px;
}

.student_insights_success_stories {
    background: #fff url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-pattern.jpg');
}

.student_insights_success_stories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 220px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.student_insights_count {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.student_insights_count::-webkit-scrollbar {
    height: 4px;
}

.student_insights_count::-moz-scrollbar {
    height: 4px;
}

.student_insights_count::-webkit-scrollbar-track {
    background: #ccc;
}

.student_insights_count::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.student_insights_count ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: auto;
}

.student_insights_count ul li:not(:last-child) {
    margin-right: 80px;
}

.student_insights_count ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.student_insights_count ul li div:last-child {
    width: calc(100% - 68px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.student_insights_count ul li .icon {
    width: 48px;
    height: 50px;
    margin-right: 20px;
    margin-top: 4px;
}

.student_insights_count ul li .icon.universities {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/universities.svg') no-repeat center;
}

.student_insights_count ul li .icon.graduation-cap {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/graduation-cap-2.svg') no-repeat center;
}

.student_insights_count ul li .icon.scholarship {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/007-scholarship-1.svg') no-repeat center;
}

.student_insights_count ul li p {
    color: #262626;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

.student_insights_count ul li b {
    font-size: 50px;
    line-height: 48px;
    margin: 0 0 10px;
    white-space: nowrap;
    color: #00056a;
    font-weight: 600;
    font-family: var(--thim-font-title-font-family)
}

.student_insights_count ul li b span {
    font-weight: 100;
}

.success_stories_block {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px #0000001A;
    border-radius: 4px;
    opacity: 1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.success_stories_block .success_stories_detail {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 15px;
}

.success_stories_profile_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.success_stories_year_school {
    color: #003457;
    font-size: 14px;
    margin-top: 4px;
    text-transform: uppercase;
}

.success_stories_block .success_stories_detail .course {
    color: #8B1216;
    font-size: 14px;
    line-height: 14px;
    margin: 14px 0;
    text-align: left;
    line-height: 18px;
}

.success_stories_profile_img img {
    width: 100%;
}

.success_stories_detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.success_stories_detail ul li:not(:last-child) {
    margin-bottom: 5px;
}

.success_stories_detail ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.success_stories_detail ul li i.tool {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/tool.svg') no-repeat center;
    margin-right: 8px
}

.success_stories_detail ul li i.brifecase {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/small-brifecase.svg') no-repeat 0 0;
    margin-right: 8px
}

.success_stories_detail ul li span {
    width: calc(100% - 32px);
    line-height: 18px;
    font-size: 13px;
    font-family: 'Muli' !important;
    text-align: left;
}

.success_stories .owl-theme.owl_slider .owl-controls .owl-buttons div.owl-next {
    filter: invert(1);
    top: 44%;
    -webkit-filter: invert(1);
}

.success_stories .owl-theme.owl_slider .owl-controls .owl-buttons div.owl-prev {
    filter: invert(1);
    top: 44%;
    -webkit-filter: invert(1);
}

.success_stories .owl-theme.owl_slider .owl-controls .owl-page span {
    background: #595959;
}

section.career_paths {
    background: #8B1216;
}

.univariety-wrap section.career_paths h2.main-title {
    color: #fff !important
}

.univariety-wrap section.career_paths p.sub-title {
    color: #fff
}

.univariety-wrap section.career_paths h2.main-title span::before {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-43871.svg') no-repeat left top 15px;
    opacity: 0.5;
}

.univariety-wrap section.career_paths p.sub-title {
    opacity: 1
}

.univariety-wrap section.career_paths p.sub-title {
    opacity: 1
}

.career_paths .card .card-body {
    padding: 30px 0;
}

.progressWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.progressWrap .ProgressCol {
    width: 50%;
    padding: 0 30px;
}

.graphblk {
    overflow: hidden;
    background: #fff;
    margin: 30px auto 0;
    width: 100%;
    max-width: 1157px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    box-shadow: 0px 5px 40px #00345726;
}

.graphblk>div {
    width: 100%;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* .graphblk > div:last-child{background-color: #F0F9FF;width: 54%;} */
.graphblk>div .xscroll {
    padding-top: 30px;
}

.univariety-wrap section .graphblk h2 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.dark-brown {
    background-color: #C79756;
}

.dark-blue {
    background-color: #192F59;
}

.graphblk .progresstext {
    position: absolute;
    right: 5px;
    left: auto;
    width: 40px;
    text-align: center;
    bottom: auto;
    margin: auto;
    top: -42px;
    line-height: 40px;
    font-weight: 300;
    font-size: 16px;
    background: none;
}

.graphblk>div:first-child .progresstext {
    color: #000;
}

.graphblk>div:last-child .progresstext {
    color: #000;
}

.bigVerticalProgress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
    /*  flex-direction:column; */
}

.bigVerticalProgress .graphContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0 9px;
    width: 50px;
}

.bigVerticalProgress .graphContainer .progress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 235px !important;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: end;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
    overflow: visible;
}

.bigVerticalProgress .graphContainer .progress .progress-bar span {
    display: none;
}

.bigVerticalProgress .graphContainer .progress .progress-bar {
    border-radius: 4px;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 6px 6px 0px 0px;
}

.bigVerticalProgress .verticleProgress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width:100%;*/
}

.verticleProgress .caption span {
    letter-spacing: 0;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    vertical-align: top;
}

.bigVerticalProgress .verticleProgress .caption {
    text-align: center;
    max-width: 180px;
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
}

.graphblk>div:first-child .bigVerticalProgress .verticleProgress .caption {
    text-align: center;
    max-width: 80px;
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.graphblk>div:first-child .progress {
    background-color: #FFFBF0;
}

.graphblk>div:last-child .progress {
    background-color: #F5F5F5;
}

.xscroll {
    overflow-x: auto;
}

.xscroll {
    margin-bottom: 0px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.xscroll::-webkit-scrollbar {
    height: 6px;
    /* width of the entire scrollbar */
}

.xscroll::-webkit-scrollbar-track {
    background: #ccc;
    /* color of the tracking area */
}

.xscroll::-webkit-scrollbar-thumb {
    background-color: #eee;
    /* color of the scroll thumb */
    border-radius: 2px;
    /* roundness of the scroll thumb */
    border: 1px solid #ccc;
    /* creates padding around scroll thumb */
}

.univariety_alumni_top_colleges {
    background: #fff url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-pattern.jpg');
}

.univariety_alumni_top_colleges_container {
    max-width: 1140px;
    width: 90%;
    margin: auto;
    padding: 0;
}

.univariety_alumni_top_colleges_title {
    font-size: 48px;
    color: #F01A22;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 50px;
    text-align: center;
}

.univariety_alumni_top_colleges_sub_title {
    font-size: 22px;
    color: #000;
    font-weight: 100;
    line-height: 26px;
    text-align: center;
    margin-bottom: 36px;
}

.univariety_alumni_top_colleges_tab .nav {
    border-bottom: 2px solid #00345715;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link {
    background: none;
    border: 0;
    font-size: 20px;
    color: #666;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding: 10px 28px 20px;
    position: relative;
    cursor: pointer;
    font-family: var(--thim-font-title-font-family);
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link b {
    font-weight: 600;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:focus {
    outline: none;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:focus-within {
    outline: none;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    background: #006CB5;
    height: 5px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link.active:before {
    width: 100%;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link.active {
    color: #000;
}

.univariety_alumni_top_colleges_tab .tab-content {
    padding: 20px 0 0;
    border: none
}

.univariety_alumni_top_colleges_tab .tab-content>.tab-pane {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.univariety_alumni_top_colleges_tab .tab-content>.tab-pane.active {
    height: auto;
    overflow: visible;
}

.top_colleges_block_wrap {
    width: 373px;
}

.college_block:not(:last-child) {
    margin-bottom: 10px;
}

.college_block {
    background: #FFFFFF;
    border: 2px solid #ECF0F3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    min-height: 80px;
}

.college_block .college_logo {
    margin-right: 15px;
}

.college_name {
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    white-space: normal;
    width: calc(100% - 80px);
}

.univariety_alumni_top_colleges_tab .owl-nav>button {
    position: absolute;
    top: 40%;
    width: 26px !important;
    height: 48px !important;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0 !important;
    display: inline-block;
    border-radius: 0 !important;
    font-size: 0;
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button span {
    display: none !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button.owl-prev {
    font-size: 0;
    left: -80px;
    transform: scaleX(-1) translateY(0) !important;
    -webkit-transform: scaleX(-1) translateY(0) !important;
    -moz-transform: scaleX(-1) translateY(0) !important;
    -ms-transform: scaleX(-1) translateY(0) !important;
    -o-transform: scaleX(-1) translateY(0) !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button.owl-next {
    font-size: 0;
    right: -80px;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button span {
    display: none;
}

.univariety_alumni_top_colleges_tab .owl-nav>button.disabled {
    opacity: 0.3;
}

.univariety-wrap section.univariety_alumni_child_benefits {
    background: #D8EDFE;
    padding: 0;
}

.univariety-wrap section.univariety_alumni_child_benefits .univariety_alumni_child_benefits_container {
    padding-bottom: 0;
}

.univariety_alumni_child_benefits_container {
    padding: 80px 0;
}

.univariety_alumni_child_benefits_title {
    font-size: 30px;
    color: #00056a;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: center;
    font-family: var(--thim-font-title-font-family);
}

.univariety_alumni_child_benefits_sub_title {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 45px;
}

.student_guidance_tabsec {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1384px;
}

.student_guidance_tabsec>h2 {
    font-size: 50px;
    margin-bottom: 25px;
    font-family: 'Proxima-Nova-Bold';
}

.student_guidance_tabsec>p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
    font-family: 'Proxima-Nova-Semibold';
    text-align: center;
    color: #212529;
}

.student_guidance_tabsec .nav-pills {
    margin: auto auto 40px;
    background: transparent;
    border: 0px solid #074DA2;
    border-radius: 25px;
    width: 90%;
    overflow: visible;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.student_guidance_tabsec .nav-pills .nav-item {
    width: 204px;
    height: 50px;
}

.student_guidance_tabsec .nav-pills .nav-item:not(:last-child) {
    margin-right: 20px;
}

.student_guidance_tabsec .nav-pills .nav-link {
    color: #000;
    padding: 6px 30px;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: none;
    line-height: 38px;
    border: 2px solid #000000;
    border-radius: 25px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student_guidance_tabsec .nav-pills .nav-link:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #C79756;
    width: 0;
    height: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.student_guidance_tabsec .nav-pills .nav-link.active {
    color: #FFF !important;
    border-color: #C79756;
    background: #C79756;
    border-radius: 25px;
    font-weight: normal;
}

.student_guidance_tabsec .nav-pills .nav-link.active:before {
    opacity: 1;
    top: 100%;
}

.student_guidance_tabsec .tab-pane img {
    width: 100%;
    height: auto;
}

.student_guidance_tabsec .tab-pane p {
    margin: 0 auto 40px;
    max-width: 1020px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
    color: #292929;
    opacity: 1;
}

.pill-header {
    font-size: 30px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 50px;
    text-align: center;
    margin-top: 0px;
    font-family: var(--thim-font-title-font-family);
}

.btn-enquire {
    background: #5CAE48;
    box-shadow: 0px 3px 6px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    padding: 8px 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-enquire:hover {
    color: #fff;
    text-decoration: none;
    background: #4C9939;
    box-shadow: 0px 3px 26px #00000033;
}

.student_guidance_tabsec .tab-content {
    padding: 0;
    border: 0;
}

/*watch tab video pop up css*/
.video-wrapper {
    width: 71%;
    left: 0;
    right: 0;
    top: 36%;
    position: absolute;
    height: 42%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videoLeftSection {
    width: 53%;
    margin-top: 10px;
}

.videoRightSection {
    width: 37.3%;
    margin-right: 0.8%;
    margin-top: 20px;
}

.video-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-wrapper .videoLeftSection ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-wrapper .videoLeftSection ul li {
    width: 48%;
    margin-bottom: 4.5%;
}

.video-wrapper .videoRightSection ul li {
    margin-bottom: 16px;
}

#video_pop .embed-responsive-16by9::before {
    padding-top: 56.2%;
}

#video_pop button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    opacity: 1;
    padding: 3px 5px;
    border-radius: 1px;
    z-index: 9;
    height: 24px;
    display: flex;
    align-items: start;
    justify-content: center;
}

#video_pop button.close span {
    line-height: 20px;
    vertical-align: top;
    margin: -1px 0 0;
}

.z-9999 {
    z-index: 9999;
}

.video-wrapper .video-btn {
    display: inline-block;
    position: relative;
}

.video-wrapper ul li a .icon-play {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #007DC5;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper ul li a .icon-play::before {
    width: 0;
    height: 0;
    content: '';
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    font-size: 0;
    position: static;
    margin-left: 11%;
}

.video-wrapper ul li a:hover .icon-play {
    background: #5CAE48;
}

.video-wrapper .videoRightSection ul li a .icon-play {
    width: 28px;
    height: 28px;
}

.video-wrapper .videoRightSection ul li a .icon-play::before {
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.student_guidance_tabsec .tab-pane .videoLeftSection a img {
    border-radius: 4px;
}

.student_guidance_tabsec .tab-pane .videoRightSection a img {
    border-radius: 4px;
    box-shadow: 0px 4px 7px #0D345354;
}

.webinar-brife {
    position: absolute;
    top: 25px;
    left: 38%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 19px;
}

.webinar-brife b {
    font-weight: 500;
    display: block;
    font-size: 13px;
}

.webinar-brife:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
    width: 3px;
    height: 32px;
    background: #FBB217;
}

.deskonly {
    display: block;
}

.mobileonly {
    display: none;
}


.univariety_alumni_guiding {
    background: #fff url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-pattern.jpg');
    margin-bottom: -58px;
}

.alumni_mentors .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.univariety_alumni_guiding .item {
    padding: 15px 15px 30px;
    height: 100%;
}

.univariety_alumni_guiding_block {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.univariety_alumni_guiding_detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #70707030;
}

.univariety_alumni_guiding_detail .profile_img {
    width: 80px;
    margin-right: 10px;
}

.univariety_alumni_guiding_brife {
    text-align: left;
    width: calc(100% - 90px);
}

.univariety_alumni_guiding_brife .profile_name {
    text-align: left;
    color: #00056a;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}

.univariety_alumni_guiding_brife .profile_yrs {
    text-align: left;
    font-size: 14px;
    margin: 5px 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    line-height: 16px;
    margin-bottom: 10px;
}

.univariety_alumni_guiding_brife .college {
    color: #C79756;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.univariety_alumni_guiding_block .guiding_alumni_college_cource {
    padding-top: 0;
}

main section.univariety_alumni_guiding .owl-nav button {
    position: absolute;
    top: 47%;
    width: 26px !important;
    height: 48px !important;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0 !important;
    display: inline-block;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: none !important;
}

main section.univariety_alumni_guiding .owl-nav button span {
    font-size: 0 !important;
}

main section.univariety_alumni_guiding .owl-nav button.owl-prev {
    left: -80px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

main section.univariety_alumni_guiding .owl-nav button.owl-next {
    right: -80px;
}

main section.univariety_alumni_guiding .owl-nav button span {
    display: none;
}

/* .alumni_mentors .guiding_alumni_college_cource ul li i { filter: invert(0) brightness(0); -webkit-filter: invert(0) brightness(0); } */

.top-colleges-slider .owl-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0;
    width: 26px;
    height: 48px;
    font-size: 0;
}

.top-colleges-slider .owl-nav>div.owl-prev {
    left: -50px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.top-colleges-slider .owl-nav>div.owl-next {
    right: -50px;
}

.top-colleges-slider .owl-nav>div.disabled {
    opacity: 0.5;
}

.alumni_mentors .owl-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0;
    width: 26px;
    height: 48px;
    font-size: 0;
}

.alumni_mentors .owl-nav>div.owl-prev {
    left: -50px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.alumni_mentors .owl-nav>div.owl-next {
    right: -50px;
}

.alumni_mentors .owl-nav>div.disabled {
    opacity: 0.5;
}

.univariety_alumni_guiding .btn-watch {
    height: 34px;
    background: #FFC203;
    box-shadow: 0px 3px 6px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    text-transform: capitalize;
    align-items: start;
    padding: 3px 30px;
}

.univariety_alumni_guiding .btn-watch:hover {
    color: #08ae55;
    background: #FFF;
}

section[class*="univariety_"] {
    overflow: hidden;
}

.univariety_guiding_alumni .owl-dots button {
    width: 10px;
    height: 10px;
    vertical-align: top;
    margin: 5px;
}

.univariety_guiding_alumni .owl-dots {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}

.univariety_guiding_alumni .owl-dots button span {
    background: #fff9;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    /*! border: 2px solid #000; */
}

.univariety_guiding_alumni .owl-dots button.active span {
    background: #f0c22a;
    border-color: #fff;
}

.univariety_alumni_top_colleges_tab .powerby {
    justify-content: end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
}

.univariety_alumni_top_colleges_tab .powerby a {
    margin-left: 10px;
}

.btn-download {
    height: 40px;
    background: #AA1F26;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.btn-download:hover {
    background: #ef4224;
    color: #fff;
}

.other_links_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.other_links_wrap>div {
    padding: 0px 50px 0px;
    margin: 30px 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.other_links_wrap>div:first-child {
    border-right: 1px solid #E5E5E5;
}

.other_links_wrap>div h4 {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.btn-knowmore {
    opacity: 1;
    background: transparent linear-gradient(180deg, #F89100 0%, #E58600 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -2px 0px #C27100, inset 0px 1px 0px #FCC880;
    border: 1px solid #AE771A;
    border-radius: 4px;
    width: 100px;
    height: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Droid Sans', Arial, Verdana, sans-serif;
    color: #fff;
    text-shadow: 0px 1px 0px #00000052;
}

.btn-knowmore:hover {
    color: #fff;
    background: transparent linear-gradient(180deg, #C27100 0%, #F89100 100%) 0% 0% no-repeat padding-box;
}

.other_links_wrap .btn-signUp {
    background: #fff;
    border: 2px solid #fff;
    color: #00056a;
    font-size: 16px;
    height: 45px;
    padding: 0 24px;
    width: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 3px;
    text-transform: capitalize;
    position: relative;
}

.other_links_wrap .btn-signUp::before {
    content: '';
    display: none;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.other_links_wrap .btn-signUp:hover {
    color: #fff;
    background: #00056a;
    border: 2px solid #fff;
}

/* .other_links_wrap .btn-signUp:hover::before{border-right: 2px solid #009846; border-bottom: 2px solid #009846;left: 22px;} */

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_colleges_wrap .tab-content .col-md-6:first-child {
    border-right: 1px solid #E5E5E5;
}

.top_colleges_wrap .tab-content .tab-pane {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar {
    width: 4px;
}

.top_colleges_wrap .tab-content .tab-pane::-moz-scrollbar {
    width: 4px;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar-track {
    background: #ccc;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.colg_sec_logos>div {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.logoborder {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colg_sec_logos p {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.colg_sec_logos>div:first-child {
    padding-top: 0;
}

.top_colleges_wrap .tab-content .tab-pane .colg_sec_logos .font-16 {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    color: #000;
    margin: 0;
}

.alumniMentors {
    background: #f5f5f5;
}

.alumni_Mentors_wrap>p {
    color: #EFD4D6;
    margin-bottom: 35px;
}

.alumniMentors_slider.owl-carousel .owl-stage {
    display: flex;
}

.alumniMentors_slider.owl-carousel .owl-stage .owl-item .item {
    height: 100%;
}

.alumni_Mentors_cover {
    width: 270px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.alumni_profile_details {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 0 0 6px 6px;
    padding: 20px;
    text-align: left;
    flex: 1
}

.alumni_profile_img {
    width: 100%;
    padding: 0 20px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/path-74076.svg') no-repeat left 20px / 100%;
    position: relative;
}

.owl-carousel .owl-item .alumni_Mentors_cover .alumni_profile_img img {
    max-width: 90px;
    width: 90px;
    position: relative;
    border-radius: 5px;
}

.alumni_profile_img:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 41px;
    position: absolute;
}

.alumni_profile_details h3 {
    font-size: 22px;
    color: #020202;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

.alumni_profile_details .year_school {
    font-style: italic;
    color: black;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.alumni_profile_details>p {
    color: #000000;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 18px;
}

.alumni_profile_details ul {
    padding: 0;
    margin: 0;
}

.alumni_profile_details ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
}

.alumni_profile_details ul li i {
    width: 18px;
    margin-right: 10px;
}

.alumni_profile_details ul li span {
    flex: 1;
}

.alumni_profile_details ul li:first-child {
    color: #9E1621;
}

.alumni_profile_details ul li:not(:last-child) {
    margin-bottom: 14px;
}

.alumni_profile_details ul li i.icon-hat {
    height: 13px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/001-mortarboard.svg') no-repeat 0 0;
    margin-top: 2px;
}

.alumni_profile_details ul li i.icon-scale {
    height: 18px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img//003-portfolio.svg') no-repeat 0 0;
    margin-top: 2px;
}

.alumni_profile_details ul li i.icon-bag {
    height: 16px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/003-portfolio.svg') no-repeat 0 0;
    margin-top: 2px;
}

.btn-view-journet {
    border: 1px solid #EF4224;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    color: #EF4224;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-view-journet:hover {
    color: #fff;
    background: #ef4224;
}

.powerBy {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    align-items: center;
}

.powerBy span {
    margin-right: 20px;
    font-size: 16px;
    font-style: italic;
    margin-top: -6px;
}

.powerBy.justify-content-center {
    justify-content: center;
    color: #000;
}

button.btn-custom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-custom-close span {
    margin: -5px 0 0;
}

.core-menu li a {
    padding: 13px 9px;
}

.powerBy.center-align {
    justify-content: center;
    margin-bottom: -30px;
    color: #fff;
}

.univariety-wrap .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 14px;
}

.univariety-wrap .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #666;
    border-radius: 50%;
    margin: 5px;
    opacity: 0.4;
}

.univariety-wrap .owl-dots .owl-dot.active {
    opacity: 1;
}

.univariety-wrap .guiding_alumni .owl-dots .owl-dot {
    background: #fff;
}

@media (max-width: 1024px) {
    .univariety_alumni_main_banner_text .banner_title {
        font-size: 48px;
        line-height: 50px;
    }

    .univariety_alumni_main_banner_text {
        width: 40%;
        padding-left: 0;
    }

    .alumni_network_count ul {
        justify-content: start;
    }
}

@media (max-width: 991px) {
    .banner_sub_title {
        margin-bottom: 2vw;
    }

    .univariety_pay_block_image {
        width: 40%;
    }

    .univariety_pay_block_image img {
        width: 100%;
    }

    .univariety_alumni_main_banner_text .banner_title {
        font-size: 50px;
        line-height: 70px;
    }

    .owl-theme.owl_slider .owl-controls .owl-buttons div {
        display: none;
    }

    .owl-theme.owl_slider .owl-controls .owl-pagination {
        display: block;
    }

    .custom_tab .nav-pills {
        min-width: 690px;
    }

    .custom_tab .nav-pills .nav-item .nav-link {
        padding: 23px 15px;
        font-size: 18px;
    }

    .custom-banner .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-banner h1 {
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        font-weight: bold !important;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .univariety-wrap section.custom-banner h2 {
        font-size: 30px;
    }

    .custom-banner span {
        color: #fff;
        font-size: 26px;
    }

    .custom-banner.column-reverse .row {
        flex-direction: column-reverse;
    }

    .custom-banner-brife {
        text-align: center;
    }

    .custom-banner-brife .btn-intro {
        margin: 30px auto;
    }

    .welcome .custom_tab .nav-tabs li a {
        font-size: 20px !important;
    }

    .block-wrap .flex-row-reverse {
        flex-direction: row;
    }

    .block-wrap .alumni-block h3 {
        margin-top: 30px;
    }

    .custom-banner-brife .d-flex.align-items-center.justify-content-center.mt-4 {
        justify-content: center;
    }

    .custom-banner-brife .btn-intro.video-btn.mt-0 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 830px) {
    .univariety-wrap section.univariety_alumni_main_banner {
        padding: 0;
    }

    .univariety_alumni_main_banner_text {
        width: 100%;
    }

    .univariety_alumni_main_banner_container {
        padding: 50px 0;
    }

    .univariety_alumni_main_banner {
        background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat 0 center / auto 70%;
    }

    .univariety_alumni_main_banner_container .banner-img {
        flex-basis: 100%;
    }

    .other_links_wrap>div {
        padding: 0px 40px 0px;
    }
}

@media (max-width: 786px) {
    .alumni_links ul {
        flex-direction: column;
    }

    .alumni_links ul li {
        padding: 0;
        text-align: center;
        justify-content: center;
        position: relative;
    }

    .alumni_links ul li:not(:last-child) {
        margin: 0 0 40px;
        padding: 0 0 40px;
        border-right: 0px solid #1290bf;
    }

    .alumni_links ul li:first-child:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        height: 1px;
        background: #1290bf;
        margin: auto;
    }

    .student_insights_count ul li:not(:last-child) {
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .deskonly {
        display: none;
    }

    .mobileonly {
        display: block;
    }

    .student_guidance_tabsec .nav-pills .nav-link {
        padding: 6px 30px;
        font-size: 20px;
        width: 150px;
        text-align: center;
    }

    .mobilebgsec {
        display: block;
        width: 345px;
        height: 654px;
        margin: 0 auto;
        background: url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-43391.png') center top no-repeat;
        padding: 72px 18px 0 19px;
    }

    .yscroll {
        height: 100%;
        overflow-y: auto;
        scrollbar-width: none;
    }

    .xscroll {
        scrollbar-width: none;
    }

    .univariety_alumni_child_benefits_title {
        line-height: 40px;
    }

    .mobilebgsec .yscroll>div {
        height: max-content;
        width: 100%;
    }

    .mobilebgsec .yscroll>div img {
        width: 100%;
        height: auto;
    }

    .mobilebgsec .video-wrapper {
        width: 100%;
        display: flex;
        background: #F7F9F9;
        padding: 20px 15px;
        position: static;
    }

    .videoLeftSection {
        width: 100%;
    }

    .videoRightSection {
        width: 100%;
        margin: 10px 0 0;
    }

    .mobilebgsec .video-wrapper h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .mobilebgsec .video-wrapper p {
        text-align: left;
        font-size: 14px;
        margin: 0 0 15px;
    }

    .pill-header {
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 35px;
        margin-top: 15px;
    }

    .tabSection {
        flex-direction: column;
    }

    .tabSection .nav .nav-item:not(:last-child) {
        margin: 0 10px 0 0;
    }

    .tabSection .nav {
        width: 100%;
        flex-direction: row;
        margin: 0 !important;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link {
        border-radius: 30px 30px 0 0;
        padding: 20px 50px;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link.active {
        box-shadow: 0px -30px 50px 0px #0000000D;
    }

    .univariety-wrap section h2+p br {
        display: none;
    }

    .top_colleges_wrap .tab-content .tab-pane {
        max-height: 400px;
    }

    .flex-row-reverse {
        flex-direction: row;
    }

    .custom_tab h3 {
        margin-top: 35px;
    }

    .progressWrap .ProgressCol {
        width: 100%;
        padding-right: 45px;
    }

    .progressWrap .ProgressCol:first-child {
        margin-bottom: 10px;
    }

    .top_colleges_wrap .tabSection .nav li {
        width: auto;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .top_colleges_wrap .tabSection .nav a {
        border-radius: 20px 20px 0px 0px;
    }

    .top_colleges_wrap .tabSection .nav li.active a {
        box-shadow: 0px -30px 50px 0px #0000000D;
    }

    .top_colleges_wrap .tab-content .col-md-6:first-child {
        border-right: 0px solid #E5E5E5;
        width: 100%;
    }

    .main_banner_text {
        max-width: 78%;
    }

    .banner_title {
        font-size: 6.3vw;
        line-height: 7vw;
        margin-bottom: 25px;
    }

    .banner_sub_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    .graphblk {
        flex-direction: column;
    }

    .graphblk>div {
        width: 100%;
    }

    .graphblk>div:last-child {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        width: 100%;
    }

    .bigVerticalProgress {
        min-width: 630px;
    }

    .bigVerticalProgress .verticleProgress {
        width: 100%;
        max-width: 95px;
        padding: 0 10px;
    }

    .bigVerticalProgress .verticleProgress .caption {
        max-width: 50px;
        display: flex;
        justify-content: center;
    }

    .univariety_alumni_top_colleges_tab .nav {
        justify-content: start;
    }

    .univariety_alumni_top_colleges_tab .nav .nav-item .nav-link {
        font-size: 18px;
        padding: 10px 18px 20px;
        white-space: nowrap;
    }

    .top_colleges_block_wrap {
        width: 100%;
    }

    .other_links_wrap {
        flex-direction: column;
        align-items: center;
    }

    .other_links_wrap>div:first-child {
        border-right: 0px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 40px;
        margin: 30px 0 0;
    }

    .custom-banner img {
        max-width: 500px;
    }

    .custom-banner h1 {
        text-align: center;
    }

    .univariety-wrap section.custom-banner h2,
    .custom-banner span {
        text-align: center;
    }

    .btn-intro {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .univariety-wrap section {
        padding: 50px 0;
        overflow: hidden;
    }

    .custom-banner h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .custom-banner h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .custom-banner span {
        font-size: 24px;
        line-height: 30px;
    }

    .univariety_alumni_main_banner {
        background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat top left 40% / auto 95.1%;
    }

    .univariety_alumni_main_banner_text .banner_title {
        font-size: 32px;
        line-height: 40px;
    }

    .univariety_alumni_main_banner_container {
        padding: 50px 0 25px;
    }

    .guiding_alumni,
    .alumni_network,
    .adding_alumni_value {
        padding: 40px 0;
    }

    .alumni_network .sub-title {
        font-size: 22px;
        line-height: 30px;
    }

    .alumni_network_count ul {
        justify-content: start;
    }

    .alumni_network_count li {
        min-width: 220px;
    }

    .block-wrap {
        margin: 0 -30px;
    }

    .alumni-block {
        padding: 40px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .alumni-block:not(:last-child) {
        margin-bottom: 0;
    }

    .verticleProgress {
        flex-direction: column-reverse;
    }

    .verticleProgress .caption {
        justify-content: start;
    }

    .univariety-wrap section.career_paths {
        padding-bottom: 0;
        position: relative;
        box-shadow: 0px 20px 20px #0000000D;
        border-bottom: 1px solid #EDEDED;
    }

    .career_paths .card {
        box-shadow: none;
        border-radius: 0;
        margin: 0 -30px;
        border: none;
    }

    .career_paths .card .card-header {
        padding-bottom: 0;
        border: 0;
        margin-bottom: -25px;
    }

    .top_colleges_wrap .tab-content .tab-pane {
        max-height: 400px;
    }

    .tabSection {
        margin: 0 -30px;
    }

    .top_colleges_wrap .tab-content {
        border-radius: 0;
        box-shadow: none;
        padding: 30px;
    }

    .tabSection .nav {
        padding: 0;
        background: #EEEDF5;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .mb-scroll {
        padding: 10px 30px;
        background: #EEEDF5;
        overflow: auto;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link {
        border-radius: 40px;
        padding: 13px 30px;
    }

    .top_colleges_wrap .tabSection .nav a {
        padding: 10px 20px;
        white-space: nowrap;
        border-radius: 25px;
        font-size: 18px;
    }

    .top_colleges_wrap .tabSection .nav li {
        width: auto;
        margin: 0;
    }

    .colg_sec_logos>div {
        padding: 8px;
        background: #FFFFFF;
        border: 2px solid #ECF0F3;
        border-radius: 10px;
        margin-bottom: 7px;
    }

    .alumniMentors .owl-carousel .owl-wrapper .owl-item .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .alumniMentors .owl-carousel .owl-controls .owl-pagination {
        display: block;
    }

    .powerBy {
        justify-content: center;
        align-items: center;
        margin-bottom: -20px;
    }

    .univariety-wrap section h2.main-title,
    .univariety-wrap section.career_paths h2.main-title,
    .univariety-wrap section h2.main-title,
    .univariety-wrap section.top-colleges h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .powerBy.center-align {
        margin-bottom: 0px;
    }

    .student_insights_count ul {
        min-width: 480px;
        max-width: 480px;
        justify-content: start;
    }

    .student_insights_count ul li div:last-child {
        text-align: left;
        align-items: start;
    }

    .student_insights_count ul li:not(:last-child) {
        margin-right: 20px;
    }

    .student_insights_count ul li p {
        text-align: left;
    }

    .student_insights_count ul li p br {
        display: none;
    }

    .top_colleges_block_wrap {
        width: 100%;
    }

    .student_guidance_tabsec .nav-pills .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .student_guidance_tabsec .nav-pills .nav-item {
        width: 96px;
        height: 45px;
    }

    .student_guidance_tabsec .nav-pills .nav-link {
        padding: 6px 30px;
        font-size: 18px;
        width: auto;
        text-align: center;
    }

    .student_guidance_tabsec .nav-pills .nav-link::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #C79756;
    }

    .student_guidance_tabsec .tab-content {
        padding: 0px;
        border: 0;
    }

    /* .mobilebgsec {width: 100%;} */

    .banner_sub_title {
        margin-bottom: 6vw;
        font-size: 4vw;
        line-height: 5vw;
    }

    .givingBackSchool,
    .univariety_alumni_guiding {
        margin-bottom: -5px;
    }
}

@media (max-width: 380px) {
    .mobilebgsec {
        width: 300px;
        background-size: 100%;
        height: 568px;
    }
}

@media screen and (max-width:900px){
    .sc-image-card img{
        width:80% !important;
    }
}