html,
body {
	height: 100%;
}
body {
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	color: #808080;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

h2 {
	color: #206628;
	font-weight: 800;
	font-size: 2.5rem;
}

h5 {
	color: #999999;
}

p {
	line-height: 2;
}

.modal {
	z-index: 99999;
}
.modal-header {
	border: none;
	border-bottom: 1px solid #ededed;
}
.modal-backdrop.show {
	z-index: 9999;
}
.btn {
	transition: all 0.9s ease;
	font-weight: 600;
	border-radius: 40px;
	padding: 0.375rem 1rem;
}

.btn-primary {
	background: #286733;
	border-color: #286620;
}

.btn-primary:hover {
	background: #42af42;
	border-color: #42af42;
}
.btn-primary:hover img {
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(139deg) brightness(106%) contrast(101%);
} 
.btn .btnarrow {
	width: 14px;
	margin-top: -5px;
	margin-left: 4px;
	transition: all 0.3s ease;
}

.btn-success {
	background: #286620;
	border-color: #286620;
}

.btn-success:hover {
	background: #fff;
	color: #286620;
}

.btn-outline-success {
	border-color: #286620;
	color: #286620;
}

.btn-outline-success img {
	animation: slide-in 5s infinite;
}

.btn-outline-success:hover {
	background: #286620;
	color: #fff;
}

.text-primary {
	color: #8fc82b !important;
}

.text-danger {
	color: #aa3030 !important;
}

.fontpoppins {
	font-family: "poppins", sans-serif;
}

.form-control,
.form-select {
	border-radius: 40px;
}
.form-control:focus {
	box-shadow: none;
}

.nav-link {
	color: #3c7434;
	font-weight: 600;
	margin-left: 20px;
	text-transform: uppercase;
}

.nav-link.active {
	color: #3c7434;
}

/*.logotext{margin-left: 1rem; text-align: center; line-height: 20px; padding-top: 5px;}*/
img.new-logo {
	width: 280px;
}

.logotext span {
	color: #206628;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
}

.logotext small {
	color: #808080;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 3px;
}

.carousel-caption {
	bottom: 2.25rem;
}

.admissions {
	background: linear-gradient(to bottom, #13a049 0%, #286720 100%);
}

.admtextarea {
	padding: 4rem 2rem 4rem 4rem;
}

.admtextarea .star {
	width: 40px;
	margin-bottom: 2rem;
}

.admtextarea h2 {
	font-size: 4rem;
	margin-bottom: 2rem;
}

.curriculamsection {
	padding-top: 4rem;
	padding-bottom: 3rem;
	background: url(../images/fac_logobg_left.png) no-repeat;
	background-position: top left;
	background-size: 30%;
}

.curriculam {
	background: url(../images/curriculamBg.svg) no-repeat;
	background-size: 100%;
	min-height: 395px;
	margin:
		4rem 2rem 2rem;
	padding: 2.5rem 1rem 0;
}

.curriculam .cur_icon {
	width: 120px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}

.lifetext h2,
.lifetext h6 {
	margin-bottom: 2rem;
}

/*.lifetext h6{line-height: 28px;}*/
.lifetext p {
	line-height: 2;
	text-align: justify;
}

.lifetext h2 {
	font-weight: 600;
}

.messagearea {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.messagearea h2 {
	font-weight: 600;
}

.principal {
	position: relative;
	height: 700px;
	width: 100%;
}

.principalImg {
	position: absolute;
	height: 100%;
	bottom: 0;
}

.principalImg img {
	height: 100%;
}

.message h2 {
	margin-bottom: 3rem;
	font-weight: 600;
}

.message h6 {
	line-height: 28px;
}

.message h6 {
	margin-bottom: 2rem;
}

.message ul li {
	line-height: 24px;
	margin-bottom: 0.5rem;
}

.message p {
	text-align: justify;
}

.videotour {
	overflow: hidden;
	padding: 0;
}

.news_section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.events .card {
	margin-bottom: 1.5rem;
}

.events h3 {
	font-weight: 800;
	color: #aa3030;
}

.events .card h4 {
	color: #aa3030;
	font-weight: 900;
	font-family: poppins;
}

.events .card h5 {
	color: #aa3030;
	font-weight: 700;
}

.events .card h6,
.events .card p {
	color: #999999;
	margin-bottom: 0
}

.events .card h6 {
	padding-bottom: 0.5rem;
	margin-bottom: 0;
	font-size: 0.8rem;
}

.events .more {
	color: #286620;
	font-weight: 700;
	text-decoration: none;
	margin-top: 1rem;
}

.eventdtls {
	height: 460px;
	overflow-y: scroll;
	padding-right: 15px;

}

.eventdtls .card:hover {
	background: #aa3030;
	color: #fff;
	-webkit-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.eventdtls .card:hover h5,
.eventdtls .card:hover h4,
.eventdtls .card:hover h6 {
	color: #fff;
}

.news_admission {
	padding: 0 2rem 0 0;
}

.subscriptionarea {
	position: relative;
	margin-left: 1.5rem;
}

.subscriptionarea .subscription {
	position: absolute;
	left: 0;
	top: 3rem;
	width: 100%;
}

.subscribeIcon {
	width: 194px;
	margin: 0 auto;
}

.subscriptionform {
	padding: 2.5rem;
}

.footer {
	background: #1a1a1a;
	padding-top: 4rem;
	padding-bottom: 2rem;
	position: relative;
}

.footerlogo {
	max-width: 80%;
}

.addressarea {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
}

.addressarea a {
	color: #fff;
	text-decoration: none;
}

.addressarea .row {
	margin-bottom: 1.25rem;
}

.addressarea .row:last-child {
	margin-bottom: 0;
	align-items: center;
}

.footerlinks ul {
	margin: 0;
	padding: 0;
}

.footerlinks ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerlinks ul li a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	padding: 0.5rem 0;
	display: block;
	font-weight: 600;
}

.footerlinks ul li a:hover {
	color: #8fc82b;
}

.smicons {
	position: absolute;
	right: 20px;
	top: 4rem;
}

.smicons a {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	text-align: center;
	padding: 5px 1px 2px;
	color: #ffffff;
	display: block;
	margin-bottom: 7px;
}

.smicons a.fb {
	background: #3c579e;
}

.smicons a.fb:hover {
	background: #166ae6;
}

.smicons a.insta {
	background: #f76b38;
}

.smicons a.insta:hover {
	background: #ab21bf;
}

.smicons a.linkedin {
	background: #0275b4;
}

.smicons a.linkedin:hover {
	background: #67c1f0;
}

.smicons a.yt {
	background: #dc0f06;
}

.smicons a.yt:hover {
	background: #b72f27;
}
.smicons a i {
	animation: rotateInf 2s infinite linear;
}
@keyframes rotateInf {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/*fee structure*/
.feestructure {
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.feestructure .table {
	border-color: #9d9d9d;
	font-family: 'poppins', sans-serif;
}

.feestructure .table th {
	background: #286620;
	color: #ffffff;
	border-bottom: none;
	font-size: 26px;
}

.feestructure .table th:first-child {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 0px;
}

.feestructure .table th:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 0px;
}

.feestructure .table td:first-child,
.feestructure .table th:first-child {
	padding-left: 1rem;
}

.feestructure .table th {
	border: none !important;
}

.feestructure .table thead tr {
	border-top: 0 !important;
}

.feestructure .table td.discount {
	background: #f0f1f5;
}

.table> :not(caption)>*>* {
	padding: 1rem;
}

.feestructure .table .feetitle {
	--bs-table-bg-type: #286620;
	font-weight: 600;
	font-size: 16px;
	--bs-table-color:
		#fff;
}

.feestructure .table tr td:last-child {
	width: 40%;
}
.banner {
	/* height: 622px; */
	/* height: 100vh; */
	/* background: url(../images/banner-1.jpg); */
	background-size: contain;
	background-repeat: no-repeat;
}
.desk-hide {
	display: none;
}
.innerbanner {
	padding: 0;
}
.innerbanner img {
	width: 100%;
}
ul.discountul {
	margin: 0;
	padding: 0;
}

ul.discountul li {
	margin: 0;
	padding: 8px 0;
}

.feestructure .table .table thead tr td {
	background: #e2e2e2;
	border-top: 1px solid #9d9d9d;
}
.feestructure .table .table thead tr.bg-green td {
	background: #2c6620;
	color: #fff;
}

.feestructure .table .table tr td:last-child {
	width: unset;
}

.feestructure .table .table {
	margin-bottom: 0
}

.siblingtable.table th:first-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.siblingtable.table th:last-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.siblingtable.table {
	margin-bottom: 0;
}

.specialdiscounts {
	--bs-table-bg-type: #aa3030;
	font-weight: 600;
	--bs-table-color-type: #ffffff !important;
}

.discounthighlight {
	--bs-table-color-type: #000 !important;
	font-weight: 700;
	font-size: 18px;
	--bs-table-bg-type:
		#e2e2e2;
}

.offersection {
	font-family: "Oswald", sans-serif;
	margin-bottom: 1rem;
	border-bottom: 10px solid #aa3030;
	padding:
		1.5rem;
	background: #33a036;
	position: relative;
}

.offerbdr {
	border: 1px solid #ffffff;
	padding: 1rem;
	color: #ffffff;
	min-height: 200px
}

.offerbdr .thisyear {
	font-size: 40px;
}

.offerbdr .thisyear span {
	font-size: 60px
}

.flagwrapper {
	position: absolute;
	left: 50px;
	top: 0;
}

.flag {
	width: 220px;
	height: 190px;
	box-sizing: content-box;
	padding-top: 0px;
	position: relative;
	background: #aa3030;
	color: white;
	font-size: 100px;
	text-align: center;
	text-transform: uppercase;
}

.flag:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 25px solid #33a036;
	border-left: 110px solid transparent;
	border-right: 110px solid transparent;
}

.formarea {
	background: #e8edfb;
	border: 1px solid #dadadb;
	border-radius: 1rem;
	padding: 4rem 3rem;
}

.formarea .row .col-sm-6,
.formarea .row .col-sm-12 {
	margin-bottom: 2rem;
}

textarea.form-control {
	border-radius: 20px;
}

.contactpageaddress {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 2rem;
}

.contactpageaddress .row {
	margin-bottom: 1rem;
}

.contactpageaddress .row:last-child {
	margin-bottom: 0;
}

.contactpageaddress a {
	margin-right: 1rem;
}

.contactpageaddress a.fb {
	color: #3c579e;
}

.contactpageaddress a.fb:hover {
	color: #166ae6;
}

.contactpageaddress a.insta {
	color: #f76b38;
}

.contactpageaddress a.insta:hover {
	color: #ab21bf;
}

.contactpageaddress a.linkedin {
	color: #0275b4;
}

.contactpageaddress a.linkedin:hover {
	color: #67c1f0;
}

.contactpageaddress a.yt {
	color: #dc0f06;
}

.contactpageaddress a.yt:hover {
	color: #b72f27;
}
.get-intouch-social a {
	border: 1px solid #286733;
	padding: 10px 5px 5px 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	text-align: center;
	border-radius: 4px;
	transition: all 1s linear;
}
.get-intouch-social a:hover {
	background: #286733;;
}
.get-intouch-social a i {
	font-size: 1.25rem;
}
.mission {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.missionimg {
	width: 75px;
	margin-bottom: 1.5rem;
}

.corevalues {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background: #f5f5f5
}

.corevalues h5 {
	font-weight: 600;
	color: #206628;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

.corevalues .valueimg {
	margin-bottom: 1rem;
}

.corevalues .valueimg img {
	width: 75px;
	transition: transform 1s;
}
.corevalues .valueimg img:hover {
	transition: transform 1s;
  transform: scale(1.2);
}
#more {
	display: none;
	transition: opacity 1s ease-out;
}

#more.showMore {
	display: block;
}

/*admission page*/
.admission_banner {
	background: #e2e5ec url(../images/admission_banner.jpg) no-repeat;
	min-height: 600px;
	background-position-x: 0px;
	background-size: cover;
	border-bottom: 40px solid #286620;
}

.admission_banner h4,
.admission_banner p {
	color: #286620;
}

.admission_banner p {
	line-height: 27px;
	text-align: justify;
}

.admission_banner .btn img {
	height: 22px;
	margin-top: 0rem;
}

.process {
	padding-top: 1rem;
	padding-bottom: 0rem;
	border-bottom: 40px solid #286620;
}

.processcard.card {
	border: none;
	margin-bottom: 2.5rem;
	padding: 1rem;
	overflow: hidden;
	transition: all 1s;
	/* Animation */
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.processcard.card:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #286620;
}

.processcard.card:hover img {

	transition: transform 1s;
	/* Animation */
	transform: scale(1.2);
}

.processcard.card .curriculamimg {
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-radius: 2rem
}

.processcard.card:hover .card-body .card-title {
	color: #fff;
}

.processcard.card:hover .card-body {
	color: #fff;
}

.processcard.card .card-img-top {
	overflow: hidden;
}

.processcard.card .card-body {
	padding-left: 0;
	padding-right: 0;
}

.processcard.card .card-body .card-title {
	min-height: 1px;
	font-size: .9rem;
	color: #286620;
	margin-bottom: .5rem;
}

.processcard.card .card-body .card-title small {
	font-size: 70%
}

.processcard.card .card-body .btn-secondary {
	background: #D9D9D9;
	color: #286620;
	font-size: 13px;
	border: 1px solid #fff;
}

.processcard.card .card-body .btn-secondary:hover {
	background: #286620;
	color: #fff;
}

.processcard.card:hover .card-body .btn-secondary {
	background: #286620;
	color: #fff;
}

.processcard.card>.card-body>p {
	min-height: 115px;
}

.processmodal {
	padding: 1rem 2rem;
	color: #1a1a1a;
}

.processmodal ol,
.processmodal ul {
	padding-left: 1rem;
}

.processmodal ol li,
.processmodal ul li {
	padding-left: 1rem;
	line-height: 2;
	margin-bottom: 0.6rem;
}

.processmodal p {
	line-height: 24px;
}

.processtitle {
	color: #286620;
}

.feestructurebtn {
	padding-top: 5rem;
}

.feestructurebtn .btn {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	border-bottom-left-radius:
		0 !important;
	border-bottom-right-radius: 0 !important;
	text-transform: uppercase;
	padding: 1rem;
}

.overviewul {
	list-style-type: decimal;
}

.overviewul .limaintitle {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 0.7rem;
	margin-top: 1.5rem;
	color: #999;
}

.limaintitle ul {
	font-weight: normal;
	font-size: 12px;
	color: #999;
}

.border-list {
	border-top: 1px solid #ddd;
}

.list-number {
	list-style-type: decimal;
}

.overviewul span {
	font-weight: 600;
	font-size: 14px;
	line-height: 2.6;
	padding-top: 1.8rem;
}

.overviewul span.lisub {
	font-weight: 700;
}

.overviewul p {
	padding-top: 1rem !important;
}

.highlight-h5 {
	color: #286620;
}

.processmodal h5 {
	color: #000;
	font-size: 1.25rem;
	font-weight: 600;
}

.counter ol {
	counter-reset: item
}

.counter ol LI {
	display: block;
}

.counter ol LI:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	margin-right: 10px;
	font-weight: 600;
	font-family: 'poppins';
}

.counter ol Li OL {
	margin-top: 7px;
}

.processmodal table tbody th {
	vertical-align: middle;
	background: #4c4c4c;
	color: #fff;
}

.overviewul h5 {
	color: #000;
}

/*admission page*/

/*policies*/
.policiesection {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.policiesection .card {
	background: linear-gradient(to bottom, #ffffff 0%, #e9e9ea 100%);
	border-color: #e9e9ea;
	margin-bottom: 1rem;
	border-radius: 0.7rem;
	transition: all 0.5s ease;
}

.policiesection .card:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	background: linear-gradient(to bottom, #fff 0%, #286620 100%);
}

.policiesection .card:hover .card-body .btn {
	background: #fff;
	color: #286620;
}

.policiesection .card .card-body {
	text-align: center;
}

.policiesection .card h5.card-title {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

.policiesection .card .card-body .btn {
	font-size: 12px;
	margin-bottom: 1rem;
}

.policiesection .card .card-body .policyimg {
	width: 70px;
	margin: 1.3rem auto;
}

.policiesection .tab-content {
	border: 1px solid #ddd;
	padding: 2rem;
	border-radius: 1rem;
}

.policiesection .tab-content h4 {
	font-weight: 700;
}

.policiesection .tab-content h5 {
	color: #444444;
	font-size: 1.3rem;
}

.policiesection .tab-content h6 {
	font-weight: 600;
}

.policiesection .tab-content table tbody th {
	vertical-align: middle;
}

.policiesection .tab-content ol,
.policiesection .tab-content ul {
	padding-left: 1rem;
}

.policiesection .tab-content ol li,
.policiesection .tab-content ul li {
	padding-left: 1rem;
	line-height: 22px;
	margin-bottom: 1rem;
}
.hover-border-outer {
	position: relative;
	z-index: 1;
	height:100%;
	display:block;
}

.hover-border-outer::before,
.hover-border-outer::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: block;
}

.hover-border {
	transition: color 0.25s;
}

.hover-border::before,
.hover-border::after {
	border: 3px solid transparent;
	width: 0;
	height: 0;
	border-radius: 10px;
}

.hover-border::before {
	top: 0;
	left: 0;
}

.hover-border::after {
	bottom: 0;
	right: 0;
}

.hover-border:hover::before,
.hover-border:hover::after {
	width: 100%;
	height: 100%;
	display:block;
}

.hover-border:hover::before {
	border-top-color: #286620;
	border-right-color: #286620;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.hover-border:hover::after {
	border-bottom-color: #286620;
	border-left-color: #286620;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
ul.counterdisc {
	list-style-type: disc !important;
}

ul.counterdisc li:before {
	content: none;
	counter-increment: none;
	margin-right: 10px;
	font-weight: 600;
	font-family: 'poppins';
}

ul.counterdisc li {
	list-style: disc !important;
	display: list-item;
}

ol.list-alpha {
	list-style-type: lower-alpha !important;
	margin-top: 16px;
}

/*.list-alpha li{margin-top:18px !important;}*/
/*.list-alpha p{font-weight:400 !important;}*/

/*policies*/

/*homepagechages*/
.banner_img {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url("../images/banner-1.jpg");
	/*background-image: url("../images/standing.jpg");*/
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	padding-left: 5%;
}

.banner-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: white;
}

.banner button {
    padding: 14px 25px;
    font-size: 1em;
    background-color: #206628;
    color: #ffffff;
    border: 1px solid #206628;
    cursor: pointer;
    font-weight: bold;
}

.banner button i {
	animation: slide-in 5s infinite;
}

.readmore_btn img {
	animation: slide-in 5s infinite;
}

@keyframes slide-in {
	0% {
		transform: translateX(0%);
	}

	50% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0%);
	}
}

#myBtn:hover {
	background: #fff;
	border: 1px solid #206628;
	color: #206628;
	-webkit-transition: background 1000ms linear;
	-ms-transition: background 1000ms linear;
	transition: background 1000ms linear;
}

.readmore_btn:hover {
	background: #206628;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: background 1000ms linear;
	-ms-transition: background 1000ms linear;
	transition: background 1000ms linear;
}
.readmore_btn:hover img {
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(139deg) brightness(106%) contrast(101%);
}
#myBtn img {
	animation: slide-in 5s infinite;
}

