.univariety-wrap * {
    box-sizing: border-box;
    font-family: var(--e-global-typography-accent-font-family);
}

:focus {
    outline: none !important;
}

.univariety-wrap section {
    padding: 70px 0;
    width: auto;
    float: none;
    margin: 0;
}

.univariety-wrap section.pb-0 {
    padding-bottom: 0;
}

.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: 32%;
    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: 700;
    line-height: 3vw;
    max-width: 850px;
    margin: auto auto 35px;
}

.banner_sub_title {
    font-size: 1.33vw;
    line-height: 30px;
    margin-bottom: 40px;
    color: #fff;
}

.btn-watch {
    width: 175px;
    height: 50px;
    text-decoration: none;
    background: #FFCC28;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #11317a ;
    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;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 2px solid transparent;
}

.btn-watch:hover {
    background: #fff;
    text-decoration: none;
    color: #000;
    border: 2px solid #fff;
}

.btn-watch i {
    width: 22px;
    height: 22px;
    background: #11317a;
    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 #DECABA;
    top: 6px;
    left: 9px;
}

.btn-watch:hover i {
    background: #FFCC28;
}

.btn-watch:hover i::before {
    border-left-color: #fff;
}

.univariety-wrap section.blue {
    background: #11317B;
}

.univariety-wrap section.lite-blue {
    background: #FFF8E2;
}

.univariety-wrap section.gray {
    background: #ECECEC;
}

.univariety-wrap section.black {
    background: #FFCC28;
}

.univariety-wrap section.welcome {
    background: #FFF ;
}

.top-colleges.welcome {
    background: #025FA8;
}

.text-white {
    color: #fff;
}

.bg-gray {
    background-color: #F8F8F8 ;
}

.univariety-wrap section .main-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
    color: #11317B;
    text-align: center;
}

.univariety-wrap section .sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 47px;
    color: #000;
    text-align: center;
}

.mb-5 {
    margin-bottom: 50px;
}

.txt-white-uni {
    color: #fff;
}

.custom-banner {
    background: #FFCC28;
}

.custom-banner2 {
    background: #FFCC28;
}

.custom-banner1 {
    background: url(../images/group-78458.svg) no-repeat 0 0 / 100% auto;
    box-shadow: 0 5px 5px 0px #d9d9d999 inset;
}

.img-fluid {
    max-width: 100%;
}

.w-1140 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
}

.w-990 {
    max-width: 990px;
    width: 100%;
    margin: auto;
}

.w-980 {
    max-width: 980px;
    width: 90%;
    margin: auto;
}

.w-920 {
    max-width: 920px;
    width: 90%;
    margin: auto;
}

.w-750 {
    max-width: 750px;
    width: 90%;
    margin: auto;
}

.custom-banner h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 0;
    border: none !important;
}

.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: #DECABA;
    height: 50px;
    border: 2px solid #DECABA;
    margin-top: 35px;
    color: #FFCC28;
    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;
    text-transform: uppercase;
}

.btn-intro i {
    width: 22px;
    height: 22px;
    background: #FFCC28;
    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 #DECABA;
    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: #f1ba05;
    color: #fff !important;
    border: 2px solid #f1ba05;
    text-decoration: none;
}

.btn-intro:hover i {
    background: #fff;
}

.btn-intro:hover i::before {
    border-left: 7px solid #f1ba05;
}

.univariety_alumni_main_banner {
    background: #11317B;
}

.univariety_alumni_main_banner_text .banner_title {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
    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;
    align-items: center;
}

.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;
}

.icon-arrow {
    background: url(../images/abstrack.svg) 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;
}

.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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.alumni_network_count li::before {
    display: none;
}

.alumni_network_count li b {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    color: #11317B;
}

.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: #000000;
}

.alumni_network_count li .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
    font-size: 0;
}

.alumni_network_count li .icon.hat {
    background: url(../images/graduation-cap.svg) no-repeat 0 0;
    width: 48px;
}

.alumni_network_count li .icon.brifecase {
    background: url(../images/career.svg) no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.building {
    background: url(../images/office-building.svg) no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.global {
    background: url(../images/union.svg) no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.college {
    background: url(../images/school.svg) no-repeat 0 0;
    width: 42px;
}

.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 0px 7px #0000001A;
    border-radius: 4px;
    opacity: 1;
    padding: 20px;
    height: 100%;
}

.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;
}

.univariety-wrap .owl-theme.owl_slider .owl-nav button {
    opacity: 1;
    position: absolute;
    top: 0;
    padding: 0;
    margin: auto;
    line-height: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 45px;
    height: 45px;
    font-size: 0 !important;
    background-size: 20px;
    border: none;
    box-shadow: 0px 0px 0px #0000001A;
    border: none !important;
}

.owl-theme.owl_slider .owl-nav div:after, .owl-theme.owl_slider .owl-nav:before {
    display: none !important;
}

.owl-theme.owl_slider .owl-nav div {
    position: absolute;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 4px;
    background: #fff !important;
    font-size: 0;
    width: 45px;
    height: 45px;
}

.owl-theme.owl_slider .owl-nav div span {
    display: none;
}

.owl-theme.owl_slider .owl-nav button::before {
    content: '';
    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");
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-theme.owl_slider .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

.owl-theme.owl_slider .owl-nav button.owl-prev {
    left: -70px;
}

.owl-theme.owl_slider .owl-nav button.owl-next {
    right: -70px;
    transform: scaleX(-1);
}

.guiding_alumni_block_wrap .owl-controls .owl-nav > div.disabled {
    opacity: 0.5;
}

.owl-theme.owl_slider .owl-controls .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;
    left: -70px;
    opacity: 1;
    transform: rotate(0);
}

.owl-theme.owl_slider .owl-controls .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;
    right: -70px;
    opacity: 1;
    transform: rotate(0);
}

