/*
font-family: 'Dancing Script', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Great Vibes', cursive;
*/
.container,
/* .container-fluid, */
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: calc(var(--bs-gutter-x) * 1);
	padding-left: calc(var(--bs-gutter-x) * 1);
}

.btn {
	font-family: 'Proza Libre', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Proza Libre', sans-serif;
	color: #000;
	font-weight: 400;
}

a {
	text-decoration: none;
	transition: all ease .5s;
}

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

.greyBg {
	background: #ffffff url('images/pat1.png') no-repeat center center;
	background-attachment: fixed;
}

.darkBg {
	background: #030a2d url('images/pat2.png') no-repeat center center;
	background-size: cover;
	color: #fefefe;
}

/* img { max-width: 100%; height: auto; }
*/
/* btn hover styling */
.btn {
	position: relative;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	overflow: hidden;
}

.btn:hover {
	color: #ffffff;
}

.btn span {
	position: relative;
}

.btn::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	/* background-color: #000000; */
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn:hover::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn i {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn:hover i {
	margin-left: 15px;
}

.transition {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* header */
/* .header { border-top: 5px solid #294a70; } */
.link-login {
	font-size: 24px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}

@media (max-width: 1199px) {
	.link-login {
		color: #0047ab;
	}
}

/* topLinksWrap */
.topLinksWrap .nav {
	margin: 0;
	padding: 15px 0;
}

.topLinksWrap .nav li.submenu>a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 5px;
	float: right;
}

@media (max-width: 1199px) {
	#topNavWrap {
		overflow: hidden;
		position: fixed;
		right: 0;
		top: 0;
		width: 0;
		height: 100vh;
		background-color: #000000;
		z-index: 99999;
		overflow-x: hidden;
		overflow-y: auto;
	}

	#topNavWrap.open {
		width: 250px;
	}

	.topBtnsWrap {
		padding: 0 15px;
	}

	.topLinksWrap {
		padding: 0 15px;
	}

	.topLinksWrap .nav li {
		border-top: 1px dashed #797979;
	}

	.topLinksWrap .nav li a {
		display: block;
		padding: 5px 0;
		font-size: 14px;
		color: #fff;
	}

	.topLinksWrap .nav li:hover>a {
		color: #ffffff;
	}

	.topLinksWrap .nav ul {
		display: none;
		position: relative;
		background: none;
		text-align: right;
		font-size: 14px;
		padding: 0 10px 0 0;
	}

	#topNavIcon {
		color: #0047ab;
		font-size: 20px;
	}

	#close {
		padding: 5px 15px;
		display: inline-block;
		color: #000;
		font-weight: 700;
		background: #fff;
	}

	.btn span {
		color: #fff;
	}
}

@media (min-width: 1200px) {
	.topBtnsWrap {
		background-color: #294a70;
		padding: 10px 25px 15px;
		border-radius: 0 0 15px 15px;
	}

	.topLinksWrap .nav>li {
		padding: 0px 10px;
		position: relative;
	}

	.topLinksWrap .nav>li::before {
		content: '';
		width: 1px;
		height: 12px;
		border-left: 2px solid #999;
		background-color: transparent;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -6px;
	}

	.topLinksWrap .nav>li>a {
		color: #000;
	}

	.topLinksWrap .nav>li:first-child::before {
		display: none;
	}

	.topLinksWrap .nav ul {
		border-radius: 0;
		background: #000;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
		left: auto;
		right: 0;
		text-align: right;
	}

	.topLinksWrap .nav>li:hover>ul {
		display: block;
	}

	.topLinksWrap .nav ul li>a {
		padding: 5px 15px;
		display: block;
		border-top: 1px dashed #797979;
		color: #ffffff;
	}

	.topLinksWrap .nav ul li:first-child>a {
		border-top: 0;
	}

	.topLinksWrap .nav ul li:hover>a {
		background-color: #ed037c;
	}

}

/* clgName */
.clgName h2 {
	font-family: 'Oswald', sans-serif;
	color: #000000;
}

/* NAVBAR STYLING */
.navbar {
	background: #294a70;
	width: 100%;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	transition: all 0.5s ease;
}

