@charset "utf-8";
/* CSS Document */
a {
	color: #337ab7;
	text-decoration: none;
}
#social-sidebar {
	right: 0;
	position: fixed;
	top: 38%;
	z-index: 5;
}
#social-sidebar ul {
	list-style-type: none;
	padding-left: 0;
}
#social-sidebar li:first-child a {
	border-top-left-radius: 5px;
}
#social-sidebar li:last-child a {
	border-bottom-left-radius: 5px;
}
#social-sidebar a {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 50px;
	font-size: 25px;
	line-height: 50px;
	position: relative;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #656565;
}
#social-sidebar a:hover span {
	right: 120%;
	opacity: 1;
}
#social-sidebar a span {
	font: 12px "Open Sans", sans-serif;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 24px;
	right: -100%;
	margin-top: -16px;
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	transition: opacity .3s, right .4s;
	top: 50%;
	z-index: -1;
}
#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	right: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
}
#social-sidebar a[class*="twitter"]:hover, #social-sidebar a[class*="twitter"] span, #social-sidebar a[class*="twitter"] span:before {
	background: #00aced;
}
#social-sidebar a[class*="facebook"]:hover, #social-sidebar a[class*="facebook"] span, #social-sidebar a[class*="facebook"] span:before {
	background: #3B5998;
}
#social-sidebar a[class*="gplus"]:hover, #social-sidebar a[class*="gplus"] span, #social-sidebar a[class*="gplus"] span:before {
	background: #E34429;
}
#social-sidebar a[class*="linkedin"]:hover, #social-sidebar a[class*="linkedin"] span, #social-sidebar a[class*="linkedin"] span:before {
	background: #0083be;
}
#social-sidebar a[class*="youtube"]:hover, #social-sidebar a[class*="youtube"] span, #social-sidebar a[class*="youtube"] span:before {
	background: #dc472e;
}
header {
	width: 100%;
}
.pt15 { padding-top:15px;}

.pb15 { padding-bottom:15px;}

.humaniseLogo, .rizviLogo {
	width: 100%;
	text-align: center;
}
.humaniseLogo a, .rizviLogo a {
	display: inline-block;
}
.headerTitle {
	width: 100%;
	text-align: center;
}
.headerTitle h1, .headerTitle h2, .headerTitle h3 {
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
	font-smooth: subpixel-antialiased;
}
.headerTitle h1 {
	font-size: 18px;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.headerTitle h2 {
	font-size: 24px;
	color: #0A1172;
	padding: 5px 0px 6px 0px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-shadow: 0px 2px 13px rgba(255, 255, 255, 1);
}
.headerTitle h3 {
	font-size: 20px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	padding-bottom: 7px;
}
.quotesList {
	width: 100%;
	text-align: center;
}
.quotesList .quotes {
	display: none;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
/*Banner Section css start*/
.bannerWrap {
	width: 100%;
	position: relative;
	background: #e1ebee75;
}
.bannerWrap.homeBannerSlider {
	width: 100%;
}
.bannerWrap.homeBannerSlider .item img {
	height: 500px;
	width:100%;
	padding: 20px;
	 -o-object-fit: cover;
     object-fit: cover;
}
.bannerWrap.homeBannerSlider .owl-dots {
	display: none;
}
.bannerWrap.homeBannerSlider .owl-carousel .owl-nav .owl-next, .bannerWrap.homeBannerSlider .owl-carousel .owl-nav .owl-prev {
	width: 53px;
	height: 53px;
	position: absolute;
	bottom: 50%;
	margin-bottom: -27px;
	z-index: 100;
	font-size: 0;
}
.bannerWrap.homeBannerSlider .owl-carousel .owl-nav .owl-next {
	right: 17px;
	background: url(../images/banner-navigation.png) no-repeat;
	background-position: -54px 0px;
	opacity:0;
}
.bannerWrap.homeBannerSlider .owl-carousel .owl-nav .owl-prev {
	left: 17px;
	background: url(../images/banner-navigation.png) no-repeat;
	background-position: 0px 0px;
	opacity:0;
}
.bannerWrap.homeBannerSlider .owl-carousel .owl-nav .owl-next:hover { opacity:1;}
.bannerWrap.homeBannerSlider .owl-carousel .owl-nav .owl-prev:hover { opacity:1;}  
/*Banner section css end*/



.bannerContent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.carouselSection {
    flex: 0 0 70%;
    max-width: 70%;
}

.carouselSection .item img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    padding: 20px;
}

.infosection {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 20px;
    box-sizing: border-box;
}

.infosection h1 {
    font-size: 18px;
    margin-bottom: 15px;
    background: #0A1172;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
}

.infosection h1 a{
	color: #FFF;
}

.infosection h1 a:hover {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff8ca;
}

.notice-box {
  background-color: #2b2c61;
  color: white;
  padding: 15px;
  font-size: 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  position: relative;
  max-width: 460px;
}


@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}


.new-sticker-img {
  width: 40px;
  height: auto;
  animation: blink 1s infinite;
}


@media (max-width: 768px) {
    .bannerContent {
        flex-direction: column;
    }

    .carouselSection,
    .infosection {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .carouselSection .item img {
        padding: 10px;
    }

    .infosection h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}l



/*Notices Section css start*/
.noticesWrap {
	width: 100%;
	background: #e1ebee;
	clear: left;
	float: left;
	position: relative;
}
.noticesWrap .noticesWrapcol {
	background: #e1ebee;
}
.noticesWrap .eventWrapcol {
	background: #e1ebee;
}
.noticesWrap .headWrap {
	width: 100%;
	background-color: #e1ebee;
	padding: 0 40px;
}
.noticesWrap .headWrap h4 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	padding: 13px 0;
	color: #0A1172;
	font-weight: 700;
}
.noticesWrap .headWrap.event-title {
	background-color: #0A1172;
}
.noticesWrap .headWrap.event-title h4 {
	color: #FFF;
}
 .noticesWrap > [class*="col-"] {
 padding-left: 0 !important;
 padding-right: 0 !important;
 vertical-align:top;
 padding-bottom:22px;
 overflow:hidden !important;
 position:static !important;
}
.noticesSliderWrap {
	background: #0A1172;
	width: 100%;
	padding-top: 55px;
}
.noticesSlider .item {
	padding: 0px 15px;
	padding-bottom: 43px;
}
.noticesSlider .item p {
	font-size: 14px;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}