.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%;
}

.guiding_alumni_block_wrap .owl-theme.owl_slider .item {
    padding: 8px 5px;
}

.owl-theme.owl_slider#success_stories_slider .item {
    padding: 0 1px 8px;
}

.owl-theme.owl_slider .owl-controls .owl-pagination .owl-page {
    background: #bfbfbf;
    border-color: #bfbfbf;
    width: 13px;
    height: 13px;
    margin: 0 7px;
}

.owl-theme.owl_slider .owl-controls .owl-pagination .owl-page.active {
    background: #ffb606;
    border-color: #ffb606;
}

.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;
}

.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(../images/small-school.svg) 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(../images/small-brifecase.svg) 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;
}

.alumni_mentors .owl-nav {
    margin-top: 24px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
}

.univariety_alumni_top_colleges_tab .alumni_mentors .owl-nav button {
    margin-right: 10px;
}

.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;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
}

.guiding_alumni_block .guiding_alumni_top.align-items-start {
    align-items: start;
}

.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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_img img {
    width: auto;
    height: 100%;
    max-width: inherit;
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #1C4E86;
}

.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;
    align-items: center;
    color: #3F3F42;
    padding: 0;
}

.guiding_alumni_college_cource ul li::before {
    display: none;
}

.guiding_alumni_college_cource ul li i.college {
    width: 24px;
    height: 24px;
    background: url(../images/small-school.svg) no-repeat 0 0;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.brifecase {
    width: 24px;
    height: 24px;
    background: url(../images/small-brifecase.svg) no-repeat 0 0;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.tool {
    width: 24px;
    height: 24px;
    background: url(../images/tool.svg) no-repeat 0 4px;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.cap {
    width: 24px;
    height: 24px;
    background: url(../images/graduation-cap.svg) no-repeat center / 100%;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i {
    font-size: 18px;
    background-size: 20px !important;
}

.guiding_alumni_college_cource ul li span {
    width: calc(100% - 32px);
    text-align: left;
    font-size: 15px;
    line-height: 17px;
}

.owl-theme.owl_slider .owl-nav.disabled {
    display: none;
}

.univariety-wrap section .guiding_alumni_college_cource p {
    font-size: 16px;
    line-height: 16px;
    color: #3B3B3B;
    margin-bottom: 18px;
    text-align: left;
}

.univariety-wrap section .guiding_alumni_college_cource p.batch {
    color: #292929;
}

.univariety-wrap section .guiding_alumni_college_cource p.university {
    color: #FFCC28;
}

.univariety-wrap section .guiding_alumni_college_cource p.university ~ .university {
    margin-top: 25px;
}

.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;
}

.guiding_alumni_block .guiding_alumni_top .batch {
    margin: 10px 0 0;
    line-height: 16px;
}

.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;
    list-style: none;
    padding: 0;
}

.welcome .custom_tab .nav .nav-item::before {
    display: none;
}

.welcome .custom_tab .nav .nav-item .nav-link {
    box-shadow: none;
    border: 0 !important;
    margin: 0;
    overflow: visible ;
    background: none;
    font-size: 20px;
    font-weight: 400;
    padding: 23px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    width: auto;
}

.welcome .custom_tab .nav .nav-item .nav-link.active {
    color: #FFCC28;
    font-weight: 600;
}

.welcome .custom_tab .nav .nav-item .nav-link:hover {
    color: #FFCC28;
}

.welcome .custom_tab .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0;
    background: #FFCC28;
    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::after {
    display: none;
}

.welcome .custom_tab .nav .nav-item .nav-link.active:before {
    width: 100%
}

.welcome .custom_tab .tab-content {
    background: none;
    padding: 40px 0 0;
    border: none;
}

.welcome .custom_tab .nav-tabs > li.active > a:focus, .welcome .nav-tabs > li > a:hover {
    background: none;
}

.custom_tab {
    margin-top: 30px;
}

.custom_tab h3 {
    font-size: 40px;
    line-height: 36px;
    font-weight: 600;
    color: #11317B;
    margin: 0 0 24px;
    text-transform: capitalize;
}

.custom_tab .tab-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checked-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
    list-style: none;
}

.checked-list li:not(:last-child) {
    margin-bottom: 24px;
}

.checked-list li {
    padding: 0 0 0 26px;
    position: relative;
    color: #444444;
    font-size: 18px;
    line-height: 26px;
    list-style: none;
}

.checked-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/check.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
}

p.signup-heading {
    font-weight: 600;
    margin: 0 0 4px;
}

