body {
	padding:0px;
	margin:0px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 5px 0px;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.navbar-inverse {
    background-color: hsl(202.5, 96.2%, 41.4%, 0.7);
    border-color: #0483cf;
}
.dropdown-menu {
  background-color: hsl(202.5, 96.2%, 41.4%, 0.7) !important;
}
.dropdown-menu > li > a {
  color: #fff;
  font-weight: bold;
  padding: 7px 23px;
  letter-spacing: 0.8px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #fff;
}
.dropdown-menu {
  padding: 5px 0 6px;
}
.dropdown-menu .divider {
    margin: 3px 0;
    background-color: #fff;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.slider .carousel {
}
/* Since positioning the image, we need to help out the caption */
.slider .carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.slider .carousel .item {
  height: 500px;
  background-color:#555;
}
.slider .carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 500px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .slider .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
.header-bottom{
  background-color: #0483cf;
  padding: 16px 0px 8px;
  color: #fff;
}
.header-bottom p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.about{
  padding: 20px 0px;
}
.about img{
  padding: 0px 30px 0px 30px;
}
.about h2, .about h5{
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #333333;
}
.about h3 span {
  color: #0483cf;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.about p{
  color: #333;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.about .btn-info{
    color: #0483cf;
    background-color: transparent;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.about .btn{
  padding: 6px 22px;
  font-size: 13px;
  border: 2px solid #0483cf;
  border-radius: 0px;
}
.our_courses{
  background-color: #0483cf;
  padding: 10px 0px 20px;
}
.our_courses h2{
  padding-bottom: 18px;
  color: #fff;
}
.our_courses .btn-info {
    color: #FFF;
    background-color: transparent;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.our_courses .btn {
  padding: 6px 22px;
  font-size: 13px;
  border: 2px solid #fff;
  border-radius: 0px;
}
.slider img{
  width: 100%;
}
.news{
  padding: 20px 0px;
}
.news h2{
  color: #0483cf;
  padding-bottom: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.news img{
  padding-bottom: 10px;
}
.news p{
  padding-bottom: 10px;
}
.feature{
  padding:0px 0px 20px;
}
.feature #product {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.feature .product-item {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 33.33%;
    display: block;
    float: left;
    height: 230px;
    position: relative;
    padding: 0px 5px;
}
.feature a.product-link, a.product-link:link, a.product-link:visited {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 240px;
    text-decoration: none;
}
.feature a img{
  padding-right: 10px;
  display: inherit;
}
/**** OUR TEAM ******/
/* carousel */
.our_team{
  padding-bottom: 20px;
}
.our_team h2{
  color: #0483CF;
}
.our_team #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
.our_team #quote-carousel .carousel-control{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
.our_team #quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
.our_team #quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
.our_team #quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
.our_team #quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
.our_team #quote-carousel .carousel-indicators .active {
  background: #0483CF;
}
#quote-carousel img{
  width: 250px;
  height: 100px
}
/* End carousel */
.our_team .item blockquote {
    border-left: none; 
    margin: 0;
}
.our_team .item blockquote img {
    margin-bottom: 10px;
}
.our_team .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .our_team #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    .our_team #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    .our_team #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    .our_team #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
/* End team */
footer{
  padding: 40px 0px 10px;
  background-color: #32759d;
}
footer img{
  padding-bottom: 20px;
}
footer p i{
  padding-right: 10px;
}
footer p{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-bottom: 5px;
}
footer h2{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 20px;
  margin-top: 0px;
}
footer marquee .re-course{
  border-bottom: 1px solid #fff;
  padding: 15px 0px 0px;
}
.bottom{
    padding: 10px 0px 10px;
    background: #32759D;
    color: #fff;
    text-align: center;
}
.bottom .flat-socials-v1 {
    margin-left: 40px;
}
.bottom .flat-socials-v1 li {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 20px;
    padding-right: 40px;
    z-index: 9999;
}
.bottom .flat-socials-v1 li::before {
    position: absolute;
    top: -10px;
    left: -15px;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #32759D;
    z-index: -1;
}
.bottom .flat-socials-v1 li a, .container-bottom .copyright p {
    color: #fff !important;
}
.bottom .container-bottom {
    position: relative;
    overflow: hidden;
    border-top: 2px solid #fff;
}
.container-bottom .copyright {
    padding: 30px 0 10px;
}
.bottom .flat-socials-v1 li a, .container-bottom .copyright p {
    color: #fff !important;
}
.bottom .copyright p{
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.bottom .copyright p span a{
  color:#444;
  text-decoration:none;
}
.about-header{
  background-image: url('../images/bg-about.jpg');
  background-position: center center;
  background-size: cover;
  height: 235px;
  padding: 140px 0px 150px;
}
.about-header h1{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-left: 3px solid #0483CF;
  padding: 5px 0px 5px 20px;
}
.bottom-bread .breadcrumb {
    padding: 16px 0px 0px !important;
    margin-bottom: 20px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #999;
    border-radius: 0px;
}
.bottom-bread .breadcrumb li a, .bottom-bread .breadcrumb li{
  text-decoration:none;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-bottom: 14px;
}
.bottom-bread .breadcrumb li a:hover{
  color: #0483CF;
}
.contact-info{
  padding-bottom: 20px;
}
.contact-info h5 i{
  color: #0483CF;
  padding-right: 7px;
}
.contact-info h5{
  color: #333;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.contact-info span i{
  padding-right: 10px;
}
.student_login #box{
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: #0483CF;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 10px;
    color: #fff;
    padding: 20px 30px;
}
/*** Gallery ****/
.gallery {
  padding-bottom: 30px;
}
.gallery img{
height: 300px;
width: 350px;
}
.gallery .carousel {
    margin-top: 20px;
}
.gallery .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.gallery .thumbnail {
    padding: 0;
}
.gallery .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
/**** End Gallery ****/
.spoken_english, .ielts{
  padding: 20px 0px;
}
.ielts h2{
  margin: 0px;
  padding-bottom: 20px;
  color: #0483CF;
  font-size: 22px;
}
.ielts img{
  padding-bottom: 15px;
}
.corporate{
  padding: 0px 0px 20px;
  font-family: 'Open Sans', sans-serif;
}