.noticesSlider .item h2 {
	font-size: 14px;
	color: #FFF;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.noticesSlider .item a {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	margin:0px;
}
.link span {
	color: #FFF;
	font-size: 16px;
	padding-left: 10px;
}
.noticesSlider .item a .fa {
	color: #0A1172;
}
.noticesSliderWrap .owl-controls {
	position: absolute;
	bottom: -22px;
	left: 40px;
}
.noticesSliderWrap .owl-controls .owl-nav .owl-prev, .noticesSliderWrap .owl-controls .owl-nav .owl-next, .eventSliderSection .owl-controls .owl-nav .owl-prev, .eventSliderSection .owl-controls .owl-nav .owl-next {
	display: inline-block;
	height: 22px;
	margin-left: 3px;
	margin-right: 3px;
	overflow: hidden;
	text-indent: -2000px;
	transition: all 0.5s ease-in-out 0s;
	vertical-align: top;
	width: 57px;
}
.noticesSliderWrap .owl-controls .owl-nav .owl-next, .eventSliderSection .owl-controls .owl-nav .owl-next {
	background: rgba(0, 0, 0, 0) url("../images/nextbt.png") no-repeat scroll -58px 0;
}
.noticesSliderWrap .owl-controls .owl-nav .owl-next:hover, .eventSliderSection .owl-controls .owl-nav .owl-next:hover {
	background-position: 0 0;
}
.noticesSliderWrap .owl-controls .owl-nav .owl-prev, .eventSliderSection .owl-controls .owl-nav .owl-prev {
	background: rgba(0, 0, 0, 0) url("../images/prebt.png") no-repeat scroll 0 0;
}
.noticesSliderWrap .owl-controls .owl-nav .owl-prev:hover, .eventSliderSection .owl-controls .owl-nav .owl-prev:hover {
	background-position: -58px 0;
}
.news-link {
	padding: 0px 40px;
	font-size: 17px;
}
.eventSliderSection {
	width: 100%;
	padding: 55px 40px 0px 40px;
}
.eventSlider .item {
	padding-bottom: 52px;
	overflow: hidden;
}
.eventSlider .owl-controls {
	position: absolute;
	bottom: -22px;
	left: 0px;
	display: none;
}
.eventSlider .item .datewrap {
	width: 100px;
	float: left;
}
.eventSlider .item .datewrap .month {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #0A1172;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
	background-color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
.eventSlider .item .datewrap .date {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
	background: #0A1172;
	text-align: center;
}
.eventSlider .item .content {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	color: #000;
	line-height: 25px;
	padding: 0px 5px;
	text-align: left;
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
}
.eventSlider .item .content a {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #000;
    line-height: 25px;
    display: block;
}
.eventSlider .item .content a:hover {
    color: #FFF;
}
.eventWrapcol .news-link {
	font-size: 17px;
	position: absolute;
	bottom: 22px;
	right: 0px;
        z-index: 9;
}
/*Sprots Section css start*/

.sportsWrap {
	width: 100%;
	clear: left;
	float: left;
	background: #FFF;
	position: relative;
}
.sportsWrap.club {
	background: #0A1172;
}
.sportsSliderWrap {
	width: 100%;
	position: relative;
}
 .sportsWrap > [class*="col-"] {
 padding-left: 0 !important;
 padding-right: 0 !important;
}
.sportsimgSlider .item img {
	width: 100%;
	height: 309px;
	 -o-object-fit: cover;
     object-fit: cover;
}
.sportsSliderWrap .owl-controls .owl-nav .owl-prev {
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	border-left: 0 solid transparent;
	background: none;
	text-indent: -9999px;
	position: absolute;
	top: 48%;
	left: 1%;
	outline: none;
	z-index: 99;
	opacity: 1;
}
.sportsSliderWrap .owl-controls .owl-nav .owl-next {
	width: 0px;
	height: 0px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
	background: none;
	border-right: 0 solid transparent;
	text-indent: -9999px;
	position: absolute;
	top: 48%;
	right: 1%;
	outline: none;
	opacity: 1;
}
.sportsWrap .headWrap {
	position: static !important;
}
.sportsWrap .sportsHead {
	position: absolute !important;
	width: 33.33333333%;
	height: 100%;
	left: 0;
	background: url(../images/medal-bg.png) no-repeat right top
}
.sportsWrap .sportsHead .contentwrap {
	display: table;
	width: 100%;
	height: 100%;
}
.sportsWrap .sportsHead .contentwrap .content {
	display: table-cell;
	background: #FFF;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	height: 100%;
	vertical-align: middle;
	font-size: 45px;
	font-weight: 700;
	color: #0A1172;
	padding-left: 40px;
	line-height: 1.1;
}
/*Sprots section css end*/


/*partner Section css start*/
.parnerWrap {
	width: 100%;
	clear: left;
	float: left;
	padding: 20px 0px;
	background: #eeeeee;
}
.separatorhome3auto1 {
	background-color: #0A1172;
	background-image: -webkit-linear-gradient(-87deg, rgba(255,255,255,.95) 15%, transparent 15%, transparent 15%, rgba(255,255,255,.95) 15%, rgba(255,255,255,.95) 15%, transparent 15%, transparent);
	background-image: -webkit-linear-gradient(177deg, rgba(255,255,255,.95) 15%, transparent 15%, transparent 15%, rgba(255,255,255,.95) 15%, rgba(255,255,255,.95) 15%, transparent 15%, transparent);
	background-image: linear-gradient(-87deg, rgba(255,255,255,.95) 15%, transparent 15%, transparent 15%, rgba(255,255,255,.95) 15%, rgba(255,255,255,.95) 15%, transparent 15%, transparent);
	background-size: 14px 4px;
	height: 4px;
	width: 110px;
	margin: 0px auto;
	overflow: hidden;
}
.separatorhome3auto {
	background-color: #0A1172;
	background-image: -webkit-linear-gradient(87deg, rgba(255,255,255,.95) 15%, transparent 15%, transparent 15%, rgba(255,255,255,.95) 10%, rgba(255,255,255,.95) 10%, transparent 10%, transparent);
	background-image: -webkit-linear-gradient(3deg, rgba(255,255,255,.95) 15%, transparent 15%, transparent 15%, rgba(255,255,255,.95) 10%, rgba(255,255,255,.95) 10%, transparent 10%, transparent);
	background-image: linear-gradient(87deg, rgba(255,255,255,.95) 15%, transparent 15%, transparent 15%, rgba(255,255,255,.95) 10%, rgba(255,255,255,.95) 10%, transparent 10%, transparent);
	background-size: 18px 25px;
	height: 4px;
	width: 105px;
	margin: 2px auto;
	overflow: hidden;
}
.parnerWrap .head {
	text-align: center;
	width: 100%;
}
.parnerWrap .head h1 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 20px;
	color: #333;
	margin-bottom: 14px;
}
.parnerWrap .prtnerList {
	width: 100%;
	text-align: center;
	padding: 30px 0px;
}
.parnerWrap .prtnerList li {
        width: 190px;
        height: 135px;
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	background: #fff;
	position: relative;
}
.parnerWrap .prtnerList li .imagesWrap {
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
}
.parnerWrap .prtnerList li .imagesWrap figure {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
.parnerWrap .prtnerList li img {
	height: 160px;
	width:85%;
	 -o-object-fit: cover;
     object-fit: cover;
}
/*partner section css end*/

.coursesWrap {
	width: 100%;
	margin: 10px 0px;
	margin-top: 10px;
clear:;
	float: left;
}
.new-courses {
	background-color: #0A1172;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
.new-courses h2 {
	font-size: 35px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding: 12px 0px;
}
.coursesContent {
	width: 100%;
	text-align: center;
}
.coursesContent h1 {
	font-size: 36px;
	font-weight: 500;
}
.coursesContent h2 {
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.coursesContent p {
	font-size: 17px;
	text-align: justify;
	font-family: 'Lato', sans-serif;
	margin-top: 30px;
	text-align: center;
	line-height: 1.42857143;
}
/*Footer section css start*/
footer {
	background-color: #adadad;
	margin-top: 0;
	padding-top: 40px;
}
ul.footerInfo {
	width: 100%;
	clear: left;
	float: left;
}
ul.footerInfo li {
	clear: left;
	float: left;
	width: 100%;
	font-size: 17px;
	text-align: justify;
	line-height: 1.42857143;
	color: #333;
	margin-top: 17px;
}
ul.footerInfo li:first-child {
	margin-top: 0px;
}
ul.footerInfo li .fa {
	font-size: 22px;
	color: #4d4948;
	width: 10%;
	float: left;
}
ul.footerInfo li p {
	width: 90%;
	float: right;
}
.getTouch {
	width: 100%;
}
.getTouch h2 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.1;
	color: inherit;
	margin-bottom: 15px;
}
.getTouch li {
	margin-bottom: 15px;
}
ul.footerSocial li {
	float: left;
	margin-left: 15px;
}
ul.footerSocial li:first-child {
	margin-left: 0px;
}
.fa-facebook-official {
	font-size: 40px;
	color: #3b5998;
}
.fa-google-plus-square {
	font-size: 40px;
	color: #d64532;
}
.fa-linkedin-square {
	font-size: 40px;
	color: #1d75bb;
}
.fa-twitter-square {
	font-size: 40px;
	color: #1d63ab;
}
.fa-youtube-square {
	font-size: 40px;
	color: #bb2025;
}
.footer-bottom {
	width: 100%;
	background-color: #262934;
	padding-top: 15px;
	padding-bottom: 7px;
	margin-top: 30px;
	font-size: 17px;
	text-align: justify;
}
.footer-bottom p {
	color: #898989;
}
.privacy-policy {
	text-align: right;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
	display: none; /*dim the background*/
}
/*Footer section css end*/



/*Inner Page Css start*/
.bannerWrap.innerBanner {
	position: relative;
}
.bannerWrap.innerBanner .imgWrap {
	width: 100%;
	height: auto;
}
.bannerWrap.innerBanner .imgWrap {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.bannerWrap.innerBanner .imgWrap img {
	width: 100%;
	height: auto
}
.banneroverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 2;
}
.banneroverlay .contentWrap {
	width: 100%;
	height: 100%;
	display: table;
}
.banneroverlay .contentWrap .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.banneroverlay .contentWrap .content h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 45px;
	margin-bottom: 15px;
}
.banneroverlay .breadcrumb {
	border-radius: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
}
.banneroverlay .breadcrumb li {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
}
.banneroverlay .breadcrumb li a {
	color: #fff;
}
.banneroverlay .breadcrumb li a:hover, .banneroverlay .breadcrumb li.active {
	color: #038fd0;
}
.banneroverlay .breadcrumb>li+li:before {
	content: "\f101";
	font-family: 'FontAwesome';
}
.inner-body {
	padding-top: 50px;
	padding-bottom:50px;
	background: #eeeeee;
}
.aboutContent {
	width: 100%;
}
.aboutContent p {
	font-size: 17px;
	text-align: justify;
	margin-bottom: 14px;
}
.aboutContent h1 {
	margin-bottom: 15px;
    color: #FFF;
    font-style: italic;
	font-weight:600;
}
.aboutContent blockquote { color:#0A1172;}
/*Inner Page Css end*/


/*Vission Mission css start*/

.verticalMiddle {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.verticalMiddle .content {
	width: 100%;
	height: 100%;
	display: table;
}
.verticalMiddle article {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.visionMissionWrap {
	width: 100%;
	clear: left;
	float: left;
	position: relative;
}
.visionMissionWrap img {
	float: left;
	width: 50%;
	height: auto;
}
.visionMissionWrap img.rt {
	float: right;
}
.visionMissionWrap.vision {
	background-color: #e8be6c;
}
.visionMissionWrap.mission {
	background-color: #829c53;
}
.visionMissionWrap .contentWrap {
	float: left;
	width: 50%;
	position: relative;
}
.visionMissionWrap article {
	padding: 0px 43px;
}
.visionMissionWrap h1 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.visionMissionWrap p {
	font-size: 19px;
	font-weight: 400;
	color: #ffffff;
	line-height: 25px;
}
.visionMissionWrap .verticalMiddle {
	width: 50%;
}
.visionMissionWrap .verticalMiddle.lt {
	left: 0;
}
.visionMissionWrap .verticalMiddle.rt {
	right: 0;
}
.humanizetext {
	width: 100%;
	height: 100%;
	margin: 50px 0 10px;
	padding: 40px 0;
	background-position: 30% 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(../images/motto-bg.jpg);
}
.humanizetext h2 {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 35px;
	padding: 0 0 20px 0;
	margin: 0;
}
.humanizetext p {
	text-align: center;
	color: #fed27a;
	font-size: 17px;
	line-height: 1.42857143;
	padding-bottom: 18px;
	margin-bottom: 15px;
	position: relative;
}
.humanizetext p span {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.humanizetext p:before {
	width: 12px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 0;
	content: "";
}
.humanizetext p:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px
}
.humanizetext p:last-child:before {
	display: none;
}
.heading {
	margin: 20px 0 35px;
}
.heading h1 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul.bulletpoints {
	font-size: 16px;
	padding-left: 15px;
	list-style: disc !important;
}
ul.bulletpoints li {
	list-style: disc;
	line-height: 24px;
	margin-bottom: 10px;
}
ul.bulletpoints.a {
	list-style: circle;
}
ul.bulletpoints.b {
	list-style: disc;
}
ul.bulletpoints.c {
	list-style: square;
}
.president-message figure {
	width: 100%;
}
.president-message figure img {
	width: 100%;
	height: auto;
}
.president-message p {
	margin-bottom: 10px;
}
.messageWrap figure {
	width: 100%;
	text-align: center;
}
.messageWrap figure img {
	display: inline-block;
}
.messageWrap h2 {
	font-size: 30px;
	margin-top: 20px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
}
.messageWrap h2 span {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
	display: block;
	font-weight: normal;
}
.messageWrap h3 {
	margin-top: 40px
}
.fa-quote-left {
	padding-right: 10px;
}
.fa-quote-right {
	padding-left: 10px;
}
.academicsCourses {
	width: 100%;
	text-align: center;
}
.academicsCourses h2 {
	font-size: 30px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
	margin-top: 20px;
	margin-bottom: 30px;
}
.academicsCourses ul {
	max-width: 390px;
	width: auto;
	margin: auto;
}
.academicsCourses ul li {
	border: 1px #666666 solid;
	text-align: center;
	width: 100%;
	padding: 10px;
	font-family: inherit;
	font-weight: 500;
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}
.course-title {
	background-color: #FFF;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}
hr {
	border-top: 1px solid #666;
}
.couseDetail {
	width: 100%;
	padding-bottom: 30px;
}
.couseDetail p {
	margin-bottom: 16px;
}
.couseDetail p span {
	display: block;
}
.couseDetail ul {
	list-style: decimal;
	padding-left: 15px;
	padding-bottom: 10px;
}
.couseDetail ul li {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	padding-left: 5px;
	display: list-item;
	margin-bottom: 8px;
}
.couseDetail ul li span.or {
	font-weight: 700;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.couseDetail ul li ul {
	list-style: lower-roman;
	padding-top: 12px;
}
.couseDetail ul li ul li {
	list-style: disc;
	font-size: 16px;
	margin-bottom: 5px;
	color: #FFF;
}
.couseDetail ul li ul.sub {
	padding-bottom: 0px;
	padding-left: 10px;
}
table.normaltable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
table.normaltable tr {
	background: #fff;
	border: 1px solid #ddd;
	padding: .35em;
}
table.normaltable th {
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #f7d600;
	border: 1px solid #ccc;
	text-align: left;
}
table.normaltable th, table.normaltable td {
	padding: 8px 15px;
}
table.normaltable td {
	border: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
table.normaltable tbody tr:nth-child(even) {
	background: #fff8ca;
}
table.normaltable th.head, table.normaltable td.head {
	background-color: #002560;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.semesterDetail {
	width: 100%;
	display: table;
	padding-bottom: 30px;
}
.semesterDetail aside {
	display: table-cell;
	position: relative;
	width: 33.33%;
	padding: 15px;
}
.semesterDetail aside:before {
	position: absolute;
	border-bottom: 1px #666666 solid;
	width: calc(100% - 30px);
	content: "";
	bottom: 0;
}
.semesterDetail aside.noborder:before {
	display: none;
}
.semesterDetail aside h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 12px;
}
.semesterDetail aside h4 span {
	display: block;
	font-size: 17px;
	text-transform: none;
	margin-bottom: 7px;
}
.semesterDetail aside .content p {
	margin: 0 0 10px;
}
.semesterDetail aside .content ul {
	padding-bottom: 30px;
}
.semesterDetail aside ul.bulletpoints {
	padding-bottom: 10px;
}
.formoreenquiries {
	border: 1px solid #FFF;
	padding: 15px 0;
}
.formoreenquiries p {
	margin-bottom: 10px;
}
.fa-phone-square, .fa-envelope {
	font-size: 20px;
	padding-right: 5px;
}
.formoreenquiries h4 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 500;
	line-height: 1.1;
	color: #333;
}
#committee .panel-heading {
	background: #f3b000;
	padding: 15px;
}
#committee .panel-title a {
	display: block;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;}
	
#committee .panel-title > a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f056";
	padding-right: 5px;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
}
#committee .panel-title > a.collapsed:before {
	float: right !important;
	content: "\f055";
}
#committee .panel-title > a:hover, #committee .panel-title > a:active, #committee .panel-title > a:focus {
	text-decoration: none;
}
#committee table.normaltable th, table.normaltable td {
	padding: 4px 15px
}
#committee table.normaltable th {
	background-color: rgb(18, 84, 160);
	color: rgb(255, 255, 255);
	font-size: 17px;
	padding: 10px 15px;
}
.imagesGallerythumb {
	margin-bottom: 15px;
	overflow: hidden;
}
.imagesGallerythumb img {
	vertical-align: bottom;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	width: 100%;
	height: auto;
}
.imagesGallerythumb a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.imagesGallerythumb a img {
	vertical-align: bottom;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: block;
	width: 100%;
	height: 174px;
	-o-object-fit: cover;
    object-fit: cover;
}
.imagesGallerythumb a figure {
	overflow: hidden;
        height:174px;
	background:#FFF;
}
.imagesGallerythumb .gallery-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/zoom.png) no-repeat center center rgba(0, 0, 0, 0.85);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	font-size: 0px;
}
.imagesGallerythumb a:hover img {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.imagesGallerythumb a:hover .gallery-overlay {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}
.tab-pane h2 {
	margin-bottom: 15px;
}
.tab-pane p.studentDetail {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
.tab-pane p {
	margin-bottom: 15px;
}
.tab-content a.accordion-link {
	padding: 15px;
	background: #FFF;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.tab-content a.accordion-link.active {
	background: #f7d600;
	color: #333;
}
.tab-content .studentDetailWrap {
	margin-bottom: 15px;
	border: 1px #ccc solid;
	clear: left;
	float: left;
	width: 100%;
	padding: 15px;
}
.reportContent .list-group-item {
	padding: 20px 15px;
}
.reportContent .list-group-item {
	font-size: 20px;
	color: #555;
}
.reportContent .fa-file-pdf-o {
	font-size: 25px;
	color: #0A1172;
	padding: 0 15px;
}
.prospectus .box {
	padding: 60px 48px 60px 48px;
	overflow: hidden;
	margin-bottom: 30px;
}
.prospectus .box.degree {
	background: #5da7f0;
}
.prospectus .box.junior {
	background: #f7b800;
}
.prospectus .box strong {
	width: 145px;
	height: 145px;
	border-radius: 100%;
	background: #31353d;
	text-align: center;
	line-height: 145px;
	color: #ffffff;
	font-size: 65px;
	float: left;
	margin-right: 39px;
}
.prospectus .box .title {
	font: 600 40px/40px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 5px;
}
.prospectus .box .description {
	font: 30px/30px 'Open Sans';
	text-transform: uppercase;
	color: #31353d;
	margin-bottom: 10px;
}
.prospectus .box .description a { color:#000;}
.prospectus .box p a {
	color: #fff;
}
.prospectus .box p a:hover {
	text-decoration: underline;
}
.publicationsList, .publicationsList p {
	text-align: center;
}
.publicationsList h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
}
.publicationsList p {
	padding-bottom: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}
.publicationsList .fa-file-pdf-o {
	font-size: 18px;
	color: #0A1172;
}
.publicationsList p a {
	display: block;
	margin-top: 18px;
}
.publicationsList a:hover {
	text-decoration: underline;
}
.researchCenter .box {
	width: 100%;
	min-height: 320px;
	padding: 60px 38px 0px 38px;
	margin-bottom: 30px;
}
.researchCenter .box.chemestry {
	background: #5da7f0;
}
.researchCenter .box.zology {
	background: #f7b800;
}
.researchCenter .box.botnay {
	background: #e8be6c;
}
.researchCenter .box.commerce {
	background: #829c53;
}
.researchCenter .box .title {
	font: 600 40px/40px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 5px;
}
.new-courses {
	background-color: #0A1172;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 18px;
}
.new-courses a:hover {
	text-decoration: underline;
}
.filter-button {
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #FFF;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	padding: 16px 19px;
	font-size: 16px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border: none;
	outline: none;
}
.filter-button:hover, .filter-button.active, .filter-button:focus {
	color: #ffffff;
	background: rgb(213, 39, 41) !important;
	border: none !important;
	outline: none !important;
}
.port-image {
	width: 100%;
}
 .staffList > [class*="col-"] {
 padding-left: 0 !important;
 padding-right: 0 !important;
 position:relative !important;
 overflow:hidden;
 cursor: pointer;
}
.staffList .overlayContent {
	position: relative;
	position: absolute;
	top: -100%;
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	transition: .5s ease;
	backface-visibility: hidden;
	width: 100%;
	text-align: center;
}
.staffList > [class*="col-"]:hover .overlayContent {
	top: 0;
}
.staffList article {
	padding: 0px 10px;
	color: #fff;
}
.staffList article h2 {
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.staffList article p {
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
}
.img-gallery-list {
	width:100%;
	clear: left;
	float: left;
	margin-bottom: 15px;
}
.img-gallery-list article {
	width: 100%;
	height: 385px;
	float: left;
	position: relative;
	z-index: 1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}



.img-gallery-list article figure {
	width: 100%;
	height: 380px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	position:relative;
	overflow:hidden;
}
.img-gallery-list article figure:before { /*background: url(../images/zoom.png) no-repeat center center rgba(0,0,0,0.5);*/ position:absolute; top:0; left:0; content:""; z-index:2; width:100%; height:100%;}
.img-gallery-list article figure img {
	height: 380px;
	object-fit: cover;
	width:100%;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.img-gallery-list article figure:hover  img {
-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
}

.imageCategoriesName { width:100%; padding-bottom:40px; clear:left; float:left;}
.imageCategoriesName  h2 { width:75%; float:left; font-size:22px; font-weight:700; color:#1557a2;}
.imageCategoriesName .imgcounter { float:right; text-align:right; width:25%; font-size:13px; color:#333;}
.imageCategoriesName .imgcounter  span { display:inline-block; color:#F00; }

@media all and (min-width: 800px) {

  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.box1 {
    background: #5da7f0;
    padding: 60px 48px 60px 48px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box1 strong {
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background: #31353d;
    text-align: center;
    line-height: 145px;
    color: #ffffff;
    font-size: 65px;
    float: left;
    margin-right: 39px;
}
.extra-wrap {
    overflow: hidden;
}
.box1 .title {
    font: 600 40px/40px 'Open Sans';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.box1 .description {
    font: 30px/30px 'Open Sans';
    text-transform: uppercase;
    color: #31353d;
    margin-bottom: 10px;
}
.box2 {
    background: #f7b800;
    padding: 60px 48px 60px 48px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box2 strong {
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background: #31353d;
    text-align: center;
    line-height: 145px;
    color: #ffffff;
    font-size: 65px;
    float: left;
    margin-right: 39px;
}
.box2 .title {
    font: 600 40px/40px 'Open Sans';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.box2 .description {
    font: 30px/30px 'Open Sans';
    text-transform: uppercase;
    color: #31353d;
    margin-bottom: 10px;
}
.box3 {
    background: #e8be6c;
    padding: 60px 48px 60px 48px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box3 .title {
    font: 600 40px/40px 'Open Sans';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}
.box4 {
    background: #829c53;
    padding: 60px 48px 60px 48px;
    overflow: hidden;
    margin-bottom: 30px;
}
.box4 .title {
    font: 600 40px/40px 'Open Sans';
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}

.prospects .link{color:#fff;}
/* committe section css start */
.related-elements a {
    background-color: rgb(18, 84, 160);
    color: rgb(255, 255, 255);
    font-size: 17px;
    padding: 10px 15px;
    display: block;
    text-align: center;
	margin-top: 15px;
}
/* committe section css end */

/* event listing css start */
.event__list ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.event__list ul li a {
    display: block;
    overflow: hidden;
}
.event__list ul li a:hover .content {
    color: #FFF;
}
.event__list ul li a .datewrap {
    width: 100px;
    float: left;
    margin-right: 20px;
}
.event__list ul li a .datewrap .month {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    background-color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.event__list ul li a .datewrap .date {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #0A1172;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    background-color: #fff;
    text-align: center;
}
.event__list ul li a .content {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #000;
    line-height: 25px;
    display: block;
}
.event__detail p {
    margin-bottom: 15px;
}
.content-area p + p {
    margin-top: 15px;
} 
.content-area h2 {
    display: block;
    font-size: 25px;
    text-decoration: none; 
    font-weight: 500;
    margin: 15px 0px 20px 0;
    background: #fff;
    padding: 15px;
}
/* event listing css end */

/* alumni page css start */
.banner__main .alumniSlide .owl-controls {
    display: none;
}
/* alumni page css end */
.redtext {
	color: #0A1172;
}

/* Image with Caption section Begin */
.image-withcaption-block {
    background: #fff;
    padding: 8px;
    margin-bottom: 30px;
}
.image-withcaption-block .imagecaption {
    padding: 8px 0px;
}
.image-withcaption-block .imagecaption p {
    font-size: 17px;
    text-align: left;
    line-height: 1.42857143;
    color: rgb(18, 84, 160);
    text-align: center;
    font-weight: bold;
}
.image-withcaption-block .imagecaption p span {
    display: block;
    margin-top: 5px;
    color: #333;
    font-size: 13px;
}
.image-withcaption-block figure {
    position: relative;
    height: 230px;
}
.image-withcaption-block figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 5px; 
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; 
}
.image-withcaption-block figure:hover figcaption {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.image-withcaption-block figure img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}
/* Image with Caption section End */

/* Tile View Css Section Begin */
.tileView ul {
    margin: 0;
    padding: 0;
}
.tileView ul li {

    width: calc(100% / 3 - 30px);
    background: #ccc;
    float: left;
    margin: 15px; 
    text-align: center;
}
.tileView-content {
    display: table-cell; 

}
.tileView-content.option-1 {
    background: #5da7f0 none repeat scroll 0 0 !important;
} 
.tileView-content.option-2 {
    background: #f7b800 none repeat scroll 0 0 !important;
} 
.tileView-content.option-3 {
    background: #e8be6c none repeat scroll 0 0 !important;
} 
.tileView-content.option-4 {
    background: #829c53 none repeat scroll 0 0 !important;
} 
.tileView-content.option-5 {
    background: #FFF none repeat scroll 0 0 !important;
} 
.tileView ul li a { 
    height: 100px;
    display: table-cell;
    vertical-align: middle; 
    width: 350px;
    font-size: 18px; 
    font-family: 'Lato', sans-serif;
    margin-top: 30px;
    text-align: center;
    line-height: 1.42857143;
    color: #fff;
}
/* Tile View Css Section End */


/* CSS for tile view */

.tileView ul {
 margin: 0;
 padding: 0;
}
.tileView ul li {
 
 width: calc(100% / 3 - 30px);
 background: #ccc;
 float: left;
 margin: 15px; 
 text-align: center;
}
.tileView-content {
 display: table-cell; 
 
}
.tileView-content.option-1 {
 background: #5da7f0 none repeat scroll 0 0 !important;
} 
.tileView-content.option-2 {
 background: #f7b800 none repeat scroll 0 0 !important;
} 
.tileView-content.option-3 {
 background: #e8be6c none repeat scroll 0 0 !important;
} 
.tileView-content.option-4 {
 background: #829c53 none repeat scroll 0 0 !important;
} 
.tileView-content.option-5 {
 background: #FFF none repeat scroll 0 0 !important;
} 
.tileView ul li a { 
 height: 100px;
 display: table-cell;
 vertical-align: middle; 
 width: 350px;
 font-size: 18px; 
 font-family: 'Lato', sans-serif;
 margin-top: 30px;
 text-align: center;
 line-height: 1.42857143;
 color: #fff;
}

/* Floating Wrapper Css Start */
.float__wrapper {
	display:none;
	position: fixed;
	bottom: 60px;
	right: 60px; 
	z-index: 999999;
}
.float__wrapper a {
	display: block;
	text-align: center;
	background: #0A1172;
	color: #fff;
	width: 112px;
	height: 112px;
	border-radius: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold; 
	position: relative;
	-webkit-box-shadow: 0px 0px 82px -7px rgba(213,39,41,1);
	-moz-box-shadow: 0px 0px 82px -7px rgba(213,39,41,1);
	box-shadow: 0px 0px 82px -7px rgba(213,39,41,1);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	animation: pulse 2s infinite;
}
.float__wrapper a span {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(0%, 25%);
	-moz-transform: translate(0%, 25%);
	-ms-transform: translate(0%, 25%);
	-o-transform: translate(0%, 25%);
	transform: translate(0%, 25%);
}
/* element scroller */  
.float__wrapper a:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(239,48,73, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 50px rgba(239,48,73, 0);
	  box-shadow: 0 0 0 50px rgba(239,48,73, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 50px rgba(239,48,73, 0);
	  box-shadow: 0 0 0 50px rgba(239,48,73, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(239,48,73, 0.4);
    box-shadow: 0 0 0 0 rgba(239,48,73, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 50px rgba(239,48,73, 0);
      box-shadow: 0 0 0 50px rgba(239,48,73, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 50px rgba(239,48,73, 0);
      box-shadow: 0 0 0 50px rgba(239,48,73, 0);
  }
}
/* Floating Wrapper Css End */


.jashneRizviWrap { text-align: center; width:100%; clear: left; float: left;}
.jashneRizviWrap .logoWrap { width: 300px; margin: auto; text-align: center;}
.double-line-bottom-theme-colored-2 {
    
    position: relative;
    width:220px;
    margin: auto;
    margin-bottom: 20px;
    margin-top:20px;
    padding-bottom: 5px;
}

.double-line-bottom-theme-colored-2:before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    margin-left:-20px;
    width: 40px;
    background: #076a9d;
}

.double-line-bottom-theme-colored-2:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
        background: #076a9d;
}

.jashneRizviWrap h4  { text-align: center; color:#840d45; font-size:40px; margin-bottom: 20px; margin-top: 20px;  color: #ffca00;
  -webkit-text-fill-color: #840d45; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: ffca00; font-family: 'Charm', cursive; font-weight:bold;}

.jashneRizviWrap .posterSection { padding-top: 50px; padding-bottom: 50px;}
.jashneRizviWrap  .linksSection { width: 100%; clear: left; float: left; text-align: center; padding-bottom: 25px;}
.jashneRizviWrap  .linksSection a { display: inline-block; width: 170px; height: 40px; background:#840d45; color:#fff; font-size: 14px; -moz-box-shadow: 0 0 10px 2px #888;
-webkit-box-shadow: 0 0 10px 2px#888;
box-shadow: 0 0 10px 2px #888; margin-left: 6px; margin-right: 6px; font-weight: bold; line-height: 40px;  }

/*----------------------------------------------my css-------------------------------------------*/
.topbar {
	background-color: #0A1172;
}
.topbar ul li {
    display: inline-block;
}
.topbar .site-extra-text .item, .site-extra-text .item-2 {
    display: inline-block;
}
.topbar .item-2 i {
    color: #fff;
    font-weight: 400;
    margin-top: 0;
	font-size: 20px;
	display:inline-block;
}
.topbar .item-2 div {
    margin-right: 30px;
	padding:5px 0px;
    font-size: 16px;
    font-weight: 600;
	color: #fff;
	display:inline-block;
}
.topbar .social {
	position:absolute;
	right:0;
	top:1px;
}
.topbar .social a {
    display: inline-block;
    padding: 0 10px;
    transition: 0.5s;
	color: #fff;
    font-size: 16px;
}
.topbar .social a:hover {
    color:#0A1172;
}
.responsive-img {
	display:inline-block;
	width:120px;
	padding-top:20px;
}
.main-header { margin-top:10px;}
.main-header .clg-intro { display:inline-block;}
.main-header .clg-intro p { margin-top: -10px; text-align: left !important; font-size:33px; font-weight:bolder; color: red; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.main-header .clg-intro p1 { text-align: center; font-size: 18px;}
.main-header .clg-intro span { font-size:18px; text-align: left; font-weight: bolder; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;}
.main-header .general-info {
    float: right;
	margin-top:55px;
}
.main-header .button-wraper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    float: right;
	margin-top:35px;
}
.main-header .button a:hover { background:#0A1172;}
.main-header .button a {
    display: block;
    background: #FFF;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 25px;
}

.main-header ul li {
    display: inline-block;
	text-decoration: underline;
    margin-left: 15px;
}
.main-header .icon {
    float: left;
    display: block;
}
.main-header .icon i {
    font-size: 1.7em;
    line-height: 25px;
    color: #4d897c;
}
.main-header .text {
    float: left;
    display: block;
    margin-left: 10px;
}
.main-header ul p {
    color: #6c6c6c;
    font-size: 15px;
    font-weight: 500;
}
.main-header ul span {
    color: #232932;
    font-size: 14px;
    font-weight: bold;
}
.main-header .text a{
    color:#FFF;
	text-decoration:underline;
}
.main-header .text a:hover{
    color:#0A1172;
	text-decoration:none;
}



.college-header {
  background-color: #fff;
  padding: 10px 0;
}

.header-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  flex-wrap: wrap;
}

.logo img {
  width: 150px;
  height: auto;
}

.logo1 img {
  width: 180px;
  height: auto;
}

.college-description {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}

.college-description h1 {
  color: #0A1172;
  font-size: 40px;
  margin: 5px 0;
  margin-top: -2px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
  font-weight: bolder;
}

.college-description h2 {
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
  text-align: left;
  margin: -5px 0;
  text-transform: uppercase;
}

.college-description p {
  margin: 5px 0;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
}

.contact-infoheader {
  font-size: 18px;
}


.contact-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 2px;
  background-color: #fff;
  font-weight: ;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 325px;
  font-size: 14px;
}

.contact-box img {
  width: 20px;
  height: auto;
}

.form-container {
  background-color: #0A1172;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 425px;
  width: 100%;
  margin-top: -60px;
  margin-right: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.form-container h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

form textarea {
  resize: vertical;
  min-height: 60px;
}

label {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

.checkbox-group input[type="checkbox"] {
  margin-top: 4px;
  margin-right: 10px;
}

select {
  color: #333; /* Dark gray text */
  background-color: #fff;
}

.note {
  margin-top: 15px;
  font-weight: bold;
}

button {
  width: 100%;
  background-color: #fff;
  color: #0A1172;
  padding: 12px;
  border: none;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

button:hover {
  background-color: #fff8ca;
  color: #0A1172;
}

@media (max-width: 600px) {
  .form-container {
    margin: 20px;
    padding: 20px;
  }

  form input, form select, form textarea {
    font-size: 14px;
  }
}


.notice-card {
  background-color: #e1e8ee;
  margin-left: 150px;
  border-radius: 20px;
  padding: 30px;
  max-width: 700px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.notice-image {
  width: 150px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.notice-title {
  font-size: 25px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0A1172;
  margin-bottom: 15px;
}

.notice-meta {
  font-size: 15px;
  color: #000000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.notice-meta i {
  margin-right: 6px;
  color: #000;
}

.notice-meta a {
  margin-right: 6px;
  color: #000;
}

.read-more-btn {
  background-color: #0A1172;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s;
}

.read-more-btn i {
  margin-right: 8px;
}

.read-more-btn:hover {
  background-color: #fff8ca;
  color: #0A1172;
}

@media (max-width: 600px) {
  .notice-card {
	margin: 0px;
    padding: 20px;
  }

  .notice-title {
    font-size: 16px;
  }

  .notice-meta {
    flex-direction: column;
    align-items: center;
  }
}



@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-box {
    justify-content: center;
  }
}


/* Responsive Behavior */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .left-logo {
    order: 1;
  }

  .college-description {
    order: 2;
    padding: 10px;
	text-align: center;
  }

  .contact-info {
    flex-direction: column;
    gap: 8px;
  }

  .right-logo {
    order: 3;
  }
}


.news-bar {
  background-color: #0A1172;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.news-label {
  background-color: #0A1172;
  color: #FFF;
  font-weight: bold;
  padding: 10px 15px;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 15px;
}

.news-marquee {
  overflow: hidden;
  flex-grow: 1;
  padding-left: 15px;
}

.news-marquee marquee {
  font-size: 16px;
  color: #E1EBEE;
}



.footer-widgets {
    background-color: #0A1172;
    color: #c8c8c8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-widgets .textwidget { text-align:center;}
.footer-widgets .footer-logo {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 18px;
	width:100px;
}
.shop-section .detailed-product .text-box .tag p, a {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333333;
    font-size: 14px;
    transition: .3s ease;
    font-size: 14px;
}
.footer-widgets .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding-bottom: 0;
    padding-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-widgets .menu li {
    padding: 5px 0;
    border: 0;
}
.footer-widgets .menu li a {
    color: #FFF;
    padding-left: 25px;
    font-size: 14px;
}
.footer-widgets .menu li a:hover { color:#fff;}
.footer-widgets .menu li a:before {
    content: '\f05d';
    color: #FFF;
    font-size: 16px;
    padding-top: 3px;
}
.widget_categories li > a, .widget_pages li > a, .widget_archive li > a, .widget_nav_menu li > a, .widget_recent_entries li > a, .widget_meta li > a, ul.service-menu li > a {
    color: #848484;
    padding-left: 35px;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}
.widget_categories li > a:before, .widget_pages li > a:before, .widget_archive li > a:before, .widget_nav_menu li > a:before, .widget_recent_entries li > a:before, .widget_meta li > a:before, ul.service-menu li > a:before {
    color: #FFF;
    content: '\f114';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: FontAweSome;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-sidebar .contact-info li {
    color: #FFF;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
    margin-top: 0px;
    padding-left: 5px;
    font-size: 14px;
}
.footer-sidebar .contact-info li i {
    color: #FFF;
    float: left;
    font-size: 18px;
    width: 35px;
}
.footer-sidebar .contact-info li a { color:#FFF;}
.footer-sidebar .contact-info .address {
    float: left;
}
.footer-sidebar .contact-info .address a {
    color: #FFF;
    transition: all .3s ease;
}
.shop-section .detailed-product .text-box .tag p, a {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333333;
    font-size: 14px;
    transition: .3s ease;
    font-size: 14px;
}
.footer-social a:first-child {
    padding-left: 0;
}
.footer-social a {
    color: #FFF;
    display: inline-block;
    padding: 0 12px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-social a:hover { color:#fff;} 
.site-footer {
    padding: 15px 0;
    background-color: #FFF;
    border-top: 1px solid #000;
    color: #0A1172;
    font-weight: 300;
}
.site-footer p {
    color: #0A1172;
	font-weight: bolder;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.site-footer ul li {
    display: inline-block;
}
.site-footer ul li a {
    color: #0A1172;
    font-size: 14px;
    padding: 0px 10px;
}
.hads-details { margin-top:20px; margin-bottom:20px;}
.hads-details h3 { font-size:22px; font-weight:600; margin:20px 0px; margin-top: 10px; margin-bottom: 5px; text-align:center;}
.hads-details p { font-size:14px;}
.abt-heading { margin-bottom:5px; text-transform:capitalize; color:#0A1172; font-weight:600;}
.side-area h2{
    background: #FFF;
    padding: 5px 10px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}
.side-area-content { margin:10px 0px;}
.side-area-content ul li { padding:5px 15px; border-bottom:1px solid #ccc;}
.side-area-content ul li a { font-size:14px; font-weight:normal;}
.side-area-content ul li:last-child { border-bottom:none;}
.side-area-content ul li i { float:right; font-size:14px;}
.contact__wrapper-form label { font-size:16px; color:#999;}
.contact__wrapper-form span { margin-right:10px; font-size:14px; color:#666;}

.about-heading { background:#0A1172; text-align:center; padding:10px 0px;}
.about-heading h2 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
}
.about-section {background: #e1ebee75;}
.about-container { display: inline-block; margin: 30px 0px;}
.about-container p { font-size:16px; color:#666; margin:10px 0px;}
.contact-detail .contact-info li { color:#000; font-weight:500;}
.contact-detail .contact-info li a { color:#000; font-weight:500;}
.about-khmw { padding-left:15px;}
.about-khmw li { font-size:18px; font-weight:500; padding:5px 0px; list-style:circle;}
.fy-b-com {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.fy-b-com td, .fy-b-com th {
  border: 1px solid #ccc;
  padding: 8px;
  color:#000;
}

.fy-b-com th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size:16px;
  font-weight:600;
  color: #000;
}
.fy-b-com .color-row {
	background:#FFF;
}
.fy-b-com .color-row th { color:#fff;}
.fy-b-com .bold-row td {  background:#fff;}
.noticesSlider .noti-cdetail { display:inline-block; color: #fff; font-weight: bolder;}
.noticesSlider .item h2 { font-size:20px; font-weight:600; padding-bottom:10px;}
.noticesSlider .item p { padding-bottom:10px;}
.noticesSlider .item p span { font-weight:600; color:#337ab7;}
.noticesSlider .noti-cdetail a { display:inline-block;}
.clg-intro h1 {font-weight:600;}
.nac-area { background:#FFF; text-align:center;}
.nac-area .nac-big-btn {background: #0A1172; padding:10px 30px; margin-right:15px; border:1px solid #FFF; color:#fff; display: inline-block; text-align: center; font-size:18px;}
.nac-area .nac-big-btn:hover { background:#fff; color:#0A1172;}
.ssr-tabs {text-align:center; margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #FFF;}
.ssr-tabs .nac-btn {background: #FFF; padding:10px 30px; margin-right:15px; color:#fff; display: inline-block; text-align: center; font-size:14px;}
.ssr-tabs .nac-btn:hover { background:#0A1172; color:#fff;}
.ssr-table { padding-bottom: 25px;  border-bottom: 1px solid;  margin-bottom: 30px;}
.ssr-table h3 a { color:#fff;}
.ssr-table .fy-b-com td {font-size:16px;}
.ssr-table .fy-b-com td a {color:#0A1172;}
.ssr-table .course-title {background:#0A1172;}
.ssr-table .stakeholders-tab td { font-size:24px; text-align:center;}
.ssr-table .sc-link { font-size:22px;}
.grc-tab { margin-bottom:25px;}
.grc-tab li {font-size:16px;}
.grc-tab li strong {font-size:18px; text-decoration:underline;}
.grc-tab .color-text { color:#0A1172;}
.overlayContent p a {color:#337ab7;}
.overlayContent p a:hover {color:#fff;}
.gallery_product {height:265px;}