/**
 * Company		:	Primewebsoft.com
 * Author		:	Ajay Kumar Prasad
 * 
 */
/* Reset ================================================================================= */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	background:#ffffff;
	color:#606060;
	padding:0px;
	margin:0px;
	font-family: 'Lato', sans-serif;
}
a {
	color:#3156a3;
	text-decoration:none;
}
a:hover {
	color:#1e4085;
	text-decoration:underline;
}
a, a:focus, a:hover, a:active {
	outline: 0 !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 5px;
	line-height:1.35;
	color:#333;
	font-family: 'Roboto Condensed', sans-serif;
}
h1 {
	font-size:30px;
	font-weight:normal;
}
h2 {
	font-size:25px;
	font-weight:normal;
}
h3 {
	font-size:18px;
	font-weight:bold;
}
h4 {
	font-size:17px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}
h6 {
	font-size:12px;
	font-weight:bold;
}
/* Forms */
form {
	display:inline;
}
fieldset {
	border:0;
	margin:0px;
	padding:0px;
}
legend {
	display:none;
}
/* Table */
table {
	border:0;
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
/* Content */
p {
	margin:0 0 10px;
	font-size:13px;
	line-height:24px;
}
strong {
	font-weight:bold;
}
address {
	font-style:normal;
	line-height:1.35;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
	font-size:1em;
}
hr {
	margin: 30px 0;
}
hr.hr-md {
	margin: 20px 0;
}
/* Lists */
ul, ol {
	margin:0px;
	padding:0px;
}
/* Tools */
.hidden {
	display:none;
}
.show {
	display:block;
}
.nobr {
	white-space:nowrap !important;
}
.product-shop .nobr {
	color:#333;
	text-decoration: none;
	font-size: 12px;
}
.wrap {
	white-space:normal !important;
}
.a-left {
	text-align:left !important;
}
.a-center {
	text-align:center !important;
}
.a-right {
	text-align:right !important;
}
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.f-left, .left {
	float:left !important;
}
.f-right, .right {
	float:right !important;
}
.f-none {
	float:none !important;
}
.f-fix {
	float:left;
	width:100%;
}
.no-display {
	display:none;
}
.no-margin {
	margin:0 !important;
}
.no-padding {
	padding:0 !important;
}
.no-bg {
	background:none !important;
}
.mrB20 {
	margin-bottom:20px;
}
/* Common */
.content-title {
	padding-bottom:5px;
	margin-bottom:6px;
}
.content-title h2 {
	font-size:22px;
	color:#3a3a3a;
	line-height:45px;
	display:inline-block;
	font-weight:300;
	border-bottom:1px solid #0384ce;
	text-transform:uppercase;
}
.content-title h6 {
	font-size:17px;
	color:#4f4f4f;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
/* ======================================================================================= */

/* Index Page ================================================================================ */

/* Header */

#header {
	background:#f7f7f7;
}
.header-top {
	padding:15px 0px;
}
.header-top .social-media {
	float:right;
	margin-top:15px;
}
.navbar-default .navbar-brand {
	margin:-17px 0 0 15px;
	padding:0px 0px 0px 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:#163b8a;
	color:#ffffff;
}
.navbar {
	margin:0;
}
.navbar-default {
	background:#3156a3;
	border:none;
	border-radius:0px;
}
.navbar-default .navbar-nav > li > a {
	color:#ffffff;
	text-transform:uppercase;
	padding-bottom: 16px;
	padding-top: 16px;
}
.dropdown-menu {
	padding:0px;
	border:none !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #163b8a;
	color: #ffffff;
}
.top-header {
	background:#ffffff;
	height:10px;
}
.main-menu {
	width:100%;
}
#banner {
	width:100%;
}
.self-intro img {
	margin-bottom:15px;
	background:#e3e4e4;
	padding:6px;
}
/* main-content */
#main-content {
	padding:30px 0px;
}
.news-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.news-list ul li {
	margin-bottom:15px;
	display:inline-block;
}
.news-img {
	float:left;
}
.news-desc {
	padding-left:165px;
}
.news-desc h3 {
	font-weight:normal;
	float:left;
	margin:-8px 0px 0px 0px;
	width:100%;
}
.news-desc h3 a {
	font-size:17px;
}
.news-desc h3 a:hover {
	text-decoration:none;
}
.news-desc p {
	margin:0;
}
.news-desc p span {
	color:#979797;
}
.our-students {
	position: relative;
}
.customNavigation {
	position: absolute;
	top: 35%;
	z-index: 9999;
	width:100%;
}
.customNavigation .prev {
	float:left;
	margin-left:-13px;
	cursor:pointer;
}
.customNavigation .next {
	float:right;
	margin-right:-13px;
	cursor:pointer;
}
/* Newsletter */
.news-letter {
	background:url(../images/news-letter.jpg) top left no-repeat;
	padding:80px 0px;
	background-attachment:fixed;
}
/* Sidebar*/
.course-img {
	float:left;
	margin-right:10px;
}
.course-img img {
	margin-top:8px;
}
.course-desc {
	padding-left:105px;
}
.course-desc p {
	margin:0;
}
.course-desc p a {
	background:none !important;
	color:#3156a3 !important;
	padding:0px !important;
}
.enquiry-now {
	background:#f0f0f0;
	display:block;
	clear:both;
	padding:15px 20px;
	margin-top:10px;
	float:left;
	width:100%;
}
.testimonial {
	background:#f0f0f0;
}
.client-says ul li {
	background:#f0f0f0;
}
.client-says img {
	float:left;
	margin-right:5px;
	height:15px;
}
.client-says .h-graph-line {
	width:100%;
	float:left;
	height:26px;
	margin:10px 0px 0px 0px;
	background:url(../images/h-graph-line.png) no-repeat;
}
.client-says .test-people.one {
	background:url(../images/news/people-img1.jpg) no-repeat;
}
.client-says .test-people.two {
	background:url(../images/news/people-img2.jpg) no-repeat;
}
.client-says .test-people.two2 {
	background:url(../images/news/people-img3.jpg) no-repeat;
}
.client-says .test-people {
	width:70px;
	height:70px;
	float:left;
	margin:0px 20px 4px 80px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border:4px solid #ffffff;
}
.client-says b {
	float:left;
	font-weight:normal;
	font-size:14px;
	color:#393a3b;
	margin-top:10px;
}
.client-says b em {
	display:block;
	font-size:13px;
	color:#999999;
	margin-left:10px;
}
/* Courses*/
.self-intro li {
	line-height: 22px;
	margin-bottom: 8px;
	margin-left: 15px;
}
/* Footer */
.footer {
	background:url(../images/icons/bg-texture4.png);
	padding:50px 0px 30px 0px;
}
.footer-inner h3 {
	color:#ffffff;
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #0384ce;
	padding-bottom:5px;
	margin-bottom:5px;
}
.footer-inner ul {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-inner ul li {
	float:none;
	display:block;
	line-height:30px;
	border-bottom:1px solid #525252;
	margin-bottom:4px;
	padding-bottom:4px;
}
.footer-inner ul li:last-child {
	margin:0;
	padding:0;
	border:none;
}
.footer-inner ul li a {
	display:inline-block;
	color:#cccccc;
}
.footer-inner ul li a:hover {
	color:#42b3e5;
}
.footer-inner .adrs-icon {
	float:left;
}
.footer-inner .adrs {
	padding-left:20px;
	color:#cccccc;
}
.footer-inner .adrs-icon i {
	color:#cccccc;
}
.copyright {
	margin-top:30px;
}
.copyright p {
	color:#cccccc;
}
.copyright p a {
	color:#ffffff;
}

/*-- =================================
		Responsive Menu
================================== --*/

@media (min-width:768px) {
 .dropdown:hover .dropdown-menu {
display: block;
}
 .dropdown .dropdown-menu {
 top:100%;
}
 .dropdown .dropdown-menu li a {
color:#424242;
border-bottom:1px solid #e9e9e9;
padding:7px 20px;
font-weight:normal;
border-bottom:none;
}
 .dropdown .dropdown-menu li a:hover {
color:#fff;
background:#163b8a;
}
}
/*-- =================================
		metisMenu
================================== --*/
.metisMenu1 {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
.metisMenu1 li.active a {
	background:#3156a3;
	text-decoration:none;
}
.metisMenu1 li a {
	color:#ffffff;
	padding: 7px 10px;
	display:block;
	background:#3156a3;
}
.metisMenu1 li a:hover {
	text-decoration:none;
}
.metisMenu1 li ul {
	margin:0;
	padding:0;
	list-style:none;
}
.metisMenu1 li {
	clear: both;
	margin-bottom:13px;
	overflow:hidden;
}
.metisMenu1 li ul li {
	border:none;
	margin:0;
	padding:0;
}
ul.metisMenu1 li a span {
	float:right;
}
.arrow {
	float: right;
	margin-top:4px;
}
.glyphicon.arrow:before {
	content: "\e079";
}
.active > a > .glyphicon.arrow:before {
	content: "\e114";
}
.fa.arrow:before {
	content: "\f104";
}
.active > a > .fa.arrow:before {
	content: "\f107";
}
.plus-times {
	float: right;
	margin-top:4px;
	font-size:11px;
}
.fa.plus-times:before {
	content: "\f067";
}
.active > a > .fa.plus-times {
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.plus-minus {
	float: right;
}
.fa.plus-minus:before {
	content: "\f067";
}
.active > a > .fa.plus-minus:before {
	content: "\f068";
}
/* --------------------------------------
  Top Scroller
 ----------------------------------------*/
.scrollup {
	width:50px;
	height:50px;
	text-indent:-9999px;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	background:url(../images/icon_top.png) no-repeat;
	z-index:999999;
}
/* --------------------------------------
  Social Media
 ----------------------------------------*/
.social-slide {
	float: left;
	height: 30px;
	margin: 0px 5px 0px 0px;
	transition: all 0.3s ease 0s;
	width: 30px;
}
.social-slide:hover {
	background-position: 0px -30px;
}
.facebook-hover {
	background-image:url(../images/icon/facebook-hover.png);
}
.twitter-hover {
	background-image:url(../images/icon/twitter-hover.png);
}
.google-hover {
	background-image:url(../images/icon/google-hover.png);
}
.linkedin-hover {
	background-image:url(../images/icon/linkedin-hover.png);
}

/* --------------------------------------
  Responsive
 ----------------------------------------*/
@media (min-width: 768px) and (max-width: 992px) {
.navbar-default .navbar-nav > li > a{padding-left:8px; padding-right:8px; font-size:11px;}	
	
}

@media (min-width: 992px) and (max-width: 1200px) {
.navbar-default .navbar-nav > li > a{padding-left:10px; padding-right:10px; font-size:13px;}
}