/* Sticky footer styles
-------------------------------------------------- */


@import url('https://fonts.googleapis.com/css?family=Open+Sans');


html {
  position: relative;
  min-height: 100%;
}
body {
  background: #FFF;
  /*font: 14px/22px 'Open Sans', arial;*/
  font:14px/22px "Poppins", sans-serif;
}

.navbar-header .navbar-brand {
  height: auto;
}

.navbar-brand img {
  max-width: 100px;
}


#navbar {
  padding-top: 8px;
}

.footer {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  /*height: 30px;*/
  background-color: #000;
  padding:15px 0;
}

.footer a {
	color: #fff;
}

#wrapper {
  padding: 60px 0 0 0;
  overflow: hidden;
  background:#FFF;
}

.navbar-brand span {
  color: #00aae6;
}

#banner {
  /*background: #e0e8f3;*/
  overflow: hidden;
}

#banner h1 {
  margin: 0;
  color: #242a2d;
  padding: 10px 0;
  font-size: 32px;
}

#banner .col-lg-12 p{
  color: #242a2d; 
}

#banner .col-lg-3 div {
  background: #fff;
  margin: 10px 0;
  overflow: hidden;
  box-shadow: 5px 5px 10px 0 #a7bdda;
}

#banner .col-lg-3 div ul {
  list-style: none;
  padding-left: 5px;
}

#banner .col-lg-3 div ul li a {
  display: block;
  text-decoration: none;
  color: #555;
}

#banner .text-right a {
  color: #fff;
}



#banner .col-lg-3 div h3,
#banner .col-lg-3 div h4,
#banner .col-lg-3 div h5,
#banner .col-lg-3 div h6 {
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 20px;
  background-color: #f00;
}
#banner .col-lg-3 div h3{
 background: url(../images/red-bg.png) repeat-x bottom #e74b3c;
 padding:20px 0px 30px 0px;
}
#banner .col-lg-3 div h4 {
  background:url(../images/or-bg.png) repeat-x bottom #fd9233 ;
   padding:20px 0px 30px 0px;
}

#banner .col-lg-3 div h5 {
 /* background-color: #8bc34a;*/
 background: url(../images/green-bg.png) repeat-x bottom #72c02c;
 padding:20px 0px 30px 0px;
}

#banner .col-lg-3 div h6 {
  /*background-color: #00aae6;*/
  background: url(../images/blue-bg.png) repeat-x bottom #68b5d6;
  padding:20px 0px 30px 0px;
  }

#banner .col-lg-3 ul {
  margin: 0 0 10px 20px;
  list-style: disc;
  padding: 0 0 0 20px;
}

#banner .col-lg-3 p {
	padding: 10px 20px;
}



.navbar {
	background-color: #fff;
	/*box-shadow: 0 5px 5px 0 #e0e8f3;*/
	box-shadow:0px 0px 40px 0px rgba(82, 63, 105, 0.1);
}

.navbar a {
	color: #000;

}

.navbar-toggle {
	background-color: #61dafb;
}

.navbar ul li.active, .navbar ul li.active a,
.navbar ul li a:hover{
  color: #68b5d6;
  /*font-weight: bold;*/
}
.navbar ul li a:hover,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background-color: #61dafb;
  color: #fff;
}

.icon-bar {
	background-color: #fff;
}

#testimonials {
  overflow: hidden;
}
#testimonials h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  margin: 25px 0 50px;
}
#testimonials h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #ffdc12;
  left: 0;
  right: 0;
  bottom: -10px;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 50px auto;
  /*padding: 0 70px;*/
}
.carousel .item {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview { 
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #7AA641;
}
.carousel .carousel-control {
  width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.carousel-control i {
    font-size: 68px;
  line-height: 42px;
    position: absolute;
    display: inline-block;
  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li { 
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {  
  background: #555;   
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}


#courses ul {
	margin: 0;
	padding: 0;
}

.videos {
	background-color: #fff;
	overflow: hidden;
	padding: 10px 10px;
	margin: 10px 0;
}


.section {
	background-color: #fff;
	overflow: hidden;
	margin:15px 0;
	padding: 15px 0 20px 0;
}


.section .breadcrumb {
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}

.section h1 {
	margin: 0;
	font-size: 28px;
	padding-bottom: 10px;
}

.section h2 {
	margin: 0 0 10px 0;
	color: #68b5d6;
	padding: 10px 0;
	font-size: 22px;
  border-bottom: 1px solid #f2f2f2;
}

#packages {
	background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin: 10px 0;
    
}

.section img {
    margin: 0 auto;
    display: block;
    
}
#packages ul {
    margin: 0 0 10px 0;
    padding: 10px 10px;
    background: #f9f9f9;
    list-style: none;
}

#packages ul li {
    padding: 8px 10px;
    overflow: hidden;
    clear: both;
}