.news_admission button img {
	animation: slide-in 5s infinite;
}

.news_admission button:hover,
.message button:hover {
	background: #fff;
	border: 1px solid #206628;
	color: #206628;
	-webkit-transition: background 1000ms linear;
	-ms-transition: background 1000ms linear;
	transition: background 1000ms linear;
}

.banner-content i {
	font-size: 1.1rem;
	padding-left: 15px;
}

.banner button:hover {
	background: #fff;
	border: 1px solid #206628;
	color: #206628;
	-webkit-transition: background 1000ms linear;
	-ms-transition: background 1000ms linear;
	transition: background 1000ms linear;
}

/*principal section*/

.message_sec {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60vh;
	position: relative;
}

/*Leadership css*/
.leadership-bg {
	background: #d9d9d9;
	border-top: 60px solid #286620;
	border-bottom: 60px solid #286620;
}

.leadership-bg .message.chairman {
	padding-left: 2rem;
}

.leadership-bg .message.md {
	padding-right: 2rem;
}

.chairmansmessage {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e5e5e5;
}

.Leadership_col img {
	width: 85%;
	overflow: hidden;
	position: absolute;
	bottom: -8%;
}

.MD_COL_top {
	margin-top: 300px;
}

.MD_COL {
	background-position: bottom right !important;
}

