@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap'); :focus {
    outline: none !important;
}

.univariety-wrap .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.univariety-wrap section {
    padding: 70px 0;
    width: auto;
    float: none;
}

.univariety-wrap section.darkBlue {
    background: #17ace4;
}

.univariety-wrap section.yellow {
    background: #F7F8FA;
}
.univariety-wrap section.green {
    background: #4A663B;padding-bottom: 0;
}
.top-colleges.welcome {
    background: #025FA8;
}

.univariety-wrap section h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 8px;
}

.univariety-wrap section p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    /* margin-bottom: 33px; */
}



.txt-white-uni{
	color: #fff;
}

.custom-banner {
    background: #4A663B;
}
.custom-banner2 {
    background: #802f31 !important;
}
.custom-banner1 {
	background: url(../images/group-78458.svg) no-repeat 0 0 / 100% auto;
	box-shadow: 0 5px 5px 0px #d9d9d999 inset;
}

.w-1140 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
}
.w-920 {
    max-width: 920px;
    width: 90%;
    margin: auto;
}
.custom-banner h1 {
	color: #fff;
	font-size: 50px;
	line-height: 54px;
	font-weight: bold !important;
	margin-top: 0;
}
.custom-banner.custom-banner1 h1 {
	color: #000000;
	font-size: 64px;
	line-height: 70px;
	font-weight: bold;
	margin-top: 0;
}
.univariety-wrap section.custom-banner h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400 !important;
	margin-bottom: 20px;
}

.custom-banner span {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
}

.btn-intro {
	background: #fff;
	width: 180px;
	height: 50px;
	margin-top: 25px;
	color: #4A663B;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	padding: 0 18px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border-radius: 10px;
}

.btn-intro i {
    width: 22px;
    height: 22px;
    background: #4A663B;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-intro i:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    width: 0;
    height: 0;
    left: 9px;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-intro:hover {
    background: #E41937;
    color: #fff !important;
}

.btn-intro:hover i {
    background: #fff;
}

.btn-intro:hover i::before {
    border-left: 7px solid #E41937;
}

.univariety_alumni_main_banner {background:#fff url(../images/group-78458.svg) no-repeat top center;box-shadow: 0 5px 5px 0px #d9d9d999 inset;}
.univariety_alumni_main_banner_text .banner_title {font-size: 64px;color: #000;font-weight: bold;margin-bottom: 15px;line-height: 70px;}
.univariety_alumni_main_banner_container {padding: 80px 0;max-width: 1040px;width:90%;margin: auto;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-wrap: wrap;-moz-box-wrap: wrap;-ms-flex-wrap: wrap;-webkit-wrap: wrap;flex-wrap: wrap;}
.univariety_alumni_main_banner_text {width: 48%;}
.banner-img {-webkit-box-flex: 1;-moz-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}

.univariety_alumni_main_banner .btn-intro {
	background: #4A663B;
	color: #fff;
}

.univariety_alumni_main_banner .btn-intro i {
    background: #fff;
}

.univariety_alumni_main_banner .btn-intro i:before {

    border-left: 7px solid #4A663B;
}

.univariety_alumni_main_banner .btn-intro:hover {
    background: #E41937;
    color: #fff !important;
}

.univariety_alumni_main_banner .btn-intro:hover i {
    background: #fff;
}

.univariety_alumni_main_banner.btn-intro:hover i::before {
    border-left: 7px solid #E41937;
}

.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 .sub-title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 50px;
}

.alumni_network p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 46px !important;
}

.alumni_network_count {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 8px;
}

.alumni_network_count::-webkit-scrollbar {
    height: 4px;
}

.alumni_network_count::-moz-scrollbar {
    height: 4px;
}

.alumni_network_count::-webkit-scrollbar-track {
    background: #ccc;
}

.alumni_network_count::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.alumni_network_count ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;justify-content: center;
}

.alumni_network_count li {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #0034571A;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    width: 220px;
    min-width: 220px;
    text-align: center;
}

.alumni_network_count li b {
    color: #000;
    font-size: 45px;
    line-height: 60px;
}

.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;
}

.alumni_network_count li .icon {
    width: 42px;
    height: 42px;margin-bottom: 10px;
}

.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;
}

.guiding_alumni h2 {
    font-size: 30px;
    font-weight: bold !important;
    line-height: 50px;
    text-align: center;color: #3B3B3B;
}

.guiding_alumni p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 50px !important;
}

.owl-theme.owl_slider .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.owl-theme.owl_slider .owl-wrapper .owl-item .item {
    height: 100%;
}

.guiding_alumni_block {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px #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;
}

.owl-theme.owl_slider .disabled {
    display: none;
}

