/*
Author URI: http://admissions.ajku.edu.pk/
*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);*/
/* @import url(https://fonts.googleapis.com/css?family=Oswald:400,700); */

@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

 



* {
	margin: 0;
	padding: 0;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	background: url(../images/ajk_bg.jpg) repeat-x 0 0;
}

.error
{
	color: red;
	display: block;
}

input
{
	display: block;
}
.wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}





::selection {
	color: #fff;
	background: #FFDF00;
}

#topheader
{
	width: 100%;
	float: left;
	background: url(../images/ajk_bg.jpg) repeat-x 0 0;
}

#Title
{
	padding-top: 20px;
	width: 40%;
	float: left;
}

#Title h1
{
	font: 36px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#Title a
{
	color: #40b5ff;
}

#Title a:hover
{
	background: none !important;
}

#Title h1:hover
{
	background: none !important;
}

#Title a span
{
	color: #FF7400;
}

#Title small
{
	display: block;
    font: normal 12px/1.2em Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    color: #687683;
     
}

#Logi {
	float: left;
}
::-moz-selection {
 color: #fff;
 background: #FFDF00;
}
p {
	color: #000;
	margin: 0 0 0.5em 0px;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family:36px 'Open Sans', sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	 
}



.fitImage {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.animated {
	/* -webkit-animation-duration: 1s; */
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.mcbook {
	opacity: 0;
}
.show {
	opacity: 1;
}
.pDark p {
	color: #6D6D6D;
}
h6{
	font-size:14px;
}
.dataTxt ul li{
	list-style:none;
	line-height:30px;
}
.listArrow li{
background: url('../images/links-arrow.png') 0px 12px no-repeat;
padding-left:15px;
}
.progress {
height: 12px;
border-radius:0px;
}
.progress .progress-bar.progress-bar-red {
background: #F76E26;
}
.progress .progress-bar.progress-bar-green {
background: #51D4B6;
}
.progress .progress-bar.progress-bar-lblue {
background: #9FDE32;
}
.feature a {
display: inline-block;
font-size: 18px;
color: #fff;
background: #FFDF00;
margin-right: 20px;
width: 220px;
text-align: center;
line-height: 41px;
/* border-radius: 10px; */
}
#Features img{
	width:58px;
}
#Features .circle{
width:120px;
height:90px;
display:inline-block;
background: transparent; 
}
#Features .circle:hover { 
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.pDark h3 {
	color: #BEBEBE;
}

/*
 a:hover {
	
	 color:#E0C400 !important;
 }*/
 
 
 

/* button start 

----------------------------------------------*/
  


a {
	color: #000;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color:#fff;
	text-decoration:none;
	background:#40b5ff;
}
.btn {
	border: 0px;
	border-radius: 0px;
}
.btn-primary {
	background: #FFDF00;
}
.form-control {
	border-radius: 0px;
}
.mrgn30 {
	margin: 30px 0;
}
.copyright {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:#40B5FF;
	/*background: #FFDF00;*/
	padding: 10px 0;
	font-size:10px;
	
}
.copyright a{
color: #000;
}
.copyright a:hover{
color: #1E4D02 !important;
}
#top {
	position: relative;
}
.topHome {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}
.topHome:hover{
color:#F89F9F;	
	}
/* Header 
----------------------------------------------*/






#section-top {
	background: #4E4E4E;
}
#section-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#section-top ul li {
	display: inline-block;
}
#section-top ul li a {
	border-radius: 2px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
}
#section-top .region-top-first {
	float: right;
}
.header {
	position: fixed;
	width: 100%;
	background:transparent;
	z-index: 50;
	border-radius: 0;
	top: 0px;  
	
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.addBg { 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	background:#000;
	top:0px;
}
.navbar-inverse {
	background: transparent;
}
.navbar-inverse .navbar-toggle {
	background-color: #4d94ff;
}
.navbar-inverse .navbar-toggle .icon-bar {
/*background-color: #FFDF00;*/
 
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: #4d94ff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #4d94ff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background: #4d94ff;
}
.navbar-toggle {
}
#home{ 
/*background: rgb(34, 34, 34);*/
/*background-color:#f8e8c3;*/
}
.hero-text {
	color: #676e73;
	width: 83%;
	text-align: center;
	margin: 30% auto 24px auto;
	font-family: 'Oswald', sans-serif;
}
.hero-text p {
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin: 12px 8% 0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}
/*.carousel-inner*/
#myCarousel {
	margin-top: 50px;
	border-bottom: 4px solid #FFDF00;
}
.carousel-inner > .item {
}
.carousel-caption {
	padding: 0px;
	bottom: 40%;
	display: block;
	height: 80px;
}
.carousel-caption h1 {
	font-size: 45px;
	padding: 10px 15px;
	background: rgba(128, 180, 33, 0.80);
	color: #FFFFFF;
	text-shadow: none;
	font-weight: bold;
	display: inline-block;
}
.carousel-caption h3 {
	font-size: 30px;
	color: #1C4604;
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
}
.actionPanel {
	padding: 25px 0;
	background: #FFDF00;
}
.actionPanel h3 {
	margin: 0px;
}
.circle { 
	height: 90px;
	width: 90px;
	border-radius: 0px;
	color: #FFDF00;
	line-height: 90px !important;
}
#section-strapline {
	background: #86bd2e;
	line-height: 42px;
	clear: both;
}
/*----Nav ----*/
.header .navbar-brand {
	float: left;
	padding: 10px 15px;
	line-height: 18px;
}
.navbar-brand b {
	color: #FFDF00;
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
}
.navbar-brand b i {
	color: #fff;
	font-style: normal;
}
.logo {
	font-size: 2.2em;
	text-shadow: none;
	margin: 8px 0 0 0;
}
.logo:hover {
	color: #5A5A5A;
}
.header .navbar {
margin: 0;
background: rgba(0, 0, 0, 0.75);
border: 0;
padding: 0px 0px;
}
.hero-text2{
	padding:30px 0; 	
}
.hero-text2 h2{
	font-size: 28px;
	c
	line-height: 36px; 
	text-align: left
}
.hero-text2 .btn-apply{
margin-top: 20px;
margin-left: 20px;
padding: 10px 46px;
font-size: 20px;
color: #000;
border:0px solid #fff;
}
.hero-text2 .btn-apply .fa{

color: #000;

}
.navbar-inverse .navbar-nav > li > a {
	color: #000766;
	font-size: 1.2em;
	line-height: normal;
	margin: 0px;
	padding: 6px 0px !important;
	border-radius: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #0000ff;
	background: none;
	border-bottom: 2px solid #000766;
	border-radius: 0px;
	
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #40B5FF;
}