.MD_COL img {
	width: 85%;
	position: relative;
	bottom: 35px;
	left: 23%;
	bottom: 90px;
	overflow: hidden;
}

.person-data-box {
	background: #286620;
	width: 50%;
	position: absolute;
	bottom: 30px;
	right: 11px;
	padding: 20px;
	border-radius:
		30px;
}

.person-data-box2 {
	background: #286620;
	width: 50%;
	position: absolute;
	bottom: 30px;
	padding: 20px;
	border-radius: 30px;
}

.person-data {
	border-left: 10px solid #aa3030;
	height: 60px;
	padding-left: 10px;
}

.person-data h5 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.under-rectangle {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background-color: #d9d9d9;
	border-radius: 30px;
}

.outer-rectangle {
	position: absolute;
	top: -50px;
	right: 10px;
	width: 480px;
	height: 100%;
	background-color: #286620;
	z-index: 1;
	border-radius: 30px;
}

.text {
	color: white;
	margin-right: 10px;
	bottom: 10%;
	position: absolute;
	border-left: 10px solid #b33232;
	height: 50px;
	padding-left: 6PX;
}

.text p {
	line-height: 0.6;
}

.rectangle-image {

	top: 50%;
	position: absolute;
	left: 65%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: 100%;
}

/*senior leaders css*/
.overlay-container {
	position: absolute;
	top: -20%;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.7;
}

