/* Reset Browser Defaults */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Links Reset*/
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: initial;
}
/* Input fields with the Type="Search" Shows an "x" to clear the field This Hides it  */
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear{
	display: none;
	width : 0;
	height: 0;
}
input[type=search]::-ms-reveal{  
	display: none; 
	width : 0; 
	height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration{
	display: none;
}
/* Reset Browser Defaults Ends Here*/
/* Box-Sizing Fix*/
html {
	-webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit; 
  -moz-box-sizing: inherit; 
	box-sizing: inherit;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* Font Specification */
/* montserrat */
@font-face {
	font-family: montserrat;
	src: url("./../fonts/Montserrat-Regular.ttf");
}

/* Typography */
html {
  font-family: montserrat, Helvetica, sans-serif;
	font-size: 16px;
}
h1{
	font-family: montserrat, Helvetica, sans-serif;
	font-size: 3rem;
	font-weight: 600;
}
h2{
	font-family: montserrat, Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: 600;
}
h3{
	font-family: montserrat, Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}
h4{
	font-family: montserrat, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.875rem;
}
h5, .header a{
	font-family: montserrat, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6875rem;
}
p, button, input[type="search"], input[type="email"], input[type="password"], input[type="text"], input[type="submit"] {
	font-family: montserrat, Tahoma, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5px;	
}

.dropdown-nav-menu a .fas {
	font-size: 12px;
}

/* Image */
img {
	width: 100%;
	height: auto;
}

/* Cursor */
button, a,  div[clickable="true"], input[type=file], input[type="submit"]{
	cursor: pointer;
}

/* Top-Header */
.top-header {
	background-color: #04A2F7;
}
.top-header ul.contacts {
	float: right;
}
.top-header ul.contacts li{
	float: left;
	padding: 8px 15px 8px 0px;
}
.top-header ul.contacts p{
	display: inline-block;
}
.top-header a {
	color: #ffffff;
	vertical-align: middle;
}
/* Top Header Ends */

/* Header Starts */
.header-navbar {
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.141);
}
.logo svg {
	width: auto;
	height: 50px;	
}
.header {
  overflow: hidden;
}
.header a {
	float: left;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	background-color: #ffffff;
	color: #000000;
}
.laptop-menu a:hover {
	background-color: #04A2f7;
	color: #ffffff;
}
.header a.logo {
	text-align: center;
	vertical-align: middle;
	margin: 14px auto;
}
.menu a {
	padding: 28px 10px;
}
.header-right {
  float: right;
}
.dropdown-nav-menu {
	float: left;
}
.dropdown-content {
  display: none;
	position: absolute;
	top: 125px;
  min-width: 270px;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.141);
  z-index: 3;
}
.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-nav-menu:hover .dropdown-content {
	display: block;
}
#myCarousel {
	z-index: 1;
}
.mobile-menu {
	display: none;
}
.hamburger-menu {
	display: none;
	float: left;
	margin: 27px 25px 0px 0px;
}
.hamburger-menu i {
	font-size: 30px;
}
.sidenav {
	height: 100%;
	width: 0; 
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: #ffffff;
	overflow-x: hidden; 
	padding-top: 40px;
	transition: 0.5s;
}
.sidenav h3{
	padding: 10px 15px;
}
.sidenav a {
  padding: 10px 15px;
	text-decoration: none;
	text-align: left;
	display: block;
	transition: 0.3s;
	width: 100%;
	font-weight: 300;
}
.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 40px;
}
#mySidenav .fa-chevron-right {
	position: relative;
	top: 0px;
	margin-left: 7px;
	color: #3e3e3e;
	font-size: 11px;
}
.active-nav {
	border-bottom: 4px solid #ed0f43;
}
.active-nav:hover {
	border-bottom: 4px solid #04A2F7;
}
/* Form */
.form-container {
	height: 50px;
}
form {
	background-color: #ffffff;
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.141);
	max-width: 445px;
	padding: 30px 40px;
	float: right;
	position: relative;
	top: -300px;
	z-index: 2;
}

form h3 {
	margin-bottom: 20px;
}

