@charset "utf-8";


/*common css starts*/
.heading-style-one .heading-small-custom {
	font-size: 22px;
	text-transform: uppercase;
	color: #757f95;
	letter-spacing: 4px;
	text-align: left;
}

.heading-style-one .heading-large-custom {
	font-size: 32px;
	font-weight: 700;
	color: #19232b;
	text-align: left;
}

.heading-style-two .heading-small-custom {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
}

.heading-style-two .heading-large-custom {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.heading-custom-style {
	font-size: 36px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.heading-custom-style:before {
	content: "";
	left: 0;
	width: 180px;
	right: 0;
	position: absolute;
	height: 4px;
	background: #860a0e;
	margin: auto;
	bottom: -18px;
}

hr.rule_one {
	width: 21%;
	margin: 20px 0;
	border-color: #e2ad00;
	opacity: 1;
	height: 4px;
	background: #e2ad00;
}

.btn-style-one {
	background: #860A0E !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	text-decoration: none;
}

.btn-style-one:hover {
	background: #19232b !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
}

.btn-style-five {
	background: #19232b !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
}
.btn-style-five:hover {
	background: #860A0E !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	text-decoration: none;
}
/* .btn-style-four:hover {
	background: #860A0E !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
} */

.btn-style-four {
	background: #fff !important;
	border: 1px solid #19232b !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #19232b !important;
	font-weight: 700 !important;
	text-decoration: none;
	text-transform: capitalize !important;
}

.btn-style-three {
	background: #fff !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #19232b !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
}

.btn-style-three:hover {
	background: #e2ad00 !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
}

.btn-style-two {
	background: #fff !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #19232b !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	border-radius: 100px !important;
	box-shadow: 0px 0px 25px 1px #0000006e !important;
}

.btn-style-two:hover {
	background: #860A0E !important;
	padding: 10px 50px !important;
	text-align: center !important;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.color_red {
	color: #620D0A;
}

.color_yellow {
	color: #e2ad00;
}

.color_blue {
	color: #19232b;
}

.bg_red {
	background: #620D0A;
}

.bg_blue {
	background: #19232b;
}

p {
	color: #757f95;
}


@media (max-width: 767px) {

	.heading-style-one .heading-small-custom,
	.heading-style-two .heading-small-custom {
		font-size: 20px;
	}

	.heading-style-one .heading-large-custom,
	.heading-style-two .heading-large-custom {
		font-size: 24px;
	}

	.heading-custom-style {
		font-size: 24px;
	}

}

section ul {
	padding-left: 25px;
}

/*common css starts*/


/*header css starts*/
header .logo {
	width: 300px;
}

header .logo a {
	display: block;
}

header .nav-style-one {
	background: #ECECEC;
	padding: 4px 15px;
	border-radius: 10px;
}

header .nav-style-one li {
	padding: 0 40px;
}

header .nav-style-one li a {
	font-size: 18px;
	font-weight: 500;
}

header.header {
	position: absolute;
	top: 10px;
	z-index: 9;
	background: transparent;
	width: 100%;

}

@media (max-width: 1199px) {
	header .nav-style-one li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	header .nav-style-one {
		margin: 30px 0;
	}

	header .btn-style-one {
		display: block;
		margin: 20px 0;
		width: 300px;
	}

}

@media (max-width: 771px) {
	header .logo {
		width: 200px;
	}

}

/*header css ends*/


/*hero section css starts*/
section.hero_section {
	position: relative;
	padding: 0;
	height: 100vh;
	overflow: hidden;
}

.hero_content {
	position: absolute;
	top: 50%;
	transform: translate(0px, -65%);
	padding: 25px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.hero_content h1 {
	font-size: 74px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.vide-con {
	position: relative;
}

.vide-con:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000008f;
}

video#background-video {
	height: 100%;
}

source {
	height: 100%;
}

@media (max-width: 991.98px) {
	section.hero_section {
		height: auto;
	}
	.hero_content {
		transform: translate(0px, -30%);
	}
	.hero_content h1 {
		font-size: 44px;
	}

}
@media (max-width: 767.98px) {
video#background-video {
    height: 450px;
    object-fit: cover;
    object-position: center;
}
}

/*hero section css ends*/

/*shimla uni css section starts*/

section.shimlauni_section {
	padding: 60px 0;
	position: relative;
	text-align: left;
}

.shim-imgs img {
	margin-bottom: 05px;
	padding: 15px;
	border: 1px solid #620D0A;
	border-radius: 10px;
	box-shadow: 10px 10px 0px 5px #620D0A;
}

.shimla-uni-cont p {
	font-size: 16px;
	color: #757f95;
	font-weight: 400;
}

/*shimla uni css section ends*/


/*shimla uni image css section starts*/
section.shimlauniimg_section {
	position: relative;
}

section.shimlauniimg_section img {
	width: 100%;
}

/*shimla uni image css section ends*/


/*campus milstone css section starts*/

section.milestone_section {
	position: relative;
	padding: 60px 0;
	background: #000;
}


section.milestone_section h4 {
	font-size: 38px;
	color: #F5BC11;
	font-weight: 700;
}

section.milestone_section p {
	font-size: 16px;
	color: #fff;
}

section.milestone_section .milestone_img {
	position: relative;
}

@media (max-width: 991px) {
	section.milestone_section .milestone_img {
		text-align: center;
	}


}

@media (max-width: 767px) {
	section.milestone_section h4 {
		font-size: 24px;
		margin: 0;
	}

	section.milestone_section p {
		font-size: 14px;
		color: #fff;
		margin: 0;
	}

}

/*campus milstone css section ends*/

/*approval accreditions css section starts*/
section.apprval_section {
	padding: 60px 0 80px;
	position: relative;
	text-align: center;
}

section.apprval_section h2 {
	font-size: 44px;
	font-weight: 700;
	color: #19232b;
}
section.apprval_section h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

section.apprval_section .approval_img img {
	height: 150px;
	width: auto;
	margin-bottom: 05px;
	padding: 15px;
	border: 1px solid #19232b;
	border-radius: 10px;
	box-shadow: 10px 10px 0px 5px #19232b;
}

@media (max-width: 767px) {
	section.apprval_section .approval_style h2 {
		padding: 10px 15px;
		text-align: center;
	}
}


/*approval accreditions css section ends*/

/*Awards css section starts*/

section.awards_section {
	background: #10294a14;
	position: relative;
}

.awards_cont {
	display: flex;
	align-items: center;
	height: 100%;
}


.awards_style {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.awards_cont img {
	width: 100px;
	height: 100px;
	padding: 8px;
	object-fit: contain;
	border: 1px solid #19232b;
	border-radius: 15px;
	margin-right: 15px;
}

section.awards_section h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 1198.98px) {
	.awards_cont {
		display: block;
	}
	section.offers_section .container {
		padding-left: 20px;
		padding-right: 0px;
		width: 100%;
		max-width: 95%;
	}

}

/*Awards css section ends*/


/*programms css section starts*/

section.programs_section {
	padding: 60px 0;
	position: relative;
}

.program_dv {
	background: #19232b;
	padding: 15px 15px;
	height: 100%;
	border-radius: 15px;
}

.program_dv h4 {
	font-size: 18px;
	color: #fff;
}

.program_dv ul li {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.program_dv ul {
	padding-left: 15px;
}

/*programms css section ends*/


/*programms css section starts*/
section.program_section {
	padding: 60px 0;
	position: relative;
}

section.program_section .container {
	background: #19232b;
	padding: 80px 30px 30px;
	margin-top: -65px;
}

section.program_section .heading-style-one {
	background: #fff;
	position: relative;
	width: 65%;
	margin: auto;
	box-shadow: 0px 0px 100px 0px #00000040;
	padding: 20px;
}

section.program_section ul.nav-tabs {
	width: 100%;
	display: block;
	border: 0;
}

section.program_section ul.nav-tabs li a {
	font-size: 20px;
	color: rgb(255 255 255 / 60%);
	text-decoration: none;
	display: block;
}

section.program_section ul.nav-tabs li {
	margin-bottom: 10px;
	position: relative;
}

section.program_section ul.nav-tabs li a.active {
	color: #fff;
	font-size: 22px;
}

section.program_section ul.nav-tabs li a.active:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 4px;
	width: 35px;
	background: #F5BC11;
}

section.program_section .panel-body ul li {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

section.program_section .panel-body ul {
	margin-top: 20px;
}

section.program_section .tab-pane h4.panel-title {
	display: none;
}

section.program_section .tab-content {
	position: relative;
	height: 100%;
}

section.program_section .tab-content>div {
	background: #19232b;
	position: relative;
	height: 100%;
	padding: 10px;
}

section.program_section .tab-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	margin: -3px;
	border-radius: inherit;
	background: linear-gradient(to right, white, #ffffff00);
}

@media (min-width: 991px) {
	section.program_section .tab-pane.active>div>.collapse:not(.show) {
		display: block;
	}
}

@media (max-width: 991px) {
	section.program_section ul.nav-tabs {
		display: none !important;
	}

	section.program_section .tab-pane h4.panel-title {
		display: block;
	}

	section.program_section .tab-content>div {
		display: block;
		height: auto;
		border-bottom: 1px solid #ffffff4a;
	}

	section.program_section .tab-content:before {
		display: none;
	}

	section.program_section .tab-pane h4.panel-title a {
		color: #fff;
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	section.program_section .heading-style-one {
		width: 90%;
		padding: 15px;
	}

	section.program_section .tab-pane h4.panel-title a {
		font-size: 16px;
	}
}


/*programms css section ends*/


/*placement count css section starts*/

section.placementcont_section {
	padding: 60px 0;
	position: relative;
}

section.placementcont_section .plac_dv img {
	float: left;
	width: 65px;
	margin-right: 15px;
}

section.placementcont_section .plac_dv p {
	font-size: 20px;
	color: #19232b;
	margin: 0;
}

section.placementcont_section .plac_dv {
	padding: 0px 30px;
}

section.placementcont_section .row>div>div {
	border-right: 1px solid #ccc;
}

section.placementcont_section .row>div:nth-child(4)>div {
	border-right: 0px solid #ccc;
}

@media (max-width: 1399px) {
	section.placementcont_section .plac_dv {
		padding: 0px 15px;
	}

	section.placementcont_section .plac_dv img {
		width: 50px;
		;
	}

	section.placementcont_section .plac_dv p {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	section.placementcont_section .row>div:nth-child(2)>div {
		border-right: 0px solid #ccc;
	}

	
}

@media (max-width: 525px) {
	section.placementcont_section .plac_dv {
		padding: 0px 10px;
	}

	section.placementcont_section .plac_dv img {
		width: 40px;
		margin-right: 5px;
	}

	section.placementcont_section .plac_dv p {
		font-size: 14px;
	}

}


/*placement count css section ends*/


/*offers at APGSU css section starts*/
section.offers_section {
	position: relative;
	padding: 30px 0 00px;
}

section.offers_section .container {
	position: relative;
	background: #19232b;
	border-radius: 25px;
	padding-left: 60px;
	padding-right: 0px;
	overflow: hidden;
}

section.offers_section h2 {
	font-size: 36px;
	color: #fff;
	position: relative;
	z-index: 1;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 10px;
}

section.offers_section ul li {
	font-size: 18px;
	margin-bottom: 8px;
	color: #757f95;
	text-transform: capitalize;
}

section.offers_section h2 span {
	font-weight: 700;
	color: #fff;
}

section.offers_section h2 span span {
	color: #F5BC11;
}

section.offers_section img {
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	section.offers_section {
		position: relative;
		padding: 0px 15px 0px;
	}
}

@media (max-width: 767px) {
	section.offers_section .container {
		padding-left: 0;
	}

	section.offers_section h2 {
		font-size: 26px;
	}

	section.offers_section .container:before {
		height: 85px;
	}

	section.offers_section ul li {
		font-size: 16px;
		padding: 0 10px;
	}
}

/*offers at APGSU css section ends*/


/*placement program css section starts*/
section.placeprog_section {
	position: relative;
	padding: 60px 0;
}

section.placeprog_section .prog-cont {
	padding: 0;
	background: #19232b;
	border-radius: 15px;
	height: 100%;
	overflow: hidden;
}

section.placeprog_section .prog-cont h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	height: 60px;
	margin-left: 15px;
}

section.placeprog_section .prog-cont h3 span {
	font-size: 15px;
	display: block;
}

section.placeprog_section .prog-cont hr {
	border-width: 2px;
	background: #E0232A;
	opacity: 1;
	margin-left: 0;
	width: 90%;
	height: 2px;
}

section.placeprog_section .prog-cont img {
	width: 100%;
	margin-bottom: 20px;
}

section.placeprog_section .prog-cont ul li {
	font-size: 16px;
	color: rgb(255 255 255 / 60%);
	font-weight: 500;
}

section.placeprog_section .row {
	align-items: end;
}

section.placeprog_section .placecourse_dv>.row {
	align-items: normal !important;
}

section.placeprog_section .prog-btn {
	position: relative;
	text-align: center;
	top: 0;
	z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
	section.placeprog_section .prog-cont h3 {
		font-size: 20px;
		height: 30px;
	}

	section.placeprog_section .prog-cont h3 span {
		font-size: 12px;
		display: block;
	}

	section.placeprog_section .prog-cont ul li {
		font-size: 12px;
	}

	section.placeprog_section .prog-cont ul {
		padding-left: 25px;
	}

	



}

@media (max-width: 991px) {

	section.placeprog_section {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	section.placeprog_section .prog-cont h3 {
		font-size: 26px;
		color: #fff;
		font-weight: 700;
		height: auto;
		margin-left: 15px;
	}
	
}


/*placement program css section ends*/


/*partners css section starts*/
section.partner_section {
	padding: 60px 0;
	position: relative;
	box-shadow: 0px 0px 50px 0px #0000005c;
	margin-bottom: 0;
	text-align: center;
}

section.scholarship_section {
	padding: 60px 0;
	position: relative;
}

section.scholarship_section .scholar-img {
	position: relative;
}

section.scholarship_section .scholar-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black, transparent);
	z-index: 2;
}

section.scholarship_section .scholar-img h2 {
	font-size: 34px;
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 3;
	color: #fff;
	font-weight: 700;
}

section.scholarship_section .boardexam_dv ul {
	margin: 0;
}

section.scholarship_section .boardexam_dv p {
	font-size: 14px;
	text-align: left;
	font-weight: 500;
}
section.scholarship_section .boardexam_dv > h3 {
    font-size: 20px;
    font-weight: 700;
}
section.scholarship_section ul.board-ul {
	    column-count: 2;
}


section.scholarship_section .boardexam_dv ul li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #757f95;
}

section.scholarship_section .boardexam_dv ul li h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: #19232b;
}

section.scholarship_section img {
	z-index: 1;
	position: relative;
	margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	section.scholarship_section .scholarship_dv h2 {
		font-size: 32px;
	}

	.scholar-img {
		position: relative;
	}
section.scholarship_section ul.board-ul {
	    column-count: 1;
}

	section.scholarship_section img {
		min-width: 320px;
	}
}

@media (max-width: 991px) {
	

	section.scholarship_section .scholarship_dv h2 {
		font-size: 28px;
	}

	section.scholarship_section .scholarship_dv h2 span {
		font-size: 48px;

	}


}

@media (max-width: 767px) {
	section.scholarship_section .scholarship_dv h2 {
		font-size: 28px;
		text-align: left;
	}

	section.scholarship_section .boardexam_dv {
		padding-top: 25px;
		border-top: 5px solid #19232b;
		padding-left: 0;
		border-left: 0;
	}

	section.scholarship_section {
		padding-bottom: 60px;
	}
}

/*partners css section ends*/


/*apply css section starts*/
section.apply_section {
	text-align: left;
	position: relative;
	background: #fff;
}

section.apply_section:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #19232b;
	z-index: 0;
}