.overlay-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.separator {
	background-color: #286620;
	margin: 10px 0;
	width: 100%;
	height: 50px;
}

.senior-leader-title {
	background-color: #d9d9d9;
}

.senior-leader-title p {
	color: #206628;
	line-height: 2;
	padding: 1rem 3rem 1rem 3rem;
}

.senior-leader-text {
	background-color: #d9d9d9;
	padding: 15px 25px 15px 25px;
	background-color: #d9d9d9;
	width: 66%;
	position:
		absolute;
	z-index: 3;
	bottom: 30%;
	left: 10%;
	color: #286620;
	border-radius: 30px;
	line-height: .2;
	text-align: center;
}

.senior-leader-para {
	position: absolute;
	top: 60%;
	z-index: 3;
	color: #ffffff;
	background-color: #006610;
}

.senior-leader-text2 {
	background-color: #d9d9d9;
	padding: 10px 0;
	width: 66%;
	color: #286620;
	position: absolute;
	z-index:
		3;
	bottom: 30%;
	right: 5%;
	border-radius: 30px;
	line-height: .2;
	text-align: center;
}

/*readmore*/
.read-content {
	font-size: 15px;
	line-height: 1.8;
	display: -webkit-box;
	text-align: justify;

	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: max-height 0.3s ease;

}

.read-content.expanded {
	-webkit-line-clamp: unset;
	max-height: none;
}

.read-content+.read-more.hidden {
	display: none;
}

.read-more {
	margin-left: 15px;
}

.curriculum-gradient {
	position: relative;
	overflow: hidden;
}

.gradient-overlay {
	position: absolute;
	top: 0;
	left: 12%;
	width: 86%;
	height: 80%;
	background: linear-gradient(to bottom, rgba(43, 90, 37, 0.1) 0%, rgba(43, 90, 37, 0.5) 50%, rgba(49, 65, 47, 0.7) 100%);
	border-radius: 0 0 30% 30%;
	z-index: 0;
}

.curriculum {
	background: #286620;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 80px solid #d9d9d9;
	border-top:
		60px solid #d9d9d9;
}

.curriculumimg {
	width: 100%;
	;
	text-align: center;
	margin-bottom: -100px;
}

.curriculum-text {
	text-align: justify;
	line-height: 2;
	padding-left: 5rem;
}

.video-bg {
	background-color: #286620;
	padding: 3rem;
}

.senior-leader-top {
	padding-top: 8rem;
	margin-bottom: 6rem;
}