.owl-theme.owl_slider .owl-nav button {
    position: absolute;
    top: 0;
    padding: 0;
    margin: auto;
    line-height: 0;
    bottom: 0;
    background-color: transparent !important;
}

.owl-theme.owl_slider .owl-controls .owl-buttons div:after, .owl-theme.owl_slider .owl-controls .owl-buttons div:before {
    display: none !important;
}
.guiding_alumni_block_wrap .owl-controls .owl-nav > div {
	top: 37%;
}
.guiding_alumni_block_wrap .owl-controls .owl-nav > div.disabled {
	display: none !important;
}
.owl-theme.owl_slider .owl-nav .owl-prev {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 30px !important;
	width: 45px;
	height: 45px;
	font-size: 0 !important;
	left: -70px;
	opacity: 1;
	transform: rotate(0);
	background-color: #fff !important;
	box-shadow: 0px 10px 20px #0000001A;
}

.owl-theme.owl_slider .owl-nav .owl-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 45px;
	height: 45px;
    font-size: 0 !important;
    right: -70px;
    opacity: 1;
    transform: rotate(0);background-color: #fff !important;
	box-shadow: 0px 10px 20px #0000001A;
}

.owl-theme.owl_slider .owl-controls .owl-pagination {
    width: 100%;
    display: none;
}

.owl-theme.owl_slider .owl-controls .owl-buttons {
    width: 100%;
}

.owl-theme.owl_slider .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme.owl_slider .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.owl-theme.owl_slider .item {
    height: 100%;
}

.owl-theme.owl_slider#success_stories_slider .item {
    padding: 0 1px 8px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff70;
}

.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;
}

.alumni_links ul li a:hover {
    background: #4F080A;
}

.alumni_links ul li span {
    font-weight: 600;
    font-size: 20px;
}

.alumniMentors .owl-carousel .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.alumniMentors .owl-carousel .owl-wrapper .owl-item .item {
    height: 100%;
}

.alumniMentors .owl-carousel .owl-item .item {
    padding: 0 0px 10px;
}

.alumniMentors .owl-carousel .owl-controls {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div:after, .alumniMentors .owl-carousel .owl-controls .owl-buttons div:before {
    display: none !important;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 18px;
    height: 30px;
    font-size: 0 !important;
    left: -50px;
    opacity: 1;
    top: 110px;
    transform: rotate(0);
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div.owl-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 18px;
    height: 30px;
    font-size: 0 !important;
    right: -50px;
    opacity: 1;
    top: 110px;
    transform: rotate(0);
}

.alumniMentors .owl-carousel .owl-controls .owl-pagination {
    width: 100%;
    display: none;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons {
    width: 100%;
}

.alumniMentors .owl-carousel .owl-controls .owl-page span {
    background: #000;
}
.guiding_alumni_block_wrap .owl-theme.owl_slider .item{padding: 15px 0;}
.guiding_alumni_block .guiding_alumni_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: 0px 0px 3px 2px #eee;
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #8B1216;
}

.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;
}

.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 span {
	width: calc(100% - 32px);
	text-align: left;
	font-size: 15px;
	line-height: 17px;
}

.univariety-wrap section .guiding_alumni_college_cource p {
    font-size: 14px;
    line-height: 16px;
    color: #3B3B3B;
    margin-bottom: 18px;
  }
  .univariety-wrap section .guiding_alumni_college_cource p.institute_university {
    color: #E41937;
  }
.yellow .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}


.univariety-wrap section.adding_alumni_value h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.adding_alumni_value p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 10px !important;
}

.x-scroll {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.x-scroll::-webkit-scrollbar {
    height: 4px;
}

.x-scroll::-moz-scrollbar {
    height: 4px;
}

.x-scroll::-webkit-scrollbar-track {
    background: #ccc;
}

.x-scroll::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.welcome .custom_tab .nav-tabs {
    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-tabs li {
    border: 0;
    margin: 0;
}

.welcome .custom_tab .nav-tabs li a {
    border: 0 !important;
    background: none;
    font-size: 20px;
    font-weight: 500;
    padding: 23px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    color: #3B3B3B;
}

.welcome .custom_tab .nav-tabs li.active a {
    color: #333333;
    font-weight: 600;
}

.welcome .custom_tab .nav-tabs li a:hover {
    color: #333333;
}

.welcome .custom_tab .nav-tabs li a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	width: 0;
	background: #E41937;
	height: 4px;
	border-radius: 50px;
	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-tabs li.active a: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 .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.custom_tab h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.checked-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

.checked-list li:not(:last-child) {
    margin-bottom: 24px;
}

.checked-list li {
    padding: 0 0 0 26px;
    position: relative;
    color: #3B3B3B;
opacity: 0.9
}

.checked-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../images/check.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
}

.btn-signUp {
    background: #4A663B;
    opacity: 1;
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.btn-signUp:hover {
    background: #E41937;
    color: #fff !important;
}

.btn-signUp:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #E41937;
    width: 10px;
  }
  .btn-signUp:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #E41937;
    width: 10px;
  }
