/* CSS */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

body {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #444;
	background-color: #fff;
	transition-duration: .5s;
}

.section-top {
	background: #dfdfdf;
	color: #333;
}

.section-top a {
	color: #333;
	line-height: 25px;
	text-decoration: none !important;
	font-size: 14px;
}

.section-top span {
	font-size: 14px;
	line-height: 28px;
}

.section-top a:hover {
	color: #337ab7;
}

.span1 {
	color: #3b5998;
	font-size: 21px;
	letter-spacing: 0.5px;
}

.span2 {
	color: #3b5999;
	font-weight: bold;
	font-size: 30px;
	padding: 3px 0px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 35px;
}

.span3 {
	color: #333;
	font-size: 14px;
}

.section-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.section-spotlight {
	background: #F9F9F9;
}

.spotlight-txt {
	padding: 5px 0px 5px 15px;
	color: #3b5998;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

.pccoer-slider img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#pccoer h1, h2, h3 {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	color: #3b5999;
	font-weight: 700;
	margin-bottom: 15px;
}

.section-about-pccoer {
	padding: 50px 0px 30px 0px;
}

.section-courses {
	padding: 50px 0px;
	background: #f5f5f5;
}

.section-courses h3 {
	font-size: 20px;
}

.section-courses a {
	text-decoration: none;
}

.section-counter {
	padding: 50px 0px 40px 0px;
	text-align: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/counter-bg.png);
	background-repeat: repeat, repeat;
	background-attachment: scroll, scroll;
	background-size: auto, auto;
	background-attachment: fixed;
	background-repeat: round;
	background-size: cover;
}

.section-counter .counter-count {
	font-size: 24px;
	font-weight: bold;
	background-color: #00b6dd;
	position: relative;
	color: #ffffff;
	text-align: center;
	line-height: 150px;
	width: 150px;
	height: 150px;
	display: inline-block;
	border-radius: 50%;
}

.section-counter .employee-p, .customer-p, .order-p, .design-p {
	font-size: 18px;
	margin-top: 10px;
	color: #3b5999;
}

.section-campus {
	padding: 50px 0px 20px 0px;
}

.section-campus a {
	text-decoration: none;
}

.section-campus .facility-box {
	background: #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 30px;
}

.section-recruiters {
	padding: 50px 0px;
	background: #f5f5f5;
}

.section-recruiters .owl-carousel img {
	display: inline-block;
	opacity: 0.8;
	width: 178px;
	height: 77px;
	border: 1px solid #ccc;
}

#demos .owl-theme .owl-nav {
	display: none;
}

#demos .owl-theme .owl-dots {
	display: none;
}

.section-collegeinfo {
	padding: 50px 0px 45px 0px;
}

.section-testimonials {
	padding: 50px 0px;
	background: #f5f5f5;
}

/* Social Media */
.social {
	position: fixed;
	top: 35%;
	right: 0;
	z-index: 99;
}

.social ul {
	list-style-type: none;
	padding: 0;
	transform: translatex(120px);
}

.social ul li {
	display: block;
	margin: 5px;
	background-color: #ae4040d6;
	width: 155px;
	text-align: left;
	padding: 5px;
	border-radius: 10px 0px 0px 10px;
	transition: all 1s;
}

.social ul li:hover {
	transform: translatex(-110px);
}

.social ul li.facebook:hover {
	background-color: #3b5999;
}

.social ul li.linkedin:hover {
	background-color: #0e76a8;
}

.social ul li.twitter:hover {
	background-color: #1da1f2;
}