.senior-leader-img-new {
	margin: 0 160px;
	max-width: 500px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.senior-leader-img-new2 {
	margin: 0 60px;
	max-width: 500px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.senior-leader-img-content {
	background-color: #006610;
	color: #ffffff;
	padding-top: 10px;
	width: 500px;
	margin: 0 160px;
	font-size: 15px;
	line-height: 1.8;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: justify;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.senior-leader-img-content2 {
	background-color: #006610;
	color: #ffffff;
	padding-top: 10px;
	width: 500px;
	margin: 0 60px;
	font-size: 15px;
	line-height: 1.8;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-align: justify;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#text {
	display: none;
}

#text2 {
	display: none;
}

.btn-container {
	margin: auto;
	height: 50px;
	width: 100%;

}

.readmore_btn {
	background: #ffffff;
	color: #006610;
	float: right;
	font-size: 14px;
	font-weight: 300;
}

h2.leadership-h2 {
	margin-bottom: 2rem;
}

.white-bg {
	background-color: #ffffff;
}

/*Home page*/
/* TOPBARMENU */
.topbar {
	background-color: #296621;
	box-sizing: border-box;
	color: white;
}

.topbar .nav-link {
	color: #fff;
	font-size: 12px;
}

.topbar .nav-link:hover,
.topbar .nav-link.active {
	color: #6dc866;
}

.topbar .nav-link.btn {
	background: #fff;
	color: #444;
	padding: 0.375rem 2rem;
	border: 1px solid #fff;
}

.topbar .nav-link.btn:hover {
	background: #296621;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: background 1000ms linear;
	-ms-transition: background 1000ms linear;
	transition: background 1000ms linear;
}

.topbar .navbar {
	margin-right: 1rem;
}

.header .nav-link:hover,
.header .nav-link.active {
	color: #296621;
}

.banner {
	padding: 0;
	overflow: hidden;
	position: relative;
	border-bottom: 60px solid #d9d9d9;
}

.banner .bannerbtn {
	position: absolute;
	top: 0;
}

.banner .bannerbtn h4 {
	font-size: 2.5rem;
}

.facilities {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.facilities h2 {
	margin-bottom: 2rem;
}

.facilities h5 {
	font-size: 1rem;
}

.facilitiesbg {
	width: 185px;
	margin: 0 auto;
	position: relative;
	margin-top: .25rem;
	margin-bottom: 2rem;
}
.facilitiesbg img {
	transition: transform 1s linear;
}
.facilitiesbg img:hover {
	transform: rotate(180deg);
}

.facilitiesbg .facilityIcon {
	width: 130px;
	position: absolute;
	left: 27px;
	top: 60px;
}

.welcome {
	padding: 0 2rem;
}

.welcome h3 {
	margin-bottom: 1rem;
}

.welcome p {
	font-size: 1rem;
	text-align: center;
}

.studentlife {
	background: #286620 url(../images/studentlife-bg.png);
	background-size: cover;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 60px solid #d9d9d9;
	border-top: 60px solid #d9d9d9;
}

.meetleaders {
	background: #d9d9d9;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.meetleaders p {
	text-align: center;
}

.leadercard {
	background: #006610;
	border-color: #006610;
	color: #fff;
	border-radius: 1rem;
	width: 100%;
}

.leadercard p {
	text-align: justify;
}

.leadercard .card-img-top {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

.leadercard .card-body {
	padding: 2rem;
}

.senior_leaders {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

/*Home page*/
/*curriculam page*/
.curriculamtitle {
	color: #286620;
}

.curriculammodal {
	padding: 1rem 2rem !important;
	text-align: justify;
}

.curriculamul .limaintitle {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.7rem;
	margin-top: 1.5rem;
}

.curriculamul {
	padding-left: 1rem !important;
}

.curriculamul li {
	margin-bottom: 0.5rem;
	line-height: 1.9
}

.curriculammodal h5 {
	font-size: 1rem;
	font-weight: 700;
	color: #757575;
	line-height: 1.9;
}

.lisub {
	font-weight: 600;
}

/*curriculam page*/

.processcard p {
	padding-right: 15px;
	line-height: 2;
	text-align: justify;
}

.gallerymain {
	overflow: hidden;
	margin-bottom: 2rem;
}

.gallerythumb {
	overflow: hidden;
}

.gallerytext {
	background: #ebeff3;
	padding: 1.5rem 3rem;
}

.gallerytext h6 {
	font-size: 18px;
	color: #010101;
	margin-bottom: 0.7rem;
}

.newslettersection {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.facebookfeed {
	padding-bottom: 4rem;
	background: #286620;
	padding-top: 04rem;
}

.img-animation img {
	width: 100%;
	-webkit-animation: upDown 5s infinite;
	animation: upDown 5s infinite;
}

.facebookfeed h4 {
	width: 70%;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 1.35;
	color: #fff;
}

@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}

	50% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px)
	}

	100% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}

	50% {
		-webkit-transform: translateY(25px);
		transform: translateY(25px)
	}

	100% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px)
	}
}

.visibility-hidden {
	visibility: hidden;
}

.gallerythumb p {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}


.gallery_container,
.video_container {
	margin-bottom: 1rem !important;
	background: #fafafa;
	padding: 20px 10px 10px 10px;
}

.gallery-bordered {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 1rem;
	margin-bottom: 1rem;
}

.gallery-bordered img {
	width: 100%;
}

.gallerythumb {
	overflow: hidden;
	margin-bottom: 0;
}

.gallerythumb img {
	transition: transform 1s;
	/* Animation */
}

.gallerythumb:hover img {
	transform: scale(1.1);
}

.text-transform-normal-title {
	text-transform: none;
	font-size: 1.75rem;
	margin-bottom: 2rem;
}

.sub-title {
	font-weight: bold;
	color: #3c7434;
	padding-left: 1rem;
}

.video_container .gallerythumb p {
	min-height: 70px;
}

h2.main-title {
	margin-bottom: 10px;
}

h4.sub-title {
	font-weight: bold;
	color: #3c7434;
	padding-left: 0;
}

.addressarea img {
	width: 32px;
}

.banner {
	margin-top: 0;
}

.header-main {
	position: fixed;
	top: 50px;
	z-index: 99;
}

.navStyleChange {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
	transition: top .3s linear;
	box-shadow: 4px 4px 10px 4px rgba(189, 189, 189, .3)
}

.news-letter-card:hover {
	border: none;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.news-letter-card {
	overflow: hidden;
	border: none;

}

.news-letter-card img {
	transition: transform 1s;
	/* Animation */
	overflow: hidden;
}

.news-letter-card:hover img {
	transform: scale(1.1);
}

.news-letter-card .card-body {}

.news-letter-card .card-body {
	transition: all 1s linear;
	/* Animation */
	background: #fafafa;
}

.news-letter-card:hover .card-body {
	background: #206628;
}

.news-letter-card:hover .card-body .card-title,
.news-letter-card:hover .card-body .text-success,
.news-letter-card:hover .card-body .text-muted,
.news-letter-card:hover .card-body p {
	color: #fff !important;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.dropdown-menu {
	background: #206628;
	padding: 0;
}

.dropdown-menu li .dropdown-item {
	padding: 10px;
	color: #fff;
	border-radius: 4px;
	border-bottom: 1px solid #777;
	transition: all 1s;
	/* Animation */
}

.dropdown-menu li:last-child .dropdown-item {
	border-bottom: none;
}

.dropdown-menu li .dropdown-item:hover {
	background: #fff;
	color: #206628;
}

.dropdown-menu:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 40%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-bottom: 10px solid #206628;
}

.banner .bannerbtn {
	position: absolute;
	/* height: 100vh; */
	/* background: rgba(0, 0, 0, .5); */
	padding-top: 200px;
}

.parallax {
	/* The image used */
	background: #2c6622 url("../images/banner-1.jpg");
	/* Set a specific height */
	min-height: 540px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	transition: all 2s linear;
}

.animatedDiv {
	background-position: top;
}

.close {
	background: transparent;
	border: none;
	font-size: 2rem;
	line-height: 1;
}

.eapps-instagram-feed {
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 10px;
}

.social-media-thumb img {
	-webkit-box-shadow: 4px 4px 10px 4px rgba(189, 189, 189, 1);
	-moz-box-shadow: 4px 4px 10px 4px rgba(189, 189, 189, 1);
	box-shadow: 4px 4px 10px 4px rgba(189, 189, 189, 1);
	cursor: pointer;
}

.front {
	width: 400px;
	height: 140px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}

.front img {
	width: 100%;
}

.back {
	width: 400px;
	height: 0px;
	transition: all 0.9s ease;
	align-items: center;
	justify-content: center;
	top: 0px;
	position: absolute;
	opacity: 0;
	display: flex;
	align-items: center;
}

.front:hover .back {
	width: 400px;
	height: 140px;
	background: rgba(44, 102, 40, .9);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	display: flex;
	opacity: 1;
	transition: height 0.9s ease;
}

.btn-view-more {
	padding: 10px 20px;
	background: #fff;
	color: #296621;
	border-radius: 4px;
	text-decoration: none;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #206628;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

	background: #aa3030;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #aa3030;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #aa3030;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-size: 100%;
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(../images/up.png);
	/* css sprites */
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-image: url(../images/down.png);
	/* css sprites */
}