.btn-signUp {
    background: #f4bf14;
    opacity: 1;
    width: auto;
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #031947;
    font-size: 18px;
    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;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 0 20px 2px 20px;
    border: 1px solid #FFCC28;
    margin: 3px 3px 3px 3px;
}

.btn-signUp:hover {
    background: #f1ba05;
    color: #fff;
    text-decoration: none;
    border-color: #f1ba05;
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.givingBackSchool {
    background-color: #FFF8E2;
}

.givingBackSchool p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 30px !important;
}

.alumni-block {
    box-shadow: 0px 0px 5px #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: 32px;
    font-weight: 600;
    line-height: 50px;
    color: #000000;
    margin: 0 0 10px;
}

.givingBackSchool .alumni-block p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin: 0 0 20px !important;
    text-align: left;
    opacity: 1;
    margin-bottom: 20px;
}

.givingBackSchool .alumni-block p.font-500 {
    font-weight: 600;
}

.givingBackSchool .alumni-block p.mb-0 {
    margin-bottom: 0 !important;
}

.btn-interested {
    background: #FFCC28;
    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: 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;
    overflow: hidden;
    border-radius: 25px ;
    -webkit-border-radius: 25px ;
    -moz-border-radius: 25px ;
    -ms-border-radius: 25px ;
    -o-border-radius: 25px ;
    padding: 0 20px 2px;
}

.btn-interested:hover {
    background: #0853a1;
    color: #fff;
    text-decoration: none;
}

.student_insights {
    margin-bottom: 50px;
}

.student_insights_success_stories {
    background: #fff;
}

.student_insights_count {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
}

.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: 75px;
}

.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::before {
    display: none;
}

.student_insights_count ul li div:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: start;
}

.student_insights_count ul li .icon {
    width: 48px;
    height: 50px;
    margin-right: 25px;
    margin-top: 4px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    font-size: 0;
}

.student_insights_count ul li .icon.universities {
    background: url(../images/universities.svg) no-repeat center;
}

.student_insights_count ul li .icon.graduation-cap {
    background: url(../images/008-college.svg) no-repeat center;
}

.student_insights_count ul li .icon.scholarship {
    background: url(../images/007-scholarship-1.svg) no-repeat center;
}

.student_insights_count ul li p {
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

.student_insights_count ul li b {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 8px;
    white-space: nowrap;
    color: #11317B;
    font-weight: 700;
}

.student_insights_count ul li b span {
    font-weight: 400;
    font-size: 80%;
    vertical-align: top;
    margin-top: 0px;
    display: inline-block;
}

.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(../images/tool.svg) no-repeat center;
    margin-right: 8px
}

.success_stories_detail ul li i.brifecase {
    width: 24px;
    height: 24px;
    background: url(../images/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;
}

.career_paths.green.pb-0 {
    padding-bottom: 0;
}

.univariety-wrap section.career_paths h2.main-title span::before {
    background: url(../images/group-43871.svg) no-repeat left top 15px;
    opacity: 0.5;
}

.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%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    border-radius: 2px ;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    -ms-border-radius: 2px ;
    -o-border-radius: 2px ;
}

.graphblk > div {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 100%;
    background-color: #fff;
    border: 0px dashed #EDEDED;
    max-width: 726px;
}

.univariety-wrap section .graphblk h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    color: #000000;
    font-family: var(--bs-font-sans-serif);
}

.dark-brown {
    background-color: #11317B;
}

.dark-blue {
    background-color: #EA292A;
}

.graphblk .progresstext {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    margin: auto;
    right: -42px;
    line-height: 40px;
    font-weight: 400;
    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%;
    flex-direction: column;
}

.bigVerticalProgress .graphContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0 0 0 20px;
    width: calc(100% - 132px );
}

.bigVerticalProgress .graphContainer .progress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 40px !important;
    align-items: center;
    position: relative;
    flex-direction: column;
    align-items: start;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    overflow: visible;
}

.bigVerticalProgress .graphContainer .progress .progress-bar span {
    display: none;
}

.bigVerticalProgress .graphContainer .progress .progress-bar {
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.bigVerticalProgress .verticleProgress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
}

.bigVerticalProgress .verticleProgress:not(:last-child) {
    margin-bottom: 15px;
}

.verticleProgress .caption span {
    letter-spacing: 0;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 0;
    text-align: left;
    font-size: 14px;
    color: #000;
    vertical-align: top;
}

.bigVerticalProgress .verticleProgress .caption {
    text-align: right;
    max-width: 90px;
    width: 100%;
    padding-right: 0px;
    order: -1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.graphblk > div:first-child .bigVerticalProgress .verticleProgress .caption {
    max-width: 100px;
    width: 100%;
    padding-right: 0;
}

.graphblk .progress {
    background-color: #F1F1F1;
}

.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;
}

.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;
}

.top_colleges_block_wrap {
    width: 100%;
}

.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);
}

.tabSection {
    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;
}

