@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900'); /*font-family: 'Noto Sans TC', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i'); /*font-family: 'Merriweather', serif;*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap'); /*font-family: 'Roboto Condensed', sans-serif;*/
body {
	font-family: 'Noto Sans TC', sans-serif;
	color: #202020;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;

	overflow-x: hidden;
}
.inner-page-content p, .inner-page-content li {text-align:justify;}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
/*SECTION TOP NAV*/
/*header {
    margin-top: -27px;
}*/
.top-nav {
	background-color: #ebedee;
	border: 0px;
	padding: 0px 0px;
	z-index: 50;
	position: relative;
	border-bottom: 0px;
	height: auto;
	font-size: 13px;
}
.top-nav .time {
	float: left;
	color: #0f2e5d;
	text-decoration: none;
	padding-top: 5px;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 5px;
	font-family: Roboto Condensed;
}
.top-nav .time:before {
	content: "\f017";
	font-family: FontAwesome;
	margin-right: 5px;
}
.top-nav li:n .top-nav li:last-child {
border-right:0px
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.top-nav li {
	/* float: left; */
	list-style-type: none;
	padding: 3px;
	display: inline-block !important;
	border-right: 1px solid rgba(0,0,0,.1);
}
.top-middle-sec {
	background-color: #244386;
	position: relative;
}
.top-middle-sec {
}
/*.logo {
	padding: 8px 0px;
}*/
.logo img {
	max-width: 100%;
}
.uplogo {
	padding: 10px 0px;
}
.uplogo img {
	max-width: 100%;
}
.menusection {
	background-color: #fff;
	padding: 1px 0px;
}
.navbar-inverse {
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
	min-height: 24px;
}
.dropdown > a::after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 2px;
}
.home > a::after {
	content: "\f015";
	font-family: "FontAwesome";
}
.dropdown-menu .has-submenu:after {
	font-family: "FontAwesome";
	content: "\f0da";
	position: absolute;
	right: 8px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #1f1e1e;
	font-size: 1em;
	font-weight: normal;
	background: linear-gradient(to right, rgb(0 0 0 / 0%) 0% 0%, rgb(0 0 0 / 5%) 100%);
	padding: 10px 11px;
	font-family: 'Roboto Condensed', sans-serif;

}

.navbar-inverse .navbar-nav > li:nth-child(7) {
	border-right: 0px
}
.navbar-nav > li {
	border-right: 1px solid #ffffff33;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background-color: #f0efed;
	color: #fe6f41;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background-color: #fe6f41;
	color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
	background-color: #fb8b66;
	color: #fff;
}
.navbar-nav > li > a {
	padding: 12px 22px;
}
.dropdown-menu {
	border-radius: 0px !important;
	width: 180px;
	font-weight: 300;
	padding: 0px;
}
.dropdown-menu li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.dropdown-menu li:last-child {
	font-size: inherit;
	border-bottom: 0px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #eaeaea !important;
	color: #0f2e5d !important;
	text-decoration: none;
}
.dropdown-menu > li > a {
	font-weight: 500;
}
.top-icon span {
	display: block;
	color: #fff;
	
	font-weight: 600;
}
.navbar-nav > li > a {
	padding: 12px 8px;
}
.side-menu::before {
	content: '';
	position: absolute;
	left: -30px;
	width: 0;
	height: 0;
	border-top: 32px solid #fe6f41;
	border-left: 46px solid transparent;
	z-index: 102;
	top: 0;
}
.side-menu {
	position: absolute;
	right: -16px;
	line-height: 32px;
}
.side-menu ul {
	background-color: #fe6f41;
}
.side-menu ul {
	text-align: inherit;
}
.side-menu ul li {
	padding: 0px 6px;
}
.side-menu ul li a {
	color: #fff;
	font-weight: 600;
}
.top-icon {
	margin-top: 17px;
	padding:0;
}
.top-icon .fa {
	color: #fe6f41;
	font-size: 31px;
	float: left;
	padding-right: 11px;
	padding-top: 5px;
}
.top-icon p {
	font-size: 14px;
	
}
.top-icon span {
	display: block;
	color: #fff;

	font-weight: 600;
	float:left;
}
section {
	padding-top: 34px;
	padding-bottom: 15px;
}
.leader {
    background: #fff;
    border: 1px solid #cccccc5c;
    margin-top: 0;
    text-align: center;
    padding: 15px 6px;
    box-shadow: 1px 0px 9px #c1bfbf;
    border-radius: 28px;
}
.leaderbox {
	margin-bottom: 0;
	text-align: center;
}
.leaderbox img {
	    max-width: 200px;
	    text-align: center;
	    border: 3px solid #d1d1d1;
	    display: inline-block !important;
	    border-radius: 100%;
	    height: 200px;
}
.leaderbox .btn-danger {
    background-color: #2d6799;
    border-color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}
.ldrtext {
    background-color: transparent;
    font-size: 1.1em;
    color: #e27217;
    font-weight: 500;
    padding: 8px 0px 13px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}