.carousel-control-next,
.carousel-control-prev {
	width: 50px;
	height: 50px;
}

.carousel-control-prev {
	left: auto;
	right: 50px;
	top: auto;
	bottom: 105px;
	background: transparent;
	color: #206628;
	border: 1px solid #fff;
}

.carousel-control-next {
	right: 50px;
	top: auto;
	bottom: 50px;
	background: transparent;
	color: #206628;
	border: 1px solid #fff;
}

.lcms_nav {
	top: auto;
	bottom: 50px;
	width: 50px;
	height: 100px;
	right: 50px;
}

.lcms_prev {
	width: 40px;
	height: 40px;
	background: #fff url(../images/left.png) no-repeat;
	display: block;
	margin: 5px;
	background-size: 50%;
	background-position: center;
}

.lcms_next {
	width: 40px;
	height: 40px;
	background: #fff url(../images/right.png) no-repeat;
	display: block;
	margin: 5px;
	background-size: 50%;
	background-position: center;
}

.lcms_content {
	width: 100%;
}

#slide_wrap {
	width: 100%;
	max-width: 100%;
	height: 40vw;
	max-height: 563px;
}

.grayscaleImg {
	width: 100%;
}

.grayscaleImg img {
	width: 100%;
}

.title-bdr {
	position: relative;
	width: 150px;
	margin-bottom: 50px;
}

.title-bdr {
	margin-left: auto;
	margin-right: auto;
}

.left-bdr,
.right-bdr {
	height: 6px;
	width: 60px;
	background-color: #206628;
	border-radius: 10px;
	position: absolute;
}

.left-bdr {
	left: 0px;
	animation: left 2s infinite;
}

.right-bdr {
	right: 0px;
	animation: right 2s infinite;
}

@keyframes left {

	0%,
	50%,
	100% {
		width: 60px;
	}

	25% {
		width: 120px;
	}

	75% {
		width: 10px;
	}
}

@keyframes right {

	0%,
	50%,
	100% {
		width: 60px;
	}

	25% {
		width: 10px;
	}

	75% {
		width: 120px;
	}
}
/*faculties*/
.faculitiesection {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.faculitiesection h3 {
	font-weight: 800;
	color: #296621;
}

.faculitiesection .card {
	border: 0
}

.faculitiesection .card .card-title img {
	width: 11px;
	height: 11px;
	margin-left: 5px;
}

.faculitiesection .card .card-text {
	text-align: left;
	position: relative;
	width: 100%;
	display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faculitiesection .card p.facultistatus {
	font-weight: 600;
}

.faculitiesection .card a.readblurb {
	font-size: 10px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
}
/* .circle-half {
	width: 296px;
	height: 141px;
	border: 10px solid #469b2b;
	border-bottom-left-radius: 185px;
	border-bottom-right-radius: 185px;
	border-top: none;
	position: absolute;
	top: -150px;
	left: 60px;
} */
.hiddenDiv {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 500ms linear;
	-ms-transition: max-height 500ms linear;
	transition: max-height 500ms linear;
}
.expandDiv {
	max-height: 500px;
	-webkit-transition: max-height 500ms linear;
	-ms-transition: max-height 500ms linear;
	transition: max-height 500ms linear;
}
.dnone {
	display: none;
}
.card-faculty {
	padding: 20px;
}
.card-faculty {
	overflow: hidden;
}
.faculties {
	/* animation: pulse 2s ease infinite alternate; */
  border: 2.5px dashed #f4f4f4;
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  15% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	
  }
}
/*faculties*/
ul.mb-1 {
	list-style: none;
}
.banner {
	overflow: hidden;
}

.banner .bannerbtn {
	position: absolute;
	/* height: 728px; */
	height: auto;
	/* background: rgba(0, 0, 0, .3); */
	top: 48%;
	/* overflow: hidden; */
	padding: 10px;
	/* width: 30% !important; */
	left: 12%;
	width: 35% !important;
	padding-top: 50px;
}
#vid {
	width: 100%;
	height: 120vh;
	height: 100vh;
}
.overlay-vid {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0;
}
.html5-endscreen{
	display: none !important;
	}
@media (max-aspect-ratio: 16/9) {
	.banner-video{
		width: 100%;
		overflow: hidden;
	}

	iframe{
		width: 100%;
		height: 100vh;
		}
}
@media screen and (max-width:1030px) {
	#slide_wrap {
		height: 60vh;
		max-height: none;
	}
	.carousel-control-next, .carousel-control-prev {
    width: 32px;
    height: 32px;
}
	.carousel-control-prev {
		bottom: 42px;
	}
	.carousel-control-prev {
    right: 10px;
	}
	.carousel-control-next {
    right: 10px;
	}
	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		width: 1rem;
		height: 1rem;
	}

	.carousel-control-next {
		bottom: 5px;
	}

	.banner .bannerbtn h4 {
		font-size: 1.5rem;
	}

	.banner .bannerbtn {
		padding-top: 50px;
	}

	.banner .bannerbtn.bottom {
		padding-top: 200px;
	}
	.banner {
		/* height: 500px; */
		background: #fff;
		background-size: contain;
	}
	.desk-hide {
		display: block;
	}
	.front {
    width: 100%;
		height: 100px;
	}
	.back {
    width: 100%;
		height: 100px;
	}
}

/* ********************** media ********************** */
@media only screen and (max-width: 600px) {

	h2 {
		font-size: 2rem;
	}

	.logotext {
		display: none;
	}

	.curriculam {
		width: 275px !important;
		margin: 0 auto !important;
	}

	.banner .slogan h1 {
		font-size: 30px !important;
	}

	.facilities h2 {
		margin-bottom: 1rem;
	}

	.facilitiesbg {
		margin-top: 1rem;
		margin-bottom: 0.5rem;
	}


	.videotour {
		height: unset;
		padding: 0;
	}

	.news_admission {
		padding: 0 0 3rem 0;
	}

	.events {
		padding-bottom: 3rem;
	}

	.subscriptionarea {
		margin-left: 0;
	}

	.addressarea {
		margin-bottom: 4rem;
	}


	.banner .slogan {
		bottom: 20%;
	}

	.subscribeIcon {
		width: 140px;
	}

	.subscriptionform {
		padding: 1.5rem 2.5rem;
	}

	.facilities,
	.curriculamsection {
		background-size: 80%;
	}

	.flagwrapper {
		position: inherit;
		left: 0px;
		top: 0;
		width: 100%;
		margin-bottom: 1rem;
	}

	.flag {
		width: 150px;
		margin: 0 auto;
		font-size: 60px;
	}

	.offerbdr .thisyear {
		text-align: center;
		font-size: 20px;
	}

	.offerbdr .thisyear span {
		font-size: 40px
	}

	.offerbdr {
		min-height: inherit;
	}

	.admission_banner {
		background-position-x: 0;
		background-position-y: bottom;
		background-size: 100%;
		min-height: 265px;
	}

	.policiesection .card h5.card-title {
		font-size: 0.8rem;
		margin-bottom: 1.5rem;
	}

	.welcome {
		padding: 0 0rem;
	}

	.welcome p {
		text-align: justify;
	}

	.meetleaders p {
		text-align: justify;
	}
}

