/*
Primary Light - 00b2ff
Primary Light one shade ligher - 1f8e85
Primary Dark - 0da7ea
Primary Dark one shade lighter - 2dbaf7
Highlight Color - 343434
*/

a {
    color: #00b2ff;
}

.header-style-two .upper-topbar {
    background-color: #00b2ff;
}

.theme-btn-s2{
    background-color: #00b2ff;
}

.theme-btn-s2:hover {
  background-color: #343434;
}

.theme-btn-s2:before, .transport-theme-btn:before {
    content: "";
    background-color: #343434;
}

.header-style-two .navigation {
    background-color: #0da7ea;
}

.header-style-two nav.sticky {
    background-color: #0da7ea;
}

.services-s2{
  background-color: #00b2ff;
}

.services-s2:before {
    background-color: #00b2ff;
}

.fun-fact-s2:before {
    background-color: #00b2ff;
}

.cta .left-col:before {
    background-color: #00b2ff;
}


.hero-s2:before {
    background-color: rgba(244, 241, 232, 0.9);
}



.hero-s2 .hero-title2 .title {
    color : #0da7ea;
    font-size: 54pt;
    line-height: 50pt;

}

.hero-s2 .hero-title2 p {

    color: #393939;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

.hero-s2 .hero-title2 .subtitle {

    font-size: 36px;
    font-weight: bold;
}


.header-style-two #navbar > ul li:before {

    background: -webkit-linear-gradient(top, #2dbaf7, #2dbaf7, #2dbaf7);
    background: -moz-linear-gradient(top, #2dbaf7, #2dbaf7, #2dbaf7);
    background: -o-linear-gradient(top, #2dbaf7, #2dbaf7, #2dbaf7);
    background: -ms-linear-gradient(top, #2dbaf7, #2dbaf7, #2dbaf7);
    background: linear-gradient(top, #2dbaf7, #2dbaf7, #2dbaf7);

}

@media (min-width: 992px) {
  .navbar .nav, .navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
   }

   .navbar-inner {
   text-align:center;
  }


}

.header-style-two .navbar-header button {
  top: 6px;
}

.box .col {
  margin-bottom: 10px;
}

footer {
    padding: 40px 0px;

}
footer *{
  color: #fff;
}


.preloader img{
  max-width: 80px;
}

.home-2 footer {
  -webkit-box-shadow: inset 0px 7px 5px -1px rgba(0,0,0,0.28);
-moz-box-shadow: inset 0px 7px 5px -1px rgba(0,0,0,0.28);
box-shadow: inset 0px 7px 5px -1px rgba(0,0,0,0.28);
}

.course_topics .well-sm{
  padding: 6px 6px 0px 6px;;
  font-size: 12px;
  margin: 0px;
  margin-bottom: 13px;
  cursor: default;
}

.course_topics .well-sm .module_name {
  font-size: 13px;
  margin-bottom: 5px;
}

#about .col-md-4{
  padding-left: 30px;
  padding-right: 30px;
}



.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f078"; /* "play" icon */
    float: right;
    color: #00b2ff;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
/*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); */
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
/*    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); */
    color: #454444;
}

#faq ul li {margin-bottom: 15px;}


.mobile_topnav{
  color: #cacaca;
}

.mobile_topnav a{
  font-weight: bold;
}


@media (max-width: 665px){
  .hero-s2 .hero-title2 {
      margin-top:50px;
  }
}



/* The hero image */
.hero-image {
    /* The image used */
    background-image: url("../images/gfx/hero-bg-3.jpg");

    /* Set a specific height */
    height: 600px;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    padding-top: 120px;

    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.hero-text h1 {
  color : #0da7ea;
  font-size: 54pt;
}


.hero-text span {
  font-size: 36px;
  font-weight: bold;
  color: #343434;
  margin: 0 0 1em;
}

.hero-text p {
  color: rgb(57, 57, 57);
      font-weight: 300;
      font-family: Lato, sans-serif;
      font-size: 18px;
      font-weight: bold;
}

.hero-text .hero-para{
  margin-top: 20px;
}

@media (max-width: 1199px){
  .hero-image {
      /* Set a specific height */
      height: 500px;
  }

  .hero-text{
    padding-top: 90px;
  }

  .hero-text h1 {
    font-size: 44pt;
  }

  .hero-text span {
    font-size: 30px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 16px;
  }
}


@media (max-width: 1024px){
  .hero-image {
      /* Set a specific height */
      height: 500px;
  }

  .hero-text{
    padding-top: 100px;
  }

  .hero-text h1 {
    font-size: 44pt;
  }

  .hero-text span {
    font-size: 30px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 16px;
  }
}




@media (max-width: 991px){
  .hero-image {
      /* Set a specific height */
      height: 500px;
  }

  .hero-text{
    padding-top: 60px;
  }

  .hero-text h1 {
    font-size: 40pt;
  }

  .hero-text span {
    font-size: 30px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 15px;
  }
}






@media (max-width: 600px){
  .hero-image {
      /* Set a specific height */
      height: 530px;
  }

  .hero-text{
    padding-top: 70px;
  }

  .hero-text h1 {
    font-size: 36pt;
  }

  .hero-text span {
    font-size: 26px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 15px;
  }
}







@media (max-width: 478px){
  .hero-image {
      /* Set a specific height */
      height: 500px;
  }

  .hero-text{
    padding-top: 70px;
  }

  .hero-text h1 {
    font-size: 30pt;
  }

  .hero-text span {
    font-size: 20px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 15px;
  }
}





@media (max-width: 461px){
  .hero-image {
      /* Set a specific height */
      height: 500px;
  }

  .hero-text{
    padding-top: 70px;
  }

  .hero-text h1 {
    font-size: 30pt;
  }

  .hero-text span {
    font-size: 18px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 14px;
  }
}







@media (max-width: 420px){
  .hero-image {
      /* Set a specific height */
      height: 460px;
  }

  .hero-text{
    padding-top: 70px;
  }

  .hero-text h1 {
    font-size: 30pt;
  }

  .hero-text span {
    font-size: 16px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 13px;
  }
}





@media (max-width: 406px){
  .hero-image {
      /* Set a specific height */
      height: 460px;
  }

  .hero-text{
    padding-top: 70px;
  }

  .hero-text h1 {
    font-size: 24pt;
  }

  .hero-text span {
    font-size: 16px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 13px;
  }
}





@media (max-width: 369px){
  .hero-image {
      /* Set a specific height */
      height: 460px;
  }

  .hero-text{
    padding-top: 70px;
  }

  .hero-text h1 {
    font-size: 22pt;
  }

  .hero-text span {
    font-size: 15px;
    margin: 0 0 1em;
  }

  .hero-text p {
        font-size: 12px;
  }
}















/*end of css*/