.tabSection .nav {
    flex-direction: column;
    width: 245px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabSection .nav .nav-item {
    float: none;
    list-style: none;
    padding: 0;
}

.tabSection .nav .nav-item::before {
    display: none;
}

.tabSection .nav .nav-item .nav-link {
    background: #fff;
    padding: 25px 37px;
    border-radius: 50px 0 0 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
    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;
    width: auto;
    margin: 0;
    box-shadow: none;
}

.tabSection .nav .nav-item .nav-link.active, .tabSection .nav .nav-item .nav-link:hover {
    background: #fff;
    color: #FFCC28;
    position: relative;
    font-weight: 600;
}

.tabSection .nav .nav-item:not(:last-child) {
    margin-bottom: 10px;
}

.tabSection .nav .nav-item .nav-link i {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
}

.tabSection .nav .nav-item .nav-link i.icon-play {
    background: url(../images/001-play.svg) no-repeat;
}

.tabSection .nav .nav-item .nav-link i.icon-play::before {
    display: none;
}

.tabSection .nav .nav-item .nav-link i.icon-watch {
    background: url(../images/003-binoculars.svg) no-repeat;
}

.tabSection .nav .nav-item .nav-link i.icon-ask {
    background: url(../images/002-question.svg) no-repeat;
}

.tab_wrap {
    background: #fff;
    padding: 60px;
    border-radius: 0 25px 25px;
    box-shadow: 0px 0px 30px #0000000D;
    display: flex;
    flex-wrap: wrap;
    height: 500px;
}

.tabSection .tab-content {
    flex: 1;
    background: none;
    padding: 0;
}

.tab_wrap .tabLeftPane {
    width: 350px;
    padding-right: 30px;
}

.tab_wrap .tabLeftPane h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
}

.tab_wrap .tabLeftPane p {
    opacity: 1;
    color: #444444;
    font-size: 18px;
    text-align: left;
    line-height: 26px;
}

.univariety_platform .tab_wrap .tabLeftPane ul {
    list-style-type: none;
    margin: 0 0 40px;
    padding: 0;
}

.tabLeftPane ul {
    padding: 0;
    margin: 0;
}

.tab_wrap .tabLeftPane ul li {
    font-size: 16px;
    position: relative;
    padding-left: 13px;
}

.tab_wrap .tabLeftPane ul li:not(:last-child) {
    margin-bottom: 20px;
}

.tab_wrap .tabLeftPane ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 20px;
    background: #AA1F26;
}

.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;
}

.tabRightPane {
    width: calc(100% - 350px);
}

.tabRightPane .tabRightPaneImg .sideImg {
    margin-left: -50px;
    width: 680px;
    max-width: 680px !important;
    margin-top: -40px;
}

.tabRightPane .tabRightPaneImg .sideImg.ask {
    max-width: 660px !important;
}

.univariety_alumni_top_colleges_tab h2 {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 7px 0;
    text-align: center;
    color: #EF4224;
}

.univariety_alumni_top_colleges_tab > p {
    margin-bottom: 35px;
    text-align: center;
    font-size: 20px;
}

.univariety-wrap section.univariety_alumni_top_colleges p.mb-50 {
    margin-bottom: 40px;
}

.univariety_alumni_top_colleges_tab .tabSection .nav .nav-item {
    float: none;
    padding: 0;
}

.univariety_alumni_top_colleges_tab .tabSection .nav .nav-item::before {
    display: none;
}

.univariety_alumni_top_colleges_tab .tabSection .nav .nav-item .nav-link {
    padding: 18px 37px;
    font-size: 18px;
    background: #FAFAFA;
    color: #000000 !important;
    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;
    width: auto;
    margin: 0;
    box-shadow: none;
    font-weight: 500;
}

.univariety_alumni_top_colleges_tab .tabSection .nav .nav-item .nav-link.active {
    background: #fff;
    color: #FFCC28 !important;
    box-shadow: -30px 0px 50px 0px #0000000D;
}