@media only screen and (max-width: 768px) {

	.admission_banner {
		background-position-x: right !important;
		background-position-y: bottom !important;
		background-size:
			100% !important;
		min-height: 265px;
	}

	.feestructure .table tr td:last-child {
		width: inherit;
	}

	.nav-link {
		margin-left: 0;
	}

	.leadercard {
		margin-bottom: 1rem;
	}

	.curriculumimg {
		margin-bottom: 0
	}

	.video-bg {
		background-color: #fff;
		padding: 0rem;
	}

	.curriculammodal ul,
	.curriculammodal ol {
		padding-left: 0.5rem;
	}

	img.new-logo {
		width: 200px !important;
	}
	.banner {
		height: 300px;
		background: #fff;
		background-size: contain;
	}
}

@media only screen and (min-width: 601px)(max-width: 768px) {
	.banner .slogan h1 {
		font-size: 50px;
	}

	.curriculam {
		margin: 2rem 2rem 2rem;
		padding: 1rem 1rem 0;
		min-height: 250px;
	}

	.curriculam .cur_icon {
		margin-bottom: 0.5rem;
	}

	.videotour {
		height: unset;
		padding: 0;
	}

	.news_admission {
		padding: 0 0 3rem 0;
	}

	.events {
		padding-bottom: 3rem;
	}

	.subscriptionarea {
		margin-left: 0;
	}

	.addressarea {
		margin-bottom: 4rem;
	}

	.footerlogo {
		margin-bottom: 3rem;
	}

	img.new-logo {
		width: 280px;
	}

}

@media only screen and (max-width: 992px) {

	/*home*/
	.leadership-bg .message.chairman {
		padding-left: 0rem;
	}

	.leadership-bg .message.md {
		padding-right: 0rem;
	}

	img.new-logo {
		width: 199px;
	}

	.under-rectangle {
		position: absolute;
		top: 8%;
		left: 2%;
		width: 90%;
		height: 80%;
	}

	.outer-rectangle {
		position: absolute;
		top: 0px;
		right: -11px;
		width: 300px;
		height: 80%;
	}

	.rectangle-image {
		width: 200px;
	}

	.principal-sec-responsive {
		margin-top: 100px;
	}

	.MoE {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem
	}

	.primary {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.container1 {
		width: 95%;
	}

	.curriculum-text {
		padding-left: 1rem;
	}

	.banner_img {
		height: 35vh;
		background-repeat: no-repeat;
	}

	.top-menu ul {
		margin-right: 10px;
		width: 100%;
	}

	.top-menu ul li {
		margin-left: 11px;
		font-size: 11px;
	}

	.banner-content {
		margin-top: 100px;
	}

	.Leadership_col {
		height: 40vh;
		margin-top: 1rem;
	}

	.person-data-box,
	.person-data-box2 {
		width: 70%;
	}

	.MD_COL_top {
		margin-top: 10px;
	}

	.message {
		margin-top: 15px;
	}

	.MD_COL img {
		margin-left: -21%;
		position: relative;
	}

	.gradient-overlay {
		left: 8%;
		position: absolute;
	}

	.senior-leader-img-new {
		margin: 0 30px;
		width: 85%;
	}

	.senior-leader-img-new2 {
		margin: 0 30px;
		width: 85%;
	}

	.senior-leader-img-content {
		width: 85%;
		margin: 0 30px;
		font-size: 15px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.senior-leader-img-content2 {
		width: 85%;
		margin: 0 30px;
		font-size: 15px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.senior-leader-top {
		padding-top: 1rem;
		margin-bottom: 1rem;
	}

	.facilities h2 {
		font-size: 33px;
	}

	.content h4 {
		font-size: 13px;
		font-weight: 600;
	}

	/*homestyleend*/

	.videotour {
		height: unset;
		padding: 0;
	}

	.news_admission {
		padding: 0 0 3rem 0;
	}

	.events {
		padding-bottom: 3rem;
	}

	.subscriptionarea {
		margin-left: 0;
	}

	.addressarea {
		margin-bottom: 4rem;
	}

	.footerlogo {
		margin-bottom: 3rem;
	}

	.addressicon {
		width: 50px;
	}

	.admtextarea h2 {
		font-size: 1.5rem;
	}

	.admtextarea {
		padding: 2rem 2rem 2rem 2rem;
	}

	.principal {
		height: 500px
	}

	.principaltitle {
		left: 300px;
		text-align: left;
	}

	.footerlogo {
		width: 50%;
	}

	.parallax {
		background-attachment: scroll;
	}

	.navbar-collapse {
		background: #296621;
		border: 1px solid #296621;
		border-radius: 4px;
	}

	.navbar-collapse .nav-link {
		margin-left: 0;
		padding: .5rem 1rem;
		border-bottom: 1px solid #fff;
		color: #fff;
	}

	.navbar-nav .nav-item:last-child .nav-link {
		border-bottom: none;
	}

	.navbar-collapse .nav-link.active,
	.navbar-collapse .nav-link:focus,
	.navbar-collapse .nav-link:hover {
		color: #fff;
	}

	.dropdown-menu {
		position: relative !important;
		margin-left: 1rem;
		margin-right: 1rem;
		background: #fff;
	}

	.dropdown-menu li .dropdown-item {
		padding: 1rem;
		color: #296621;
	}

	.dropdown-menu:before {
		left: 5%;
		border-bottom: 10px solid #fff;
	}

	.btn-outline-success {
		background: #286620;
		color: #fff;
	}

	.topbar {
		display: none;
	}

	.header-main {
		top: 0;
	}

	.navbar-nav.mb-2 {
		margin-bottom: 0;
	}
	.header {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff;
	}
	.navbar-toggler {
		position: fixed;
		left: auto;
		right: 25px;
		top: 15px;
		display: block;
		z-index: 9999;
	}
	.gallerysection,
	.innerbanner {
		padding-top: 80px;
	}
}

@media only screen and (min-width: 468px) and (max-width: 1024px) {

	/* .parallax {
		background-size: cover;
	} */
	.outer-rectangle {
		width: 92%;
	}

	.Leadership_col img {
		width: 70%;
	}

	.right-image {
		left: 100px;
		width: 440px;
	}

	.footerlogo {
		width: 30%;
	}

	.senior-leader-img-new {
		margin: 0 50px;
		width: 85%;
	}

	.senior-leader-img-new2 {
		margin: 0 30px;
		width: 85%;
	}

	.senior-leader-img-content {
		width: 85%;
		margin: 0 50px;
		font-size: 15px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.senior-leader-img-content2 {
		width: 85%;
		margin: 0 30px;
		font-size: 15px;

		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.admission_banner {
		background-position-x: right !important;
		background-position-y: bottom;
		background-size: 100%;
		min-height: 400px;
	}
}

@media only screen and (max-width: 1024px) {
	.parallax {
		background-size: cover;
	}

	.flag {
		width: 150px;
		font-size: 60px;
		padding-top: 2rem;
	}

	.flag:after {
		border-bottom: 25px solid #33a036;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
	}

}

@media only screen and (max-width: 1200px) {

	/* .parallax {
		background-size: cover;
	} */
	.facilities h2 {
		margin-bottom: 2rem;
	}

	.admtextarea h2 {
		font-size: 2rem;
	}

	.curriculam {
		margin: 0;
	}

	.videotour {
		height: unset;
		padding: 0;
	}

	img.new-logo {
		width: 250px;
	}

	.admission_banner {
		background-position-x: -100px
	}
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
	.banner {
		/* height: 220px; */
	}
	#vid {
		width: 100%;
		height: 228px;
	}
}
@media only screen and (min-width: 767px) and (max-width: 839px) {
	.banner {
		/* height: 362px; */
		overflow: hidden;
	}
	#vid {
		width: 100%;
		height: 470px;
	}
}
@media only screen and (min-width: 840px) and (max-width: 999px) {
	.banner {
		/* height: 416px; */
		overflow: hidden;
	}
	#vid {
		width: 100%;
		height: 480px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1179px) {
	#vid {
		width: 100%;
		height: 43vh;
	}
	.banner {
		width: 100%;
		/* height: 38vh; */
	}
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	#vid {
		width: 100%;
		height: 76vh;
	}
	.banner {
		width: 100%;
		/* height: 70vh; */
	}
}
@media only screen and (min-width: 1080px) and (max-width: 1920px) {
}
@media only screen and (min-width: 999px) and (max-width: 1024px) {
	#vid {
		width: 100%;
		height: 75vh;
	}
	.banner {
		width: 100%;
		overflow: hidden;
		/* height: 464px; */
	}
}
@media only screen and (min-width: 1080px) and (max-width: 1199px) {
	#vid {
		width: 100%;
		height: 82vh;
	}
	.banner {
		width: 100%;
		/* height: 450px; */
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
	#vid {
		width: 100%;
		height: 113vh;
	}
	.banner {
		width: 100%;
		/* height: 75vh; */
	}
}