.social ul li.instagram:hover {
	background: linear-gradient(to right, #c13584, #5851db);
}

.social ul li.youtube:hover {
	background-color: #F00;
}

.social ul li a {
	color: white;
	text-decoration: none;
}

.social ul li i {
	text-align: center;
	margin-right: 10px;
	color: black;
	background-color: white;
	padding: 7px 5px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 15px;
	transform: rotate(0deg);
}

.social ul li strong {
	margin: 10px;
}

.social ul li:hover i {
	transform: rotate(360deg);
	transition: all 1s;
}

/* Blink Style CSS */
.enq-btn {
	background-color: #f4922f;
	-webkit-border-radius: 10px;
	border-radius: 0px;
	border: none;
	color: #FFFFFF !important;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 14px !important;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	margin: 0px 5px;
}

.enq-btn:hover {
	color: #fff;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.ia-enq-btn {
	background-color: #00b6dd;
	-webkit-border-radius: 10px;
	border-radius: 0px;
	border: none;
	color: #FFFFFF !important;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 14px !important;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	margin: 0px 5px;
}

.ia-enq-btn:hover {
	color: #fff;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

/* Image Zoom In */
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 5px;
}

.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.section-footer {
	background: #0f2747;
	color: #fff;
	padding: 30px 0px;
}

.section-footer h3 {
	line-height: 18px;
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 25px;
	color: #3b5999;
}

.section-footer p {
	margin: 0 0 3px;
}

.section-footer p a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.section-footer p a:hover {
	color: #3b5999;
}

.section-footer p i {
	color: #3b5999;
}

.section-footer-copyright {
	background: #010a17;
	color: #fff;
	padding: 10px 0px;
}

/* crunchify top icon */
.crunchify-top {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff !important;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
	display: block;
}

/* common css */
.pl-0 {
	padding-left: 0px;
}

.pr-0 {
	padding-right: 0px;
}

.mb-10 {
	margin-bottom: 10px;
}

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

.m-tb-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.nopadding {
	padding: 0px;
}

.rdmore-btn {
	border: none;
	color: #fff;
	background: #00b6dd;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border-radius: 25px !important;
	transition-duration: .5s;
	margin-bottom: 20px;
}

.rdmore-btn:hover {
	background: #3b5999;
	border-radius: 0px !important;
}

.hdg-bdr {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

.hdg-bdr-1, .hdg-bdr-3 {
	width: 40px;
	height: 2px;
	background: #ddd;
	float: left;
}

.hdg-bdr-2 {
	width: 80px;
	height: 3px;
	background: #00b6dd;
	float: left;
	margin-top: -1px;
}

/* Inner Pages CSS */
.inner-page-banner-computer {
	background: url(../images/IMG_6099.png);
	background-size: 0px 0px;
	background-attachment: fixed;
	background-repeat: round;
	background-size: cover;
	height: 200px;
}

.inner-page-banner-entc {
	background: url(../images/IMG_6104.png);
	background-size: 0px 0px;
	background-attachment: fixed;
	background-repeat: round;
	background-size: cover;
	height: 200px;
}

.inner-page-banner-mech {
	background: url(../images/profil.jpg);
	background-size: 0px 0px;
	background-attachment: fixed;
	background-repeat: round;
	background-size: cover;
	height: 200px;
}

.inner-page-banner-civil {
	background: url(../images/IMG_6126.png);
	background-size: 0px 0px;
	background-attachment: fixed;
	background-repeat: round;
	background-size: cover;
	height: 200px;
}

.inner-page-banner-firstyear {
	background: url(../images/slider/IMG_20221118_122010.jpg);
	background-size: 0px 0px;
	background-attachment: fixed;
	background-repeat: round;
	background-size: cover;
	height: 200px;
}

.inner-page-banner-library {
	background: url(../images/slider/IMG_20221118_121441.jpg);
	background-size: 0px 0px;
	background-attachment: fixed;
	background-repeat: round;
	background-size: cover;
	height: 200px;
}

.page_details {
	padding: 0px 0px;
	padding-top: 20px;
}

.page_breadcrumb {
	background: #F9F9F9;
}

.page_breadcrumb ol {
	margin-bottom: 0px;
	padding: 8px 15px 8px 0px;
}

.page_details h1 {
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	color: #3b5999;
}

.page_details p {
	text-align: justify;
}

.page_details h2 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #3b5999;
	font-weight: 600;
}

.page_details h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #3b5999;
	font-weight: 600;
}

.sidebar {
	background: #3b5999;
	border-top: 7px solid #333;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.sidebar h4 {
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
}

.sidemenu {
	list-style: none;
	padding: 0px;
	margin: 0 0 30px;
	text-decoration: none;
}

.sidebar ul .active {
	background: #00b6dd;
	transition-duration: .5s;
	text-decoration: none;
	color: #fff;
}

.sidemenu li a {
	list-style: none;
	padding: 10px 20px;
	border-bottom: 1px dotted #ccc;
	color: #fff;
	display: block;
	text-decoration: none;
}

.sidemenu li a:hover {
	background: #00b6dd;
	transition-duration: .5s;
	text-decoration: none;
	color: #fff;
}

.tablehead {
	background: #00b6dd;
	color: #fff;
	height: 30px;
}

.pccoer-accordion .panel-group {
	margin-bottom: 0px !important;
}

.pccoer-accordion .panel-default>.panel-heading {
	color: #fff;
	background: #00b6dd;
	border-color: #ddd;
}

.pccoer-accordion .panel-heading {
	padding: 0px;
}

.pccoer-accordion .panel-default>.panel-heading a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
}

.pccoer-accordion ol {
	padding-left: 15px;
}

.nav-tab-section {
	padding: 10px;
	border: 1px solid #dbdbdb;
}

.nav-tab-section .tab-content {
	margin-top: 10px;
}

.nav-pills>li.active>a {
	background: #00b6dd !important;
	color: #fff;
}

.nav-pills>li>a:hover {
	background: #00b6dd !important;
	color: #fff;
}

.nav-pills>li>a {
	font-size: 18px;
	background: #dbdbdb !important;
	margin-bottom: 5px;
	margin-right: 3px;
	color: #333;
	padding: 7px 12px;
	font-weight: bold;
	transition-duration: .5s;
}

.img1
{
  display: flex;
  justify-content: center;
}

/* Media Query */
@media (min-width: 320px) and (max-width: 767px) {
	.span1 {
		font-size: 15px;
	}

	.span2 {
		font-size: 24px;
	}

	.span3 {
		font-size: 12px;
	}

	.span4 {
		font-size: 15px;
	}

	.logo img {
		width: 40%;
	}

	.pl-0 {
		padding-left: 15px;
	}

	.pr-0 {
		padding-right: 15px;
	}

	.enq-btn, .ia-enq-btn {
		margin: 2px 0px;
	}

	.mbl-rl-align {
		text-align: left;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.logo img {
		width: 20%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.span1 {
		font-size: 13px;
	}

	.span2 {
		font-size: 28px;
	}

	.span3 {
		font-size: 10px;
	}

	.enq-btn, .ia-enq-btn {
		margin: 2px 0px;
	}

	.mbl-rl-align {
		text-align: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.span1 {
		font-size: 18px;
	}

	.span2 {
		font-size: 24px;
	}

	.span3 {
		font-size: 14px;
	}

	.enq-btn, .ia-enq-btn {
		margin: 2px 0px;
	}
}