.navbar-inverse .navbar-nav > .active {
}
.navbar-nav > li:hover > a {
	color: #4d58ff;
}
.header .navbar-nav > li > a {
	padding: 25px 18px;
}
.page-section {
	width: 100%;
	height: auto;
	padding: 45px 0 30px;
}
.noPadd {
	padding: 0;
}
.page-section h1 {
	font-size: 3.5em;
	margin: 90px 0 30px;
	line-height: 1.2em;
}
.page-section h1 span {
	font-weight: 200;
}
.page-section h2 {
	color: #FFDF00;
}
.page-section p {
	font-size: 15px;
	line-height: 1.5em;
}
.darkBg {
	background: #000;
}
.darkBg .fa {
	color: #FFDF00;
}
/*--- Banner ----*/
.banner-container {
	width: 100%;
	padding: 0px;
	/*background: url("../images/banner-bg.jpg") no-repeat;*/
	background-size: cover;
	position: relative;
	border-bottom: 2px #FFDF00 solid;
}
.banner-container:before {
position: absolute;
width: 100%; 
z-index: 1; 
content: '';
height: inherit;
top: 75px;
bottom: 0px;
}
.banner-container > img {
	width: 100%;
}
.banner-content {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	right: 0px;
}
.hero-text h1 {
color: #fff; 
line-height: 1.5em;
font-size: 28px !important;
margin: 37px 0 13px;
font-weight: bolder; 
background: rgba(0, 0, 0, 0.44);
width: 60%;
margin: 0 auto;
padding: 20px 0;
border: dashed 1px rgba(255, 255, 255, 0.6);
text-transform: uppercase;
}
.hero-text p {
	font-size: 1.6em;
	color: #fff;
	font-style: normal; 
	text-shadow: 1px 1px 1px #8F8F8F;
}
.arrow-link {
	display: inline-block;
	font-size: 32px; 
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	width: 50px; 
}
a.arrow-link {
	color: #fff;
}
a.arrow-link i{
font-size:28px;
}
a.arrow-link:hover {
	color: #fff;
}
 
 
.hero-button {
	text-align: center;
	background: rgba(255, 255, 255, 0.36);
	border: 1px solid #fff;
	padding: 20px;
	display: inline-block;
	margin: 0 auto;
	clear: left;
	width: auto;
}
.hero-img {
	text-align: center;
	margin: 124px auto 24px auto;
}
.da-slider {
	margin: 0 auto !important;
}
.heading h2 {
	color: #222;
}
#contactUs .heading h2 { 
}
.sub-heading {
	padding: 15px 0;
}
.sub-heading h2 {
	font-size: 18px;
	margin: 15px 0 8px !important;
}
.sub-heading p {
	color: #5A5A5A;
}
.heading {
	padding: 3px 10px;
	padding-bottom: 15px;
	display: block;
}
.heading p {
	font-size: 1.2em;
}
.pdingBtm30 {
	padding-bottom: 30px;
}
.da-arrows span:after {
	width: 25px;
	height: 37px;
}
.da-arrows span {
	position: absolute;
	top: 50%;
	height: 34px;
	width: 34px;
	border-radius: 60px;
	background: none;
}
.da-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.13);
	margin: 3px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
	border: 2px solid #FFDF00;
}
img, video, iframe, embed, object {
	max-width: 100%;
	height: auto;
}
/* Features
    -------------------------------------------------*/
#aboutUs {
	background: #fff;
	padding-top: 35px;
	padding-bottom: 25px;
	overflow: hidden;
}
#aboutUs .feature {
	margin-top: 30px;
	margin-bottom: 54px;
}
#aboutUs .right {
	padding-left: 32px;
	float: right;
}
#aboutUs .left {
	padding-right: 32px;
	float: left;
}
#aboutUs h3 {
	font: 18px/34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}
.fluid-video-wrapper {
	margin-top: 18px;
}
#aboutUs .left {
	padding-right: 32px;
	float: left;
}
#aboutUs .right {
	float: right;
}
.row .area1 {
	width: 65%;
}
.row .area2 {
	width: 35%;
}



footer{
	 
	background:#0e459e;
	margin: 0px;
	padding: 40px;
}
footer h4{
font-size:18px;	
padding-bottom:12px;
}
footer .col ul {
margin: 30px auto;
padding: 0px;
list-style: none;
 
margin-bottom: 0px;

}
footer .col ul li, footer .col p
{
font-size:12px;
padding-left:20px;
}

footer .col a
{
	font-size:12px;
	padding-left:0px;
	color: #fff;
}

.copyright{
	 
	background:#0e269F;
	margin:0px;
	padding: 20px;
}