.univariety_alumni_top_colleges_tab .tab-content {
    background: #fff;
    padding: 60px 30px 60px 60px;
    height: 600px;
    border-radius: 0 25px 25px;
    width: 100%;
    box-shadow: 0px 0px 30px #0000000D;
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.univariety_alumni_top_colleges_tab .tab-content .col-md-6:first-child {
    border-right: 1px solid #E5E5E5;
}

.univariety_alumni_top_colleges_tab .tab-content .tab-pane {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 500px;
}

.univariety_alumni_top_colleges_tab .tab-content .tab-pane::-webkit-scrollbar {
    width: 4px;
}

.univariety_alumni_top_colleges_tab .tab-content .tab-pane::-moz-scrollbar {
    width: 4px;
}

.univariety_alumni_top_colleges_tab .tab-content .tab-pane::-webkit-scrollbar-track {
    background: #ccc;
}

.univariety_alumni_top_colleges_tab .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 > div:first-child {
    padding-top: 0;
}

.univariety_alumni_top_colleges_tab .tab-content .tab-pane .colg_sec_logos .font-16 {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    margin: 0;
}

/* .vc_col-md-6 {width: 50%;padding: 0 15px;} */
.univariety_alumni_top_colleges_tab .owl-nav > button {
    position: static;
    top: 40%;
    width: 40px;
    height: 40px;
    background: #fff url(../images/right-arrow-lg.svg) no-repeat center / 10px !important;
    display: inline-block;
    border-radius: 0;
    font-size: 0;
    border-radius: 3px;
    margin-right: 8px;
}

.univariety_alumni_top_colleges_tab .owl-nav > button.owl-prev {
    font-size: 0;
    left: -80px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.univariety_alumni_top_colleges_tab .owl-nav > button.owl-next {
    font-size: 0;
    right: -80px;
}

.univariety_alumni_top_colleges_tab .owl-nav > button span {
    display: none;
}

.univariety_alumni_top_colleges_tab .owl-nav > button.disabled {
    opacity: 0.5;
}

.univariety-wrap section.univariety_alumni_child_benefits {
    background: #F4F4F4;
    padding: 0;
    min-height: 880px;
}

.univariety-wrap section.univariety_alumni_child_benefits .univariety_alumni_child_benefits_container {
    padding-bottom: 0;
}

.univariety_alumni_child_benefits_container {
    padding: 80px 0;
}

.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 #2EC4B6;
    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: #2EC4B6;
    background: #2EC4B6;
    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: 940px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
    color: #292929;
    opacity: 1;
}

.pill-header {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 50px;
    text-align: center;
    margin-top: 45px;
    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 li::before {
    display: none;
}

.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%;
    padding: 0;
}

.video-wrapper .videoRightSection ul li {
    margin-bottom: 16px;
    padding: 0;
}

#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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#video_pop button.close span {
    line-height: 20px;
    vertical-align: top;
    margin: -5px 0 0;
    display: none;
}

#video_pop button.close::before, #video_pop button.close::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background: #000;
}

#video_pop button.close::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.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;
}

.alumni_mentors .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.univariety_alumni_guiding .item {
    height: 100%;
    padding: 5px 0;
}

.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;
    flex: 1;
}

.univariety_alumni_guiding_detail .profile_img {
    width: 90px;
    margin-right: 20px;
}

.univariety_alumni_guiding_brife {
    text-align: left;
    width: calc(100% - 110px);
}

.univariety_alumni_guiding_brife .profile_name {
    text-align: left;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: var(--thim-font-title-font-family);
}

.univariety_alumni_guiding_brife .profile_yrs {
    text-align: left;
    font-size: 14px;
    margin: 5px 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: #292929;
    line-height: 16px;
    margin-bottom: 10px;
}

.univariety_alumni_guiding_brife .college {
    color: #2EC4B6;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.univariety_alumni_guiding_block .guiding_alumni_college_cource {
    padding-top: 0;
}

.univariety_alumni_guiding .owl-nav div {
    opacity: 1;
    position: static;
    top: 38%;
    width: 45px;
    height: 45px;
    background: #fff url(../images/right-arrow-lg.svg) no-repeat center / 10px;
    display: inline-block;
    border-radius: 0;
    font-size: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.univariety_alumni_guiding .owl-nav div.owl-prev {
    left: -80px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.univariety_alumni_guiding .owl-nav div.owl-next {
    right: -80px;
    margin-left: 8px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.univariety_alumni_guiding .owl-nav div span {
    display: none;
}

/* .alumni_mentors .guiding_alumni_college_cource ul li i { filter: invert(0) brightness(0); -webkit-filter: invert(0) brightness(0); } */
.univariety_alumni_guiding .owl-nav div.disabled {
    opacity: 0.3;
}

.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 div {
    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 div 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 div.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 #2668b2;
}

.other_links_wrap > div h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: var(--bs-font-sans-serif);
    color: #fff;
}

.btn-knowmore {
    opacity: 1;
    background: #EA292A;
    box-shadow: inset 0px -2px 0px #C27100, inset 0px 1px 0px #FCC880;
    border: 1px solid #EA292A;
    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;
    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: #FFCC28;
    border: 2px solid #FFCC28;
    color: #11317b;
    font-size: 18px;
    height: 40px;
    padding: 0 30px;
    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;
    font-weight: 500;
    border-radius: 25px ;
    -webkit-border-radius: 25px ;
    -moz-border-radius: 25px ;
    -ms-border-radius: 25px ;
    -o-border-radius: 25px ;
}

.other_links_wrap .btn-signUp:hover {
    color: #000 ;
    background: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

.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;
}

.univariety-wrap section .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;
    opacity: 1;
}

.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: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.alumni_profile_details {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 8px 6px -5px #0000001A;
    border-radius: 0 0 6px 6px;
    padding: 0 20px 20px;
    text-align: left;
    flex: 1;
    border: 1px solid #d9e5f4;
    border-top: none;
}

.alumni_profile_img {
    width: calc(100%);
    padding: 0 20px 20px;
    position: relative;
}

.owl-carousel .owl-item .alumni_Mentors_cover .alumni_profile_img img {
    max-width: 90px;
    width: 90px;
    position: relative;
    border-radius: 5px;
    margin: 0;
}

.alumni_profile_img::before {
    content: '';
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    position: absolute;
    border-radius: 6px 6px;
    height: 110px;
    transform: skewy(-7deg);
    -webkit-transform: skewy(-7deg);
    -moz-transform: skewy(-7deg);
    -ms-transform: skewy(-7deg);
    -o-transform: skewy(-7deg);
    border-left: 1px solid #d9e5f4;
    border-right: 1px solid #d9e5f4;
    border-top: 1px solid #d9e5f4;
}

.alumni_profile_details h3 {
    font-size: 17px;
    color: #1C4E86;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.alumni_profile_details .year_school {
    font-style: italic;
    color: black;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.univariety-wrap section .alumni_profile_details > p {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0 15px;
    opacity: 0.7;
    text-align: left;
}

.alumni_profile_details ul {
    padding: 14px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #DCDBDB;
}

.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;
    padding: 0;
}

.alumni_profile_details ul li::before {
    display: none;
}

.alumni_profile_details ul li i {
    width: 22px;
    margin-right: 10px;
}

.alumni_profile_details ul li span {
    flex: 1;
}

.alumni_profile_details ul li:first-child {
    color: #FFCC28;
}

.alumni_profile_details ul li:not(:last-child) {
    margin-bottom: 14px;
}

.alumni_profile_details ul li i.icon-hat {
    height: 20px;
    background: url(../images/001-mortarboard.svg) no-repeat 0 0;
    margin-top: 2px;
    background-size: 22px;
}

.alumni_profile_details ul li i.icon-scale {
    width: 24px;
    height: 24px;
    background: url(../images/tool.svg) no-repeat 0px 2px;
    background-size: 15px;
    margin-right: 3px;
}

.alumni_profile_details ul li i.icon-brifecase {
    width: 24px;
    height: 24px;
    background: url(../images/small-brifecase.svg) no-repeat 0px 2px;
    background-size: 15px;
    margin-right: 3px;
}

.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;
}