.ldrtext span {
	font-weight: normal;
	display: block;
	color: #030303;
	font-size: .8em;
	font-family: 'Raleway', sans-serif;
}
.about {
	text-align: justify;
}
.about h1 {
	font-weight: 800;
	margin-top: 0px;
	color: #a2a2a2;
	border-bottom: 1px solid #acacac;
	padding-bottom: 10px;
	text-transform: uppercase;
	/* font-family: 'Raleway', sans-serif; */
	font-size: 33px;
	font-family: 'Roboto Condensed', sans-serif;
}
.head-1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #fe6f41;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: -5px;
	font-family: Noto Sans TC;
}
.news .panel-heading h4 {
	margin: 0px;
	color: #244386;
	font-size: 1.5em;
	font-family: 'Raleway', sans-serif;
}
.news {
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
    box-shadow: 1px 1px 7px #44404036;
    overflow: auto;
    padding: 6px;
}
.news .btn-info {
	color: #fff;
	background-color: #508842;
	border-color: #508842;
	border-radius: 0 !IMPORTANT;
}
.play-pause {
	position: absolute;
	top: 7px;
	right: 2px;
}
.pressRelease ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 212px;
	overflow-y: auto;
	overflow-x: hidden !important;
}
.panel-footer {
	background-color: rgba(245, 245, 245, 0);
	display: none;
}
.view-all.local {
	background: url(../images/readmorebg.jpg) center center no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 6px 17px;
}
.pressRelease ul li {
	padding: 0px 0px 8px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgba(0,0,0,.2);
	position: relative;
}
.pressRelease ul li::before {
	/*background: url(../images/news-list.png) left top;*/
	content: "\f061";
	height: 27px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 23px;
	font-family: FontAwesome;
	color:#D32F2F;
}
.pressRelease ul li a {
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    padding-left: 29px;
    font-weight: 300;
    line-height: 20px;
}
.dsize {
	color: #fe6f41;
	padding-left: 29px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px !important;
	font-weight: 400;
	display: block;
}
.ndate {
	color: #423c3a;
	padding-left: 29px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px !important;
	font-weight: 400;
}
.dsize, .ndate {
	font-size: .9em;
}
.section-bg {
    background: #f3f3f3 url(http://cccknp.ac.in/public/images/section-bg.jpg) center bottom;
    background-repeat: no-repeat;
    padding: 9px 0 42px 0;
    background-size: 100%;
}
.map-heading {
    color: #e27217;
    position: relative;
    text-align: center;
    padding-bottom: 7px;
    font-size: 1.45em;
    line-height: 38px !important;
    margin-bottom: 23px;
    min-height: 67px;
    font-weight: bold;
    display: block;
    padding-top: 12px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.map-heading::before {
	content: url(../images/separator.png);
	right: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 7px;
}
.map-heading-spot {
    color: #e27217;
    position: relative;
    text-align: center;
    padding-bottom: 7px;
    font-size: 1.45em;
    line-height: 38px !important;
    margin-bottom: 23px;
    min-height: 67px;
    font-weight: bold;
    display: block;
    padding-top: 12px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.map-heading-spot::before {
	content: url(../images/separator.png);
	right: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 7px;
}
.map p {
	margin-bottom: 0px !important;
}

.footerbtm {
	padding: 10px 15px;
	color: rgba(255,255,255,.8);
	font-size: .85em;
	background-color: #2d5ab8;
	font-weight: 300;

	font-family: Roboto Condensed;
}
.footer-policy-lits {
	padding: 0;
	margin: 0;
}
.footer-policy-lits li {
	list-style: none;
	display: inline-block;
	padding: 0;
	border-right: 1px solid #ded5d5;
}
.footer-policy-lits li a {
	font-weight: 400;
	color: #fff;
	padding: 0px 9px 0px 9px;
	/* font-family: Raleway; */
	font-size: 14px;
}
.footer-policy-lits li:last-child {
	border-right: 0px solid #ded5d5;
}
ul.social-network {
	list-style: none;
	display: block;
	padding: 0;
	margin: 15px 0px 0px 0px;
	float: right;
}
ul.social-network li {
	display: inline-block;
	margin: 0px 4px 0px 0px;
}
ul.social-network li:last-child {
	margin: 0px;
}
.social {
	padding: 10px;
	border-radius: 2px;
	color: #fff;
	height: auto;
	overflow: hidden;
	margin-top: -82px;
	position: relative;
}
.spotlight-setion {
    padding: 0;
    margin: 0;
}
.spotlight-setion li {
    padding: 0;
    list-style: none;
    float: left;
    display: inline-block;
    background: #fff;
    box-shadow: 1px 1px 5px #98929273;
    width: 23%;
    margin: 0 11px 26px 11px;
    text-align: center;
}
.spotlight-setion li p {
    font-weight: 400;
    padding: 0 5px;
    font-size: 14px;
    color: #000;
}
.spotlight-setion li img {
    width: 100%;
}
.spotlight-setion li h3 {
    color: #e27217;
    font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}
.studen-box {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}
.pagelink{
    font-weight: 400;
    color: #f76f41;
}
.social h2 {
	margin: 6px 0 0 0;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
}
.social h2 span {
	color: #C49D11;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li {
	border-bottom: 0px;
}
.notice {
    position: relative;
    background: #284c93;
    color: #fff;
    margin: 0px 0 0 0;
height:46px;
}
.notice h3 {
    position: absolute;
    z-index: 999;
    background: #fe6f41;
    top: -20px;
    text-transform: uppercase;
    padding: 13px 14px;
    font-size: 18px;
}
.notice a {
    color: #fff;
    margin-top: 0;
    border-right: 1px solid #fff;
    padding-right: 24px;
 
    margin-right: 23px;

}
.notice marquee {
    margin-top: 0;
    padding-bottom: 11px;
    padding-top: 10px;min-height: 45px;
}
/*.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	font-size: 25px;
	}*/

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	font-size: 17px;
	border-radius: 50%;
	box-shadow: -2px -2px 1px rgba(0, 0, 0, .2), 1px 1px 2px rgba(0, 0, 0, .3) inset;
	box-sizing: border-box;
	padding: 1px;
}
.social-circle li a:hover {
	border-radius: 50%;
	box-shadow: 0px -5px 3px rgba(0, 0, 0, .2);
}
.social-circle li i {
	margin: 0;
	line-height: 33px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	transition: all 0.3s;
}
.social-circle i {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.icoFacebook {
	background-color: #2f4c8800;
	color: #fff;
}
.icoTwitter {
	background-color: #22bcef00;
	color: #fff;
}
.icoRss {
	background-color: #e05b03;
	color: #fff;
}
.icoGoogle {
	background-color: #bf0404;
	color: #fff;
}
.icoLinkedin {
	background-color: #036da100;
	color: #fff;
}
.icoYoutube {
	background-color: #C6020300;
	color: #fff;
}
.social-network a.icoRss:hover {
	background-color: #F56505;
	color: #fff;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
	color: #fff;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
	color: #fff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
	color: #fff;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
	color: #fff;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
	color: #fff;
}
.social-network a.icoYoutube:hover {
	background-color: #c52828;
	color: #fff;
}
.media-menu {
}
.media-menu ul {
	padding-left: 0px;
}
.media-menu ul li {
	list-style: none;
	border: 1px solid #7fbb52;
	margin-bottom: 5px;
	height: 46px;
}
.media-menu ul li span {
	margin-right: 9px;
}
.media-menu ul li span img {
	height: 44px;
	background-color: #7fbb52;
	padding: 2px 10px;
}
.media-menu ul li a:hover span img {
	background-color: #06cad1;
}
.media-menu ul li a {
	color: #000;
	font-weight: 400;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	transition: all 0.2s ease-out;
}
.media-menu ul li a:hover {
	text-decoration: none;
	transform: scale(1.05);
}
.testimonial-content h2 {
	position: absolute;
	/* font-family: 'Raleway', sans-serif; */
	font-weight: 400;
	color: #fff;
	margin-top: 11px;
	text-align: center;
	font-size: 26px !important;
	margin-left: 24px;
	font-family: 'Roboto Condensed', sans-serif;
}
.owl-theme .owl-controls {
	margin-top: -35px;
	text-align: center;
	position: absolute;
	right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
	opacity: 1 !important;
	border-radius: 0px !important;
	background: #f09a5b !important;
}
/** Tab Accordiine scss **/
ul.imp-link-logo {
    padding: 0;
    margin: 0;
}
.imp-link-logo li {
    list-style: none;
    float: left;
    background: #fff;
    box-shadow: 1px 1px 6px #ccc;
    margin: 20px 6px 8px 6px;
    padding: 11px 2px;
}
.imp-link-logo li a{
}

.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 29px;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	padding: 6px 10px;
	margin-right: 0.40rem;
	cursor: pointer;
	background: #FFF;
	font-weight: bold;
	-webkit-transition: background ease 0.2s;
	transition: background ease 0.2s;
	border: 1px solid #abababd4;
	font-family: Roboto Condensed;
	font-weight: 300;
	color: #676767;
	text-transform: uppercase;
	font-size: 14px;
}
.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;/*	background: #fff;*/
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	background: #e17218;
	color: #fff;
	border: 0;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.left-menusection {
    display: block;
    padding: 10px 0 1px 0px;
    margin: 0;
    background: #2a4f8e;
}

.left-menusection li {
    list-style: none;
    background: #efe697;
    margin-bottom: 7px;
    margin-top: -3px;
    display: block;
    margin-left: 13px;
    min-height: 42.3px;
    margin-right: 11px;
}


.left-menusection li:nth-child(1) {
   background: #efe697;
}
.left-menusection li:nth-child(2) {
   background: #ff926c;
}
.left-menusection li:nth-child(3) {
   background: #72e6fb;
}
.left-menusection li:nth-child(4) {
   background: #ff926c;;
}
.left-menusection li:nth-child(5) {
   background: #efe697;
}
.left-menusection li:nth-child(6) {
   background: #72e6fb;
}
.left-menusection li a {
    padding: 1px 14px 2px 14px;
    display: block;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
.left-menusection li a:before {
    content: "\f192";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    padding-right: 13px;
    border-right: 1px solid #000;
    margin-right: 13px;
}
 
fieldset {
	padding: .35em .625em .75em !important;
	margin: 0 2px !important;
	border: 1px solid silver !important;
	height: 383px;
}
legend {
	width: auto !important;
	border-bottom: 0 !important;
	font-size: 25px;
	margin-bottom: 6px !important;
}
.box-news {
	border: 1px solid #979797;
	height: 382px;
}
.box-news h3 {
	position: absolute;
	top: -37px;
	font-weight: 700;
	background-color: #fff;
	padding: 0px 15px;
	right: 38%;
	font-family: 'Roboto Condensed', sans-serif;
}
.news-scroller {
}
.news-scroller ul {
	list-style: none;
}
.news-scroller ul li {
	margin-left: -37px;
}
.news-scroller ul li a {
}
.news-scroller ul li span:first-child {
	background-color: #000;
	display: block;
	color: #fff;
	width: 10%;
}
.news-scrol {
	background-color: #fff0 !important;
	border: 1px solid transparent !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.news-scrol .play-pause {
	position: absolute;
	top: 1px;
	right: 24px;
}
.news-scrol .pressRelease {
	padding: 0 !important
}
.news-scrol .pressRelease .ndate {
	padding-left: 0px;
}
.news-scrol .pressRelease ul li a {
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
.news-scrol .pressRelease ul {
	height: 265px;
}
.news-scrol .pressRelease ul li p {
	width: 100%;
}
.news-scrol .pressRelease ul li span:first-child {
	background-color: #204050;
	display: block;
	color: #fff;
	width: 13%;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	padding: 6px;
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	margin-right: 13px;
	margin-bottom: 25px;
}
.news-scrol .pressRelease ul li::before {
	background: none !important;
}
/**   our Work **/

.sec-2 .part-1 {
	background-image: url(../images/sec-2-1.jpg);
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 5px;/*! width: 33%; */
	/*! margin-right: 9px; */
}
.sec-2 .part-2 {
	background-image: url(../images/sec-2-2.jpg);
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-left: 0;/*! width: 30%; */
	/*! margin-right: 9px; */
}
.sec-2 .part-3 {
	background-image: url(../images/sec-2-3.jpg);
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 4px 0 4px 5px;/*! width: 32%; */
}
.part-1 span {
	color: #06cad1;
}
.part-1 span.intellectually, .part-1 span.curios {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 500;
	display: block;
	text-align: right;
}
.part-1 span.diverse, .part-1 span.directing {
	text-transform: uppercase;
	font-size: 27px;

	font-weight: 800;
	display: block;
	text-align: right;
	line-height: 38px;
}
.part-1 span.directing, .part-1 span.curios {
	text-align: left;
	line-height: 37px;
}
.part-1 a {
	text-transform: uppercase;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.part-1 p {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	margin-top: 17px;
	line-height: 17px;
}
.part-1 .brw {
	border-right: 1px solid #fff;
	padding-left: 0;
}
.part-1 .padd-left-0 {
	padding-left: 0;
}
.text-yellow span {
	color: #ffb20c;
}
.space-bottom {
	display: block;
	margin-bottom: 25px;
}
.part-2 .shape {
	background: #24a5ef;
	width: 45%;
	padding-top: 23px;
	position: relative;
	height: 222px;
}
.part-2 .shape::after {
	content: '';
	border-top: 113px solid transparent;
	border-left: 52px solid #24a5ef;
	border-bottom: 110px solid transparent;
	position: absolute;
	top: 0;
	right: -51px;
}
.part-2 .shape .head1 {
	margin-top: 16px;
	font-size: 25px;
}
.part-2 .shape .head2 {
	font-size: 27px !important;
	text-transform: uppercase;
	padding: 8px 9px !important;
	font-weight: 500;
}
.part-2 .shape .head3 {
	font-weight: 800;
	padding-left: 9px;
	display: block;
	font-size: 25px;
}
.part-2 .shape .head4 {
	font-weight: 400;
	padding-left: 9px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding-top: 11px;
	color: #fff6f6cc;
}
.part-2 .shape span {
	font-size: 21px;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
	display: block;
}
.part-2 .shape span:nth-child(2) {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 22px;
}
.part-3 .bg-green {
	background: #508e2f;
	width: 43%;
	padding-top: 15px;
	padding-bottom: 4px;
	padding-left: 13px;
	height: 214px;
}
.part-3 .bg-green p {
	font-size: 25px;
	color: #fff;
	line-height: 30px;
}
.part-3 .bg-green p:nth-child(2) {
	font-size: 17px;
	line-height: 20px;
	color: #dfdcdcde;
}
.visit {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.sec-2 .col-md-4 {
	width: 32%;
	margin-right: 1.3%;
}
.sec-2 .col-md-4:last-child {
    width: 33%;
    margin-right: 0;
}

/***********INNER PAGE STYLE***********/
.inner-page-content {
    background-color: 
    #f1f1f1;
    padding: 15px 0px;
}
.inner-page-content .internal-content-area-bg {
    background-color: #fff;
	box-shadow: 0px 1px 12px #aba9a9;
    border-radius: 20px;
    display: block;
    padding: 20px 0px;
}
 .clearfix {
	clear: both
}
.inner-page-content h2 {
	color:#244386;
	border-bottom: 3px double #244386;
	padding-bottom: 5px;
	margin-bottom:20px;
	margin-top: 0;
	font-family: Noto Sans TC;
	font-size:24px;
}
.inner-page-content h3 {
	border-bottom: 1px solid #f0f0f0;
display: block;
padding-bottom: 10px;
font-size: 20px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
color: #4279ba;
position: relative;
margin-bottom: 15px;
	margin-top:0;
}
.inner-page-content h3:before {
    height: 4px;
    width: 10%;
    content: '';
    position: absolute;
    background-color: #4279ba;
    bottom: -2px;
}
.panel-danger {
    border-color: #e27217;
}
.inner-page-content .panel-danger > .panel-heading {
	color:#fff;
	background-color:#e27217;
	border-color:#e27217 !important;
	font-size:20px;
	padding: 5px 15px;
	font-weight:600;
	font-family: Noto Sans TC;
}
.inner-page-content .panel-body ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.inner-page-content .panel-body ul li {
    margin: 10px 1px;
    padding: 2px;
    transition: all .3s ease 0s;
}
.inner-page-content .panel-body ul li a {
    /*display: table;*/
	display:block;
    padding: 6px 0 6px 10px;
    color: #fff;
    text-decoration: none;
    width: 100%;
	background: #244386;
	border-radius: 3px;
	transition:all .3s ease-in-out;
}
.inner-page-content .panel-body ul li a:hover {
	background: #e27217;
}
.inner-page-content .panel-body ul li a i {
    /*display: table-cell;*/
    vertical-align: middle;
    /*background: #fff;*/
padding: 0px 5px;
height: 30px;
width: 30px;
border-radius: 3px;
transform-style: preserve-3d;
transition: transform 1s;
color:#fff;
    font-size: 22px;
	line-height: 28px;
}
.inner-page-content .panel-body ul li a span {
    /*display: table-cell;*/
    vertical-align: middle;
    padding-left: 5px;
    height: 45px;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}
.internal-breadcrum-sec {
    background-color: #a7b3c2;
    background: url(../images/banner-inner.jpg) center no-repeat;
        background-size: auto;
    background-size: cover;
}
.internal-breadcrum-sec h1 {
    color: #fff;
    margin: 0px;
    padding: 40px 0px;
	font-weight:500;
	font-family: Noto Sans TC;
}
.internal-breadcrum-sec .breadcrumb-area {
    padding: 35px 0px;
}
.internal-breadcrum-sec .breadcrum-path-text {
    background-color:rgba(0, 0, 0, 0.35);
	border: 1px solid #fff;
	border-radius: 4px;
	list-style: outside none none;
	padding: 10px;
}
.breadcrumb-area a {color:#e27217; font-weight:bold;}
.internal-breadcrum-sec .breadcrum-path-text > .active, .internal-breadcrum-sec .breadcrum-path-text li {
    color: #fff;
}
.breadcrumb {
      background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid #fff;
    border-radius: 4px;
    list-style: outside none none;
    padding: 10px;
	color:#fff;margin: 35px 0px;
}
.breadcrumb a {
        color: #e27217;
    font-weight: bold;
    text-decoration: none;
}
/***********INNER PAGE STYLE***********/
.inner-page-content .panel-body ul li a:before {
    content: "\f0a4";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	    margin-right: 9px;
    -webkit-font-smoothing: antialiased;
	padding: 0px 5px;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    transform-style: preserve-3d;
    transition: transform 1s;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}
span.caret {
    display: none;
}
.bords .s-profile {
    border-bottom: 2px solid #F3AC17;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    margin: 0px 0 15px 0;
    padding: 15px;
    font-size: 0.9em;
    min-height: 140px;
}
.profilepic img {
    max-width: 100%;
    border-radius: 50%;
    border: 3px solid #ccc;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.inner-page-content h4 {
    color: #244386;
    border-bottom: 1px dashed #244386;
    padding-bottom: 4px;
    margin-bottom: 25px;
    margin-top: 0;
    font-family: Noto Sans TC;
}
.list{
	padding: 0;
    margin: 0;
}
.list li{
	position: relative;
    margin-bottom: 10px;
    list-style: none;
	padding-left: 34px;
	margin-top:10px;
}
.list li::before {
    /*background: url(../images/news-list.png) left top;*/
    content: "\f061";
    height: 27px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 23px;
	font-family: FontAwesome;
	color:#D32F2F;
}
.list li ul {
   padding-left: 15px;
}
.list li ul li {
   padding-left: 5px;
list-style: none; 
}
.list li ul li:before {
    content: "\f101";
font-family: 'FontAwesome';
color: #D32F2F;
font-size: 19px;
margin-left: -15px;
margin-right: 6px;
	background:none;
}
.staff {
    padding: 0;
    margin: 0;
}
.staff li {
    border: 1px solid #d7dff1;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 19px 4px;
    margin: 0px 10px 21px 10px;
    text-align: center;
    box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.07);
}
.staff-name {
    font-size: 16px;

    margin: 9px 0 2px 0;
    padding: 0;
    font-family: Roboto Condensed;
    font-weight: 500;
	text-align:center !important;
}

.dsg {
    color: #737171;
    font-weight: 600;
    margin: 0;
	text-align:center !important;
}
img.fac-image {
    width: 80%;
    border-radius: 50%;
}
.phydep li {
    min-height: 398px;
}
.fac-info h3 {
    color: #244386;
    border-bottom: 0px double #244386;
    padding-bottom: 3px;
    font-size: 16px;
    margin: 9px 0 0px 0;
    font-family: Roboto Condensed;
    font-weight: 500;
}
.fac-info h4 {
    color: #737171;
    padding-bottom: 0;
    margin-bottom: 6px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    font-family: Roboto Condensed;
}
.fac-info h5 {
    color: #737171;
    padding-bottom: 0;
    margin-bottom: 4px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 0;
    font-family: Roboto Condensed;
}
.mathdep li {
    min-height: 377px;
}
.sanskritdep li {
	min-height: 400px;
}
.engdep li {
	min-height: 317px;
}
.geodep li {
	min-height: 355px;
}
.sciencedep li {
	min-height: 340px;
}
.ecodep li {
	min-height: 360px;
}
.edudep li {
	min-height: 365px;
}
.for-fac li {min-height:511px;}
.for-fac-math li {min-height:355px;}
.library-staff li {min-height:305px;}
.alumni-block {
	display:block;
	overflow:hidden;
	padding:20px 0;
	margin-bottom:10px;
	background: url(../images/hr-11.png) bottom;
	background-repeat: repeat-x;
}
.alumni-block:last-child {background:none;}
.alumni-block a.hvr-icon-wobble-horizontal {
    padding: 0.3em 0.5em;
cursor: pointer;
background: none;
text-decoration: none;
color:#e27217;
width: 108px;
border: none;
margin: 10px 0 15px;
display: block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
	text-align: left;
font-size: 14px;
	font-weight:500;
}
.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	margin-left:4px;
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.img-center {margin:auto;}
.padd-0 {padding:0;}
/***********CONTACT FORM***********/
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {width:100%; margin-bottom:10px; border:1px solid #ccc; height:32px;}
.contact-form textarea {height:100px;}

.sitemap ul {
	background: url(public/uploads/2019/12/site_map_ul.gif) 0 -5px repeat-y!important;
	list-style-type: none!important;
	margin: 0!important;
	padding: 0 5px 4px 6px!important;
	position: relative!important
}
.sitemap ul li {
	background: url(public/media/files/125507site_map_ul.gif) -5px -5px no-repeat!important;
	line-height: 16px!important;
	padding: 0 0 0 10px!important;
	margin: 10px 0
}
.sitemap ul li a {
	color: #000 !important;
	display: inline-block;
	padding: 0 5px;
	border-radius: 0px 8px;
	transition-duration: .3s;
}
.sitemap ul li a:hover {
	text-decoration: none;
}
.sitemap ul li ul {
	padding-bottom: 1px
}
.hide-dot {display:none;}
.modal-dialog {width: 800px; top:50px;}
.btn-fix-top-right {position:absolute; right:15px; top:-2px;}
#navbar-collapse {
    padding: 0;
}
.logo {
    
}

/***********GALLERY***********/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size:23px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Layla *****/
/*---------------*/

/*figure.effect-layla {
	background: #18a367;
}*/

figure.effect-layla img {
	height: auto;
	/*height: 390px;*/
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 15%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
figure.effect-layla a {opacity:0;}
figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.spider_popup_wrap {background-color:transparent !important;}

.casll-section {
    float: right;
}
.stopped {
    margin-top: 0 !important;
}
.top-email {
    text-decoration: none;
    color: #fff;
}

ul.tabs {
	margin: 0;
	padding: 0;
	/* float: left; */
	list-style: none;
	height: 39px;
	border-bottom: 0px solid #333;
	width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    height: 38px;
    line-height: 16px;
    background: rgb(240,143,56);
    background: -moz-linear-gradient(top, rgba(240,143,56,1) 0%, rgba(254,254,253,1) 0%, rgba(254,254,253,1) 0%, rgba(240,143,56,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,143,56,1) 0%,rgba(254,254,253,1) 0%,rgba(254,254,253,1) 0%,rgba(240,143,56,1) 100%);
    background: linear-gradient(to bottom, rgba(240,143,56,1) 0%,rgba(254,254,253,1) 0%,rgba(254,254,253,1) 0%,rgba(240,143,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08f38', endColorstr='#f08f38',GradientType=0 );
    color: #000 !important;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
.tab_last {
    border-right: 1px solid #333;
    background: rgb(240,143,56);
    background: -moz-linear-gradient(top, rgba(240,143,56,1) 0%, rgba(254,254,253,1) 0%, rgba(254,254,253,1) 0%, rgba(240,143,56,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,143,56,1) 0%,rgba(254,254,253,1) 0%,rgba(254,254,253,1) 0%,rgba(240,143,56,1) 100%);
    background: linear-gradient(to bottom, rgba(240,143,56,1) 0%,rgba(254,254,253,1) 0%,rgba(254,254,253,1) 0%,rgba(240,143,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08f38', endColorstr='#f08f38',GradientType=0 );
    color: #000 !important;
    border: 0 !important;
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
    color: #333;
    border: 0;
    display: block;
    background: rgb(240,143,56);
    background: -moz-linear-gradient(top, rgba(240,143,56,1) 0%, rgba(254,254,253,1) 0%, rgba(254,254,253,1) 0%, rgba(240,143,56,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(240,143,56,1) 0%,rgba(254,254,253,1) 0%,rgba(254,254,253,1) 0%,rgba(240,143,56,1) 0%,rgba(255,255,255,1) 100%);
    /* background: linear-gradient(to bottom, rgba(240,143,56,1) 0%,rgba(254,254,253,1) 0%,rgba(254,254,253,1) 0%,rgba(240,143,56,1) 0%,rgba(255,255,255,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08f38', endColorstr='#ffffff',GradientType=0 );
    font-family: 'Roboto Condensed', sans-serif;
}


.tab_container {
	border: 0px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding:4px 0;
	display: none;
}
.panel-body.pressRelease {
    padding: 6px;
}

.tab_drawer_heading { display: none; }
.screen-reader-text {
    display: none;
}
input#searchsubmit {
       background: url(http://cccknp.ac.in/public/media/files/103335magnifying-glass-1.png);
       border: 0;
       text-indent: -99999px;
       width: 34px;
       height: 7px;
       position: absolute;
       top: 12px;
       right: 1px;
       background-size: contain;
       background-repeat: no-repeat;
}
/* Let's get this party started */
#ticker1::-webkit-scrollbar,#ticker2::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
#ticker1::-webkit-scrollbar-track,#ticker2::-webkit-scrollbar-track {
   background: #ccc; 
}
 
/* Handle */
#ticker1::-webkit-scrollbar-thumb,#ticker2::-webkit-scrollbar-thumb {
    background: #fe6f41;  
}
#ticker1::-webkit-scrollbar-thumb:window-inactive,#ticker2::-webkit-scrollbar-thumb:window-inactive {
	background: #ccc; 
}
.metaslider .theme-default .nivo-caption, .nivo-caption h3{
    font-family:"Times New Roman", Times, serif !Important;
	font-style:italic!important;
	opacity:1;
	color:#fff !important;
}
.metaslider .theme-default .nivo-caption{
    font-family: 'Roboto Condensed', sans-serif !Important;
	color:#b7b8b7;
	font-style:normal !important;opacity:1;
}
.nivo-caption {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+16,000000+100&1+16,0+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 16%, rgba(0,0,0,0) 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 16%,rgba(0,0,0,0) 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 16%,rgba(0,0,0,0) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 )!important;/* IE6-9 */
	width:50% !important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
input#s {
    width: 82%;
    float: right;
    margin-right: 7px;
}
.Search-content {
    position: relative;
}

/* ravikant*/
address ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
address ul li {
	margin-bottom: 20px;
	color: #4a4646;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
}
address ul li i {
	position: absolute;
	left: 0;
	top: 3px;
}
address ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

ul.social-links {
	margin: 10px 0 0;
	padding: 0 0 0 25px;
	list-style: none;
}
ul.social-links li {
	display: inline-block;
	margin-right: 5px;
}
ul.social-links a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	display: block;
	color: #fff;
}

.fcb {
    background: #48659d;
    padding-top: 12px;
}
.twi {
    background: #009fef;
    padding-top: 12px;
}
a.gpl {
    background: #d40a0a;
    padding-top: 12px;
}
a.linkd {
    background: #0070ab;
    padding-top: 12px;
}
p.quote {
    color: #343f61;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    border-top: 1px dashed rgb(58, 64, 76);
    margin: 25px 0 0 0;
    padding-top: 25px;
    line-height: 30px;
}
table tr.bg-col {
    background-color: #fff3ef !important;
  }
/*.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.list li {
    padding-left: 15px;
    margin-bottom: 4px;
    list-style: none;
}
.list li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #D32F2F;
    font-size: 19px;
    margin-left: -15px;
    margin-right: 6px;
}*/

.client-testimonials {
	list-style: none;
	margin: 0px 50px;
	padding: 0px;
}
.client-testimonials li {
	display: table;
	width: 100%;
	margin: 15px 0px;
	padding: 20px;
}
.client-testimonials li .emp-pic, .client-testimonials li .emp-speak {
	display: table-cell;
	vertical-align: top;
}
.client-testimonials li .emp-pic {
	width: 12%;
}
.client-testimonials li .emp-pic img {
	max-width: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.client-testimonials li .emp-speak {
    width: 88%;
    padding: 10px 30px 0px 61px;
    position: relative;
    font-size: 17px;
    line-height: 35px;
    color: #2a3140;
    font-weight: 500;
}
.client-testimonials li .emp-speak h4 {
	font-weight: bold;
	color: #002877;
	font-size: 18px; display:inline-block;
}
.client-testimonials li .emp-speak h4 span {
	color: #666;
	font-weight: normal;
	display:block;
	margin-top:7px;
	padding:0px;
}
.client-testimonials li .emp-speak h3{ margin-top:0px; font-weight: 800; color:#262626; font-size: 22px;}
.client-testimonials li {
    text-align: center;
    border: 1px solid #e4d8d8;
    background-color: #f2f2f2;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #46444452;
}

.client-testimonials li .emp-speak:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	color: #c6c6c6;
	left: 15px;
	font-size: 38px;
	top: 0px;
}
.client-testimonials li .emp-speak:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    bottom: -19px;
    color: #c6c6c6;
    right: 0;
    font-size: 38px;
}


.inner-content.facilities {
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.former {
    padding: 0;
    margin: 0;
}
.former li {
    list-style: none;
    border-bottom: 1px dashed #ccc;
    padding: 9px 0 9px 22px;
    font-weight: 500;
    position: relative;
}
.former li:before {
	content: "\f192";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f76f41;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
    left: 0;
}
.former li span {
    float: right;
}
/*.tell-us-form {
	width:40%;
	margin:0 auto;
}*/
.tell-us-form input, .tell-us-form textarea {
	width: 100%;
margin-bottom: 7px;
border: 1px solid #ccc;
padding-left: 5px;
height: 32px;
}
.tell-us-form textarea {
	height:75px;
}
.tell-us-form input[type="submit"] {
	width: 20%;
border: 0;
float: none;
display: block;
}
.pra-pic {
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px dashed #aba7a3;
    padding: 7px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #211e1e69;
}
/*----*/
.col-md-2.images-center-pri {
    width: 20%;
}
.col-md-2.images-center-pri img {
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 auto;
    border-radius: 2px;
    text-align: center;
}
.name {
    display: block;
font-weight: bold;
color: #e27217;
text-align:center;
}
.year-from {
    display: block;
    text-align:center;
}
.principal-message img {
 border-radius: 15px;
display: block;
margin: auto;
border: 3px solid #ccc;
}
.principal-message h3 {
color: #e27217;
font-size: 17px;
text-align: center;
line-height: 30px;
border: 0;
margin-top: 20px;
font-weight: bold;
}
.principal-message h3 span {font-weight: 400; color: #e27217;}
.principal-message h3::before {
background-color: transparent;
}
.inner-page-content .internal-content-area-bg{
   overflow: auto;
   min-height: 350px;
}
.sitemap ul {
   background: url(http://cccknp.ac.in/public/uploads/2020/06/site_map_ul.gif) 0 -5px repeat-y !important;
list-style-type: none !important;
margin: 0 !important;
padding: 0 5px 4px 6px !important;
position: relative !important;
}
.sitemap ul li {
    background: url(http://cccknp.ac.in/public/uploads/2020/06/site_map_list.gif) -5px -5px no-repeat !important;
line-height: 16px !important;
padding: 0 0 0 10px !important;
margin: 10px 0;
}
.visit {
    color: #fff;
    font-size: 12.4px;
    font-weight: 100;
}
.visit a {
    color: #fff;
}
/*****************Gallery Page Style*****************/
.grid {
	position: relative;
	margin: 0 37px;
	padding: 0;
	width: auto;
	list-style: none;
	text-align: center;
	overflow:hidden;
	float:left;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 330px;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: bold;
	color:#fff;
	border:none;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
	box-sizing:border-box;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-weight: 400;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.grid-stack {background:none}
.grid-stack > .grid-stack-item > .grid-stack-item-content {border:3px solid #c8c8c8; overflow-y:hidden;}
.grid-stack > .grid-stack-item > .grid-stack-item-content img {
margin: 0 !important;
overflow:hidden !important;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content:hover img {
	-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
overflow:hidden !important;

}
/*****************Gallery Page Style*****************/

.serial {

    counter-reset: Serial;
}
.serial tr td:first-child::before {
    content: "" counter(Serial, decimal);
    counter-increment: Serial;
}
.serial tr td:first-child {
    text-align: center;
}
table.v-align td {vertical-align:middle}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e27217;
    background: #f7f7f7;
}



.pressRelease marquee a {
	padding: 0px 0px 8px 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgba(0,0,0,.2);
	position: relative;
	display:block;
}
.pressRelease marquee a::before {
	/*background: url(../images/news-list.png) left top;*/
	content: "\f061";
	height: 27px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 23px;
	font-family: FontAwesome;
	color:#D32F2F;
}
.college-media ul {list-style:none; margin:0; padding:0;}
.college-media ul li {float: left; width: 25%; padding: 15px; box-sizing: border-box;}
.college-media ul li img {min-height: 255px; border: 2px solid #ccc; padding: 3px; border-radius: 3px;}
.college-media span {display: block; text-align: center; padding: 10px 0; font-weight: bold; font-size: 20px;}
.color-change {
	-webkit-animation: colorchange 20s infinite alternate;
	-moz-animation: colorchange 20s infinite alternate;
}
@-webkit-keyframes colorchange {
 0% {
 color: green;
}
 10% {
 color: orange;
}
}
.demo1, .demo2 {
    padding: 0px 25px;
    overflow-y: scroll !important;
    height: 219px !important;
}
.demo1 li, .demo2 li{
    border-bottom: 1px solid #d0cbcb;
    padding: 10px 0px;
}
.demo1 li a, .demo2 li a{
font-size:10pt
}
ul.notice-box {
    padding: 0;
    margin: 0;
}
.notice-box li {
    display: block;
    margin-bottom: 12px;
    border-bottom: 1px dashed #191d27;
    padding-bottom: 9px;
}
.notice-box li:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 9px;
    float: left;
    margin-top: 4px;
    color: #284c93;
}
.pdf-file-info {
background: url("../images/pdf-icon.png") no-repeat;
width: 35px;
height: 35px;
position: absolute;
margin: -5px 0px 0px 10px;
}

.col-xs-7.col-md-3.media-menu.wow.zoomIn.animated {
    margin-left: 7px;
    margin-right: -7px;
}


.navbar-nav {
float: none !important; 
margin: auto !important;
width: fit-content !important;
}

.feature-img-otpl-01 img {
  
    height: 200px;
    width: 100%;
}

.bradcumb-area .bradcumb {
    position: absolute;
    top: 35px;
    width: 100%;
    z-index: 9;
    color: #fff;
    left: 0;
}
.breadcumb-wrapper{
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}
.feature-img-otpl-02{
    height: 100%;
    background: #00000000;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.breadcumb-title {
    color: #fff;
}
.bradcumb-area .bradcumb a {
    color: #ff0;
}
.breadcumb-menu{
  
}
.breadcumb-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
  justify-content: center;
}

.breadcumb-menu li {
    position: relative;
    color: #fff;
    font-size: 15px;
}

.breadcumb-menu li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.breadcumb-menu li a:hover {
    color: #ffd36b; /* hover color */
}

/* Separator Arrow */
.breadcumb-menu li + li::before {
    content: "\f105"; /* FontAwesome arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin: 0 8px;
}
.breadcumb-menu li + li::before {
    content: ">";
    color: #fff;
    margin: 0 8px;
}

.feature-img-otpl-03{
 
  
}
.spotlight-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.spotlight-gallery li {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.spotlight-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.spotlight-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
     padding: 6PX;
}

/* Title Overlay */
.gallery-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgb(0 0 0 / 69%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s ease;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Hover Effects */
.spotlight-gallery li:hover img {
    transform: scale(1.1);
}

.spotlight-gallery li:hover .gallery-title {
    opacity: 1;
    transform: translateY(0);
}

.sligts img{    width: 100% !important;
    background: #fff;
}

.notice .ndate{display:none;}
.notice ul{list-style:none;display:flex;
}
.notice ul li a{font-weight:400;}

.spotlight-gallery a {
  display: inline-block;        /* images/blocks ke liye */
  border: 2px solid rgba(0,0,0,0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .2s ease;
}

.spotlight-gallery a:hover,
.spotlight-gallery a:focus {
  box-shadow: 0 14px 40px rgba(0,0,0,0.15);
  transform: translateY(-4px);
  outline: none;
}

.spotlight-gallery li .gallery-title {
    opacity: 1;
    transform: translateY(0) !important;
}

.notice-box ul{padding:0px;}

.notice-box .ndate {display:none;
}

#searchsubmit {
    background: #fff url('public/media/files/103335magnifying-glass-1.png') center center;
    width: 19px;
    height: 20px;
    background-size: 86%;
    border: 0;
    margin-left: -23px;
    text-indent: -1015px;
    background-repeat: no-repeat;
    border-radius: 4px;
    position: absolute;
    top: 4px;
}

/* ===== search-result list styling ===== */
.search-result {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  /* two-column on wide screens, single column on small */
  grid-template-columns: 1fr;
}

@media (min-width: 880px) {
  .search-result { grid-template-columns: repeat(2, 1fr); }
}

/* item card */
.search-result li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,252,0.98));
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(16,24,40,0.06);
  border-left: 6px solid rgba(34,197,94,0.12); /* subtle accent */
  transition: transform .18s ease, box-shadow .18s ease, border-left-color .18s ease;
  position: relative;
  overflow: hidden;
}

/* hover / focus state */
.search-result li:hover,
.search-result li:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16,24,40,0.12);
  border-left-color: rgba(34,197,94,0.9);
}

/* Title link */
.search-result li strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.25;
  margin: 0;
}

.search-result li strong a {
  color: #0f172a; /* dark slate */
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

/* small chevron icon via pseudo-element */
.search-result li strong a::after{
  content: "›";
  font-size: 1.05rem;
  opacity: 0.5;
  transform: translateX(2px);
  transition: transform .18s ease, opacity .18s ease;
}

.search-result li:hover strong a::after {
  transform: translateX(6px);
  opacity: 1;
}

/* description / snippet */
.search-result li span {
  display: block;
  color: #475569; /* muted slate */
   font-size: 1em;
  line-height: 1.45;
  white-space: normal;
  max-height: 3.6em;          /* approx 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* special small "status" badge for "Will be Updated" messages */
.search-result li .status {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.78rem;
  color: #334155;
  background: rgba(249,250,251,0.9);
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(100,116,139,0.06);
  box-shadow: 0 2px 6px rgba(15,23,42,0.03) inset;
}

/* emphasize "Will be Updated Soon" variants */
.search-result li .update-soon {
  color: #b91c1c;         /* red-ish */
  font-weight: 600;
  background: rgba(249, 250, 251, 0.7);
  border-left: 3px solid rgba(185,28,28,0.12);
}

/* accessible focus for anchor links */
.search-result li a:focus {
  outline: 3px solid rgba(34,197,94,0.18);
  outline-offset: 3px;
  border-radius: 6px;
}

/* small responsive tweak for long text: show full on hover (desktop) */
@media (hover: hover) and (min-width: 600px) {
  .search-result li:hover span {
    max-height: 9em; /* expand to show more lines on hover */
  }
}
/* ===== Base / reset for blog-area-3 h4 ===== */
.blog-area-3 h4 {
  margin: 0 0 0.6rem 0;
  font-size: 1.05rem;        /* tweak: 1rem – 1.25rem */
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;            /* dark slate */
  letter-spacing: -0.01em;
  font-family: "Inter", "Segoe UI", Roboto, system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

/* responsive tweak */
@media (min-width: 880px){ 
  .blog-area-3 h4 { font-size: 1.125rem; }
}

/* ===== Variant 1: subtle accent underline ===== */
.blog-area-3 h4 {
  position: relative;
  padding-bottom: 10px;
}

.blog-area-3 h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
}
.feature-img-otpl-03{
    position: relative;
    text-align: center;
    top: 33px;

}

.caption {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #ffffff  !important;
    background: rgb(0 0 0 / 74%) !important;
}



/* ===== Search Form Container ===== */
.searchform {
  width: 100%;
  max-width: 420px;        /* adjust as needed */
  margin:0px auto;
}

.searchform div {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ===== Search Input ===== */
.searchform input[type="text"] {
  flex: 1;
  padding: 8px 16px;
  font-size: 15px;
  border: 1px solid #e2e8f0;              /* light border */
  border-radius: 50px;                    /* fully rounded */
  background: #f8fafc;                    /* soft background */
  box-shadow: 0 3px 10px rgba(15,23,42,0.06);
  transition: all .25s ease;
  outline: none;
}

.searchform input[type="text"]:focus {
  border-color: #3b82f6;                  /* blue focus */
  box-shadow: 0 6px 18px rgba(59,130,246,0.18);
  background: #ffffff;
}

/* ===== Search Button ===== */
#searchsubmit {
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  border: none;

  background: linear-gradient(135deg,#3b82f6,#2563eb); /* blue gradient */
  color: #fff;
  cursor: pointer;

  transition: all .25s ease;
}

#searchsubmit:hover {
  transform: translateY(-2px);
  
}

/* ===== Mobile friendly ===== */
@media (max-width: 480px) {
  .searchform div {
    flex-direction: column;
  }
  
  #searchsubmit {
    width: 100%;
  }
}


/* RESET */
.navbar-nav, .navbar-nav li, .navbar-nav a {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* DESKTOP MENU */


.navbar-nav > li > a {
    display: block;
    padding: 12px 18px;
    font-size: 15px;
    color: #222;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
}

/* Hover Effect */
.navbar-nav > li > a:hover {
    color: #0d6efd;
}

/* Dropdown */
.navbar-nav li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 200px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
    border-radius: 6px;
    padding: 0px 0;
}

.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

/* Dropdown Items */
.dropdown-menu li a {
    padding: 10px 18px;
    display: block;
    font-size: 14px;
    color: #444 !important;
    transition: background 0.3s;
    font-family: 'Roboto Condensed', sans-serif;
}

.dropdown-menu li a:hover {
    background: #f2f2f2;
    color: #0d6efd;
}

/* Mobile Toggle Button */
.menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    padding: 10px;
}
.is-new {

    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    animation: blink 1.2s linear infinite;
    display: inline-block;
}

/* BLINK KEYFRAMES */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.2; }
    100% { opacity: 1; }
}

.pagelink {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    color: #ef6703 !important;
    border: 2px solid #ef6703;
    background: transparent;
    text-decoration: none;
    transition: 0.25s ease;
    margin-top: 12px;
}

.pagelink:hover {
    background: #ef6703;
    color: #fff !important;
}

.swiper-slide .animated-image{
  opacity:1 !important;
}
a{text-decoration:none!important;
}
@media only screen and (max-width: 640px) {
    .navbar-nav > li {
        border-right: 1px solid #ffffff33;
        padding-left: 21px;
        width: 100%;
        display: inline-block;
        border-bottom: 1px dashed #a5a5a5;
    }
  .side-menu ul li a{
          font-size: 13px;
        font-weight: 700 !important;
}
}

.gallery.newgallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery.newgallery li {
    overflow: hidden;
    border-radius: 8px;
}

.gallery.newgallery img {
      width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #f3f3f3;
    border-radius: 30px 0px;
    
    transition: transform .3s ease;
}

.gallery.newgallery img:hover {
    transform: scale(1.08);
}



.gallery.newgallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery.newgallery li {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery.newgallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.gallery.newgallery li:hover img {
    transform: scale(1.08);
}

/* Hover caption using pseudo-element */
.gallery.newgallery li::after {
    content: attr(data-caption);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s ease;
    pointer-events: none;
}

.gallery.newgallery li:hover::after {
    opacity: 1;
    transform: translateY(0);
}