@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	padding:0px;
	margin:0px;
  font-family: 'Poppins', sans-serif;
}
p
{
  line-height: 25px;
}
/* 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: bold;
    font-family: 'Poppins', sans-serif;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a {
    color: #ffffff; 
    padding-top: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.navbar-inverse {
    background-color: #6aa917;
    border-color: #6aa917;
}
.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: #014688;
  padding: 16px 0px 8px;
  color: #fff;
}
.header-bottom p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.about{
  padding: 40px 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 h1 span {
  color: #538e06;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.about p{
  color: #333;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.about .btn-info{
    color:  #538e06;
    background-color: transparent;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.about .btn{
  padding: 6px 22px;
  font-size: 13px;
  border: 2px solid #538e06;
  border-radius: 0px;
}
.our_courses{
  background-color: #619e19;
  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: 40px 0px;
}
.our_team h2{
  color: #538e06;
}
.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 */

    .address p{
      display: none;
    }
    .email p{
      display: none;
    }
    
    .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: #014688;
}
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: #014688;
    color: #fff;
    text-align: center;
}
.bottom .flat-socials-v1 {
  padding-bottom: 40px;/*
    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: #fff;
    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: #000 !important;
}
.bottom .copyright p{
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.bottom .copyright p span a{
  color:#fff;
  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 #cd232e;
  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: #014688;
  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: #b91822;
    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%;
}
textarea {
   border: 1px solid gray;
    padding: 5px 5px;
    border-radius: 4px;
    color: #555;
    width: 100%;
    height: 120px;

  }
/**** 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;
}
.gallery-section {
  margin: 40px 0px;
}
.gallery-section h2{
  padding-bottom: 20px;

}
.gallery-section .btn{
  margin-top:40px ;
    padding: 6px 22px;
    font-size: 13px;
    border: 2px solid #014688;
    border-radius: 0px;
    color: #014688;
    background-color: transparent;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.card{
  margin-bottom: 50px;
  border: 1px solid #cd232e;
  padding:;
}
.card-body {
  padding: 20px;
  background-color: ;
}
.card h3 {
  color: #cd232e;
  font-weight:500;
  

}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 1px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    margin-bottom: 25px;
    border: 1px solid gray;
  }

.btn-danger{
    background-color: #6aa917;
    border-color: #6aa917;
  }
.btn-danger:hover {
    color: #fff;
    background-color:#6aa917;
    border-color: #6aa917;
}
.card .btn {
    padding: 6px 22px;
    font-size: 13px;
    border-radius: 0px; 
}
.btn-info {
    color: #cd232e;
    background-color: #fff;
    border-color: #cd232e;
}
.btn-info:hover {
    color: #fff;
    background-color: #6aa917;
    border-color: #6aa917;
}
/*.about-header hr{
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #cd232e;
    border-radius: 50%;
}*/
.navbar-wrapper img{
  padding: 5px 0px;
}
footer hr{
  margin-top: 5px;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
    border-radius: 0%;
}
.nav .btn {
  /*margin-top: 22px;*/
    padding: 6px 22px;
    font-size: 16px;
    border: 2px solid #cd232e;
    border-radius: 0px;
}
.course table
{
  margin: 20px 0px 50px 0px;
}
.news .text-danger
{
  color: #6aa917;
}
.panel-danger .panel-heading {
    color: #fff;
    background-color: #6aa917;
    border-color: #6aa917!important;
}
.result
{
  margin: 20px 0px 40px 0px;
}
.result h3
{
  margin-bottom: 30px;
}


.nav>li>a {
    padding: 10px 30px;
    font-size: 16px;
}
.middle-bar h1
{
    color: #014688;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
}
.middle-bar h4
{
  font-weight: 700;
}
.menu-bar
{
  margin-top: 25px;
  background-color: #6aa917;
}
.navbar-toggle
{
  float: left;
  margin-top: 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
  border-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
{
  color: #fff!important;
}

@media (max-width: 700px)
{
  .middle-bar h1
  {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  

}



 @media (min-width: 768px) {
  .nav.navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
  .navbar-nav {
    float: none;
  }
   .middle-bar .logo 
  {
    margin-top: 10px;
  }
}
.mb-0
{
  margin-bottom: 0px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #6aa917;
    border-radius: 50%;
}
.carousel-indicators .active
{
  background-color: #007831;
}
.carousel-indicators li
{
  border: 1px solid  #007831;
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
{
    background-color: #6aa917!important;
    border-color: #6aa917!important;
}
