@import url(//fonts.googleapis.com/css?family=Lato:400,900);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

.main{
	width:100%; 
	height:100%;
	}


/* Top Header */
h3 { color:red;}
.topHeader{
	margin-left: -15px;
	color: #206d89;
	}
.top-details { margin-left:-15px; padding-top:5px;}
.top-details span{
	padding-left:10px;
}
.top-details: span:first-child{
color:red;	
	
}
.blink-course {
    display: block-inline;
    color: red;
    font-size: 17px;
    padding-left: 90px;
	
  }
.blink-course img {
    width: 90px;
    position: absolute;
    right: -30px;
    top: 0;
    
}

/* brand images */
.navbar-nav > li > a { text-transform: uppercase; font-weight:bload;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin:0px;
	padding:0;
}
.navbar-brand img {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}
.navbar-default {	
	background-color:#fff;
	border-color: #fff;
	border-bottom: 5px solid #206d89;
	border-radius:0px;
	margin:0px;
	padding-bottom:10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: #206d89; 
background-color:white; 
text-transform: uppercase;
font-weight:blod;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { text-transform: uppercase;}
/* Top Contact icon */
.top-contact { 
	float:right; 
	margin: 0;
	padding: 0;
	background-color:#206d89;
	position: relative;
	top:0;
	border-radius: 0 0px 5px 5px;
	border:1px solic #000;
}
.top-contact span{ 
	float:right;
	font-size:20px; 
	color:#fff; 
	text-decoration:blink;
	padding:5px;
	
}

/* top social media icon 
	ul.social-icon { list-style-type: none; color: #fff; margin:0; padding: 0;}
	ul.social-icon  li { display:inline;}
	ul.social-icon a { color:#206d89; font-size:20px; padding-left: 5px; text-decoration: none; }
	ul.social-icon a:hover { color: #ccc;}
*/

/* welcome massage */
.smart-bit {	
background-color: #206d89;
color: #fff;
padding-bottom:30px;
	
}

.border-box { border:1px solid #red; padding:10px;}
/* spoken-english */

.spoken-english { 
	background-color: #ff9000;
	padding-top: 62px;
	padding-bottom: 50px;
	margin-top: 43px;
	color: #fff;
	}
	
.spoken-english img { 
	width:90%;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* carousel-inner */
.carousel-inner .item  img {
	width:100%;
	
}


/* testimonials */
.testimonials  {
	margin-top:50px;
	
}

.testimonial { border: 1px solid #ededed; 
box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
height: 375px;
}
/* top footer */

/* video */
.student-video { box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.myVidio { width:530px; height:425px; }
.googleMap { width:100%	; height:500px; border:0px; }

.footer {
	background-color:#206d89;	
	margin-top:50px;
	padding-top:20px;	
	color:#fff;
	padding-bottom:30px;
}

.footer a { color:#fff;}
.footer h2 {
	font-size: 30px;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 5px;
}

.reach {
	border:1px solid #fff;
}
.reach img {width:260px; padding:5px;}
.list-unstyled li { line-height:30px;}
.list-unstyled a {padding-left: 10px; color:#fff;}


/* copy right */
.copy-right {background-color:#000; padding-top:20px; color:#fff;}
.footer-nav a { color:#fff;}


/* this is for cerfification course */
 
 .animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.info-card {
		width: 100%;
		border: 1px solid rgb(215, 215, 215);
		position: relative;
		font-family: 'Lato', sans-serif;
		margin-bottom: 20px;
		overflow: hidden;
		box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.info-card > img {
		width: 100px;
		margin-bottom: 60px;
	}
	.info-card .info-card-details,
	.info-card .info-card-details .info-card-header  {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		left: 0;
		padding: 0 15px;
		background: rgb(255, 255, 255);
		text-align: center;
	}
	.info-card .info-card-details::-webkit-scrollbar {
		width: 8px;
	}
	.info-card .info-card-details::-webkit-scrollbar-button {
		width: 8px;
		height: 0px;
	}
	.info-card .info-card-details::-webkit-scrollbar-track {
		background: transparent;
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb {
		background: rgb(160, 160, 160);
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
		background: rgb(130, 130, 130);
	}           

	.info-card .info-card-details .info-card-header {
		height: auto;		
		bottom: 100%;
		padding: 10px 5px;
	}
	.info-card:hover .info-card-details {
		bottom: 0px;
		overflow: auto;
		padding-bottom: 25px;
	}
	.info-card:hover .info-card-details .info-card-header {
		position: relative;
		bottom: 0px;
		padding-top: 45px;
		padding-bottom: 25px;
	}
	.info-card .info-card-details .info-card-header h1,	
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(62, 62, 62);
		font-size: 22px;
		font-weight: 900;
		text-transform: uppercase;
		margin: 0 !important;
		padding: 0 !important;
	}
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(142, 182, 52);
		font-size: 15px;
		font-weight: 400;
		margin-top: 5px;
	}
	.info-card .info-card-details .info-card-detail .social {
		list-style: none;
		padding: 0px;
		margin-top: 25px;
		text-align: center;
	}
	.info-card .info-card-details .info-card-detail .social a {
		position: relative;
		display: inline-block;
		min-width: 40px;
		padding: 10px 0px;
		margin: 0px 5px;
		overflow: hidden;
		text-align: center;
		background-color: rgb(215, 215, 215);
		border-radius: 40px;
	}

	a.social-icon {
		text-decoration: none !important;
		box-shadow: 0px 0px 1px rgb(51, 51, 51);
		box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
	}
	a.social-icon:hover {
		color: rgb(255, 255, 255) !important;
	}
	a.facebook {
		color: rgb(59, 90, 154) !important;
	}
	a.facebook:hover {		
		background-color: rgb(59, 90, 154) !important;
	}
	a.twitter {
		color: rgb(45, 168, 225) !important;
	}
	a.twitter:hover {
		background-color: rgb(45, 168, 225) !important;
	}
	a.github {
		color: rgb(51, 51, 51) !important;
	}
	a.github:hover {
		background-color: rgb(51, 51, 51) !important;
	}
	a.google-plus {
		color: rgb(244, 94, 75) !important;
	}
	a.google-plus:hover {
		background-color: rgb(244, 94, 75) !important;
	}
	a.linkedin {
		color: rgb(1, 116, 179) !important;
	}
	a.linkedin:hover {
		background-color: rgb(1, 116, 179) !important;
	}
	
	/* Student Testimonials */
	
	
	section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 13px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #eee;
}

#fade-quote-carousel.carousel {
  padding-bottom: 5px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

/* contact us */

.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
	}
	
/* Facebook feed */
.facebook-feed { max-height:400px;}
/* addvertising banner */

#slider{
    height:auto;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 10px;
}

#slider img{
    height:auto;
	width:90%;
    max-width: none;
    display: block;
    margin: 0 auto;
    display:none;
	border:1px solid #ccc;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* conatct add */
table.enquiry td{ height:30px;}
#divStayTopLeft { position:absolute; right:0px; top:270px;}
#fadeshow{ z-index:100;}

/* upcoming-event */
.upcoming-event { border:1px solid #ccc;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.upcoming-event  p { 
	padding: 0px 20px;
}

/* twitterbirds */
#tBird {
display: block; 
position: absolute; 
left: 864px; 
top: 1425px; 
width: 64px; 
height: 64px; 
z-index: 947; 
background: url(images/twitterbirds.png) 0px 0px no-repeat transparent;
}

 #tBirdLtweet {
display: none; 
position: absolute; 
left: 913px; 
top: 1425px; 
opacity: 0; 
width: 58px; 
height: 30px; 
z-index: 951; 
background: url(images/twitterbirds.png) -64px 0px no-repeat transparent;
}

#tBirdLfollow {
display: none; 
position: absolute; 
left: 918px; 
top: 1455px; 
opacity: 0; 
width: 58px; 
height: 20px; 
z-index: 952; 
background: url(images/twitterbirds.png) -64px -30px no-repeat transparent;
}

/* left side social newtworking icon */
#floatingSocialShare {
    position: relative;
}
#floatingSocialShare .top-left {
    position: fixed;
    top: 30%;
    left: 0;
    width: 40px !important;
    z-index: 999;
}

#floatingSocialShare a {
	color:#000;
    position: relative;
    width: 37px;
    height: auto;
    line-height: 25px;
    display: list-item;
    list-style-type: none;
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    behavior: url(../pie/PIE.htc);
   
}