.core-menu li a {
    padding: 13px 9px;
}

.powerBy.center-align {
    justify-content: center;
    margin-bottom: -30px;
    color: #fff;
}

.univariety_alumni_top_colleges_tab .owl-carousel .owl-wrapper {
    display: flex !important;
}

.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;
}

.navigation .width-navigation .navbar-nav > li > a:hover, .navigation .width-navigation .navbar-nav > li > span:hover {
    color: #333;
}

.univariety-wrap .alumni_mentors .owl-dots .owl-dot {
    background: #fff;
}

.site-header.affix .navbar-nav > li > .tc-menu-inner, .site-header.affix .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.navigation .width-navigation .navbar-nav > li > a {
    color: #000;
}

.site-header.sticky-header {
    position: sticky;
}

.menu-mobile-effect.navbar-toggle span.icon-bar {
    background-color: #150000;
}

.univariety-wrap section h2.main-title.text-white, .univariety-wrap section p.text-white {
    color: #fff;
}

.univariety_alumni_top_colleges_tab .owl-controls .owl-pagination {
    display: none;
}

.univariety_alumni_top_colleges_tab .owl-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: start;
    margin-left: 14px;
}

.univariety_alumni_top_colleges_tab .owl-buttons > div {
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 4px;
    border: none;
    font-size: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.univariety_alumni_top_colleges_tab .owl-buttons > div.owl-prev , .univariety_alumni_top_colleges_tab .owl-buttons > div.owl-next {
    margin-right: 3px;
    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;
    opacity: 1;
    transform: rotate(0);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.univariety_alumni_top_colleges_tab .owl-buttons > div.owl-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.univariety_alumni_guiding .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: -35px;
}

#video_pop .modal-body {
    padding: 0;
}

#video_pop {
    display: none;
    justify-content: center;
}

#video_pop[style="display: block;"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#video_pop button.close span {
    color: #000;
    font-size: 28px;
}

.modal.in .modal-dialog {
    width: 90%;
}

#video_pop .modal-body {
    padding: 0;
}

#video_pop .modal-content {
    max-width: 800px;
    padding: 0;
}

.mb-50 {
    margin-bottom: 50px;
}

.py-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-colleges-slider {
    width: 100%;
}

.owl-theme.top-colleges-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;
}

.owl-theme.top-colleges-slider .owl-controls .owl-buttons div:after, .owl-theme.top-colleges-slider .owl-controls .owl-buttons div:before {
    display: none !important;
}

.top-colleges-slider .owl-nav > div {
    top: 37%;
    position: absolute;
    box-shadow: none;
    border-radius: 4px;
    background-size: 18px !important;
}

.owl-theme.top-colleges-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='' stroke='' 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;
    width: 35px;
    height: 55px;
    font-size: 0 !important;
    left: -70px;
    opacity: 1;
    transform: rotate(0);
    background-color: #fff !important;
    background-size: 65px !important;
}

.owl-theme.top-colleges-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='' stroke='' 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;
    width: 35px;
    height: 55px;
    font-size: 0 !important;
    right: -70px;
    opacity: 1;
    transform: rotate(0);
    background-color: #fff !important;
    background-size: 65px !important;
}

.owl-theme.top-colleges-slider .owl-controls .owl-pagination {
    width: 100%;
    display: none;
}

.owl-theme.top-colleges-slider .owl-controls .owl-buttons {
    width: 100%;
}