.navbar a {
	color: #fff;
}

ul.mainNav {
	margin: 0;
}

ul.mainNav li {
	display: block;
	position: relative;
}

ul.mainNav li.submenu>a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 5px;
	float: right;
}

ul.mainNav li a {
	display: block;
	padding: 5px 15px;
	display: block;
	color: #fff;
}

ul.mainNav li a .fa {
	font-size: 16px;
	margin-right: 5px;
}

/* ul.mainNav li.active > a,
	ul.mainNav li:hover > a{ color: #0dcaf0; } */
@media (max-width: 1199px) {
	#mobNav {
		padding: 5px 0;
		color: #ffffff;
	}

	ul.mainNav {
		display: none;
		width: 100%;
	}

	ul.mainNav li {
		display: block;
		width: 100%;
		border-top: 1px dashed #797979;
	}

	ul.mainNav li a {
		display: block;
		padding: 5px 0;
		font-size: 14px;
	}

	ul.dropdownMenu {
		display: none;
		position: relative;
		background: none;
		border: 0;
		padding: 0;
	}

	ul.dropdownMenu>li {
		background: rgba(0, 0, 0, .2);
	}

	ul.dropdownMenu>li>a {
		padding: 3px 10px;
	}
}

@media (min-width: 1200px) {

	/* ul.mainNav{
             border-right: 1px solid #1f82e6;
             border-left: 1px solid #041221;
        } */
	ul.mainNav>li {
		display: inline-block;
		/* border-left: 1px solid #1f82e6;
             border-right: 1px solid #041221;
              float: left;  */
	}

	ul.mainNav>li>a {
		padding: 10px 5px;
	}

	/* ul.mainNav li.active > a, */
	/* ul.mainNav li:hover > a{ background: #0dcaf0; color: #ffffff; } */
	ul.mainNav ul {
		padding: 0;
		margin: 0;
		font-size: 12px;
		line-height: 20px;
		display: none;
		width: 220px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 999;
		background: rgba(0, 30, 35, 1);
		display: block;
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		overflow: hidden;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	}

	ul.mainNav li.last ul {
		left: auto;
		right: 0;
		text-align: left;
		-webkit-transform-origin: 100% 0%;
		-moz-transform-origin: 100% 0%;
		-ms-transform-origin: 100% 0%;
		-o-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
	}

	ul.mainNav ul ul {
		left: 100%;
		top: 0;
	}

	ul.mainNav li.last ul ul {
		right: 100%;
	}

	ul.mainNav ul li {
		border-bottom: 1px dotted #a29c9c;
	}

	ul.mainNav ul li.submenu>a::after {
		content: '\f105';
	}

	ul.mainNav ul li.submenu.last>a::after {
		content: '\f104';
		float: left;
	}

	ul.mainNav ul li:hover,
	ul.mainNav ul li:hover>a {
		background: #168EFD;
		color: #ffffff;
	}

	ul.mainNav li:hover>ul {
		display: block;
		overflow: visible;
		max-height: 1000px;
		max-width: 1000px;
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}

	ul.mainNav ul li a {
		color: #ddd;
	}
}

@media (min-width: 1300px) {
	ul.mainNav>li>a {
		padding: 7px 12px;
		text-transform: uppercase;
	}
}

/* latestNews */
.latestNewsWrap {
	margin-top: -15px;
	z-index: 999;
	position: relative;
	font-size: 18px;
}

/* .latestNews { background-color: #198a9e; box-shadow: 0 0 15px #999999; padding: 5px 15px; color: #fefefe; } */
@media (min-width: 1200px) {
	.latestNewsWrap.fixed {
		position: fixed;
		left: 0;
		right: 0;
		top: 156px;
	}

	.latestNewsWrap.fixed .latestNews {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		font-size: 14px;
	}

	.latestNewsWrap.fixed .icon>img {
		height: 40px;
	}
}

/* sticky header */
/* body {padding-top: 136px; } */
#header-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #ffffff url('images/pat1.png') no-repeat center 0;
}

#header-fixed.sticky .logo>img {
	height: 60px;
}