input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="submit"] {
	border: 1px solid #858585;
	padding: 10px 13px;
	width: 100%;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

input[type="submit"] {
	background-color: #04A2F7;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px;
	border: none;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	border: 2px solid #04A2F7;
}

/* Placeholder Styling */
::placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
	font-family: montserrat, Tahoma, Geneva, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #444444;
}

/* MCA Entrance*/

.bg-pu {
	background-image: url(./../images/pune_university.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 410px;
}
.bg-aktu {
	background-image: url(./../images/aktu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 410px;
}
.bg-amity {
	background-image: url(./../images/amity.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 410px;
}
.bg-code {
	background-image: url(./../images/bg-code_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 300px;
}

.overflow-card {
	background-color: #ffffff;
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.141);
	padding: 30px 40px;
	position: relative;
	top: -130px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	margin: 0px auto;
}

.card-code img, .overflow-card .img{
	vertical-align: middle;
	display: inline;
	text-align: center;
	float: left;
	margin: 0px 18px 20px 18px;
}

.card-code img {
	height: 90px;
	width: auto;
}

.overflow-card h3 {
	margin-bottom: 40px;
}

.overflow-card .img h5 {
	text-align: center;
	position: relative;
	top: 15px;
}

#logo_aktu-fix {
	margin-left: 40px;
}

.center-align {
	margin: 0px auto;
}

#logo_python {
	max-width: 255px;
	height: auto;
	margin-top: 15px;
}

.header-logo {
	margin: 48px auto;
	text-align: center;
}

.header-logo img {
	width: 130px;
	height: auto;
	vertical-align: middle;
}

.header-logo h2 {
	display: inline-block;
}

.bca-ignou-1 {
	background-image: url(./../images/bg-ignou_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}

.mca-bg-fill, .bca-bg-fill {
	color: #ffffff;
	padding: 30px 45px;
	height: inherit;
}

/* Accordian */
.accordion {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	transition: 0.4s;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.141);
}

.active, .accordion:hover {
	background-color: #04A2F7;
	color: #ffffff;
}

.accordion:after {
  content: '\002B';
	color: #000000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
	content: "\2212";
	color: #ffffff;
}

.accordian:hover:after {
	color: #ffffff !important;
}

.accoridon-panel {
	padding: 0px 18px;
	background-color: white;
	max-height: 0;
	margin-bottom: 17px;
  overflow: hidden;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.141);
  transition: max-height 0.2s ease-out;
}

.accoridon-panel p {
	color: #000000;
}
.accoridon-panel p span {
	color: #04A2F7;
	font-weight: 600;
	margin-right: 5px;
}
.accoridon-panel p:first-child {
	color: #000000;
	margin-top: 15px;
}
.accoridon-panel p:last-child {
	margin-bottom: 15px;
}

.bca-bg-fill h2, .mca-bg-fill h2{
	margin-bottom: 20px;
}