.owl-theme.top-colleges-slider .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme.top-colleges-slider .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.owl-theme.top-colleges-slider .owl-nav .disabled {
    opacity: 0.3;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transform: translate(0,-50px);
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}

.modal-dialog {
    max-width: 800px;
    width: 90%;
    margin: 1.75rem auto;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transform: translate(0,-50px);
    -webkit-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    -o-transform: translate(0,-50px);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.fade {
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}

.modal.fade.show {
    opacity: 1;
    background: rgba(0,0,0,0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border-radius: .3rem;
    outline: 0;
}

.btn-close {
    font-size: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 9;
    padding: 0;
    margin: 0;
    right: 20px;
    top: 20px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 12px;
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px ;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
    -ms-border-radius: 5px ;
    -o-border-radius: 5px ;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.tab-pane.fade.show.active {
    opacity: 1;
}

.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;
}

.d-none {
    display: none;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.icon-arrow.ms-4 {
    margin-left: 24px;
}

.text-center {
    text-align: center;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

@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;
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    .tabRightPane .tabRightPaneImg .sideImg {
        margin-left: 0px;
        width: 100%;
        max-width: 760px !important;
        margin-top: 0px;
    }

    .tab_wrap {
        padding: 60px 0px 60px 60px;
    }

    .univariety-wrap section.univariety_alumni_child_benefits .univariety_alumni_child_benefits_container {
        min-height: inherit;
    }
}

@media (max-width: 1299px) {
    .tabRightPane .tabRightPaneImg .sideImg {
        margin-left: 0px;
        width: 100%;
        max-width: 760px !important;
        margin-top: 0px;
    }

    .tab_wrap {
        padding: 60px 0px 60px 60px;
        height: auto;
        margin-bottom: 50px;
    }

    .univariety-wrap section.univariety_alumni_child_benefits .univariety_alumni_child_benefits_container {
        min-height: inherit;
    }

    .tabRightPane {
        width: 100%;
    }

    .owl_slider .owl-nav > button {
        position: relative;
        vertical-align: top;
        top: auto;
        bottom: auto;
        right: auto;
        left: 0;
    }

    .owl-theme.owl_slider .owl-nav {
        justify-content: center;
    }

    .owl_slider .owl-nav > button.owl-prev {
        margin-right: 15px;
        left: auto;
    }

    .univariety-wrap .owl-theme.owl_slider .owl-nav button {
        position: relative;
        margin: 0 5px;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
    }
}

@media (max-width: 1280px) {
    .owl-theme.owl_slider .owl-nav div {
        position: static;
        margin: 0 5px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
        padding: 0 15px;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
        padding: 0 15px;
    }
}

@media (min-width: 991px) {
    .custom_tab :not(.flex-row-reverse) .tab-wrap {
        padding-left: 30px;
    }

    .custom_tab .flex-row-reverse .tab-wrap {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .mt-md-5 {
        margin-top: 50px;
    }

    .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;
        text-align: center;
    }

    .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;
    }

    .btn-intro {
        margin-left: auto;
        margin-right: auto;
    }

    .univariety_alumni_main_banner .btn-intro {
        margin-left: 0;
        margin-right: 0;
    }

    .top_colleges_block_wrap {
        width: 100%;
    }

    .alumni_profile_img::before {
        bottom: -35px;
    }

    /* .vc_col-md-6{width: 100%;} */
}

@media (max-width: 830px) {
    .univariety-wrap section.univariety_alumni_main_banner {
        padding: 0;
    }

    .univariety_alumni_main_banner_text {
        width: 100%;
        margin-bottom: 40px;
    }

    .univariety_alumni_main_banner_container {
        padding: 50px 0;
    }

    .univariety_alumni_main_banner_container .banner-img {
        flex-basis: 100%;
    }

    .other_links_wrap > div {
        padding: 0px 40px 0px;
    }

    .graphblk {
        flex-direction: column;
    }

    .graphblk > div.graphblkLeft {
        margin-bottom: 20px;
    }

    .graphblk > div.graphblkLeft, .graphblk > div.graphblkRight {
        width: 100%;
    }
}

@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;
    }

    .univariety_alumni_child_benefits .tabSection {
        flex-direction: column;
        margin: 0;
    }

    .univariety_alumni_child_benefits .tabSection .tab_wrap {
        border-radius: 10px;
        width: 100%;
        padding: 30px;
    }

    .univariety_alumni_child_benefits .tabSection .tab_wrap .tabLeftPane {
        width: 100%;
    }

    .univariety_alumni_child_benefits .tabSection .tab_wrap .tabLeftPane h3 {
        margin: 0 0 10px;
    }

    .univariety_alumni_child_benefits .tabSection .nav {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        display: flex;
        margin: 0;
        background: none;
        display: flex !important;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item {
        margin-bottom: 0;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item .nav-link {
        border-radius: 10px 10px 0 0;
        padding: 15px 25px;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item:not(:last-child) {
        margin-right: 7px;
    }
}

@media (min-width: 769px) {
    .navigation .navbar-nav > li > a, .navigation .navbar-nav > li > span {
        padding: 11px 15px 29px;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
        padding: 0 15px;
    }

    .d-md-block {
        display: block;
    }
}

@media (max-width: 768px) {
    #masthead.affix-top {
        position: static;
    }
}

@media (max-width: 767px) {
    .univariety-wrap {
        margin-top: 80px;
    }

    .deskonly {
        display: none;
    }

    .mobileonly {
        display: block;
    }

    .student_guidance_tabsec .nav-pills .nav-link {
        padding: 6px 30px;
        font-size: 20px;
        width: 150px;
        text-align: center;
    }

    .univariety_alumni_child_benefits .tabSection .tab_wrap .tabLeftPane {
        padding: 0;
    }

    .univariety_alumni_child_benefits .tabSection .tab_wrap {
        padding: 30px 0 0;
        background: none;
        box-shadow: none;
        margin: 0;
    }

    .tab_wrap .tabLeftPane p, .tab_wrap .tabLeftPane h3 {
        text-align: center;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item .nav-link {
        border-radius: 5px;
        position: relative;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% - 5px);
        margin: auto;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #decaba;
        width: 0;
        height: 0;
        opacity: 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_child_benefits .tabSection .nav .nav-item .nav-link.active {
        background: #ffcc28;
        color: #000;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item .nav-link.active::before {
        top: 100%;
        opacity: 1;
        border-top-color: #ffcc28;
    }

    .mobilebgsec {
        display: block;
        width: 345px;
        height: 654px;
        margin: 0 auto;
        background: url(../images/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;
    }

    .mobilebgsec .yscroll > div {
        height: max-content;
        width: 100%;
    }

    .mobilebgsec .yscroll > div img {
        width: 100%;
        height: auto;
    }

    .mobilebgsec .video-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        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;
    }

    .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 ;
        background: #EEEDF5;
        overflow: auto;
        width: 100%;
    }

    .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;
    }

    .tabSection {
        flex-direction: column;
        margin: 0 -30px;
    }

    .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;
    }

    .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%;
        top: 22%;
    }

    .banner_title {
        font-size: 6.3vw;
        line-height: 7vw;
        margin-bottom: 25px;
    }

    .banner_sub_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    .univariety_alumni_top_colleges_tab .nav {
        justify-content: start;
        width: max-content;
    }

    .univariety_alumni_top_colleges_tab .tabSection .nav .nav-item .nav-link {
        font-size: 18px;
        padding: 10px 25px;
        white-space: nowrap;
        border-radius: 50px;
    }

    .univariety_alumni_top_colleges_tab .tab-content {
        padding: 30px;
    }

    .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 #2668b2;
        border-bottom: 1px solid #2668b2;
        padding-bottom: 40px;
        margin: 30px 0 0;
    }

    .student_insights_count ul {
        min-width: 810px;
    }

    .alumni_network_count ul {
        justify-content: start;
    }
}