#examples .col-lg-3 div {
	text-align: center;
	padding: 10px 10px;
	background-color: #fff;
	margin:10px 0;
  border-top: 3px solid #03a9f4;
}
#examples .col-lg-3 div h3 {
	font-size: 35px;
	color: #61dafb;
}

#examples .col-lg-3 div p {
	font-size: 20px;
}

#course-menu {
  background-color: #ffc107;
  overflow: hidden;
  margin-bottom: 10px;
}

#course-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

#course-menu ul li {
  float: left;
}

#course-menu ul li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}

#course-menu ul li a:hover {
  text-decoration: none;
  background-color: #3f51b5;
  color: #fff;
}

#demos {
  background-color: #6f6d6d;
}

#demos a {
  color: #fff;
}

#address {
  background-color: #343a40;
  color: #fff;
  padding: 35px 0 55px 0;
  overflow: hidden;
  
}

#address ul {
  padding: 0;
  list-style: none;
}

#address ul li a, #address a {
  color: #fff;
}

#address i{
    font-size: 70px;
    padding-top: 15px;
}

#address h5 {
    font-size: 22px;
    text-transform: uppercase;
}

#feedback .clear-line {
  height: 1px;
  background-color: #ccc;
  margin: 5px 0;
}
.m-t-5{margin-top:5px;}
.m-t-10{margin-top:10px;}
.m-t-15{margin-top:15px;}
.m-t-20{margin-top:20px;}
.m-b-5{margin-bottom:5px;}
.m-b-10{margin-bottom:10px;}
.m-b-15{margin-bottom:15px;}
.m-b-20{margin-bottom:20px;}
.font12{font-size:12px;}
#toTop {
	width:100%;
    padding: 5px 3px;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
}
#myDIV {
  width: 350px;
  padding: 0;
  text-align: left;
  background:#FFF;
  margin-top: 20px;
  position:absolute;
  bottom:40px;
  left:218px;
  box-shadow: 0 0 5px #444;
  color:#333;
}
.mydiv-heading {
    border-bottom: 1px solid #000;
    color: #FFFFFF !important;
    background: #355C7D !important;
    font-size: 16px !important;
    padding: 10.5px 10px !important;
    margin: 0px 0px 0px 0px;
}



/* parallax css start 
.parallax-section {
	background-color: #fff;
	overflow: hidden;
	margin:15px 0;
	padding: 15px 0 20px 0;
}*/
.parallax {
  /* The image used */
  background-image: url('../images/img_parallax.jpg');
  
  /* Full height */
  height:auto ; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:20px 0;
  padding:50px 0;
  font-size:20px;
  color:#fff;
  text-align:center;
}


.parallax p {
color: #fff;
font-size: 28px;
text-transform: uppercase;
}
/* parallax css END */

.req-info{
  padding:10px;
  text-align: left;
  background:#FFF;
  bottom:10px;
  box-shadow: 0 0 5px #9b9b9b;
  color:#333;
}
.req-info-heading {
    color: #FFFFFF !important;
    background: #d9534f !important;
    font-size: 16px !important;
    padding: 10.5px 10px !important;
    margin: 0px 0px 0px 0px;
}
#sticky-sidebar-demo{
float: left;
width:100%;

}
#sticky-sidebar-demo .sidebar__inner{
position: relative;
transform: translate(0, 0);
transform: translate3d(0, 0, 0);
will-change: position, transform;
width:100%;
}
@media (max-width:767px) {
#sticky-sidebar-demo{display: none}
}