.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}
.givingBackSchool{background-color: #F7F8FA;}
.univariety-wrap section.givingBackSchool h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}

.givingBackSchool p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 30px !important;
}

.alumni-block {
    box-shadow: 0px 20px 40px #88949B29;
    border-radius: 4px;
    padding: 50px;
}

.alumni-block:not(:last-child) {
    margin-bottom: 40px;
}

.alumni-block.monitor {
    background: #FFF;
}

.alumni-block.careerTalk {
    background: #FEF6E4;
}

.alumni-block h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #2f2f2f;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.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;
}


.btn-interested {
    background: #4A663B;
    opacity: 1;
    width: 175px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.btn-interested:hover {
    background: #E41937;
    color: #fff !important;
}

.btn-interested:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #E41937;
    width: 10px;
  }
  .btn-interested:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #E41937;
    width: 10px;
  }

.univariety-wrap section h2.main-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
	text-align: center;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.univariety-wrap section p.sub-title{color: #3B3B3B;}

.univariety-wrap section h2.main-title span {
    position: relative;
    z-index: 1;
}


.univariety-wrap section h2.main-title span ~ b {
    position: relative;
    z-index: 2;
}

.student_insights {
    margin-bottom: 60px;
}

.student_insights_success_stories {
    background: #fff;
}

.student_insights_count {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.student_insights_count::-webkit-scrollbar {
    height: 4px;
}

.student_insights_count::-moz-scrollbar {
    height: 4px;
}

.student_insights_count::-webkit-scrollbar-track {
    background: #ccc;
}

.student_insights_count::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.student_insights_count ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    min-width: 500px;
    max-width: 500px;
    margin: auto;
}

.student_insights_count ul li:not(:last-child) {
    margin-right: 70px;
}

.student_insights_count ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.student_insights_count ul li div:last-child {
    width: calc(100% - 68px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: start;
}

.student_insights_count ul li .icon {
    width: 48px;
    height: 50px;
    margin-right: 20px;
    margin-top: 4px;
}

.student_insights_count ul li .icon.universities {
    background: url(../images/universities.svg) no-repeat center;
}

.student_insights_count ul li .icon.graduation-cap {
    background: url(../images/graduation-cap-2.svg) no-repeat center;
}

.student_insights_count ul li .icon.scholarship {
    background: url(../images/008-college.svg) no-repeat center;
}

.student_insights_count ul li p {
	text-align: left;
	color: #3B3B3B;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	font-weight: 600;
}

.student_insights_count ul li b {
    font-size: 50px;
    line-height: 48px;
    color: #3B3B3B;
    margin: 0 0 10px;
}

.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;
}

section.career_paths {
    background: #8B1216;
}

.univariety-wrap section.career_paths h2.main-title {
    color: #fff
}

.univariety-wrap section.career_paths p.sub-title {
    color: #fff
}

.univariety-wrap section.career_paths h2.main-title span::before {
    background: url(../images/group-43871.svg) no-repeat left top 15px;
    opacity: 0.5;
}

.univariety-wrap section.career_paths p.sub-title {
    opacity: 1
}

.univariety-wrap section.career_paths p.sub-title {
    opacity: 1
}

.career_paths .card .card-body {
    padding: 30px 0;
}

.progressWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.progressWrap .ProgressCol {
    width: 50%;
    padding: 0 30px;
}

.graphblk{ margin:30px auto 0; width:100%; max-width:611px; position:relative; z-index:1; box-shadow: 0px 10px 30px #0000001A; display: flex; background: #fff; border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -ms-border-radius: 6px 6px 0 0; -o-border-radius: 6px 6px 0 0; }
.graphblk > div {width: 100%;padding: 30px 30px;display: flex;flex-direction: column;}
.graphblk > div .xscroll {padding-top: 30px;}
.univariety-wrap section .graphblk h2 {font-size: 26px;text-align: center;margin: 0 0 25px;font-weight: bold;text-transform: uppercase;}
.dark-blue{background-color:#00A74F;}
.dark-purple{background-color:#E41937;}
.graphblk .progresstext {position: absolute;right: 5px;left: auto;width: 40px;text-align: center;bottom: auto;margin: auto;top: -42px;line-height: 40px;font-weight: 500;font-size: 16px;}
.graphblk > div:first-child .progresstext{color:#000;}
.graphblk > div:last-child .progresstext{color:#000;}
.bigVerticalProgress{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;justify-content:space-between;/*  flex-direction:column; */}
.bigVerticalProgress .graphContainer{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;align-items:center;padding: 0;margin: 0 9px;width: 50px;}
.bigVerticalProgress .graphContainer .progress{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width: 50px; height: 235px !important; align-items:center; position:relative; flex-direction: column; justify-content: end; border-radius: 0.25rem !important; -webkit-border-radius: 0.25rem !important; -moz-border-radius: 0.25rem !important; -ms-border-radius: 0.25rem !important; -o-border-radius: 0.25rem !important; overflow: visible;}
.bigVerticalProgress .graphContainer .progress .progress-bar span{display: none;}
.bigVerticalProgress .graphContainer .progress .progress-bar{border-radius:4px;width: 100%;justify-content:flex-end;padding-bottom:0px;font-size:18px;font-weight:800;border-radius: 6px 6px 0px 0px;}
.bigVerticalProgress .verticleProgress{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction: column;align-items:center;/*width:100%;*/}
.verticleProgress .caption span {letter-spacing: 0;line-height: 16px;display: inline-block;margin: 0 0 0 0;text-align: center;font-size: 14px;font-weight: 500;}
.bigVerticalProgress .verticleProgress .caption{text-align:center;max-width:180px;width:100%;padding-right:0px;}
.graphblk > div:first-child .bigVerticalProgress .verticleProgress .caption{text-align: center;max-width:80px;width:100%;padding-right: 0;}
.graphblk > div:first-child .progress{background-color:#DBFFEA !important;}
.graphblk > div:last-child .progress{background-color:#FFF2F4  !important;}

.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;}
.univariety_alumni_top_colleges_tab .nav {border-bottom: 2px solid #00345715;justify-content: center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link {background: none;border: 0;font-size: 20px;color: #666;font-weight: bold;line-height: 26px;text-align: center;padding: 10px 28px 20px;position: relative;cursor: pointer;}
.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link b{font-weight: 600;}
.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:focus{outline: none;}
.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:focus-within{outline: none;}
.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:before { content: ''; position: absolute; left: 0; right: 0; margin: auto; bottom: -3px; background:transparent; height: 5px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; }
.univariety_alumni_top_colleges_tab .nav .nav-item.active .nav-link:before {background: #E41937;}
.univariety_alumni_top_colleges_tab .nav .nav-item.active .nav-link {color: #000;}
.univariety_alumni_top_colleges_tab .tab-content {padding: 20px 0 0;border:none}
.univariety_alumni_top_colleges_tab .tab-content > .tab-pane {display: block;width: 100%; height: 0;overflow: hidden;}
.univariety_alumni_top_colleges_tab .tab-content > .tab-pane.active{height: auto;overflow: visible;}
.top_colleges_block_wrap {width: 373px;}
.college_block:not(:last-child) {margin-bottom: 10px;}
.college_block {background: #FFFFFF;border: 2px solid #ECF0F3;border-radius: 10px;display: flex;align-items: center;padding: 8px 15px;min-height: 80px;}
.college_block .college_logo {margin-right: 15px;}
.college_name {font-size: 16px;line-height: 20px;word-break: break-all;white-space: normal;width: calc(100% - 80px);}

.univariety_alumni_top_colleges_tab .owl-nav > div {position: absolute;top: 47%;width: 26px;height: 48px;background: url(../images/right-arrow-lg.svg) no-repeat 0 0 !important;display: inline-block;border-radius: 0;font-size: 0;}
.univariety_alumni_top_colleges_tab .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_top_colleges_tab .owl-nav > div.owl-next { right: -80px;  }
.univariety_alumni_top_colleges_tab .owl-nav > div span {display: none;}
.univariety_alumni_top_colleges_tab .owl-nav > div.disabled {	opacity: 0;}

.univariety-wrap section.univariety_alumni_child_benefits {background: #F7F8FA;padding: 0;}
.univariety-wrap section.univariety_alumni_child_benefits .univariety_alumni_child_benefits_container {padding-bottom: 0;}
.univariety_alumni_child_benefits_container {padding: 80px 0;}
.univariety_alumni_child_benefits_title {font-size: 30px;color: #333;font-weight: bold;margin-bottom: 20px;line-height: 50px;text-align: center;}
.univariety_alumni_child_benefits_sub_title {font-size: 21px;color: #3B3B3B;font-weight: 100;line-height: 28px;text-align: center;margin-bottom: 45px;}

.student_guidance_tabsec {padding: 0;width: 100%;margin: 0 auto;max-width: 1384px;}
.student_guidance_tabsec > h2 {font-size: 50px;margin-bottom: 25px;font-family: 'Proxima-Nova-Bold';}
.student_guidance_tabsec > p {font-size: 20px;line-height: 36px;margin-bottom: 40px;font-family: 'Proxima-Nova-Semibold';text-align: center;color: #212529;}
.student_guidance_tabsec .nav-pills {margin: auto auto 40px;background: transparent;border: 0px solid #074DA2;border-radius: 25px;width: 90%;overflow: visible;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: center;}
.student_guidance_tabsec .nav-pills .nav-item {width: 204px;height: 50px;}
.student_guidance_tabsec .nav-pills .nav-item:not(:last-child){margin-right: 20px;}
.student_guidance_tabsec .nav-pills .nav-link {color: #000;padding: 6px 30px;position: relative;font-size: 20px;font-weight: 500;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 #e41937; 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 .active .nav-link {color: #FFF;border-color: #E41937;background: #E41937;border-radius: 25px;font-weight: bold;}
.student_guidance_tabsec .nav-pills .active .nav-link: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: #3B3B3B;}
.pill-header {font-size: 32px;color: #333333;font-weight: bold;margin-bottom: 20px;line-height: 50px;text-align: center;margin-top: 45px;}
.btn-enquire {background: #5CAE48;box-shadow: 0px 3px 6px #00000033;border: 1px solid #FFFFFF;border-radius: 25px;padding: 8px 50px;color: #fff;font-size: 15px;font-weight: 600;transition: all 0.3s ease-in-out;}
.btn-enquire:hover {color: #fff;text-decoration: none;background: #4C9939;box-shadow: 0px 3px 26px #00000033;}

.student_guidance_tabsec .tab-content {padding: 0;border: 0;}

/*watch tab video pop up css*/
.video-wrapper {width: 71%;left: 0;right: 0;top: 36%;position: absolute;height: 42%;margin: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.videoLeftSection {width: 53%;margin-top: 10px;}
.videoRightSection {width: 37.3%;margin-right: 0.8%;margin-top: 20px;}
.video-wrapper ul {padding: 0;margin: 0;list-style: none;}
.video-wrapper .videoLeftSection ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.video-wrapper .videoLeftSection ul li {width: 48%;margin-bottom: 4.5%;}
.video-wrapper .videoRightSection ul li {margin-bottom: 16px;}
#video_pop .embed-responsive-16by9::before {padding-top: 56.2%;}
#video_pop button.close {position: absolute;top: 10px;right: 10px;background: #fff;opacity: 1;padding: 1px 5px;border-radius: 1px;z-index: 9;height: 24px;display: flex;align-items: start;justify-content: center;}
#video_pop button.close span {line-height: 20px;vertical-align: top;margin: -1px 0 0;}
.z-9999{z-index: 9999;}
.video-wrapper .video-btn {display: inline-block;position: relative;}
.video-wrapper ul li a .icon-play {position: absolute;bottom: 15px;right: 15px;background: #007DC5;border-radius: 50%;width: 36px;height: 36px;transition: all 0.3s ease-in-out;display: flex;justify-content: center;align-items: center;}
.video-wrapper ul li a .icon-play::before {width: 0;height: 0;content: '';border-left: 8px solid #fff;border-top: 7px solid transparent;border-bottom: 7px solid transparent;font-size: 0;position: static;margin-left: 11%;}
.video-wrapper ul li a:hover .icon-play {background: #5CAE48;}
.video-wrapper .videoRightSection ul li a .icon-play {width: 28px;height: 28px;}
.video-wrapper .videoRightSection ul li a .icon-play::before {border-left: 6px solid #fff;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}
.student_guidance_tabsec .tab-pane .videoLeftSection a img{border-radius: 4px;}
.student_guidance_tabsec .tab-pane .videoRightSection a img {border-radius: 4px;box-shadow: 0px 4px 7px #0D345354;}
.webinar-brife {position: absolute;top: 25px;left: 38%;font-size: 16px;color: #fff;font-weight: 500;line-height: 19px;}
.webinar-brife b {font-weight: 500;display: block;font-size: 13px;}
.webinar-brife:before {content: '';position: absolute;left: -10px;top: 2px;width: 3px;height: 32px;background: #FBB217;}

.deskonly {display: block;}
.mobileonly {display: none;}

.alumni_mentors .owl-stage {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.univariety_alumni_guiding .item {	padding: 15px 15px 30px;height: 100%;}
.univariety_alumni_guiding_block{background: #FFFFFF;box-shadow: 0px 10px 20px #0000001A;border-radius: 4px;padding: 20px;height: 100%;}
.univariety_alumni_guiding_detail {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #70707030;}
.univariety_alumni_guiding_detail .profile_img {width: 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;color: #333333;line-height: 24px;margin-bottom: 15px;}
.univariety_alumni_guiding_brife .profile_yrs {text-align: left;font-size: 14px;margin: 5px 0 8px;font-size: 14px;font-weight: 500;color: #333333;line-height: 16px;margin-bottom: 10px;}
.univariety_alumni_guiding_brife .college {color: #E7003B;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 button {position: absolute;top: 47%;width: 26px;height: 48px;background: url(../images/right-arrow-lg-white.svg) no-repeat 0 0 !important;display: inline-block;border-radius: 0;}
.univariety_alumni_guiding .owl-nav button.owl-prev {left: -80px;transform: scaleX(-1); -webkit-transform: scaleX(-1); -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -o-transform: scaleX(-1);    }
.univariety_alumni_guiding .owl-nav button.owl-next { right: -80px;  }
.univariety_alumni_guiding .owl-nav button span {display: none;}
.univariety_alumni_guiding .owl-nav button.disabled {	opacity: 0;}

.univariety_alumni_guiding .btn-watch {height: 34px;background: #FFC203;box-shadow: 0px 3px 6px #00000033;border: 1px solid #FFFFFF;border-radius: 17px;text-transform: capitalize;align-items: start;padding: 3px 30px;}
.univariety_alumni_guiding .btn-watch:hover {color: #08ae55;background: #FFF;}

section[class*="univariety_"] {overflow: hidden;}

.univariety_guiding_alumni .owl-dots button {width: 10px;height: 10px;vertical-align: top;margin: 5px;}
.univariety_guiding_alumni .owl-dots {vertical-align: top;display: inline-block;width: 100%;margin: 20px 0 0;text-align: center;}
.univariety_guiding_alumni .owl-dots button span {background: #fff9;width: 10px;height: 10px;display: inline-block;border-radius: 50%;vertical-align: top;/*! border: 2px solid #000; */}
.univariety_guiding_alumni .owl-dots button.active span {background: #f0c22a;border-color: #fff;}

.univariety_alumni_top_colleges_tab .powerby {justify-content: end;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;margin-top: 15px;}
.univariety_alumni_top_colleges_tab .powerby a {margin-left: 10px;}


.btn-download {
    height: 40px;
    background: #AA1F26;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.btn-download:hover {
    background: #ef4224;
    color: #fff;
}


.other_links_wrap {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-wrap: wrap;-moz-box-wrap: wrap;-ms-flex-wrap: wrap;-webkit-wrap: wrap;flex-wrap: wrap;	justify-content: center;text-align: center;}
.other_links_wrap > div {padding: 0px 50px 0px;margin: 30px 0 20px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.other_links_wrap > div:first-child {border-right: 1px solid #E5E5E5;}
.other_links_wrap > div h4 {font-size: 26px;line-height: 26px;color: #444444;margin-bottom: 10px;text-transform: uppercase;font-weight: bold;}
.btn-knowmore {opacity: 1;background: transparent linear-gradient(180deg, #F89100 0%, #E58600 100%) 0% 0% no-repeat padding-box;box-shadow: inset 0px -2px 0px #C27100, inset 0px 1px 0px #FCC880;border: 1px solid #AE771A;border-radius: 4px;width: 100px;height: 27px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;justify-content: center;font-size: 12px;font-weight: 600;font-family: 'Droid Sans',Arial,Verdana,sans-serif;color: #fff;text-shadow: 0px 1px 0px #00000052;}
.btn-knowmore:hover {color: #fff;background: transparent linear-gradient(180deg, #C27100 0%, #F89100 100%) 0% 0% no-repeat padding-box;}



.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_colleges_wrap .tab-content .col-md-6:first-child {
    border-right: 1px solid #E5E5E5;
}

.top_colleges_wrap .tab-content .tab-pane {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar {
    width: 4px;
}

.top_colleges_wrap .tab-content .tab-pane::-moz-scrollbar {
    width: 4px;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar-track {
    background: #ccc;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.colg_sec_logos > div {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.logoborder {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colg_sec_logos p {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.colg_sec_logos > div:first-child {
    padding-top: 0;
}

.top_colleges_wrap .tab-content .tab-pane .colg_sec_logos .font-16 {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    color: #000;
    margin: 0;
}

.alumniMentors {
    background: #f5f5f5;
}

.alumni_Mentors_wrap > p {
    color: #EFD4D6;
    margin-bottom: 35px;
}

.alumniMentors_slider.owl-carousel .owl-stage {
    display: flex;
}

.alumniMentors_slider.owl-carousel .owl-stage .owl-item .item {
    height: 100%;
}

.alumni_Mentors_cover {
    width: 270px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.alumni_profile_details {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 0 0 6px 6px;
    padding: 20px;
    text-align: left;
    flex: 1
}

.alumni_profile_img {
    width: 100%;
    padding: 0 20px;
    background: url(../images/path-74076.svg) no-repeat left 20px / 100%;
    position: relative;
}

.owl-carousel .owl-item .alumni_Mentors_cover .alumni_profile_img img {
    max-width: 90px;
    width: 90px;
    position: relative;
    border-radius: 5px;
}

.alumni_profile_img:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 41px;
    position: absolute;
}

.alumni_profile_details h3 {
    font-size: 22px;
    color: #020202;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

.alumni_profile_details .year_school {
    font-style: italic;
    color: black;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.alumni_profile_details > p {
    color: #000000;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 18px;
}

.alumni_profile_details ul {
    padding: 0;
    margin: 0;
}

.alumni_profile_details ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
}

.alumni_profile_details ul li i {
    width: 18px;
    margin-right: 10px;
}

.alumni_profile_details ul li span {
    flex: 1;
}

.alumni_profile_details ul li:first-child {
    color: #9E1621;
}

.alumni_profile_details ul li:not(:last-child) {
    margin-bottom: 14px;
}

.alumni_profile_details ul li i.icon-hat {
    height: 13px;
    background: url(../images/001-mortarboard.svg) no-repeat 0 0;
    margin-top: 2px;
}

.alumni_profile_details ul li i.icon-scale {
    height: 18px;
    background: url(../images/003-portfolio.svg) no-repeat 0 0;
    margin-top: 2px;
}

.alumni_profile_details ul li i.icon-bag {
    height: 16px;
    background: url(../img/003-portfolio.svg) no-repeat 0 0;
    margin-top: 2px;
}

.btn-view-journet {
    border: 1px solid #EF4224;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    color: #EF4224;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-view-journet:hover {
    color: #fff;
    background: #ef4224;
}

.powerBy {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    align-items: center;
}

.powerBy span {
    margin-right: 20px;
    font-size: 16px;
    font-style: italic;
    margin-top: -6px;
}

.powerBy.justify-content-center {
    justify-content: center;
    color: #000;
  }
button.btn-custom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-custom-close span {
    margin: -5px 0 0;
}

.core-menu li a {
    padding: 13px 9px;
}
.powerBy.center-align {
	justify-content: center;
	margin-bottom: -30px;
	color: #fff;
}
@media (max-width: 1024px) {
    .univariety_alumni_main_banner_text .banner_title {
        font-size: 48px;
        line-height: 50px;
    }
    .univariety_alumni_main_banner_text {
        width: 40%;
    }
}
@media (max-width: 991px) {
    .banner_sub_title {	margin-bottom: 2vw;	}
    .univariety_pay_block_image {width: 40%;}
    .univariety_pay_block_image img {width: 100%;}
    .univariety_alumni_main_banner_text .banner_title {font-size: 50px;line-height: 70px;}
    .owl-theme.owl_slider .owl-controls .owl-buttons div {
        display: none;
    }

    .owl-theme.owl_slider .owl-controls .owl-pagination {
        display: block;
    }

    .custom_tab .nav-pills {
        min-width: 690px;
    }

    .custom_tab .nav-pills .nav-item .nav-link {
        padding: 23px 15px;
        font-size: 18px;
    }

    .custom-banner .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        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;
    }
}
@media (max-width: 830px) {
.univariety-wrap section.univariety_alumni_main_banner {padding: 0;}
.univariety_alumni_main_banner_text {width: 100%;}
.univariety_alumni_main_banner_container {padding: 50px 0;}
.univariety_alumni_main_banner {background: url(../images/group-78458.svg) no-repeat 0 center / auto 70%;}
.univariety_alumni_main_banner_container .banner-img {flex-basis: 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;
    }
}

@media (max-width: 767px) {
    .deskonly {display: none;}
.mobileonly {display: block;}
.student_guidance_tabsec .nav-pills .nav-link {padding: 6px 30px;font-size: 20px;width: 150px;text-align: center;}
.mobilebgsec {display: block;width: 345px;height: 654px;margin: 0 auto;background: url(../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;}
.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 {
        flex-direction: column;
    }

    .tabSection .nav .nav-item:not(:last-child) {
        margin: 0 10px 0 0;
    }

    .tabSection .nav {
        width: 100%;
        flex-direction: row;
        margin: 0 !important;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link {
        border-radius: 30px 30px 0 0;
        padding: 20px 50px;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link.active {
        box-shadow: 0px -30px 50px 0px #0000000D;
    }

    .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%;
    }
}

@media (max-width: 575px) {
    .univariety-wrap section {
        padding: 50px 0;
        overflow: hidden;
    }

    .custom-banner h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .custom-banner h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .custom-banner span {
        font-size: 24px;
        line-height: 30px;
    }

    .univariety_alumni_main_banner {
        background: url(../images/group-78458.svg) no-repeat top left 40% / auto 95.1%;
    }
    .univariety_alumni_main_banner_text .banner_title {font-size: 32px;line-height: 40px;}
    .univariety_alumni_main_banner_container {padding: 50px 0 25px;}

    .guiding_alumni, .alumni_network, .adding_alumni_value {
        padding: 40px 0;
    }

    .alumni_network .sub-title {
        font-size: 22px;
        line-height: 30px;
    }

    .alumni_network_count ul{justify-content: start;}

    .alumni_network_count li {
        min-width: 220px;
    }

    .block-wrap {
        margin: 0 -30px;
    }

    .alumni-block {
        padding: 40px;
        border-radius: 0 ;
        -webkit-border-radius: 0 ;
        -moz-border-radius: 0 ;
        -ms-border-radius: 0 ;
        -o-border-radius: 0 ;
    }

    .alumni-block:not(:last-child) {
        margin-bottom: 0;
    }

    .verticleProgress {
        flex-direction: column-reverse;
    }

    .verticleProgress .caption {
        justify-content: start;
    }

    .univariety-wrap section.career_paths {
        padding-bottom: 0;
        position: relative;
        box-shadow: 0px 20px 20px #0000000D;
        border-bottom: 1px solid #EDEDED;
    }

    .career_paths .card {
        box-shadow: none;
        border-radius: 0;
        margin: 0 -30px;
        border: none;
    }

    .career_paths .card .card-header {
        padding-bottom: 0;
        border: 0;
        margin-bottom: -25px;
    }

    .top_colleges_wrap .tab-content .tab-pane {
        max-height: 400px;
    }

    .tabSection {
        margin: 0 -30px;
    }

    .top_colleges_wrap .tab-content {
        border-radius: 0;
        box-shadow: none;
        padding: 30px;
    }

    .tabSection .nav {
        padding: 0;
        background: #EEEDF5;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .mb-scroll {
        padding: 10px 30px;
        background: #EEEDF5;
        overflow: auto;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link {
        border-radius: 40px;
        padding: 13px 30px;
    }

    .top_colleges_wrap .tabSection .nav a {
        padding: 10px 20px;
        white-space: nowrap;
        border-radius: 25px;
        font-size: 18px;
    }

    .top_colleges_wrap .tabSection .nav li {
        width: auto;
        margin: 0;
    }

    .colg_sec_logos > div {
        padding: 8px;
        background: #FFFFFF;
        border: 2px solid #ECF0F3;
        border-radius: 10px;
        margin-bottom: 7px;
    }

    .alumniMentors .owl-carousel .owl-wrapper .owl-item .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .alumniMentors .owl-carousel .owl-controls .owl-pagination {
        display: block;
    }
    .owl-theme#success_stories_slider .owl-dots .owl-dot span {
        background: #d2d2d2;
    }
    .owl-theme#success_stories_slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #7d7d7d;
    }
    .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 li:not(:last-child) {
        margin-right: 20px;
    }
    .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: 13px solid #e41937;
    }
    .student_guidance_tabsec .tab-content {
        padding: 0 15px;
        border: 0;
    }
    /* .mobilebgsec {
        width: 100%;
    } */
    
}
@media (max-width: 380px) {
    .mobilebgsec {
        width: 300px;
        background-size: 100%;
        height: 568px;
    }
}

/* .modal {text-align: center;padding: 0!important;}
.modal:before {content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-dialog {display: inline-block;text-align: left;vertical-align: middle;} */

#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;
}

.modal.in .modal-dialog {
    width: 90%;
}

#video_pop .modal-body {
    padding: 0;
}

#video_pop .modal-content {
    max-width: 800px;
}

.mb-50{margin-bottom: 50px;}

.top-colleges-slider{width: 100%;}
.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.in .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(.in) {opacity: 0;}
.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: "";}



/* form ~ .mainbg {
	display: none;
}
#header p {
	margin: 0 0 0 !important;
	padding: 10px !important;
	font-weight: 500 !important;
}

#wrapper #header {
	padding: 0;
} */