#header-fixed.sticky .clgName h2 {
	font-size: 24px;
}

@media (min-width: 1200px) {
	body {
		padding-top: 169px;
	}

	#header-fixed.sticky {
		font-size: 14px;
	}

	#header-fixed.sticky .btn {
		font-size: 12px;
		padding-top: 4px;
		padding-bottom: 0;
	}

	#header-fixed.sticky .latest-updates-wrap {
		height: 0;
		transform: scaleY(0);
		border-color: #ff3514;
		overflow: hidden;
	}

	#header-fixed.sticky .topBtnsWrap {
		padding: 5px 25px 10px;
		margin-top: -13px;
	}

	#header-fixed.sticky .topLinksWrap .nav {
		padding: 5px 0;
	}
}

/* title */
.title {
	/*font-family: 'Great Vibes', cursive;*/
	color: #ed037c;
	font-size: 30px;
	margin-bottom: 20px;
}

.title2 {
	/*font-family: 'Great Vibes', cursive;*/
	color: #ed037c;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* image box styling */
/* .imgBox::before { content: ''; background-color: transparent; position: absolute; left: 0; top: 0; width: calc(100% - 25px); height: calc(100% - 25px); border-top: 5px solid #ed037c; border-left: 5px solid #ed037c;}
	.imgBox::after { content: ''; background-color: transparent; position: absolute; right: 15px; bottom: 15px; width: calc(100% - 50px); height: calc(100% - 50px); border-bottom: 5px solid #fff; border-right: 5px solid #fff; z-index: 2;}
	.imgBox img { position: relative; z-index: 1; } */
/* section background */
.darkBg .imgBox::before {
	border-color: #ffffff;
}

.darkBg .imgBox::after {
	border-color: #ed037c;
}

.darkBg .title {
	color: #ffd9ed;
}

/* principalDesk */
/* .principalDesk .imgBox { width: 250px; position: relative; padding: 15px 0 0 15px;} */
.textBox {
	width: 100%;
}

@media (min-width: 576px) {

	/* .principalDesk .imgBox { width: 250px;} */
	.textBox {
		width: calc(100% - 250px);
	}
}

/* .simply-scroll */
.simply-scroll,
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 200px;
	margin: 0;
}

.simply-scroll .simply-scroll-list li {
	height: auto;
	position: relative;
	width: 100%;
}

/* noticeList */
.noticeList li {
	position: relative;
	padding-left: 100px;
}

.noticeList .date {
	width: 85px;
	position: absolute;
	left: 2px;
	top: 0;
	font-size: 14px;
	box-shadow: 0px 1px 1px #000;
	background: #198a9e;
	color: #ffffff;
	border-radius: 0px;
	padding: 5px;
}

.noticeList .date .day {
	font-size: 30px;
	padding-right: 5px;
}

.noticeList .date hr {
	border-color: #ffffff;
	opacity: 1
}

.noticeList li {
	min-height: 65px;
	margin: 0 0 15px 0;
	line-height: 20px;
}

.noticeList a {
	color: #000;
}

/* .accordion */
.accordion-button:not(.collapsed) {
	background: #198a9e;
	color: #ffffff;
}

.accordion-button {
	background: #54575c;
	color: #000;
	font-family: 'Proza Libre', sans-serif;
	font-weight: 700;
}

.accordion-button::after {
	border-radius: 5px;
}

/* gallery */
.gallery .galPic {
	width: 50%;
	padding: 1px;
	border-color: #ffd9ed !important;
	position: relative;
}

.gallery img {
	width: 100%;
}