@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_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_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 .caption {
        justify-content: start;
    }

    .univariety-wrap section.career_paths {
        position: relative;
        box-shadow: 0px 20px 20px #0000000D;
        border-bottom: 1px solid #EDEDED;
    }

    .bigVerticalProgress .verticleProgress {
        flex-direction: column;
        align-items: start;
    }

    .bigVerticalProgress .verticleProgress .caption {
        text-align: left;
        padding: 0;
        display: flex;
        max-width: 100%;
    }

    .bigVerticalProgress .graphContainer {
        margin: 0;
        width: calc(100% - 30px);
    }

    .bigVerticalProgress .verticleProgress:not(:last-child) {
        margin-bottom: 20px;
    }

    .verticleProgress .caption span {
        text-align: left;
    }

    .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;
    }

    .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: 810px;
        max-width: 810px;
        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: 100px;
        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 #2ec4b6;
    }

    .student_guidance_tabsec .tab-content {
        padding: 0px;
        border: 0;
    }

    /* .mobilebgsec {width: 100%;} */
    .banner_sub_title {
        margin-bottom: 6vw;
        font-size: 4vw;
        line-height: 5vw;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item .nav-link {
        font-size: 16px;
        padding: 8px 12px;
    }

    .univariety_alumni_child_benefits .tabSection .nav .nav-item .nav-link i {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-position: center !important;
        background-size: 100% !important;
    }

    .univariety_alumni_child_benefits .tabSection .tab_wrap .tabLeftPane h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .univariety_alumni_top_colleges_tab .owl-buttons {
        display: none;
    }

    .univariety_alumni_top_colleges_tab .owl-controls .owl-pagination {
        display: flex;
        justify-content: center;
    }

    .univariety_alumni_guiding .univariety_alumni_top_colleges_tab .powerby {
        margin-top: 25px;
    }

    .univariety_alumni_top_colleges_tab .owl-controls .owl-pagination .owl-page {
        width: 12px;
        height: 12px;
        background: #fff;
        border-color: #fff;
    }

    .univariety_alumni_top_colleges_tab .owl-controls .owl-pagination .owl-page.active {
        background: #FFB606;
        border-color: #FFB606;
    }

    .univariety_alumni_guiding .item {
        height: 100%;
        overflow: hidden;
        padding: 0 5px;
    }
}

@media (max-width: 380px) {
    .mobilebgsec {
        width: 300px;
        background-size: 100%;
        height: 568px;
    }
}