section.apply_section .container {
	background: #860A0E;
	position: relative;
	padding: 60px 30px;
	z-index: 1;
	border-radius: 15px;
	overflow: hidden;
}

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

section.apply_section h2 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
}

section.apply_section h2 .font-sz {
	font-size: 44px;
}

section.apply_section .btn-style-two {
	position: relative;
	top: 0;
	z-index: 2
}

@media (max-width: 767px) {
	section.apply_section h2 {
		font-size: 18px;

	}

	section.apply_section h2 .font-sz {
		font-size: 28px;
	}
}

/*apply css section ends*/


/*footer starts*/

footer.footer {
	background: #19232b;
	padding: 60px 0 15px;
	position: relative;
}

footer.footer .footer-left img {
	width: 250px;
	margin-bottom: 40px;
}

footer.footer .footer-left p {
	font-size: 18px;
	color: #fff;
}

footer.footer .footer-right {
	text-align: left;
}

footer.footer .footer-left ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: left;
	align-items: center;
}

footer.footer ul.social_icons li a {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	margin: 10px;
	text-align: center;
	padding: 5px;
	border-radius: 30px;
	color: #19232b;
	font-size: 20px;
	transition: all ease .3s;
}

footer.footer ul.social_icons li a:hover {
	background: #ffffffb8;
}