/* loader */
.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	text-align: center;
}

.pageloader .spinner-grow {
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #296621;;
}
/* loader */
#play-pause-button {
	position: absolute;
	width: 100px;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-weight: bold;
	text-align: center;
	color: #296621;
	font-size: 30px;
}
.pauseVideoBtn {
	display: none;
	margin: 0 auto;
}
.playVideoBtn {
	display: block;
	margin: 0 auto;
}
#play-pause-button svg {
	width: 50px;
	height: 50px;
}
.btn-readmore {
	padding: 5px 15px;
	font-size: 12px;
	background: #206628;
	color: #fff;
}
.news-letter-card:hover .btn-readmore {
	background: #fff;
	color: #206628;
}
.video-container {
	/* position: relative;
	width: 100%;
	height: calc(100vh - 2px); 
	overflow: hidden; */
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	overflow: hidden;
  }
  
  .video-container iframe {
	/* position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	object-fit: cover; */
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
  }
  
.banner-text {
	background: rgba(41,102,33,.5);
	padding: 20px;
	width: 250px;
	left: 20px;
	bottom: 150px;
	position: absolute;
	z-index: 9;
}
#muteToggleBtn {
	position: absolute;
	bottom: 150px;
	right: 30px;
	transform: translateX(-0%);
	padding: 10px 15px;
	font-size: 20px;
	background: #296621;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 50%;
  }
  .ytp-show-cards-title {
	display: none !important;
  }
  .ytp-button {
	display: none !important;
  }
@media only screen and (min-width: 200px) and (max-width: 766px) {
	.banner-text {
		padding: 5px;
        width: 209px;
        left: 20px;
        top: auto;
        height: 100px;
        bottom: 16px;
	}
	.video-container iframe {
		position: absolute;
		top: 0px;
	  }
	  #muteToggleBtn {
		bottom: 20px;
		right: 20px;
		}
}

  .bg-green {
	background-color: #286620 !important;
  }
  .text-bold {
	font-weight: 600;
  }
  .login-dropdown {
	.dropdown-menu {
		background: #286620;
		left: auto;
		right: 0;
		min-width: 100px;
		&:before {
			border-bottom: 10px solid #286620;
			left: auto;
			right: 5px;
		}
		.dropdown-item {
			font-size: 14px;
			border-bottom: 1px solid #286620;
			color: #fff;
			&:hover {
				background: #fff;
				color: #286620;
			}
			&:last-child {
				border-bottom: none;
			}
		}
	}
  }
  .text-green {
	color: #286620;
  }
  .banner .bannerbtn h4,
  .banner .bannerbtn h5,
  .banner .bannerbtn h6 {
	  font-family: "Montserrat", sans-serif;
  }
  .admission-heading {
	line-height: 26px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
  }
  .blink {
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
  @keyframes blink-animation {
	to {
	  visibility: hidden;
	}
  }
  @-webkit-keyframes blink-animation {
	to {
	  visibility: hidden;
	}
  }
  @media (max-width: 999px) {
	.banner {
		height: auto;
		border-bottom: none;
	  .bannerbtn {
		  top: auto;
		  bottom: 30%;
		  left: 3%;
		  width: 79% !important;
		  padding-top: 10px;
		  /* background: rgba(0, 0, 0, .3); */
		  h4 {
			  font-size: 16px;
			  margin-bottom: 5px;
		  }
		  h5 {
			  font-size: 14px;
			  margin-bottom: 5px;
		  }
		  button {
			  padding: 5px 10px;
		  }
	  }
  }
  
}
  @media (max-width: 767px) {
  	.banner {
		.bannerbtn {
			top: 40%;
			left: 0;
			width: 79% !important;
			padding-top: 10px;
			/* background: rgba(0, 0, 0, .3); */
			h4 {
				font-size: 16px;
				margin-bottom: 5px;
			}
			h5 {
				font-size: 14px;
				margin-bottom: 5px;
			}
			button {
				padding: 5px 10px;
			}
		}
	}
	
}
.carousel-control-prev,
.carousel-control-next {
	display: none;
}
.innerbanner p{
	color: #fff;
}
.innerbanner .col-sm-8,
.innerbanner .col-md-7,
.innerbanner .col-lg-5,
.innerbanner .col-xl-4 {
		display: none;
}