.galHover {
	background: rgba(237, 3, 124, .5);
	transition: all .5s ease;
	color: #ffffff;
	z-index: 1;
	opacity: 0;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.gallery .galPic:hover>.galHover {
	font-size: 50px;
	opacity: 1;
}

/* card */
/* .card { background: url('images/pat5.png') no-repeat center top; background-size: 100% 90%; min-height: 400px; color: #ffffff; border-radius: 15px; height: 100%; } */
/* .card-title { font-family: 'Proza Libre', sans-serif; font-weight: 400; text-transform: capitalize; background-color: rgba(0,0,0,.3); border-radius: 10px; padding: 10px 15px; margin: 0 0 20px 0;} */
/* linksNav */
.linksNav>li {
	position: relative;
	padding-left: 50px;
	margin: 0 0 10px 0;
}

.linksNav>li::before {
	content: '\f785';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #ff7800;
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 0;
}

.linksNav>li>a {
	color: #eadede;
}

.linksNav>li>a:hover {
	color: #ff7800;
}

/* eventsCarousel */
.eventsCarousel {
	position: relative;
	padding: 15px 30px;
}

.eventsCarousel::before {
	content: '';
	background-color: transparent;
	position: absolute;
	left: 15px;
	top: 0;
	width: 60%;
	height: 60%;
	border-top: 5px double #ffffff;
	border-left: 5px double #ffffff;
}

.eventsCarousel::after {
	content: '';
	background-color: transparent;
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 60%;
	height: 60%;
	border-bottom: 5px double #fff;
	border-right: 5px double #fff;
	z-index: 2;
}

.eventsCarousel .carousel {
	z-index: 9;
}

.eventsCarousel .carousel-caption {
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: rgba(0, 0, 0, .5);
}

.videoPlayIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	font-size: 50px;
	color: #ff0000;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	transition: all .5s ease;
	opacity: 0.7;
	background-color: #fff;
	border-radius: 50%;
}

.videoPlayIcon:hover {
	opacity: 0.95;
	background-color: #ff0000;
	color: #ffffff;
	transition: all .5s ease;
}

/* footer */
.footer {
	background: url('images/worldpat.png') no-repeat 0 0 #000;
	color: #8e91a2;
	background-size: contain;
}

.footer h4 {
	color: #ffffff;
	margin: 0 0 20px 0;
}

.footer h4::after {
	content: '';
	width: 80px;
	height: 2px;
	display: block;
	background-color: #ff7800;
	margin-top: 10px;
}

.footer .linksNav>li {
	padding-left: 40px;
}

.footer .linksNav>li::before {
	content: '\f06c';
	transform: rotate(0);
	font-size: 18px;
}

.footer .linksNav>li>a {
	color: #8e91a2;
}

.footer .linksNav>li>a:hover {
	color: #ff7800;
}

.navigation {
	display: block;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 0px;
	/* font-weight: 600; */
	/* font-style: italic; */
	font-size: 14px;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
	display: block;
	border-top: 1px solid #ddd;
	padding: 0.5rem 1rem;
	color: #fff;
	background: #003366;
	/*background: -moz-linear-gradient(top, #003366 0%, #003366 100%);*/
	background: #168EFD;
	background: #168EFD;
	/*background: -webkit-linear-gradient(top, #003366 0%,#003366 100%);*/
}

/* reset our lists to remove bullet points and padding */
.mainmenu,
.submenu2 {
	list-style: none;
	padding: 0;
	margin: 0;

}

/* add hover behaviour */
.mainmenu a:hover {
	background: #fff;
	color: #000;
}

.mainmenu .item-menu a {
	padding: 0.5rem 1rem;
}

.mainmenu .active-menu a {
	padding: 0.5rem 1rem;
	border-top: 1px solid #ddd;
	color: #fff;
	font-weight: bold;
	/*background: -webkit-linear-gradient(top, #0072ff 0%,#00d4ff 50%,#004ca7 100%);*/
	background: rgba(80, 50, 0, 0.8);
	/*background: -moz-linear-gradient(top, #0072ff 0%,#00d4ff 50%,#004ca7 100%);*/
	background: rgba(80, 50, 0, 0.8);
	/*background: #ed037c;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a55765', endColorstr='#F9F9F9', GradientType=0);
}

.submenu2 {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all ease-in-out .5s;
}

.mainmenu li:hover .submenu2 {
	display: block;
	max-height: 100%;
}

.submenu2 a {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}

.submenu2 a:hover {
	color: #fff;
	background: #168EFD;
}

.bg-custom {
	background-color: #57c3c1;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-custom2 {
	background-color: #aaceffab;
	background: #ffff url(images/pat1.png) repeat center center;
}


.titleWrap {
	margin: 10px;
}