.mca-ignou-2 {
	background-image: url(./../images/bg-ignou_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.card h3{
	margin-bottom: 15px;
	font-weight: 600;
}

#ece h4, #ee h4, #bca h4, #mca h4{
	margin-bottom: 5px;
}

.top-h1 {
	margin: 40px 0px;
}

.card {
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.141);
}
.bg-maths {
	background-image: url(./../images/bg-maths.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 20px 0px 35px 0px;
}

.bg-cse {
	margin-top: 50px;
	background-image: url(./../images/bg-cs.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 20px 0px 75px 0px;
}

.bg-ece {
	margin-top: 50px;
	background-image: url(./../images/bg-ece.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 40px 0px 75px 0px;
}

.bg-maths .card, .bg-cse .card{
	margin-top: 15px;
	text-align: center;
}

.bg-ece .card {
	margin-top: 30px;	
	text-align: center;
}

.bg-ece .card {
	padding-bottom: 40px;
}

.bg-maths h2, .bg-cse h2{
	margin: 0px 15px 25px 15px;
	color: #ffffff;
}

.bg-ece .card h3{
	margin-top: 20px;
}

.top-heading {
	background-image: url(./../images/bg-programming_languages.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding: 30px 0px 35px 0px;
}

.top-heading h1 {
	color: #ffffff;
}

.pl-card {
	background-color: #ffffff;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.141);
	padding: 60px 30px 25px 30px;
	border: 1px solid #04A2F7;
	margin: 54px 0px;
}

.pl-card h3 {
	margin-bottom: 15px;
}

.pl-card img{
	position: absolute;
	top: -50px;
	left: 25px;
}

.pl-card ul{
	margin: 0px 0px 0px 10px;
}
.pl-card li{
	padding: 0px 0px 11px 0px;
	color: #000000;
	list-style: none;
}

.pl-card li::before{
	content: "\2022";
  color: #04A2F7; 
	font-size: 22px;
	font-weight: bold; 
	display: inline-block;
	width: 15px;
}

.pl-card a.download{
	background-color: #04A2F7;
	color: #ffffff;
	padding: 13px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

.pl-card a.download i{
	margin-right: 5px;
	padding: 20px 0px;
}
.pl-container {
	margin: 30px auto;
}

#icon_c {
	max-width: 105px;
	max-height: 100px;
}
#icon_cpp {
	max-width: 105px;
	max-height: 100px;
}
#icon_java {
	max-width: 180px;
	max-height: 90px;
}
#icon_dotnet {
	max-width: 230px;
	max-height: 50px;
	top: -30px;
	left: 35px;
}
#icon_python {
	max-width: 240px;
	max-height: 60px;
	top: -28px;
	left: 30px;
}
#icon_php {
	max-width: 160px;
	max-height: 75px;
	top: -35px;
	left: 35px;
}
#icon_webd {
	max-width: 245px;
	max-height: 80px;
	top: -40px;
	left: 28px;
}

/* Footer */
.footer .contact-us {
	background-color: #04A2F7;
	color: #ffffff;
	padding: 50px 50px 50px 110px;
}
.footer .contact-us i {
	margin-right: 15px;
}
.footer .contact-us h2, .footer .contact-us h3 {
	margin-bottom: 40px;
} 
.footer .contact-us li{
	padding-bottom: 39px;
}
.footer .contact-us a{
	color: #ffffff;
}

.footer .map, .footer .contact-us{
	height: 350px;
}
.map, .footer{
	padding: 0px;
}
.map iframe{
	width: 100%;
	height: inherit;
}
/* Sub Footer */
.subfooter {
	width: 100%;
	background-color: #414141;
	text-align: center;
	color:#ffffff;
}
.subfooter p {
	padding: 10px 0px;
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right{
	position:absolute;
	top:50%;
	z-index:5;
	font-size: 18px;
}
.carousel-indicators .active {
	background-color: #04A2F7;
	width: 13px;
	height: 13px;
	line-height: 13px;
}

.bg-blue {
	max-width: 600px;
	background-color: #04A2F7;
	margin: 0px auto 30px auto;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.141);
}
.bg-blue h3{
	padding: 30px;
}

#animate-ignou-banner{
	color: #ffffff; 
	text-align: center;
	-webkit-animation: flash cubic-bezier(0.58, 0.01, 0.66, 0.35) 1s infinite;
	animation: flash cubic-bezier(0.58, 0.01, 0.66, 0.35) 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: 0; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: 0; } 
	100% { opacity: 1; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
	html {
		font-size: 12px;
	}
	form {
		top:-270px;
	}
	.form-container {
		height: 120px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	.laptop-menu {
		display: none;
	}
	.mobile-menu, .hamburger-menu{
		display: block;
	}
	form {
		top:-180px;
	}
	.form-container {
		height: 180px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	form {
		top:-60px;
	}
	.form-container {
		height: 210px;
	}
	.bba-entrance #logo_aktu-fix {
	margin-left: 0px;
	}
	#pl-webd, #pl-dotnet{
		margin-top: 6px;
	}
	.mca-entrance .img, .bca-entrance div.img, .bca-entrance #logo_aktu-fix{
	margin: 0px 80px 30px 70px
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	form {
		top:20px;
		float: none;
		margin: 0px auto;
	}
	.form-container {
		height: 270px;
		background-color: #04A2F7;
	}
	.bca-entrance div.img, .bca-entrance #logo_aktu-fix{
		margin: 0px 80px 30px 70px;
	}
}
