/* 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: 16px; letter-spacing: 0.5px; }
.span2 { color: #064882; font-weight: bold; font-size: 24px; padding: 3px 0px; text-transform: uppercase; letter-spacing: 0.3px; line-height: 35px; }
.span3 { color: #333; font-size: 14px; }
.span4 { color: #cf8b00; font-size: 26px; letter-spacing: 0.5px; font-weight: bold; }
		
.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; }
.pccoe-mdm-slider img { display: block; height: auto; float: left; width: 100%; border: 0; }
		
#pccoe-mdm h1, h2, h3 { font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; color: #064882; font-weight: 700; margin-bottom: 15px; }
.section-about-pccoe-mdm { 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 30px 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: #f8b327; 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: #064882; }
.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; }
.visitor-number { background: #ededed; padding: 5px 0px; }
.visitor-box { width:200px; margin: 0 auto; border: 2px solid #ddd; padding: 5px 10px; text-align: center; }
.visitor-box h4 { margin: 0px; }

/* 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: #f8b327; -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: #064882; -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: #fff; } 
.section-footer p { margin: 0 0 3px; } 
.section-footer p a { color: #fff; display: block; text-decoration: none; } 
.section-footer p a:hover { color: #064882; } 
.section-footer p i { color: #064882; } 
.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; }
.pt-5 { padding-top:5px; }
.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: #f8b327; 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: #064882; border-radius: 0px!important; }
.hdg-bdr { width: 160px; margin-left: auto; margin-right: auto;	padding-bottom: 0.5px; }
.hdg-bdr-1, .hdg-bdr-3 { width: 40px; height: 2px; background: #ddd; float: left; }
.hdg-bdr-2 { width: 80px; height: 3px; background: #f8b327; float: left; margin-top: -1px; }
.imground { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; margin: 0 auto; }
.heading_h { padding-bottom: 10px; font-size: 28px!important; }
.border-box { background-color: #fff; padding: 10px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); margin-bottom: 10px; }

/* Inner Pages CSS */
.inner-page-banner { background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/pccoe-mdm-innerpage-banner.webp); background-attachment: fixed; background-repeat: round; background-size: cover; height: 200px; }
.page_details { padding: 30px 0px; }
.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: #064882; }
.page_details p { text-align: justify; }
.page_details h2 { margin-bottom: 10px; font-size: 24px; color: #064882; font-weight: 600; }
.page_details h3 { margin-bottom: 10px; font-size: 20px; color: #064882; font-weight: 600; }
.sidebar { background: #064882; 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: #f8b327; 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; }
.sidemenu li a:hover { background: #f8b327; transition-duration: .5s; text-decoration: none; color: #fff; }
.tablehead { background: #064882; color: #fff; height: 30px; }
.pccoe-mdm-accordion .panel-group { margin-bottom: 0px!important; }
.pccoe-mdm-accordion .panel-default > .panel-heading { color: #fff; background: linear-gradient(to left, #3f74a3 0%, #054a85 100%); border-color: #ddd; }
.pccoe-mdm-accordion .panel-heading { padding:0px; }
.pccoe-mdm-accordion .panel-default > .panel-heading a { display:block; padding:15px 15px; text-decoration: none; font-weight:bold;}
.pccoe-mdm-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: #f8b327 !important; color: #fff; }
.nav-pills > li > a:hover { background: #f8b327 !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; }
#steps ol { list-style-type: none; counter-reset: step-counter; }
#steps li { counter-increment: step-counter; margin-bottom: 20px; position: relative; }
#steps li::before { content: counter(step-counter); background-color: #f8b327; color: #fff; border-radius: 50%; width: 30px; height: 30px; line-height: 30px;     text-align: center; display: block; position: absolute; left: -45px; top: 0; }
		
/* Media Query */ 
@media (min-width: 320px) and (max-width: 767px) {
	.span1 { font-size:15px; }
	.span2 { font-size:24px; }
	.span3 {font-size:12px; }
	.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;  }
}



 