footer.footer .footer-right h5 {
	font-size: 24px;
	color: #fff;
	margin: 15px 0;
	font-weight: 700;
}

footer.footer .footer-right p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}

footer.footer .footer-right p a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: all ease .3s;
}

footer.footer .footer-right p a:hover {
	color: #ffffffb8;
}

footer.footer .copyright {
	border-top: 1px solid #ffffffad;
	padding-top: 15px;
	text-align: center;
}

footer.footer .copyright p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

@media (max-width: 767px) {
	footer.footer .footer-right {
		text-align: left;
	}

	footer.footer .footer-right ul {
		justify-content: left;
	}

	footer.footer p,
	footer.footer a {
		font-size: 14px !important;
	}

	footer.footer ul.social_icons li a {
		display: block;
		width: 35px;
		height: 35px;
		background: #fff;
		margin: 10px;
		text-align: center;
		padding: 3px;
		border-radius: 30px;
		color: #19232b;
		font-size: 18px !important;
		transition: all ease .3s;
	}
}

/*footer ends*/



:root {
	--color-text: #19232b;
	--color-bg: #e3e4e;
	--color-bg-accent: #e3e4e5;
	--size: clamp(5rem, 0rem + 20vmin, 25rem);
	--gap: calc(var(--size) / 14);
	--duration: 60s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
  }
  
  
  .marquee {
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	mask-image: linear-gradient(
	  var(--mask-direction, to right),
	  hsl(0 0% 0% / 0),
	  hsl(0 0% 0% / 1) 20%,
	  hsl(0 0% 0% / 1) 80%,
	  hsl(0 0% 0% / 0)
	);
  }
  
  .marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll-x var(--duration) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
	.marquee__group {
	  animation-play-state: paused;
	}
  }
  
  

  .marquee--reverse .marquee__group {
	animation-direction: reverse;
	animation-delay: -3s;
  }
  
  @keyframes scroll-x {
	from {
	  transform: translateX(var(--scroll-start));
	}
	to {
	  transform: translateX(var(--scroll-end));
	}
  }
  
  @keyframes scroll-y {
	from {
	  transform: translateY(var(--scroll-start));
	}
	to {
	  transform: translateY(var(--scroll-end));
	}
  }
  
  /* Element styles */
  .marquee .slide-logo {
	display: grid;
	place-items: center;
	width: var(--size);
	fill: var(--color-text);
	background: var(--color-bg-accent);
	aspect-ratio: 16/9;
	padding: calc(var(--size) / 10);
	border-radius: 0.5rem;
  }
  
  .marquee--vertical .slide-logo {
	aspect-ratio: 1;
	width: calc(var(--size) / 1.5);
	padding: calc(var(--size) / 6);
  }
  
  /* Parent wrapper */
  .wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	margin: auto;
	max-width: 100vw;
  }

  
  /* Toggle direction button */
  
  
  
  
  @keyframes fade {
	to {
	  opacity: 0;
	  visibility: hidden;
	}
  }
  



  @media (max-width: 1199.98px) {
	section.placementcont_section .row>div:nth-child(2)>div {
		border-right: 0px solid #ccc;
	}

	section.placeprog_section .placecourse_dv {
		margin-top: 30px;
	}
	section.apply_section h2 {
		font-size: 26px;
	}
}

@media (max-width: 767.98px) {
    .hero_content h1 {
        font-size: 28px;
    }
	section.apprval_section h2 {
		font-size: 26px;
	}
	.awards_cont {
		text-align: center;
	}
	.awards_cont img {
		margin-bottom: 15px;
	}
    section.offers_section h2 {
        font-size: 26px;
        margin-left: 30px;
        margin-top: 50px;
    }
	section.offers_section ul {
		margin-left: 30px;
		margin-bottom: 30px !important;
	}
	section.apply_section .apply_dv.text-right { 
		text-align: left !important;
		margin-top: 15px;
	}
	section.scholarship_section .scholar-img h2 {
		font-size: 34px;
	}
}