#floatingSocialShare .m-top5 {
    margin-top: 5px;
}

#floatingSocialShare i {
    line-height: inherit;
    font-size: 19px;
    text-align: center;
color:#000;
	
}

#floatingSocialShare a:focus, 
#floatingSocialShare a:hover, 
#floatingSocialShare a:hover 
#floatingSocialShare i {
    background-color: #fff;
    text-align: right;
    width: 80px;
    padding-right: 10px;
    opacity: 0.8;
    transition-duration: 0.1s;
    transition-property: right;
    transition-timing-function: ease-out;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
    behavior: url(../pie/PIE.htc); 
   

}
#floatingSocialShare .facebook , 
#floatingSocialShare .youtube, 
#floatingSocialShare .linkedin, 
#floatingSocialShare .google-plus, 
#floatingSocialShare .twitter {
    background-color: #fff;
}

#floatingSocialShare .shareCount {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #dddddd;
    font-size: 10px;
    display: none;
}
.testimonials h3, .video-photo h3{
	color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 10px;
	background-color: #206d89;
	
}

/* contact Us Pge */
.contact h3 {color: #206d89; padding-bottom:30px; }
.get-touch { margin-bottom:50px;}
.top-banner  img { width:100%;}
.reach { border-right:0px solid #ccc; border-left :0px solid #ccc; padding:0px 100px 0px 0px  }

/* about */
.about-smart{  padding-bottom:50px;}
.h2-color { color:#206d89;}
.courses {padding-bottom:50px;}

.newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-width: 100%; /* Chrome, Safari, Opera */
    -moz-column-width: 100%; /* Firefox */
    column-width: 100%;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
} 
.tab-content ul li { list-style-type: none;}
.newspaper li { list-style-type: none;}
.nav-sidebar li{ border:1px solid #ccc;}
.software-program li { border:1px solid #ccc; border-radius:0;}
img.logo-images { display:none;}

/* Tree menu for download pages */
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

/* testimonials */

.testimonials{
    margin-bottom: 40px;
} 

@media only screen and (min-width: 320px) and (max-width: 480px) {
.top-details span {
    padding-left: 10px;
    display: block;
    text-align: center;
   
}
	
}